@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/webdisplay/scenic-drive/bg.jpg) #fff center -200px no-repeat fixed;
}

#container {
background-color: rgba(255,255,255,0.00);
text-align: left;
border-style: none;
}

/*Left menu */

#refine #filter h3 {
    background: none repeat scroll 0 0 #ccc;
    color: #333;
}
#refine #filter h3:hover {
	background: none repeat scroll 0 0 #333;
	color:#fff
}
#refine #filter h3:active {
	background: none repeat scroll 0 0 #fff;
	color:#333
}

.leftbox {
    border: none;
}

.dealershipdetails {
    background: none repeat scroll 0 0 #333;
}

.leftbox h3 {
    background-color: #222;
    color: #fff;
}
/*End left menu */


a.sortlink {
    background: none repeat scroll 0 0 #000;
    border-right: 1px solid #333;
}
a.sortlink:hover {
    background: none repeat scroll 0 0 #333;
}

#changeview a {
    color: #111;
}

#vehicle {
    background-color:rgba(0,0,0,0.00);
}

/*vehicle list */
.even {
    background-color: rgba(0,0,0,0.50) !important;
}
.odd {
    background-color: rgba(0,0,0,0.40) !important;
}

.odd, .even {
	cursor:default;
}

.odd:hover h2, .even:hover h2 {
	color:rgba(255,255,255,1.00);
}

.option, div.inventory b {
    color: #fff;
}
table td.spec, .spec {
    color: #fff;
}

h2 {
    color: #333;
}

#vehicle .vehicledetails h2.price {
    color: #d4191c;
}
.vehicledetails h2 {
	color:#fff;
}
.vehicledetails h2:hover {
	color:#60B0CC;
}

#vehicledetails { 
background:rgba(255,255,255,0.90);
}

#vehicle h1 {
    background-color: rgba(255, 255, 255, 0.8);
}

#description, #financing, #standard {
	background:#fff;
}
	
#refine h3 {
	color:#fff;
}

.photos {
	color:#ccc;
}

#vehicle h2 span {
	color:#d4191c;
}
/*VSLP Right menu */
#tradeInValue h3 {
	color:#333;
}