* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	
	font-family: Tahoma, Arial;
	font-size: 67%;
	color: #4c5055;
	background: url(../images/backgrounds/main-gradient.png) repeat-x top left;
	background-color: #a5a5a5;

}

ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.error{
	color: #AA0000;
	font-weight: bold;
}

ul#errors li{
	color: red;
	font-weight: bold;
}

form#contactForm fieldset {
	border: 1px dotted #dcdcdc;
	margin: 0 0 1em 0;
	padding: 5px 10px 10px;
}

	form#contactForm fieldset legend {
		color: #999999;
	}

	form#contactForm fieldset img {
		border: 1px solid #9E9E9E;
		margin-left: 200px;
	}
	
	form#contactForm fieldset label, form#contactForm fieldset div.dateSelect {
		clear: both;
		display: block;
		margin-top: 0.5em;
	}
	
		form#contactForm fieldset label span, form#contactForm fieldset form#contactForm div.dateSelect span {
			float: left;
			margin-top: 0.2em;
			position: relative;
			width: 200px;
		}
		
		form#contactForm fieldset label input, form#contactForm fieldset label select, form#contactForm fieldset label textarea {
			border: 1px solid #9E9E9E;
			padding: 2px;
			width: 200px;
		}
		
		form#contactForm input#usebillingaddress {
			width:auto;
		}
		
		div.submit {
			text-align:right;
		}
		
		form#contactForm fieldset label select {
			width: 206px;
		}
		
		form#contactForm fieldset label textarea {
			width: 400px;
			height: 8em;
		}
		
		form#contactForm fieldset label.option input {
			width: auto;
		}
		
		form#contactForm fieldset label em {
			color: #AA0000;
			font-size: 80%;
			font-style: normal;
			position: absolute;
			right: 5px;
		}
	
	form#contactForm fieldset ul {
		list-style-image: none;
		list-style-position: outside;
		list-style-type: none;
		margin-left: 2em;
	}



.clear {
	clear: both;
	line-height: 1px;
	float: none;
}

#wrapper {
	width: 1000px;
	margin: 0 auto 20px auto;
}


#filter {
	float: left;
	background: transparent url(../images/filter-top.gif) no-repeat;
	width: 535px;
	height: 90px;
	margin: 9px 0 2px 0;
	padding:8px 0 0;
}

#filter select option {
	padding-right:4px;
}

#filter_content {
	background:transparent url(../images/filter-mid.gif) repeat-y;
	padding:10px 10px 0;
	position:relative;
	min-height:65px;
}

#filter_content img {
	float:left;
}

#filter_content div.divider {
	height:10px;
	width:100%;
	border-bottom:1px dotted #000;
	float:none;
	clear:both;
	margin-bottom:10px;
}

#filter_content legend span {
	position:absolute;
	left:-10000px;
}

#filter_content label {
	margin-right:10px;
}

#filter_content select {
	width:151px;
}

#filter_content select#version {
	width: 165px;
}

#filter_content input[type=image] {
	float:right;
	padding-top:3px;
}

#filter_foot {
	background:transparent url(../images/filter-foot.gif) no-repeat;
	height:8px;
}

/* ---------- headings ---------- */

h1 {
	font-size: 1.1em;
	padding: 5px 0;
}

h2 {
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: normal;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #454545;
}

.content h2 {
	text-transform: uppercase;
	font-size: 1em;
	font-weight: normal;
	margin: 8px 0;
	padding:2px 0;
	color:#000;
	border-bottom:1px dotted #454545;
	clear:both;
	
}

h3 {
	font-size: 1.2em;
}

p {
	padding: 5px 0;
	line-height: 1.5em;
}

.content a {
	color: #b5d547;
	font-weight: bold;
}

/* ---------- header ---------- */

#header {
	background: transparent url(../images/backgrounds/top-nav.jpg) repeat-x scroll center top;
	padding-top: 11px;
	width: 1000px;
	margin: 10px 0 0 0;
}

.freePhone {
	float: left;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 8px;
	}
	
.freePhone span {
	color: #c7df7d;
	}
	
/* ---------- top navigation ---------- */

#topNavContainer {
	height: 30px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	overflow: hidden;
	padding: 0px;
}


#topNavContainer li {
	background-image:url(../images/menus/tab_generic_left.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	float:right;
	margin:4px 0px 0px 4px;
	padding:0px;
}

#topNavContainer li a {
	background-image:url(../images/menus/tab_generic_right.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	color:#DDDDDD;
	display:block;
	float:left;
	font-size:10px;
	font-weight:bold;
	height:26px;
	overflow:hidden;
	padding:6px 14px 2px;
	text-decoration:none;
	text-transform:uppercase;
}

#topNavContainer li > a {
	height:20px;
}

#topNavContainer li.selected, #topNavContainer li:hover {
	background-image:url(../images/menus/tab_generic_left_on.jpg);
}

#topNavContainer li.selected a, #topNavContainer li:hover a {
	background-image:url(../images/menus/tab_generic_right_on.jpg);
	color:#4A4D40;
}

#topNavContainer li a:hover {
	background-color:transparent;
}


/* ---------- container ---------- */

#container {
	background-color: #FFF;
}

.lightfaceMessageBox .phone {
	width: 230px;
	margin-left: 80px;
}

/* ---------- leftBar ---------- */

#leftBar {
	float: left;
	width: 205px;
	padding: 9px;
}

#leftBar img.vehicleNotListed {
	margin: 10px 0 5px;
}

#leftBar img.priceGuarantee {
	margin: 0 0 5px;
}

.logo {
	padding: 10px 23px 11px 23px;
}

.navigation {
	background-color: #454545;
	width: 175px;
	margin: 0;
	padding: 15px;
}

.navigation ul.small, .navigation ul.small2, .navigation ul.large, .navigation ul.large2 {
	list-style-type: none;
}

.navigation ul.small a, .navigation ul.small2 a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
}

.navigation ul.small a:hover, .navigation ul.small2 a:hover {
	color: #b5d547;
}

.navigation ul.small {
	border-bottom: 1px dotted #999;
	padding: 0 0 10px 0;
}

.navigation ul.small2 {
	margin: 10px 0 0 0;
}

.navigation ul.small2 li {
	padding: 3px 0;
}

.navigation ul.large {
	border-left: 6px solid #585858;
	padding: 0 8px;
	margin: 10px 0;
}

.navigation ul.large li {
	padding: 2px 0;
}

.navigation ul.large a, .navigation ul.large2 a {
	font-size: 1.1em;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.navigation ul.large a:hover, .navigation ul.large2 a:hover {
	color: #b5d547;
}
	

.navigation ul.large2 {
		border-bottom: 1px dotted #999;
		border-top: 1px dotted #999;
		padding: 2px 0;
}

.navigation ul.large2 li {
	border-left: 6px solid #585858;
	margin: 10px 0;
	padding: 0 8px;
	
}

img.google {
	margin: 9px 0;
}

div.corners img {
	display: block;
}

div.corners {
	clear: both;
}

/* ---------- center ---------- */

#center {
	float: left;
	width: 535px;
}

.search {
	float: left;
	width: 505px;
	height: 60px;
	margin: 9px 0;
}

#promo {
}

ul.miniPromos {
	list-style-type: none;
}

ul.miniPromos li {
	float: left;
	margin: 6px 10px 3px 0;
}

ul.miniPromos li.last {
	margin: 6px 0 3px 0;
}

.content {
	width: 494px;
	background-color: #f6f6f6;
	padding: 0 20px;
	clear:both;
}

/* ---------- rightBar ---------- */

#rightBar {
	float: right;
}

	#rightBar .news a {
		color: #4C5055;
	}

		#rightBar .news a:hover {
			text-decoration: none;
		}

.phone {
	width: 230px;
	height: 99px;
	margin: 0 2px 0 0;
}

.focus {
	margin: 9px 0;
}

.news {
	background-color: #ededed;
	width: 183px;
	padding: 0 20px;
}

.newsButton {
	text-align: right;
}

.fuel {
	margin:9px 0;
}

/* ---------- sitemap ---------- */

#sitemap {
	width: 960px;
	margin: 10px 0 0 10px;
}

.sitemapExpanded {
	background-color: #ededed;
	padding: 0 20px;
	width: 940px;
}

#sitemap ul {
	list-style-type: none;
	float: left;
	width: 19%;
	margin:0 1% 0 0;
}

#sitemap ul li {
	padding: 3px 0;
}

#sitemap ul li.first {
	font-weight: bold;
}

#sitemap a{
	color:#4C5055;
}

.extra {
	height: 20px;
}

/* ---------- footer ---------- */

#footer {
	background-image: url(../images/miniLogo.gif);
	background-position: right top;
	background-repeat: no-repeat;
	width: 980px;
	height: 50px;
	font-weight: bold;
}

#footer a {
	color: #b5d547;
	font-weight: bold;
}

/* ---------- search page styling ---------- */

.searchResults {
	padding:10px 20px;
}

.searchResults h1 {
	font-size:1.4em;
	padding:10px 0 5px 0;
}

.searchResults .copy {
	clear: left;
}

.searchResults .carSearch {
	width:174px;
	height:108px;
	background-image:url(../images/carSearch.gif);
	float:left;
	margin:0 15px 15px 0;
}

.searchResults .carSearch img {
	padding:13px 14px;
}

.searchResults h2 {
	border:0px;
	clear:none;
}

.searchResults h3 {
	clear:both;
	background-color:#c1da58;
	color:#FFF;
	padding:8px;
	text-transform:uppercase;
}

	.searchResults h3 span {
		font-size: 0.7em;
		color: black;
	}

img.h3Button {
	float:right;
	margin:-32px 0 0 0;
	border-left:1px solid #FFF;
}

.searchResults table, table.edc17, table.fuel1, table.fuel2, table.styled {
	background-color:#FFF;
	font-size:0.9em;
	width:100%;
	border:1px solid #dedede;
	border-collapse:collapse;
	margin:5px 0;
	clear:both;
}

.searchResults table td, table.fuel2 td {
	padding:6px;
	width:33%;
	border:1px solid #dedede;
	border-collapse:collapse;
}

table.styled td {
	padding:6px;
	border:1px solid #dedede;
	border-collapse:collapse;
	vertical-align:top;
}

table.styled td {
	width:50%;
	}


table.styled td br {
	margin-bottom:5px;
}

table.edc17 td {
	padding:6px;
	width:14%;
	border:1px solid #dedede;
	border-collapse:collapse;
}

table.fuel1 td {
	padding:6px;
	width:50%;
	border:1px solid #dedede;
	border-collapse:collapse;
}



.searchResults table td.price, table.edc17 td.price, table.fuel2 td.price {
	background-color:#575757;
	color:#c1da58;
	font-size:1.2em;
}

.searchResults ul {
	list-style-type:none;
	margin:5px 0;
	clear:both;
}

.buynowPromo {
	margin:0;
}

#sitemap h2 {
	margin-bottom: 0;
}

#sitemap div.sitemapContent {
	margin-top: 8px;
}

/*** pnpupgrades page ***/
ul#tabs li.selected {
	background-color:#F6F6F6;
}

ul#tabs li {
	float: left;
	padding: 5px 15px;
	border:1px solid #F6F6F6;
	margin:0 0 -2px 0;
	background-color:#FFF;
}

ul#tabs li a {
	text-decoration:none;
	color:#999;
	font-weight:bold;
}

ul#tabs li.selected a {
	color:#333;
}

ul.makerContent li{
	float: left;
}

ul.modelContent li{
	float: left;
	margin: 5px 10px;
}

ul.modelContent li#makerLogo{
	clear: both;
}

ul.typeContent li{
	float: left;
	margin: 5px 10px;
}
div.typeContent form{
	margin: 5px 10px;
}
	div.typeContent form input{
		background: none;
		color: #666;
		margin: 0;
		padding: 0;
		cursor: pointer;
		
	}
	
.faq a {
	color:#4C5055;
}

.faq ul li a {
	color:#999;
}

.faq ul {
	margin:20px;
}

.faq ul li {
	margin:0 0 8px 0;
}

ul.makerContent {
}

ul.makerContent li.carSearch {
	background-image:url(../images/carSearch-small.gif);
	width:120px;
	height:78px;
	margin:0px;
	padding:0px;
}

ul.makerContent li.carSearch a img {
	width:92px;
	height:52px;
	padding:13px 14px;
}

p.checkoutButton {
	float:right;
	margin:0 0 20px 30px;
}

ul.advantages {
	margin:0 0 0 20px;
}

ul.advantages li {
	margin:0 0 4px 0;
}

div.miniCar {
	background-image:url(../images/carSearch-mini.gif);
	width:66px;
	height:50px;
	float:left;
	margin:0 0 0 -6px;
}

div.miniCar img {
	padding:12px 10px;
	width:46px;
	height:26px;
}

div.ecu h2 {
	clear:none;
	margin:12px 0 0 5px;
	border:none;
	font-size:1.4em;
}

ol.terms {
	margin:0 0 0 20px;
}

ol.terms li {
	margin:0 0 10px 0;
}

.left {
	float:left;
	margin:10px 10px 5px 0;
}

.right {
	float:right;
	margin:10px 0 5px 10px;
}

#request-a-callback {
	clear:both;
}

	#request-a-callback td:first-child {
		width:10%;
	}

ul.miniPromos li.lightbox a.promo h3,
ul.miniPromos li.lightbox a.promo p {
	display: none;
}
