/*Search box overrides*/
#InvSearchBoxWrapper { width: auto; height: auto; text-align: center; padding-top: 5px;}
div#InvSearchBoxDropDownBox {background: transparent;border: none;position: relative;text-align: center;width: 300px;margin: 0 auto;}
div#InvSearchBoxDropDownBox h3 {
color: #666666;
font: bold 18px Arial, Helvetica, sans-serif;
text-transform: uppercase;
margin: 5px auto;
}
div#InvSearchBoxDropDownBox span { width: 230px; margin: 0px auto 8px; }
		
/*VS overrides*/
#InvSpecialsBoxWrapper { background: url(../images/BKGvs.jpg) no-repeat 0 0; border: none; width: 100%; height: 100%; overflow: hidden; font: normal 11px/13px Trebuchet MS, Arial, sans-serif; color: #000; }
	.InvSpecialBox { background: transparent; position: relative; margin: 16px; padding: 0px; width: 599px; height: 200px; }
	.InvSpecialBox h3 { font: bold 30px/24px Arial, Helvetica, sans-serif; color: #666; margin: 0; margin-bottom: 5px; position: relative; top: 0; left: 0; display: block; text-indent: 0px; text-align: left; width: 365px; height: auto; background: transparent; }
	.InvSpecialsCar { border-color: #cc0000; margin-top: -25px; }
	.InvSpecialDetails { width: 365px; height: 140px; text-align: left; }
	.InvSpecialDetails .InvSpecialPrice { text-align: left; color: #333; font-weight: bold; font-size: 24px; font-family: Arial, Sans-Serif; text-transform: uppercase; }
	.InvSpecialDetails .InvSpecialVehicle { color: #cc0000; text-align: left; line-height: 24px; }
	.InvSpecialDetails .InvSpecialVehicleInfo { padding-bottom: 10px; font: normal 12px/16px Arial, sans-serif; text-transform: uppercase; }
	ul.InvSpecialsFooter { clear: both; margin: 0 auto; width: 500px; padding: 8px 0 0; list-style: none; }
	ul.InvSpecialsFooter li { margin-right: 18px; }
	
	ul#InvSearchBoxSubmit .SubmitSearch, ul#InvSearchBoxSubmit .StartOver, ul#InvSearchBoxSubmit .SubmitSearch a:hover, ul#InvSearchBoxSubmit .StartOver a:hover, ul.InvSpecialsFooter .btnInfo, ul.InvSpecialsFooter .btnQuote, ul.InvSpecialsFooter .btnViewAll, ul.InvSpecialsFooter .btnViewNew, ul.InvSpecialsFooter .btnViewUsed, ul.InvSpecialsFooter .btnViewCertified, ul.InvSpecialsFooter .btnInfo a:hover, ul.InvSpecialsFooter .btnQuote a:hover, ul.InvSpecialsFooter .btnViewNew a:hover, ul.InvSpecialsFooter .btnViewUsed a:hover, ul.InvSpecialsFooter .btnViewCertified a:hover { background-image: url(../images/iconSpritesO.png); }