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

body  {
	/*font: 1em Arial, Helvetica, sans-serif;*/
	margin: 0;
	padding: 0;
	/*background: #000;*/
}

a:focus {outline-style: none;}
a img {border: none;}

#clearfix {clear: both;}
.clear {clear: both;}


/******************* GLOBAL *******************/

#detail {
	max-width: 960px;
	min-width: 660px;
	font-size: 15px;
}

.title1 {
	display: block;
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2em;
}

.title2 {
	font-size: 18px;
	font-weight: bold;
}

.title3 {
	color: #951a2e;
	font-size: 25px;
	font-weight: bold;
	line-height: normal;
}
.title4 {
	color: #951a2e;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
}

#back {
	display: block;
	width: 200px;
	height: 31px;
	margin-bottom: 20px;
	padding-left: 35px;
	line-height: 31px;
	background: url(../images/detailspage/back.png) left top no-repeat;
	_background: url(../images/detailspage/back.gif) left top no-repeat;
	text-decoration: none;
}

#back:hover {
	text-decoration: underline;
}

.tabs {
	display: block;
	float: left;
	width: 200px;
	height: 30px;
	background: url(../images/detailspage/tabs.png) left top no-repeat;
	_background: url(../images/detailspage/tabs.gif) left top no-repeat;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	color: #666;
}

.tabs:hover, .selectedtab {
	background-position: left bottom;
	text-decoration: underline;
	color: #000;
}

#detail-left {
	width: 400px;
	float: left;
	margin-right: 10px;
	text-align:left;
}

#vehicle-description, #vehicle-message, #payment-calculator {
	margin-bottom: 15px;
}

#vehicle-message {
	font-weight: bold;
	font-style: italic;
}

#detail-right {
	width: auto;
	margin-left: 410px;
	_margin-left: 0px;
	text-align:left;
}

#mileage {
	width: 210px;
	padding: 10px;
	margin: 15px 0 0 0;
	float: left;
	text-align: center;
	color: #ccc;
	background: url(../images/detailspage/gas.gif) center 10px no-repeat #333;
}

#mileage-left {
	width: 80px;
	float: left;
}

#mileage-right {
	width: 80px;
	float: right;
}

.mpg {
	font-size: 20px;
	font-weight: bold;
}

#mileage-disclaimer {
	display: block;
	clear: both;
	padding-top: 10px;
	font-size: 11px;
}

#vehicle-specs {
	width: 250px;
	float: left;
	margin-top: 15px;
	font-size: 13px;
}

.bold {
	font-weight: bold;
}

#dealership-address {
	width: 220px;
	float: left;
	margin: 15px 0 0 0;
	padding-left: 10px;
}

#whats-next {
	float: left;
	padding: 45px 0 10px 10px;
	background: url(../images/detailspage/whats_next.gif) 10px 10px no-repeat #333;
	margin-top: 15px;
	color: #ccc;
}

#whats-next a {
	display: block;
	width: 175px;
	height: 50px;
	padding-left: 55px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	text-decoration: none;
	line-height: 50px;
	color: #ccc;
	font-weight: bold;
}

#whats-next a:hover {
	text-decoration: underline;
}

#detail .nomargin {
	margin-right: 0;
}

#request {
	background: url(../images/detailspage/next_request_info.jpg) top left no-repeat;
}

#offer {
	background: url(../images/detailspage/next_make_offer.jpg) top left no-repeat;
}

#finance {
	background: url(../images/detailspage/next_finance.jpg) top left no-repeat;
}

#tradein {
	background: url(../images/detailspage/next_tradein.jpg) top left no-repeat;
}

#print {
	background: url(../images/detailspage/next_print.jpg) top left no-repeat;
}

#payment {
	background: url(../images/detailspage/next_payment.jpg) top left no-repeat;
}

#email {
	background: url(../images/detailspage/next_email.jpg) top left no-repeat;
}

#finder {
	background: url(../images/detailspage/next_finder.jpg) top left no-repeat;
}

#testdrive {
	background: url(../images/detailspage/next_test_drive.jpg) top left no-repeat;
}

#carfax, #warranty-info {
	float: left;
	width: 100%;
	margin-top: 15px;
}

.carfax-logos {
	margin: 5px 30px;
}

#installed-options {
	float: left;
	width: 100%;
	height: 150px;
	margin-top: 15px;
	overflow: scroll;
	border: 1px solid #333;
}

.options {
	width: 140px;
	float: left;
	margin-top: 10px;
}

#disclaimer {
	float: left;
	margin-top: 15px;
	text-align: center;
}

.spacer {
	width: 100%;
}

.rightcolIE6fix {
	_width: 250px;
}

#ht-logo {
	padding: 5px;
	border: 2px solid #666;
	margin-top: 10px;
	background: #fff;
}




