/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	}
	
html, body {
	text-align: center;
	font-size: 12px;
 	background-image:url(img/background.gif);
	background-position: center;
	background-repeat: repeat-y;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	}

#container {
	width: 853px;
	height: auto;
	margin: 0 auto;
	clear: both;
	background-image: url(assets/templates/srpski/img/back.gif);
	}
	
h1 {
	 font-size: 20px;
	 padding-bottom: 10px;
	 font-weight: normal;
	 }
	 
	#left {	
		width: 632px;
		float: left;
		}
		
		#header {
			width: 632px;
			height: 142px;
			clear: both;
			}
			
		#content {
			width: 577px;
			text-align: left;
			padding: 15px;
			margin-left: 25px;
			clear: both;
			 background-color: #cccc99; 
			}
		
	#content a {
		text-decoration: none;
		font-weight: bold;
		color: #000;
		}
		
	#content a:hover {
		color: #f00;
		}
		
	#content a.kat {
		font-size: 12px;
		line-height: 19px;
		font-weight: normal;
		color: #000;
		text-decoration: none;
		}
		
	#content a.kat:hover {
		color: #f00;
		}
		
	#content a.podmodel {
		font-size: 12px;
		line-height: 19px;
		font-weight: normal;
		color: #000;
		text-decoration: none;
		}
		
	#content a.podmodel:hover {
		color: #f00;
		}		
		
	#content ul {
		padding-left: 30px;
		padding-bottom: 14px;
		}
		
	#content ol {
		padding-left: 30px;
		padding-bottom: 14px;
		}

	#content p {
		padding-bottom: 15px;
		}
		
	#content ul, content ol {
		padding-left: 20px;
		}
	
	#right {	
		width: 221px;
		float: left;
		background-image:url(img/right_backgound.gif);
		background-position: 0px 22px;
		text-align: left;
		padding-bottom: 15px; 
		}
		
	#right a {
		text-decoration: none;
		font-weight: bold;
		color: #000;
		}
		
	#right a:hover {
		color: #f00;
		}
		
		#search {	
			width: 220px;
			height: 61px;
			clear: both;
			}
			
		#models {	
			width: 200px;
			clear: both;
			padding-left: 0px;
			padding-right: 0px;
			/*margin-top: 95px; */
			margin-top: 41px;
			/* border: solid 1px red; */
			}
			
		html>body #models {
			margin-top: 95px !important;
			}
			
			
			

		#models-headline  a.arrow-up {
			width: inherit;
			height: 21px;  /* 29 */
			line-height: 21px; 
			padding-left: 10px; 
			padding-right: 20px !important;
			background-color: #990100; 
			display: inline;
			color: #fff; 
			font-size: 14px; 
			font-weight: bold; 
			margin-bottom: 12px;
			background-image:url(img/arrow-up.gif);
			background-repeat: no-repeat;
			background-position: right 6px;
			}
		
		#models-headline  a.arrow-up:hover {
			text-decoration: underline;
			color: #fff;
			background-position: right -12px;
			}
			
		#models-headline  a.no-arrow-up {	
			background-image: none !important;
			
			}
			
		#models-headline {
			width:221px;  
			height: 21px; 
			line-height: 21px; 
			
			background-color: #990100; 
			color: #fff; 
			display: block; 
			font-size: 14px; 
			font-weight: bold; 
			margin-bottom: 12px;
			}
			
		#models-list {	
			padding-left: 10px;
			padding-right: 5px;
			padding-top: 0px;
			height: auto;/* 405px; */
		
			}			
			
		#news {	
			width: 200px;
			clear: both;
			padding-left: 10px;
			padding-right: 10px;
			}

		#models-list a {
			font-size: 12px;
			line-height: 19px;
			font-weight: bold;
			color: #000;
			text-decoration: none;
			}
			
		#models-list a:hover {
			color: #f00;
			}	
			
#models-list ul {
	list-style: none;
	}
	
#models-list ul li a {
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	}
			
#models-list ul li a a:hover {
	color: #f00;
	}
	
#models-list ul li ul li a {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #F00;
	text-decoration: none;
	padding-left: 20px;
	}
			
#models-list ul li ul li a:hover {
	color: #f00;
	text-decoration: underline;
	}	
	
ul.submenu1 {
	font-weight: normal;
	color: #f00;
	}
	
ul.submenu1 li a {	
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #000 !important;
	text-decoration: none;
	padding-left: 0px;
	/* border-bottom: solid 1px #fff; */
	}
	
	
ul.submenu1 li a:hover {
	color: #f00 !important;
	text-decoration: none;
	}	
	
		a.modeli_dole_desno {
			float: left;
			clear: both;
			display: block;
			font-size: 13px;
			font-weight: bold;
			color: #f00;
			}

		a.modeli_dole_desno:hover {
			color: #000;
			}
						
			
 /* *** 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 */  


		
			#sitemap {
				width: 220px;
				height: 31px;
				clear: both;
				}
			
			#sitemap ul {
				list-style: none;
				float: right;
				padding: 0px;
				margin: 0px;
				}
				
			#sitemap ul li {
				float: left;
				}
				
			#sitemap ul li.home a {
				width: 26px;
				height: 33px;
				display: block;
				background-image: url(img/small-menu/home.gif);
				background-position: 0px -10px;
				}
				
			#sitemap ul li.mail a {
				width: 26px;
				height: 33px;
				display: block;
				background-image:url(img/small-menu/mail.gif);
				background-position: 0px -10px;
				}
				
			#sitemap ul li.sitemap a {
				width: 40px;
				height: 33px;
				display: block;
				background-image:url(img/small-menu/sitemap.gif);
				background-position: 0px -10px;
				}
				
			#sitemap ul li.home a:hover { background-position: 0px -53px; }
			#sitemap ul li.mail a:hover { background-position: 0px -53px; }
			#sitemap ul li.sitemap a:hover  { background-position: 0px -53px; }
				
			#search-form {
				width: 210px;
				height:21px;
				clear: both;
				padding-top: 5px;
				padding-right: 10px;
				}
				
			.form1 {
				width: 200px;
				color: #2c6575;
				clear: both;
				float: right;
				margin: 0px;
				padding: 0px;
				}
			
			#ajaxSearch_form {
				width: 200px;
				color: #2c6575;
				clear: both;
				float: right;
				margin: 0px;
				padding: 0px;
				}
				
				
			.ajaxSearch_resultLink {
				font-size: 14px;
				font-weight: bold;
				color: #000;
				}
				
			.ajaxSearch_paging {
				padding-bottom: 20px !important;
				}
				
			.ajaxSearch_highlight,
			.ajaxSearch_highlight1 {
				color: #f00;
				font-weight: bold;
				}
				
			.ajaxSearch_resultDescription {
				display: none;
				}
				
			.input1 {
				border: solid 1px #2c6575;
				width: 125px;
				color: #777676;
				}	
				
			#footer {
				width: 818px;
				display: block;
				padding-left: 35px;
				height: 30px;
				line-height: 30px;
				/*background-image:url(img/footer_back.gif);*/
				color: #fff;
				margin: 0 auto;
				text-align: left;
				background-color: #fff;
				
				background-image:url(img/footer_back.gif); 
				background-position: 0px 0px;
				background-repeat: repeat-y; 
				}
				
			#footer-bottom {
				width: 818px;
				height: 36px;
				display: block;
				padding-left: 35px;
				padding-top: 0px;
				/*background-image: url(img/footer_bottom1.gif);*/
				color: #FFFFFF;
				margin: 0 auto;
				text-align: left;		
				}
				
			#footer a {
				color: #fff;
				font-weight: bold;
				text-decoration: none;
				}
				
			#footer a:hover {
				color: #fff;
				}
				
			#footer-links {
				padding-top: 15px;
				color: #fff;
				}
				
			#footer-links ul {
				list-style: none;
				padding-top: 20px;
				}
				
			#footer-links li a {
				color: #fff;
				text-decoration: none;
				}
				
			#footer-links li a:hover {
				color: #fff;
				}
				

				
			.red {
				 color: red;
				 float: right;
				 clear: both;
				 }
				 
			.thumb_detalj {
				border: solid 1px #000000;
				}
#breadcrumb {	
	width: 607px;
	height: 10px; 
	line-height: 10px;
	padding-top: 0px; 
	padding-bottom: 4px;
	display: block;
	padding-left: 25px;
	clear: both; 
	text-align: left; 
	background-image:url(img/breadcrumb_back.gif); 	
	background-position: 25px 0px;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	
	}
	
#breadcrumb a {
	color:  #ffffff;
	text-decoration: none;
	font-weight: normal;
	}
	
#breadcrumb a:hover {
	text-decoration: underline;
	}			

/* rounded corner */

		
#headnews {
	width: 400px;
	clear: both;
	margin-right: 20px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 15px;
	
	}
	
.h1_headnews {
	width: auto;
	text-align: left;
	clear: both;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	padding-bottom: 15px;
	}
	
#headnews a.more {
	display: block;
	float: right;

	padding-top: 5px;
	color: #FF0000;
	text-align: right;
/*	padding-right: 20px;
	width: 400px;	*/
	}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#f2f2f2; border-left:1px solid #f2f2f2; border-right:1px solid #f2f2f2;}
.xb1 {margin:0 5px; background:#f2f2f2;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.headnewscontent {display:block; background:#f2f2f2; border:0 solid #f2f2f2; border-width:0 1px; padding: 2px; padding-left: 11px; padding-right: 11px;}
	
.tabela_m1 {
	background-color: #27302b;
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;

}

.tabela_m1 tr {
	
	}

.tabela_m1 td {
	padding: 3px;	
	border-bottom: solid 1px #7e8481;
	border-right: solid 1px #7e8481;	
}

#lang ul {
	list-style: none;
	padding-left: 120px;
	padding-top: 4px;
	}
	
#lang ul li { }

#lang ul li.srpski a {
	padding-left: 32px;
	line-height: 25px;
	height: 25px;
	display: block;
	background-image:url(img/srpski.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	}
	
#lang ul li.english a {
	padding-left: 32px;
	line-height: 25px;
	height: 25px;
	display: block;
	background-image:url(img/english.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;	
	}
	
#lang ul li a:hover {
	background-position: 0px -22px;
	}

