body,td,th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	margin-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;  
	color:#FFFFFF;
} 

body a {
	color: #E8F7FF;
	text-decoration:underline;
	}

body a:hover{
	text-decoration:none;
}

body h3 {
	text-transform: uppercase;
	margin: 2px 2px 0px 2px;
	padding: 2px 2px 0px 2px;
	font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 18px;
}


h1 {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 22px;
	color: #FFFBB0;
}

h2 {
	margin: 5px 5px 5px 5px; 
	padding: 5px 0px 5px 0px;
	font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	text-align: left;
	color: #D7FFD5;
}

.formboxes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 125px;
}




#stock-list{
	padding-right:8px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 10px;
}


#stock-list .current_stock_nav{
	width:285px;
	float:left;
	margin-top:10px;
	margin-bottom: 10px;
	margin-right:10px;
}

#stock-list .current_stock_nav ul{
	width:137px;
	float:left;
	margin-top:0;
	margin-right:5px;
	
}
#stock-list .current_stock_nav ul li{
	float:left;
	margin:0 0 5px 0;
	width:140px;
	height:35px;
	background: #f6f6f6;
	
}
#stock-list .current_stock_nav ul li a{
	color: #666666;
    float: left;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    padding: 8px;
    text-decoration: none;
    width: 130px;
	
}
#stock-list .current_stock_nav ul li a:hover{
	background-color:#E6E6E6;
}
#stock-list .current_stock_nav #show_all_cars{
	float:left;
	width:246px;
	clear:both;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	font-weight:bold;
	border-top:solid;
	border-top-width:1px;
	border-top-color:#E6E6E6;
	text-decoration:none;
	padding:10px 0 10px 0;
}
#stock-list .current_stock_nav #show_all_cars:hover{
	background-color:#E6E6E6;
}




#stock-options ul{
	list-style: none; 
	margin-top:5px;
	float:right;
}



#stock-options li{
	background:#EAEAEA;	
	display: inline-block;
	padding:5px 10px 5px 10px;
	border:1px solid #dcdcdc;
}


#stock-options li:hover{
	background:#EFEFEF;	
}


#stock-options li a:hover,#stock-options li a:visited, #stock-options li a, #stock-options li active{
	color: #666666;	
	text-decoration: none;
	font-weight:bold;
}



#stock-separate{
	height:20px;
}


#car-record a, #car-record a:hover, #car-record a:active, #car-record a:visited{
	color: #666666;	
	text-decoration: none;
}




.newest-stock .base-bar{
    
    background-color: #333333;
	color:#FFFFFF;
	font-weight: bold;
	padding: 10px 4px 10px 10px;
	width:282px;
	font-size: 16px;
	text-align: center;
}

.newest-stock img{
    
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.newest-stock img:hover {
    opacity: 0.85;
    filter: alpha(opacity=85);
}

.car-title{
	
	margin:10px 0px 10px 0px;
	color:#FFFFFF;
	background-color: #4b6e8f;
	padding:10px 10px 10px 20px;
	font-size: 14px;
	font-weight: bold;
	
	
}


.car-record{
	
	background-color: #4b6e8f;
	padding:5px;
	border: #2e4a64 solid 1px;

}

.cars-details h2{
	
	padding:5px;


}
