h1
{
	font: 12px Arial, sans-serif;
	color: white;
	margin: 0px 0px 3px 7px;
}

h2
{
	font: bold 13px Arial, sans-serif;
	color: white;
	margin: 0px 0px 1px 7px;
}

h3
{
	font: bold 13px Arial, sans-serif;
	color: #0099FF;
	margin: 2px 0px 2px 0px;
	padding: 0px;
}

body
{
	background: white url(images/bg_top.jpg) repeat-x top left;
	color: #999999;
	font: 12px arial, verdana, helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.text {
	font-family: arial;
	font-size: 12px;
	COLOR: #000000;
}
input {
	font-family: arial;
	font-size: 12px;
	COLOR: #000000;
}
select {
	font-family: arial;
	font-size: 12px;
	COLOR: #626262;
}
table {
	font-family: arial;
	font-size: 12px;
	COLOR: #000000;

}
textarea {
	font-family: arial;
	font-size: 12px;
	COLOR: #626262;
}

a:link { COLOR: #0099ff; TEXT-DECORATION: none }
a:active { COLOR: #0099ff; TEXT-DECORATION: underline }
a:visited { COLOR: #0099ff; TEXT-DECORATION: none }
a:hover { TEXT-DECORATION: underline}

.heder {
	font-family: arial;
	font-size: 12px;
	COLOR: #ffffff;
}

.meso {
	font-family: arial;
	font-size: 12px;
	COLOR: #000000;

}

.footer {
	font-family: arial;
	font-size: 12px;
	COLOR: #ffffff;
}

/*Pagination*/
div.paginate {
	font-family: arial;
	font-size: 9px;
	display:inline;
	text-align:center;
	padding: 7px;
	margin: 3px;
}
	
div.paginate a {
	padding: 2px 5px 2px 5px; 
	margin: 2px;
	border: 1px solid #000000;
	text-decoration: none; /* no underline */
	color: #000000;
}
div.paginate a:hover, div.paginate a:active {
	border: 1px solid #000000;
	background-color:#0099FF;
	color: #fff;
}
	
div.paginate .current {
	display:inline;
	padding: 2px 5px 2px 5px;
	margin: 2px; 
	border: 1px solid #000000;
	font-weight: bold;
	background-color: #0099FF;
	color: #FFF;
} 

div.paginate .disabled {
	display:inline;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD; 
}

/* styles for the star rater */
.star-rating{
list-style:none;
margin: 0px;
padding:0px;
width: 100px;
height: 20px;
position: relative;
background: url(http://www.autoportal.rs/images/star_rating.gif) top left repeat-x; 
}
.star-rating li{
padding:0px;
margin:0px;
margin-top: 5px;
/*\*/
float: left;
/* */
}
.star-rating li a{
display:block;
width:20px;
height: 20px;
text-decoration: none;
text-indent: -9000px;
z-index: 20;
position: absolute;
padding: 0px;
margin-top: -5px;
}
.star-rating li a:hover{
background: url(http://www.autoportal.rs/images/star_rating.gif) left bottom;
z-index: 1;
left: 0px;
}
.star-rating a.one-star{
left: 0px;
}
.star-rating a.one-star:hover{
width:20px;
}
.star-rating a.two-stars{
left:20px;
}
.star-rating a.two-stars:hover{
width: 40px;
}
.star-rating a.three-stars:hover{
width: 60px;
}
.star-rating a.three-stars{
left: 40px;
}
.star-rating a.four-stars{
left: 60px;
} 
.star-rating a.four-stars:hover{
width: 80px;
}
.star-rating a.five-stars{
left: 80px;
}
.star-rating a.five-stars:hover{
width: 100px;
}

/* styles for the ajax tab */
#wrapper{
width: 300px;
margin: 0 auto;
}
.box{
background: #fff;
}
.boxholder{
clear: both;
padding: 5px;
background: #000000;
}
.tab{
float: left;
height: 32px;
width: 102px;
margin: 0 1px 0 0;
text-align: center;
background: #000000 url(/images/greentab.jpg) no-repeat;
}
.tabtxt{
margin: 0;
color: #fff;
font-size: 12px;
font-weight: bold;
padding: 9px 0 0 0;
}
.list_carousel {margin: 0 0 0px 0px; width: 640px;}
.list_carousel .list_slide_cont {width: 155px; border-right: 1px solid #dadada; padding: 0 26px 0 26px;}
.list_carousel .list_slide_cont_subtitle {color: #666666; font-family: Verdana,Geneva,sans-serif; font-size: 11px; font-weight: normal; line-height: 13px; margin: 0; padding: 0 0 2px 0; text-transform: uppercase; text-align: right;}
.list_carousel .list_slide_cont_subtitle a {color: #666666; text-decoration: none;}
.list_carousel .list_slide_cont_subtitle a:hover {text-decoration: underline;}
.list_carousel .list_slide_cont_image_cont {}
.list_carousel .list_slide_cont_image { background-color: #FFFFFF; border: 1px solid #D8DCDF; font-size: 0; padding: 3px;}
.list_carousel .list_slide_cont_image img {display: block;}
.list_carousel .list_slide_cont_title { color: #1F1A17; font-family: Georgia,"Times New Roman",Times,serif; font-size: 13px; font-weight: bold; line-height: 16px; padding: 2px 0;}
.list_carousel .list_slide_cont_title a {color: #1F1A17; text-decoration: none;}
.list_carousel .list_slide_cont_title a:hover {color: #ca0002; text-decoration: none;}
.list_carousel ul {margin: 0; padding: 0; list-style: none; display: block;}
.list_carousel li {color: #999; min-height: 190px; float: left;}
.list_carousel.responsive {width: auto; margin-left: 0;}
.clearfix {float: none; clear: both;}
.prev {float: left; margin-left: 10px;}
.next {float: right; margin-right: 10px;}
.pager {float: left; width: 611px; text-align: center; padding: 10px 0 0 0;}
.pager a {margin: 0 5px; text-decoration: none; padding: 3px 7px 0 0; color: #999999; font-size: 7px; background: url("images/slide-num-off.png") no-repeat;}
.pager a:hover {color: #999999;}
.pager a.selected {text-decoration: none; color: #9e0309; background: url("images/slide-num-on.png") no-repeat;}