/* ===============================================
Anderson VW

Color Table: 
dark gray text / background: #4c4c4e
link blue / background: #13497e
beige-ish: #f3f1d9

================================================== */

@import url("thickbox.css");

/* ===== reset ================================== */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { 
	margin: 0; 
	padding: 0; 
	border: none; 
}

li {
	margin-left: 30px;
}

a {
	overflow: hidden;
	text-decoration: none; 
	color: #13497e; 
}
a:focus {
	border: 0;
	outline: 0;
}
a img {
	border: none;
}

/* ===== globals ================================== */
body {
	font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
	font-size: 62.5%;
	color: #4c4c4e; 
}
.clearboth {
	clear: both;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix {height: 1%;}
*:first-child+html .clearfix {min-height: 1px;}
iframe {
	border:1px solid #eee;
	margin:5px;
}

 
/* ===== typography ============================== */

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px;
}

h1 {
	margin: 7px 0;
	color: #333;
	font-size: 2.0em;
	font-weight: normal
}
h2 {
	margin: 10px 0;
	color: #333;
	font-size: 1.6em;
	font-weight: normal
}
h3 { 
	font-size: 1.5em; 
}

p {
	font-size: 1.1em;
	line-height: 1.5;
	margin: 10px 0;
}
#mainContent ul li {
	padding: 2px 0;
	font-size: 1.1em;
}
hr { 
	clear: both; 
	height: 1px; 
	color: #b0b0b0; 
	background: #b0b0b0; 
	border: 0; 
	margin-top: 0.4em; 
}
iframe {
	border:1px solid #eee;
	margin:5px;
}
.caps {text-transform:capitalize;}
/* ===== header =================================== */

div#header { 
	width: 940px; 
	margin: 0 auto; 
	overflow: auto; 
	font-size: 1.15em; 
}
	a.logo { 
		display: block; 
		width: 526px; 
		height: 119px; 
		background: URL(../assets/images/logo2.jpg) top left no-repeat #ffffff; 
		/*background: URL(../images/logo.gif) top left no-repeat #ffffff;*/
		text-indent: -9999px; 
		float: left; 
	}
	ul#homeNav { 
		float: right; 
		list-style: none; 
	}
		ul#homeNav li { 
			float: left; 
			margin: 0; 
		}
		ul#homeNav li a {
			display: block; 
			background: #3d3d3d; 
			padding: 6px 35px; 
			margin: 0 1px 0 0; 
			color: #ffffff; 
			text-decoration: none; 
		}
		ul#homeNav li a:hover { 
			background: #13497e; 
		}
	p#phone { 
		clear: right; 
		float: right; 
		text-align: right; 
		margin-top: 25px;  
		color: #3d3d3d; 
		width: 290px;  
	}

/* ===== primaryNav ================================== */

ul#primaryNav { 
	clear: both; 
	width: 940px; 
	list-style: none; 
	background: #3d3d3d; 
	overflow: auto; 
	margin: 2px 0; 
}
	ul#primaryNav li {
		float: left;  
		padding: 6px 0; 
		background: #3d3d3d; 
	}
		ul#primaryNav a { 
			color: #ffffff;
			text-decoration: none; 
			padding: 0 6px; 
		}
			ul#primaryNav a:hover { 
				text-decoration: underline; 
			}
		ul#primaryNav li.special a { 
			color: #f3d605; 
			background: #a42225; 
		}
/* ===== primaryNav dropdowns ============================== */

		ul#primaryNav li ul {
			position: absolute;
			display: none;
			width: 15em;
			padding: 0.5em 0 0 0;
			margin: 0.25em; 
			background-color: #ccc;
			z-index: 5;
			list-style: none;
			padding-top:0px;
			margin-top:5px
		}
			ul#primaryNav li ul li {
				float: none;
				margin: 1px 0 0 0;
				padding: 0; 
			}
			ul#primaryNav li ul li a {
				display: block; 
				width: 13em; 
				padding: 4px 1em;
				color: #ffffff;
				font-weight: normal;
				background-color: #333333;
			}
			ul#primaryNav li ul li a:hover {
				background-color: #13497e; 
				text-decoration: none; 
			}

/* ===== homepage =================================== */

div#homeImage { 
	width: 940px; 
	margin: 0 auto 14px auto; 
	height: 320px; 
	background: URL(../images/homepage-bg.jpg) top left no-repeat #ffffff; 
}
	div#inventory { 
		float: right; 
		margin-top: 214px; 
		width: 221px; 
		height: 95px;
		border-top: 1px solid #c0c0c0; 
		border-left: 1px solid #c0c0c0; 
		background: URL(../images/inventory-bg.jpg) bottom right no-repeat #4c4c4e;  
		padding: 10px 0 0 25px; 
	}
	#inventory h3 { 
		font-size: 1.65em; 
		color: #ffffff; 
	}
	#inventory p { 
		font-size: 1.15em; 
		font-weight: bold; 
		color: #ffffff; 
		margin-bottom: 0.5em; 
	}
	#inventory input.submit, .sidebarInventory input.submit { 
		background: #e30407; 
		color: #ffffff; 
		border: 1px solid #ffffff; 
		cursor: pointer; 
	}

/* ===== buckets ==================================== */

div.container { 
	width: 940px; 
	margin: 0 auto; 
}
div.bucket { 
	float: left; 
	width: 202px; 
	height: 36px; 
	padding-top: 100px; 
	padding-left: 100px; 
	border: 1px solid #c0c0c0; 
	cursor: pointer;
}
	div.bucket a, #sidebar a { 
		color: #13497e; 
		font-style: italic; 
		font-weight: bold; 
		text-decoration: none; 
		font-size: 1.15em; 
	}
	div.bucket a:hover { 
		text-decoration: underline; 
	}
	div.bucket ul, #sidebar ul { 
		list-style: none; 
		margin: 0; 
	}
		div.bucket ul li, #sidebar ul li { 
			margin-top: 0.6em; 
			margin-left: 10px; 
			padding-left: 20px; 
			background: URL(../images/bucket-arrow.gif) top left no-repeat transparent; 
		}
div#bucket1 { 
	background: URL(../images/bucket1-bg.jpg) top right no-repeat #ffffff; 
}
div#bucket2 { 
	margin: 0 14px; 
	background: URL(../images/bucket2-bg.jpg) top right no-repeat #ffffff; 
}
div#bucket3 { 
	background: URL(../images/bucket3-bg.jpg) top right no-repeat #ffffff; 
}
	div#bucket2 a { 
		padding-left: 10px; 
	}
	div#bucket3 a { 
		padding-left: 8px; 
	}

/* ===== internal content - landing page ============================= */

div#mainContent { 
	float: left; 
	width: 780px; 
	padding: 10px 0; 
	font-size: 1.1em; 
}
	div#mainContent p.breadcrumbs { 
		width: 700px; 
		border-bottom: 1px solid #b0b0b0; 
		margin-bottom: 1em; 
	}
	div#mainContent p.breadcrumbs a, ul.blue-arrow li a { 
		text-decoration: none; 
		color: #13497e; 
		padding: 0 9px;  
		background: URL(../images/breadcrumb-arrow.gif) center left no-repeat transparent; 
	}
div#smallerColumn { 
	float: left; 
	width: 565px; 
	padding-left: 15px; 
}
a.button-new-inventory { 
	display: block; 
	width: 162px; 
	height: 45px; 
	background: URL(../images/button-new-inventory.gif) top left no-repeat transparent; 
	text-indent: -9999px; 
	float: right; 
}
	a.padRight { 
		margin-left: 10px; 
		margin-right: 10px; 
	} 
div#mainContent h2 { 
	border-bottom: 1px solid #b0b0b0; 
}
ul.productArray { 
	list-style: none; 
	width: 694px; 
}
	ul.productArray li { 
		width: 150px; 
		margin: 0; 
		float: left; 
		padding: 0 22px 22px 0; 
	}
	ul.productArray a { 
		clear: both; 
		float: left; 
		background: #13497e; 
		color: #ffffff; 
		text-decoration: none; 
		width: 150px; 
		text-align: center; 
		padding: 2px 0; 
	}
div.pre-owned-banner { 
	clear: left; 
	float: left; 
	width: 464px; 
	height: 122px; 
	background: URL(../images/pre-owned-banner.jpg) top left no-repeat transparent; 
	border: 1px solid #c0c0c0; 
	padding: 10px 0 10px 200px; 
	margin: 0; 
	overflow: hidden; 
}
	div.pre-owned-banner h3 { 
		font-size: 1.4em; 
		font-weight: normal; 
		color: #9e0b0f; 
	}
	div.pre-owned-banner a.more { 
		clear: both;
		float: right; 
		background: #13497e; 
		color: #ffffff; 
		text-decoration: none; 
		padding: 3px 10px; 
	}
	div.pre-owned-banner ul { 
		list-style: none; 
		float: left; 
	}
		div.pre-owned-banner ul li { 
			float: left; 
			margin: 0; 
			padding: 0 0 10px 0; 
			width: 140px; 
		}
		div.pre-owned-banner ul li a { 
			clear: both; 
			float: left; 
			text-decoration: none; 
			color: #13497e; 
			width: 140px; 
		}
			div.pre-owned-banner ul li a:hover { 
				text-decoration: underline; 
			}

/* ===== internal content - specs ==================================== */

div.image { 
	float: left; 
	width: 370px; 
	padding-bottom: 1em; 
}
	div.image ul { 
		width: 350px; 
		clear: both; 
		float: left; 
		list-style: none; 
		margin-top: 1em; 
	}
	div.image ul li {
		clear: none;  
		float: left; 
		margin: 0 1em 0 0; 
	}
	div.image p { 
		clear: both; 
		float: left; 
		font-style: italic; 
		font-size: 0.9em; 
		color: #4c4c4e; 
	}
div.price-stats { 
	float: left; 
	width: 275px; 
	padding: 0; 
	margin: 0;  
}
ul.type {
	float: left; 
	list-style: none; 
	font-weight: bold; 
}
	ul.type li, ul.info li { 
		margin: 0; 
		padding: 0; 
		font-size: 1.1em; 
	}
ul.info { 
	list-style: none; 
	float: left; 
	margin-left: 1em; 
}
div.price-stats h3 { 
	clear: both; 
	padding-top: 1em; 
}
a.request-info { 
	display: block; 
	text-indent: -9999px; 
	width: 145px; 
	height: 40px; 
	background: URL(../images/button-request-info.gif) top left no-repeat #808080; 
	float: left; 
}
div.price-stats ul.links { 
	list-style: none; 
	float: left; 
	margin-left: 1.5em; 
}
	div.price-stats ul.links li { 
		padding-left: 10px; 
		margin: 0; 
		background: URL(../images/breadcrumb-arrow.gif) center left no-repeat transparent; 
	}
div.specs { 
	clear: both; 
	background: #f3f1d9; 
	border: 1px solid #c0c0c0; 
	padding: 12px; 
}
	div.specs h3 { 
		font-size: 1.4em; 
		text-decoration: underline; 
	}
	div.specs ul { 
		margin-left: 1.5em; ; 
		list-style:none;
	}
	div.specs ul li { 
		margin: 0; 
		overflow:auto;
	}
ul.specs-button { 
	list-style: none; 
	clear: both; 
	float: left; 
	margin: 1.5em 0 0 0; 
}
	ul.specs-button li { 
		float: left; 
		background: #d7d7d7; 
		margin: 0 2px 0 0; 
		padding: 6px 8px; 
	}
		ul.specs-button li a { 
			color: #000000; 
		}
	ul.specs-button li.active { 
		background: #13497e; 
	}
		ul.specs-button li.active a { 
			color: #ffffff; 
		}
	ul.specs { 
		list-style: none; 
		margin: 0; 
	}
		ul.specs li { 
			margin: 0; 
		}

table.price { 
	margin: 1.5em 0; 
	border-collapse: collapse; 
	border: 1px solid #606060; 
}
	table.price td { 
		border: 1px solid #606060; 
		padding: 3px 5px; 
	}
	table.price input, p.expiration input { 
		width: 40px; 
	}		

div.new-inventory { 
	background: #f3f1d9; 
	padding: 8px 12px; 
	border: 1px solid #808080; 
	font-size: 1.15em; 
	margin-bottom: 1em; 
}

table.new-vehicle-inventory { 
	clear: both; 
	width: 100%; 
	color: #13497e; 
}
table.new-vehicle-inventory th { 
	background: #c0c0c0; 
	color: #000000; 
}
	table.new-vehicle-inventory th, table.new-vehicle-inventory td { 
		padding: 2px 4px; 
	}
	table.new-vehicle-inventory td.model { 
		text-align: center;  
	} 
	table.new-vehicle-inventory td.model img { 
		float: left; 
	}
	table.new-vehicle-inventory td.model a { 
		clear: both; 
		float: left; 
		background: #13497e; 
		color: #ffffff; 
		padding: 2px 0; 
		text-align: center; 
		width: 100px; 
	}
a.prev { 
	padding-left: 12px; 
	background: URL(../images/prev-arrow.gif) center left no-repeat transparent; 
	margin-right: 1em; 
}
a.next { 
	padding-right: 12px; 
	background: URL(../images/next-arrow.gif) center right no-repeat transparent; 
	margin-left: 1em; 
}
ul.blue-arrow { 
	list-style: none; 
}
	ul.blue-arrow li { 
		margin: 0.5em 0 0 1em; 
		font-size: 1.1em; 
		font-weight: bold; 
	}


.carfax {
	position: absolute;
	right: 80px;
	top: 75px;
}


/* ===== spec list (striped) =================================== */
div.listContainer { 
	clear: both;
	float: left;  
	border: 1px solid #c0c0c0; 
	overflow: auto; 
}
div#spec-list ul { 
	clear: both; 
	float: left; 
}
div#spec-list ul.specs li ul { 
	clear: none; 
	float: none; 
	width: 563px;
	overflow: hidden;  
}
div#spec-list ul.specs ul { 
	list-style: none; 
}
div#spec-list ul.specs ul li { 
	background: #efede9; 
	padding: 3px; 
	width: auto; 
}
	div#spec-list ul.specs li.alt { 
		background: #ffffff; 
	}

/* ===== product page right menu ================================= */

div.right-specs { 
	float: right;
	width: 162px;
	padding-bottom: 1.5em; 
}
	div.right-specs a.button-new-inventory { 
		margin-bottom: 1em; 
	}
	div.right-specs ul { 
		list-style: none; 
	}
	div.right-specs ul li { 
		margin: 0; 
		padding-left: 13px; 
		background: URL(../images/breadcrumb-arrow.gif) top left no-repeat transparent; 
	}

/* !form ============================== */
form {
	margin: 0;
	padding: 0;
}
	form fieldset {
		margin: 0;
		padding: 5px;
	}
	form label {
		display: block;
		margin: 3px 0;
		font-size: 1.2em;
		font-weight: bold;
	}
	form label span {
		font-size: .9em;
		font-weight: normal;
		color: #8d8d8d;
	}
	form input[type=text], form textarea {
		padding: 3px 4px;
		width: 20em;
		border: 1px solid #b8b8b8;
		font-size: 1.2em;
	}
	form textarea {
		height: 10em;
		width: 30em;
	}
	form input[type=text]:focus, form textarea:focus {
		outline: none;
	}
	form input[type=submit] {
		display: block;
		margin: 5px 0;
	}

p.errors {
	margin: 5px 0;
	padding: 5px;
	background-color: #ffe3f2;
	color: #000;
	font-size: 1.2em;
}

/* ===== left sidebar (list) ====================================== */

div#leftsidebar {
	float: left; 
	width: 100px; 
	padding: 9px; 
	background: URL(../images/left-bg.jpg) top left no-repeat #ffffff; 
}
	div#leftsidebar h3 { 
		font-size: 1.3em; 
		text-decoration: underline; 
	}
	div#leftsidebar ul { 
		list-style: none; 
	}
		div#leftsidebar ul li { 
			margin: 0 0 1em 0; 
		}

/* ===== main (right) sidebar ====================================== */

div#sidebar { 
	float: right; 
	width: 145px; 
	padding-left: 5px; 
}
	#sidebar .sidebarInventory { 
		background: #898989; 
		padding: 10px; 
		color: #ffffff; 
	}
	#sidebar .sidebarInventory h3 { 
		font-weight: normal; 
		font-size: 1.5em; 
		margin: 0 0 0.5em 0; 
		color: #ffffff; 
	}
	#sidebar h3 { 
		margin-top: 1.5em; 
		color: #4c4c4e; 
	}
	#sidebar a.button { 
		display: block; 
		width: 135px; 
		height: 63px; 
		background: URL(../images/button-trade-2.gif) top left no-repeat #ffffff; 
		text-indent: -9999px; 
		margin: 15px 10px 0 0; 
	}

/* !INVENTORY ============================== */

.inventory-filters {
	padding: 5px;
/* 	width: 540px; */
	background-color: #dadada;
	border-bottom: 2px solid #333;
}
	.inventory-filters label {
		float: left;
		margin: 7px 5px 7px 2px;
		font-size: 1.1em;
		font-weight: bold;
	}
	.inventory-filters select {
		float: left;
		margin: 5px 15px 5px 0;
		width: 130px;
	}
	.inventory-filters input[type=text] {
		margin: 4px 0 0;
	}
	.inventory-filters .submit {
		float: right;
	}
p.search-results-notify {
	padding: 7px;
	border: 1px solid #D8B95D;
	background-color: #FFEEBC;
	color: #562A00;
}

.inventory-row {
	position: relative;
/* 	width: 550px; */
	margin: 8px 0;
	padding-right: 55px;
	border: 1px solid #e0e0e0;
}
	.inventory-row.hover {
		background-color: #eeeeee;
	}
	.inventory-row .ribbon-NEW {
		display: block;
		position: absolute;
		right: -1px;
		top: -1px;
		width: 61px;
		height: 61px;
		background: transparent url(../images/ribbon-new.png) no-repeat; 
	}
	.inventory-row .ribbon-USED {
		display: block;
		position: absolute;
		right: -1px;
		top: -1px;
		width: 61px;
		height: 61px;
		background: transparent url(../images/ribbon-used.png) no-repeat; 
	}
	.inventory-row .certified-logo {
		position: absolute;
		right: 210px;
		top: 35px;
	}
	.inventory-row .default-img {
		float: left;
		margin: 5px;
		padding: 2px;
		background: #fff;
		border: 1px solid #e0e0e0;
	}
	.inventory-row .default-img a {
		display: block;
		text-align: center;
		color: #777;
		line-height: 2;
		text-decoration: none;
	}
		.inventory-row .default-img a:hover {
			color: #000;
		}
	.inventory-row .default-img img {
		width: 140px;
		height: auto;
	}
	.inventory-row h3 {
		margin: 5px 150px 0 170px;
		font-size: 1.8em;
	}
		.inventory-row h3 a {
			color: #1A6DA9;
		}
		.inventory-row h3 a:hover {
			text-decoration: underline;
		}

	
	.inventory-row table {
		margin: 5px 0 5px 170px;
	}
		.inventory-row table tr {
			font-size: 1.1em;
		}
			.inventory-row table th {
				text-align: left;
				width: 90px;
				padding: 1px 7px 1px 0;
			}
			.inventory-row table td {
				text-align: left;
				width: 160px;
				vertical-align: top;
			}
			.inventory-row table th.photo {
				padding-left: 20px;
				background: transparent url(../images/icon-photo.gif) left center no-repeat;
			}
	
	.inventory-row .price {
		display: block;
		position: absolute;
		right: 60px;
		top:5px;
		color: #3e3e3e;
		font-size: 2em;
	}
	.inventory-row .certified {
		color: #af0307;
	}

	.btn {
		float: right;
		clear: right;
		display: block;
		width: 100px;
		margin: 4px 7px;
		padding: 5px 10px;
		color: #2c2c2c;
		text-align: center;
		background-color: #bcbcbc;
		-webkit-border-radius: 5px;
	}
	.btn.video {
		color: #fff;
		background-color: #006cd5;
	}
	.btn:hover {
		background-color: #333;
		color: #fafafa;
	}

.page-links {
	float: right;
}
	.page-links a {
		display: block;
		float: left;
		margin: 0 0 0 3px;
		padding: 2px 5px;
		background-color: #686868;
		color: #fff;
	}
	.page-links a.active {
		background-color: #1966be;
	}
	.page-links a:hover {
		background-color: #e3e3e3;
		color: #333;
	}
.page-count {
	float: left;
	font-weight: bold;
}

/* !SINGLE VEHICLE PAGE ============================== */	

.galleria_wrapper {
	display: none;
}
#vehicle-gallery {
	float: left;
	position: relative;
	margin-right: 10px;
	width: 48%;
}	
	#vehicle-gallery .current img {
		width: 100%;
		height: auto;
	}
	#vehicle-gallery .thumbs-wrapper {
		position: relative;
		margin: 7px 0;
		padding: 0 15px;
		height: 136px;
		overflow: hidden;
	}	
	#vehicle-gallery .thumbs {
		position: absolute;
		z-index: 900;
		width: 10000px;
	}
	#vehicle-gallery .thumbs-wrapper #gallery-prev {
		position: absolute;
		display: block;
		height: 100%;
		padding: 0 2px;
		top: 0;
		left: 0;
		text-align: center;
		font-size: 2.2em;
		line-height: 136px;
		color: #333;
		background-color: #e2e2e2;
		cursor: pointer;
		z-index: 1000;
		height: 136px;
		width: 15px;
		text-align: center;
	}
	#vehicle-gallery .thumbs-wrapper #gallery-next {
		position: absolute;
		display: block;
		height: 100%;
		padding: 0 2px;
		top: 0;
		right: 0;
		text-align: center;
		font-size: 2.2em;
		line-height: 136px;
		color: #333;
		background-color: #e2e2e2;
		cursor: pointer;
		z-index: 1100;
		height: 136px;
		width: 15px;
		text-align: center;
	}
	
	#vehicle-gallery .thumbs a {
		display: block;
		float: left;
		margin: 5px;
	}
	#vehicle-gallery .thumbs img {
		width: 74px;
		height: auto;
		border: 1px solid #949494;
	}
	
#vehicle-details #fuel {
	margin: 0 0 7px;
	background: transparent url(../images/icon-gas.jpg) center center no-repeat;
	border-bottom: 3px solid #cfcfcf;
	border-top: 3px solid #cfcfcf;
}
	#vehicle-details #fuel .option {
		padding: 15px 0;
		width: 40%;
		text-align: center;
	}
		#vehicle-details #fuel .option span {
			display: block;
			color: #737373;
		}
		
		#vehicle-details #fuel .option .value {
			font-size: 2.4em;
			font-weight: bold;
			color: #4b4b4b;
		}
		#vehicle-details #fuel .option .title {
			font-size: 1.4em;
		}

#vehicle-details {
	position: relative;
	float: left;
	width: 50%;
}
	#vehicle-details table {
		margin: 7px 0;
	}
		#vehicle-details table tr {
			font-size: 1em;
		}
			#vehicle-details table th {
				text-align: left;
				width: 90px;
				padding: 1px 7px 1px 0;
			}
			#vehicle-details table td {
				text-align: left;
				width: 160px;
				vertical-align: top;
			}

#vehicle-options {
	clear: both;
	margin: 10px 0;
	padding: 4px 9px;
	background-color: #f1f1f1;
}
	#vehicle-options ul.options li {
		float: left;
		padding: 2px 0;
		width: 220px;
	}
.payment-calc {
	overflow: auto;
	margin: 10px 0;
	padding: 4px 9px;
	background-color: #f1f1f1;
	border: 1px solid #6b6b6b;
}
	.payment-calc h3 {
		margin: 0;
		padding: 0 0 4px;
		font-size: 1.6em;
		border-bottom: 1px solid #9d9ca2;
	}
	.payment-calc p {
		margin: 3px 0;
	}
	
	.payment-calc h3 span {
		float: right;
		text-align: right;
		color: #5e99d0;
	}

	.payment-calc fieldset {
		position: relative;
		float: left;
		width: 30%;
	}
		.payment-calc label {
			font-size: 1em;
		}
		.payment-calc select {
			margin: 5px 0;
			width: 100%;
		}
		.payment-calc input[type=text] {
			width: 95%;
		}
		.payment-calc input[type=submit] {
			float: right;
			clear: both;
		}

.galleria_wrapper {
	position: relative;
	overflow: hidden;
}

/* !SPECIALS ============================== */
.specials-row {
	float: left;
	width: 360px;
	margin: 5px;
	padding: 5px;
	border: 2px dashed #cecece;
}
	.specials-row .details {
		min-height: 180px;
	}
	.specials-row .info {
		padding: 5px;
		border-top: 1px solid #cecece;
	}
	.specials-row a.vehicle-profile {
		float: right;
		display: block;
		margin: 5px 0 0;
		padding: 2px 6px;
		background-color: #7ca1ca;
		color: #fff;
		text-decoration: none;
		-webkit-border-radius: 5px;
	}
		.specials-row a.vehicle-profile:hover {
			background-color: #2d568d;
		}
	.specials-row h3 {
		margin: 0 0 3px;
		padding: 3px 3px 6px 25px;
		font-size: 1.4em;
		background: #fff url(../images/star_16.png) 5px center no-repeat;
		color: #333;
		border-bottom: 2px dashed #f3f3ef;
	}
	.specials-row h4 {
		clear: left;
	}
	.specials-row .price {
		float: right;
		clear: right;
		margin: 10px 18px 0 0;
		width: 100px;
	}
		.specials-row .price p {
			margin: 0;
			text-align: center;
			font-size: 1.4em;
			color: #a2a29f;
		}
		.specials-row .price strong {
			display: block;
			margin: 0 0 7px;
			text-align: center;
			font-size: 2em;
			color: #333;
		}
		.specials-row .price.old p, .specials-row .price.old strong {
			font-size: 1.3em;
			color: #a2a29f;
		}
	.specials-row img {
		display: none;
		float: left;
	}
	.specials-row p {
		margin: 4px 0;
		clear: both;
	}

#vehicle-rfq-img {
	display: none;
}

		
/* ===== footer ======================================= */

div#footer { 
	clear: both; 
	padding: 14px 0; 
	width: 940px; 
	margin: 0 auto 15px auto; 
	color: #4c4c4e; 
}
	div#footer a { 
		text-decoration: none; 
		color: #4c4c4e; 
	}
	div#footer a:hover { 
		text-decoration: underline; 
	}
	div#footer p.floatleft { 
		margin-left: 1em; 
	}
	div#footer p.floatright { 
		margin-right: 2em; 
	}