/*
	template-common.css
*/
body {
	background-color:#000000;
}

a {
	color: #ffffff;
}

.Image-Thumbnail:hover, .Image-Large:hover {
	border: 1px solid #ffffff;
}


.Menu a {
	color:#000000;
}


.Contentsubpag h3{
	background-color:#000000;
}


.FeatInventory h3 {
	background-color:#000000;
}


.Content h3, .Sidebar h3 {
	background-color:#000000;
}


.Block-Footer {
	color:#ffffff;
}


.FeatInventory table td a:hover {
	color: #ffffff;
}


/*
	form-common.css
*/

.Form-Container .Form-Error-Block a {
	COLOR: #c00;
}



/*
	template-inventory-details.css
*/


.InvDetails h2 {
	color: #ffffff;
}


.InvDetails-Price {
	color: #ffffff;
}


.InvDetails-SideButton a:hover {
	color: #000000;
}


a.InvDetails-AutoCheck {
	background-image: url(../images/logo-view-autocheck.gif);
}


a.InvDetails-Carfax {
	background-image: url(../images/logo-view-carfax.gif);
} 


/*
	template-inventory-list.css
*/

.InvList-Pagination a:hover, a.pagination-selection {
	border: 1px solid #FFF;
	color: #000;
	background-color:#FFF;
}

/* Image thumbs fix */
.InvDetails-ThumbnailTable .Image-Thumbnail, .featured .Image-Thumbnail, .Specials .Image-Thumbnail, .InvList-VehicleBlock .Image-Thumbnail {width:160px;height:120px;line-height:117px;text-align:center;}
.InvDetails-ThumbnailTable .Image-Thumbnail img, .featured .Image-Thumbnail img, .Specials .Image-Thumbnail img, .InvList-VehicleBlock .Image-Thumbnail img {vertical-align:middle; border:none; display:inline}


