@import url("layout.css");
@import url("forms.css");

body {
	background-image: url(../img/bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
ul {
	margin:0; 
	padding:0;			
	margin-left: 15px;
	list-style-type:disc; 
	list-style-position:outside;
}
ul li {
	margin: 7 0 7 -20;
	padding: 7 0 7 -20;
	padding-top: 10px;
}
p {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}

div#container {
	text-align:left;
	background-image: url(../img/bg_container.gif);
	background-repeat: repeat-y;
}
div#containermemo {
	text-align:left;
	background-color: #FFF;
	width: 600px;
}

/******** HEADER *******/
div#header {
	height: 233px;
}
div#headermemo {
}
	
/******** CONTENT *******/
div#contentmemo {
	color:#333333;
	text-align: justify;
	font-size: 11px;
}

div#content {
	color:#333333;
	text-align: justify;
	background-image: url(/template/img/bg_content.gif);
	background-repeat: repeat-y;
	background-position: right;
	font-size: 11px;
}
	div#content p {
		line-height:1.4;
	}
	div#content a:link {
		color: #FF0000;
		text-decoration: none;
	}
	div#content a:visited {
		color: #FF0000;
		text-decoration: none;
	}
	div#content a:hover {
		text-decoration: none;
		color: #000;
	}
	div#content a:active {
		text-decoration: none;
	}
	div#content h1 {
		font-size: 1.5em;
		font-weight: bold;
		margin-bottom: 0.17em;
		padding: 0;
		text-transform: uppercase;
		font-family: Arial, Helvetica, sans-serif;
	}
	div#content h2 {
		font-size: 1.1em;
		font-weight: bold;		
	}
	div#content h3 {
		font-size: 1.2em;
		font-weight: bold;		
	}
	#content div#lijevo {
		float: left;
		width: 486px;
		padding: 10px;
	}
	#contentmemo div#lijevo{
		float: left;
		width: 580px;
		padding: 10px;
		background-color: #FFF;
	}

		#content div#lijevo a img {
			
			padding: 3px;
			border: 1px solid #666666;
			margin: 0;
		}
		#content div#lijevo a:hover img {
			
			padding: 3px;
			border: 1px solid #FF0000;
		}
		#content div#lijevo ul {
			margin:0; 
			padding:0;			
			margin-left: 15px;
			list-style-type:disc; 
			list-style-position:outside;
		}
		#content div#lijevo ul li {
			margin: 7 0 7 20;
			padding: 7 0 7 20;
			padding-top: 10px;
		}	

		#content #lijevo .vijest {
			text-align:justify;
			padding-right: 10px;
			margin-bottom: 20px;
		}

			#content #lijevo .vijest a img {
				margin: 0;
				float: left;
				display: block;
				padding: 3px;
				border: 1px solid #666666;
				margin-right: 5px;
			}
				#content #lijevo .vijest a img:hover  {
					border: 1px solid #FF0000;
				}
				#content #lijevo .vijest a img:visited  {
					border: 3px solid #666666;
				}
				

		#content .more {
			float: right;
			bottom: 0;
			vertical-align: bottom;
			padding-left: 15px;
			margin-top: 1em;
			background-image: url(../img/vise.gif);
			background-repeat: no-repeat;
			background-position: left bottom;
		}
		#content .more2 {
			background-position: right bottom;
			background-repeat:no-repeat;
			text-align: right;
			padding-right: 28px;
			height: 24px;
			border-top: 10px solid #FFF;
			background-image: url(/template/img/separator-clean.jpg);
		}
			#content .more2 a:link {
				color: #FFF;
			}
			#content .more2 a:active {
				color: #FFF;
			}
			#content .more2 a:visited {
				color: #FFF;
			}
			#content .more2 a:hover {
				color: #333333;
			}
	#content div#desno {
		background-color:#d4d4d4;
		float:right;
		width:168px;
		margin-right: 1px;
		padding: 10px;
	}
		#content #desno p {
		}
		
		#content #desno #nagrada {
			background: #FFF;
			padding: 3px;
			border: 1px solid #000;
		}
		#content #desno a:link {
			color: #535353;

			text-decoration: none;
		}
		#content #desno a:visited {
			color: #535353;

			text-decoration: none;
		}
		#content #desno a:hover {
			text-decoration: none;

			color: #000;
		}
		#content #desno a:active {
			text-decoration: none;

		}
		#content #desno a img {
			padding: 0px;
			border: 0px;
		}
		
		#content #desno #li_galerija {
			list-style-type: none;	
			padding-left: 19px;
			background-image: url(../img/photo.gif);
			background-repeat: no-repeat;
			background-position: 0 .5em;
		}

		#content #desno #li_galerije_noimg {
			background-image: none;
			list-style-type: none;	
		}
		


.error {
	text-align:center;
	background-color:#EAEAEA;
	border: solid 1px #000;
	padding: 5px;
	margin-bottom: 10px;
	background-image: url(../img/notice.gif);
	background-repeat: no-repeat;
	background-position: 1em;
	border: 1px solid #000;
	color: #000;
	font-size: 11px;
	text-align: left;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 3em;
}
	.error li {
		list-style: none;
		font-weight: bold;
		padding-left: 1em;
	}

	
/******** NAVIGATION *******/
div#navigation {
	width: 205px;
	padding: 0;
	margin: 0;
}
	#navigation div#menu {
		
	}
	#navigation div#adresa {
		padding-left: 45px;
		padding-top: 30px;
		background-image: url(../img/bg_lijevi.jpg);
		background-repeat: no-repeat;
		background-position: right bottom;
		height: 130px;
	}

		#navigation div#adresa a {
			color: #BEBEBE;
		}
		#navigation div#adresa a:hover {
			color: #000000;
		}


/******** FOOTER *******/
div#footer{
	background-image: url(../img/bg_footer.jpg);
	background-repeat: no-repeat;
	height: 83px;
}
	div#footer p {
		margin: 0;
		padding: 0;
	}
	div#footer #developer {
		color: #666666;
		padding-left: 55px;
		padding-top: 25px;
		float: left;
	}
	div#footer ul {
		margin: 0;
		padding: 0;
		margin-left: 35px;
		padding-top: 30px;
		color: #FF0000;
		display:inline;
		float: left;
	}
		div#footer li {
			display:inline;
			padding:0;
			margin:0;
			padding-right: 7px;
			margin-left: 7px;
			border-right: 1px solid #FF0000;
		}
		div#footer #kraj {
			border-right-style: none;
		}
	div#footer a:link {
		color: #FF0000;
		text-decoration: none;
	}
	div#footer a:visited {
		color: #FF0000;
		text-decoration: none;
	}
	div#footer a:hover {
		text-decoration: none;
		color: #FFFFFF;
	}
	div#footer a:active {
		text-decoration: none;
	}
.kontakti {
	/*background-image: url(/template/img/back1.jpg);*/
}

.kucica {
	text-align: center;
	height: 230px;
	top: 10px;
	padding-bottom: 10px;
	/*float: left;
/*	border: 1px solid black;*/
}
.kucicaslika {
	position: relative;
	left: 23px;
	text-align: center;
	width: 208px;
	height: 208px;
/*	border: 1px solid red;*/
}

		.outer {margin-left: 25px; height: 200px; overflow: hidden; position: relative; width: 200px; display: table; position: static;}
		
		.middle {position: absolute; display: table-cell; vertical-align: middle; position: static;} /* for explorer only*/
		
		.inner {position: relative; top: -50%; text-align: center; } /* for explorer only */

		div.greenBorder {border: 1px solid #666666; background-color: white;}
		.namjestajtekst {text-align:left;	padding-bottom: 10px;}
		.namjestajtekst h2 {
			
		}

.outer img {
	border: 0 !important;
	padding: 2px !important;
	margin: 0 !important;
}


.v-outer {
	display: table;
	#position: relative;
	overflow: hidden;
	height: 208px;
	border: 1px solid #666666;
	width: 208px;
	text-align: center;
	margin:0 auto;
}
	.v-outer img {
		border: 0 !important;
		padding: 2px !important;
		margin: 0 !important;
	}

.v-middle {
	display: table-cell;
	#position: absolute;
	#top: 50%;
	left: 50%;
	vertical-align: middle;
}

.v-inner {
	#position: relative;
	#top: -50%;
	left: -50%;
}

.ikone img {margin-right: 3px;}

#bez_kruga {
	list-style-type: none;
}




table#cart {
	border-collapse: collapse;
	margin-bottom: 1em;
	width: 100%;
}
	
	table#cart th {
		background: #404743;
		color: #fff;
		text-align: left;
		white-space: nowrap;
	}
	
	table#cart th,
	table#cart td {
		padding: 5px 10px;
	}
	
	table#cart .item_name {
		width: 100%;
	}
	
	table#cart .quantity input {
		text-align: center;
	}
	
	table#cart tr td {
		background: #fff;
	}
	
	table#cart tr.odd td {
		background: #eee;
	}
	
	.center {
		text-align: center;
	}
	
input.btn { 
	  font: bold 84%; 
	  border: 1px solid; 
	} 