body {
	background: transparent url(../images/back.png) repeat;
	font-family:verdana,arial,sans-serif;
	margin:0;
	padding:0;
	text-align: center;
}


h1, h2, h3, h4 {
	font-family:verdana,arial;
	font-weight:normal;
}
h2{
	font-style:italic; 
}
h3
{
	font-size:0.9em;
	font-weight:bold;
}
p{
	margin:.3em;
}
a img  { border: none; } 


.nav_item, .nav_current_item
{
	display:inline;
	margin:2px;
	border:solid 2px #bfcaf4;
	padding:2px 5px 2px 5px;
	font-size:12px;
}
.nav_current_item
{
	background-color:#bfcaf4; 
}

.nav_container a  
{
	text-decoration: none;
	color:black;
}
.brand_name
{
	font-size:15px;
	font-weight:bold;
}

.brand_name a
{
	text-decoration: none;
	color:black;
}
.brand_name a:hover
{
	text-decoration: underline;
}


#search_form div {
margin-top: 20px;
}

#search{
width:220px;
float:left;

}
#search_content{
text-align:left;
}

#search_content label {
display:block;
font-size:0.8em;
margin-bottom: 5px;
}

#right_content
{
width:765px;
float:right;
}
.cars_data {
	padding-bottom:15px;
}

.cars_data p, .dealer_data p
{
	margin:0.3em;
	padding:0;
	font-size:0.8em;
}


#logo {
	margin:12px 0 0 40px;
}
#main {
	width:1024px;
	margin:auto;
	padding:0;
	text-align: left;
}

#tabs , 
#sub_tabs {
	font-size:1.10em;
	margin:0 25px 0 0;
	padding:0;
	float:right;
	
}
#tabs li , 
#sub_tabs li{
	float:left;
	list-style:none;
	padding:4px;
	margin:0;
	font-size: 0.8em;
}

#tabs  a,
#sub_tabs a
{
	text-decoration:none;
}
#tabs .on a, 
#sub_tabs .on a
{
	font-weight:bold;
	
}

#right_content h4
{
	font-weight:bold;
}

#footer {
	text-align:center;
	font-size:.8em;
	color:#888;
	padding-top:1em;
}
#footer div {
	margin: 0.5em;
}
#footer a {
	padding:0 1.4em;
	font-size:1.1em;
}

.oneoftwo {
	width:50%;
	float:left;
}
 .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */


.clearfix {
    zoom: 1;     /* triggers hasLayout */
    display: block;     /* resets display for IE/Win */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
	
.cb {
/*margin:0.5em 0;*/
	}
	/* Top corners and border */
.bt {
	height:17px;
	margin:0 0 0 18px;
	background:url(../images/box.png) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-18px;
	width:18px;
	height:17px;
	background:url(../images/box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bb {
	height:34px;
	margin:0 0 0 12px;
	background:url(../images/box.png) no-repeat 100% 100%;
}
.bb #dl {
	position:relative;
	left:-12px;
	width:12px;
	height:34px;
	background:url(../images/box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
	float:left;
}

	/* Left border */
.i1 {
	padding:0 0 0 4px;
	background:url(../images/borders_left.png) no-repeat 0 0;
}
	/* Right border */
.i2 {
	padding:0 4px 0 0;
	background:url(../images/borders_right.png) no-repeat 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:url(../images/content_bg.png) repeat-x;
	background-color:#fff;
}
.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}

	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */

.i3 {display:inline-block;}
.i3 {display:block;}



.sub .bt {
	height:17px;
	margin:0 0 0 18px;
	background:url(../images/sub_box.png) no-repeat 100% 0;
}
.sub .bt div {
	position:relative;
	left:-18px;
	width:18px;
	height:17px;
	background:url(../images/sub_box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.sub .bb {
	height:34px;
	margin:0 0 0 12px;
	background:url(../images/sub_box.png) no-repeat 100% 100%;
}
.sub .bb div {
	position:relative;
	left:-12px;
	width:12px;
	height:34px;
	background:url(../images/sub_box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}
	/* Left border */
.sub  .i1 {
	padding:0 0 0 3px;
	background:url(../images/borders_left.png) no-repeat 0 0;
}
	/* Right border */
.sub .i2 {
	padding:0 3px 0 0;
	background:url(../images/borders_right.png) no-repeat 100% 0;
}
.sub .i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:url(../images/sub_bg.png) repeat-x;
	background-color:#fff;
}


/*                                 */
.characteristic .bt {
	height:17px;
	margin:0 0 0 18px;
	background:url(../images/small_characteristic_box.png) no-repeat 100% 0;
}
.characteristic .bt div {
	position:relative;
	left:-18px;
	width:18px;
	height:17px;
	background:url(../images/small_characteristic_box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.characteristic .bb {
	height:34px;
	margin:0 0 0 12px;
	background:url(../images/small_characteristic_box.png) no-repeat 100% 100%;
}
.characteristic .bb div {
	position:relative;
	left:-12px;
	width:12px;
	height:34px;
	background:url(../images/small_characteristic_box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}
	/* Left border */
.characteristic  .i1 {
	padding:0 0 0 3px;
	background:url(../images/borders_left.png) no-repeat 0 0;
}
	/* Right border */
.characteristic .i2 {
	padding:0 3px 0 0;
	background:url(../images/borders_right.png) no-repeat 100% 0;
}
.characteristic .i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background-color:#fff;
	background-image:none;
}
.fakeBigImg{
	overflow:hidden;
}
.nav_container{
	margin:20px 0 20px 0;
}
.btn {
}
#tabs .tab_inner,
#sub_tabs .tab_inner{
	display:inline-block;
	height:100%;
	cursor:pointer;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;	
	color:	Black;
}
#tabs .on .tab_inner,
#sub_tabs .on .tab_inner{
	background:transparent url(../images/selected_tab_background.png) repeat-x;
	margin-left:15px;
	margin-right:0px;
	height:25px;
	padding:10px 15px 0px 14px;
}
#tabs .off .tab_inner,
#sub_tabs .off .tab_inner{
	background:transparent url(../images/not_selected_tab_background.png) repeat-x scroll 0 0;
	margin-left:13px;
	margin-right:0px;
	height:20px;
	padding:10px 15px 0px 14px;
	*padding-top:9px;
}
 #tabs .sl, 
 #tabs .tl,
 #sub_tabs .sl,
 #sub_tabs .tl{
	display:inline-block;
}

#tabs .on .tl,
#sub_tabs  .on .tl{
	background:transparent url(../images/selected_tab_left_corner.png) no-repeat scroll 0 0;
}
#tabs .off .tl,
#sub_tabs  .off .tl{
	background:transparent url(../images/tab_left_corner.png) no-repeat scroll left center;
}
#tabs .tr,
#sub_tabs  .tr{
	display:inline-block;
	margin:0;
	padding:0;
	padding-right:15px;
}
#tabs .off span.tr,
#sub_tabs  .off span.tr
{
	background:transparent url(../images/tab_right_corner.png) no-repeat scroll right center;
	height:30px;
	
}

#tabs .on span.tr,
#sub_tabs  .on span.tr
{
	background:transparent url(../images/selected_tab_right_corner.png) no-repeat scroll 100% 0;
	height:35px;
}
#right_content  #tabs,
#right_content  #sub_tabs 
{
	float:none;
}
#tabs .on ,
#sub_tabs .on {
	padding:0px;
}
#right_content #tabs .off,
#right_content #sub_tabs  .off{
	padding:0px;
	padding-bottom:0;
	padding-top:5px;
}
#main #tabs .on,
#main #sub_tabs  .on{
	height:30px;
}
#main #tabs .off ,
#main #sub_tabs  .off {
	height:22px;
}
#main #right_content #tabs  .on,
#main #right_content #sub_tabs  .on
 {
	height:33px;
}
#main #right_content #tabs .off,
#main #right_content #sub_tabs .off{
	height:28px;
}

#main #tabs li,
#main #sub_tabs li
{
padding-left : 0px;
padding-right : 0px;
}

a.inter_link{
	color:#25305A;
	text-decoration:underline;
}
ul.partners_list li{
margin-bottom:5px;
}

#car_big_picture 
{
	border:medium none;
	height:290px;
	margin:0;
	overflow:hidden;
	padding:0;
	width:440px;
}
#car_picture 
{
	padding: 0px 63px;
}
#car_picture a
{
	margin: 0px;
	padding: 0px;
}
#car_picture a img
{
	border: 3px solid #bfcaf4;
	width:68px;
	height:68px;
} 
#car_picture a:hover img 
{
	border: 3px solid #6a85ea;
} 
.car_sub_title
{
	font-weight:bold;
	font-size:0.9em;
	margin-top : 4px;
	margin-bottom : 20px;
}

.car_info{
	margin-top: 43px;
}
.characteristic .small_i2{
	background:transparent url(../images/small_borders_right.png) no-repeat scroll 100% 0;
	padding:0 4px 0 0
}
.characteristic .small_i1{
	background:transparent url(../images/small_borders_left.png) no-repeat scroll 0 0;
	padding:0 0 0 4px
}
.car_extras{
	padding: 10px 5px;
	height:200px;
	overflow-y:auto;
	overflow-x:hidden;
	padding-top:0;
}
#right_content  .tabs_ext{
	float:none;
	padding-left:27px;
	
}
.characteristic {
	margin:0;
}
