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

body {
	background: transparent url(../images/bg.jpg) 0 0 repeat-x;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container, #pagebody, #pageBody {
	background: transparent url(../images/bg_container.jpg) 0 0 repeat-y;
	border: none;
}

#header {
	width: 950px;
	height: 161px;
	background: transparent url(../images/header.jpg) 0 0 no-repeat;  
}

#nav {
	margin: 5px 10px;
	width: 930px;
	height: 22px;
	background: transparent url(../images/bg_nav.jpg) 0 0 repeat-x;
}
#footer {
	background: transparent url(../images/bg_footer.jpg) 0 0 no-repeat;
	width: 950px;
	height: 27px;
}

#footer a {
	color:#ff6;
}

#footer a:hover {
	color: #f00;
}

.footerleft {
	width: 40% !important;
	margin: -2px 0 0 20px;
}

.footerright {
	padding-right: 20px;
	width:40% !important;
	margin:-2px 5px 0 0;
}

/* Custom page styles */


#quicklane_custom ol li {
	list-style: decimal;
}

#quicklane_service {
	padding: 5px;
	margin: 10px;
	float: right;
	width: 250px;
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#quicklane_custom ul, #quicklane_custom ol, #bodyshop_custom ul, #smallengine_custom ul, #commercial_custom ul,  #quicklane_service ul {
	margin-left: 40px;
}

#quicklane_custom ul li, #bodyshop_custom li, #smallengine_custom li, #commercial_custom li, #quicklane_service li {
	list-style-type:disc;
}

#bodyshop_custom img, #commercial_custom img, #quicklane_img, #engine_logo, #smallengine_img {
	float: right;
	clear: left;
	margin-left: 10px;
}

#engine_logo, #commercial_custom img {
	margin-right: 50px;
}

#cashBackWrapper{visibility:hidden; padding-top:-20px;}


#cust_app_day {
	width: 228px;
	height: 51px;
	border: solid 1px #999;
	z-index: 3;
}

#image_container{
	width: 700px;
	height: 600px;
	position: relative;
	margin: 10px;
	text-align: center;
	float: left;
}
#thumb_container{
	width: 160px;
	height: 600px;
	border: solid 1px #1961b5;
	margin: 10px;
	overflow: scroll;
	float: left;
	text-align: center;
}
#image_container #next_button{
	width: 90px;
	height: 30px;
	margin: 0px;
	background-image: url(../images/next.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#image_container #prev_button{
	width: 90px;
	height: 30px;
	margin: 0px;
	background-image: url(../images/prev.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#image_container .main_img{
	margin: 15px auto;
}
#thumb_container .thumb_img{
	margin: 3px auto;
	padding: 3px;
	cursor: pointer;
}
#thumb_container .thumb_img:hover{
	background-color: #1961b5;
}
#image_container .alt_text{
	width: 440px;
	height: 120px;
	font-weight: 300;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 130px;
	background-color: #EEEEEE;
	overflow: scroll;
	display: none;
}

.vehicle_pricing .msrp {
	text-decoration: none !important;
}

.details_msrp_dd {
	text-decoration: none !important;
}

.sellingprice {
	text-decoration: none !important;
}

.details_price_dd span{
	text-decoration: none !important;
}

.details_special span {
	text-decoration: none !important;
}

.specials_special span {
	text-decoration: none !important;
}
.specials_vehiclePricing .specials_eprice_block {
	display:none;
}


