/* CSS Document */

* {	
	padding: 0px;
	margin: 0px;
	}
	
p {
	padding-bottom: 20px;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	padding-bottom: 15px;
	padding-top: 0px;
	}
	
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 15px;
	padding-top: 0px;
	}	

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 5px;
	color: #999999;
	padding-top: 20px;
	}
	
html, body {
	text-align: center;
	background-image:url(img/background.gif);
	background-repeat: repeat-x;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	}

#container {
	width: 953px;
	text-align: left;
	margin: 0 auto;
	}
		#top {
			width: 953px;
			height: 166px;
			clear: both;
			background-image:url(img/sena_header.gif);
			}
			
			#search {	
				width: 200px;
				padding-left: 400px;
				height: 36px;
				float: left;
				}
			
			#small-menu {
				width: 340px;
				float: left;
				height: 36px; 
				}
				
			#small-menu ul {
				list-style: none;
				padding-left: 180px;
				padding-top: 10px;
				}
				
			#small-menu ul li {
				float: left;
				}
				
			#small-menu ul li a {
				color: #fff;
				text-decoration: none;
				}

			#small-menu ul li a:hover {
				color: #f00;
				text-decoration: none;
				}
				
		#content {
			width: 953px;
			clear: both;
			background-image:url(img/background1.gif);
			background-repeat: repeat-y;
			background-position: 207px 0px;
			}
		
				#menu {
					width: 207px;
					float: left;
					padding-top: 10px;
					}
					
				#menu ul {
					list-style: none;
					}
					
							
				#menu ul li ul{
					list-style: none;
					padding-left: 0px;
					
					}		
					
				#menu ul li {
					float: left;
					}
					
				#menu ul li a {
					background-image:url(img/menu_point.gif);
					width: 177px;
					height: 24px;
					display: block;
					text-align: right;
					padding-right: 30px;
					padding-top: 5px;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 13px;
					font-weight:bold;
					color: #000;
					text-decoration: none;
					text-transform: uppercase;
					}	
					
					#menu ul li ul li a {
						width: 170px;
						padding-left: 0px;
						padding-right: 0px;
						padding-top: 0px;
						display: block;
						font-family: Verdana, Arial, Helvetica, sans-serif;
						font-size: 11px;
						font-weight:bold;
						text-decoration: none;
						color: #000;
						background-image: none;
						/* text-transform: uppercase; */
					}	
					
				#menu ul li a:hover {
					color: #fff;
					background-position: 0px -29px;
					}
					
				#menu ul li ul li a:hover {
					color: #fff;
					}
				
				#menu ul li.active a {
					color: #fff;
					background-position: 0px -29px;					
					}
					
				#menu ul li.active ul li a {
					color: #000;
					background-image: none;
					}
					
				#menu ul li.last a {
					color: #FF0000;
					}
					
				#menu ul li ul li.last a {
					color: #000;
					}
					
				#menu ul li.last a:hover {
					color: #fff;
					}		
					
				#menu ul li ul li.last a:hover {
					color: #fff;
					}
					
					
				#address {
					clear: both;
					padding-top: 20px;
					font-size: 11px;
					text-align: right;
					padding-right: 15px;
					color: #666666;
					}
		
		
				#main {
					width: 706px;
					float: left;
					padding-left: 20px;
					padding-right: 20px;
					padding-bottom: 20px;
					padding-top: 30px;
					background-image: url(img/content_background.gif);
					}
					
				#main-shop {
					width: 506px;
					float: left;
					padding-left: 20px;
					padding-right: 20px;
					padding-bottom: 20px;
					padding-top: 30px;
					background-image: url(img/content_background.gif);
					}					

				#right {
					width:200px;
					float: left;
					}
					
					
					
				#main a {
					color: #f00;
					font-weight: bold;
					text-decoration: none;
					}
					
				#main a:hover {
					color: #000;
					}
					
				#main ul, #main ol {
					padding-left: 30px;
					padding-bottom: 20px;
					color: #f00;
					}	
					
				#main img {
					padding: 10px;
					}
					
					
				#main-shop a {
					color: #f00;
					font-weight: bold;
					}
					
				#main-shop ul, #main-shop ol {
					padding-left: 30px;
					padding-bottom: 20px;
					color: #f00;
					}	
					
				#main-shop img {
					padding: 10px;
					}		
					
				/* #main img {
					border: solid 1px #000;
					float: left;
					margin-right: 15px;
					margin-bottom: 10px;
					}
				*/ 	
					
				.text-highlight-1 {
					padding: 10px;
					border: solid 1px #999999;
					background-color: #e1e1e1;
					margin-top: 15px;
					margin-bottom: 15px;
					}
				
				#news {	
					
					clear: both;
					padding-left: 0px;
					padding-right: 5px;
					}
					
				#news .vest {
					font-size: 11px;
					font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
					}
					
						#news .vest-datum {
							color: #999999;
							}
							
						#news .vest-naslov {	
							color: #f00;
							font-weight: bold;
							}

		#bottom {
			width: 953px;
			height: 7px;
			display: block;
			background-image:url(img/bottom.gif);
			background-position: 207px 0px;
			background-repeat: no-repeat;
			
			}
		
		#footer {
			width: 749px;
			clear: both;
			padding-top: 1px;
			font-size: 11px;
			height: 20px;
			color: #666666;
			padding-left: 210px;
			}
		
		#footer a {
			color: #000;
			text-decoration: none;
			}
			
		#footer a:hover {
			color: #f00;
			}
		
			
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  		



.menu table { border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0; }

.menu a:hover { visibility:visible; position:relative; z-index:200; }
.menu li:hover { position:relative; z-index:200; }


.menu ul { position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none; }

.menu ul.sub1 { width:auto; }
.menu ul.sub2 { width:auto; }
.menu ul.sub3 { width:auto; }
.menu ul.sub4 { width:auto; }

.menu ul li a { border: 0px none; }

.menu :hover ul { left:190px; top:0px; background-color: #f7f7f7; padding:0px;  white-space:nowrap; height:auto; z-index:300; display:block; border: solid 1px #e1e1e1;}
.menu :hover ul li { clear:both; display:block; float: left; position:relative; font-weight:normal; width: 190px; border: 0px none;}
/* .menu :hover ul li a { text-align: left; display:block; font-size:10px; height:20px; line-height:20px; width:auto; padding:0 0px; color:#000; text-decoration:none; width: 190px; border: 0px none; } */
.menu :hover ul li a { text-align: left; display:block; color:#fff; text-decoration:none; border: 0px none; line-height: 25px; width: 190px; padding-left: 10px !important; padding-right: 10px !important;}
.menu :hover ul li a:hover { background-color:#be0000; color:#000; }

/* 
.thumbscontainer ul li {
	width: 130px;
	height: 140px;
	overflow: hidden;
	display: block;
	float: right;
	padding: 0px;
	text-align: center;
	padding: 5px;

	position: relative;	
	}

 .thumbscontainer ul li a img {
	border: none 0px;
	margin: 0 auto;
	padding-top: 20px;
	}
	
.thumbscontainer ul li p {
	position: absolute;
	font-size: 10px;
	top: 0px;
	color: #000;
	}	
	
*/	
	
.thumbscontainer ul li {
	width: 130px;
	height: 170px;
	overflow: hidden;
	display: block;
	float: right;
	padding: 0px;
	text-align: center;
	padding: 5px;
	border: solid 1px #e1e1e1;
	/* position: relative; */ 
	}

.thumbscontainer ul li a {
	width: 130px;
	border: solid 1px blue;
	display: block;

	text-align: center;
	margin: 0 auto;
	}
	
.thumbscontainer ul li a:hover{
	background-color: #e1e1e1;	
	}
	
.thumbscontainer ul li a img {
	border: none 0px;
	margin: 0 auto;
	padding-top: 30px;
	} 	
	
.thumbscontainer ul li p {
	width: 130px;
	height: 20px;	
	/* border: solid 1px red; */
	display: block;
	/* position: absolute; */
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	padding-top: 4px;
	/* top: 0px; */
	color: #000;
	background-color: #e1e1e1;
	}






	
	
	
	
.childscontainer ul li {
	width: 130px;
	height: 170px;
	overflow: hidden;
	display: block;
	float: right;
	padding: 0px;
	text-align: center;
	padding: 5px;
	border: solid 1px #e1e1e1;
	/* position: relative; */ 
	}

.childscontainer ul li a {
	width: 130px;
	border: solid 1px blue;
	display: block;

	text-align: center;
	margin: 0 auto;
	}
	
.childscontainer ul li a img {
	border: none 0px;
	margin: 0 auto;
	padding-top: 30px;
	} 	
	
.childscontainer ul li p {
	width: 130px;
	height: 20px;
	/* border: solid 1px red; */
	display: block;
	/* position: absolute; */
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	padding-top: 4px;
	/* top: 0px; */
	color: #000;
	background-color: #e1e1e1;
	}
	
	
/*
*
* SHOP 
*
*
*/

#shop {
	font-size: 12px;
	}

#shop a {
	text-decoration: none;
	color: #F00;
	}

#shop a:hover {
	text-decoration: none;
	color: #000;
	}
	
.qtyinc, .qtydec {
	font-size: 16px;
	font-weight: bold;
	}

.button {
	width: 185px;
	font-size: 12px;
	margin-top: 5px;
	text-align: center;
	height: 25px;
	display: block;
	border: solid 1px #000;
	padding-bottom: 3px;
	color: #fff;
	font-weight: bold;
	background-color: #f00;
	}
	
.button:hover {
	width: 185px;
	font-size: 12px;
	margin-top: 5px;
	text-align: center;
	height: 25px;
	display: block;
	border: solid 1px #000;
	padding-bottom: 3px;
	color: #fff;
	font-weight: bold;
	background-color: #000;
	}	