@charset "utf-8";
/* CSS Document */
/************************NEW SPOTLIGHT*************************************/
#newSpotlight {
	height:98px;
	width:953px;
	background:#ffffff url(images/layout/new_spotlight_bg.gif) top left no-repeat;
	margin:0;
	display:block;
	padding:35px 0 0 10px;	
}
#newSpotlight ul {
	width:950px;
	
	display:block;
	float:left;
	padding:0;
	margin:0;
	
}
#newSpotlight ul li.newVehicle {
	height:78px;
	width:102px;
	display:block;
	background-color:#CCCCCC;
	float:left;
	margin:10px 1px 0px 2px;
}
#newSpotlight ul li a {
	height:78px;
	width:102px;
	display:block;
}
/******************************VEHICLES***********************************/

#newSpotlight ul li#accord {/*accord*/
	background:#ffffff url(images/spotlights/accord_spotlight_over.jpg) top left no-repeat;
}
ul li#accord a:link, ul li#accord a:visited{/*accord*/
	background:#ffffff url(images/spotlights/accord_spotlight_off.jpg) top left no-repeat;
}

#newSpotlight ul li#civic {/*civic*/
	background:#ffffff url(images/spotlights/civic_spotlight_over.jpg) top left no-repeat;
}
ul li#civic a:link, ul li#civic a:visited{/*civic*/
	background:#ffffff url(images/spotlights/civic_spotlight_off.jpg) top left no-repeat;
}

#newSpotlight ul li#crv {/*crv*/
	background:#ffffff url(images/spotlights/crv_spotlight_over.jpg) top left no-repeat;
}
ul li#crv a:link, ul li#crv a:visited{/*civic*/
	background:#ffffff url(images/spotlights/crv_spotlight_off.jpg) top left no-repeat;
}

#newSpotlight ul li#element {/*element*/
	background:#ffffff url(images/spotlights/element_spotlight_over.jpg) top left no-repeat;
}
ul li#element a:link, ul li#element a:visited{/*element*/
	background:#ffffff url(images/spotlights/element_spotlight_off.jpg) top left no-repeat;
}

#newSpotlight ul li#fit {/*fit*/
	background:#ffffff url(images/spotlights/fit_spotlight_over.jpg) top left no-repeat;
}
ul li#fit a:link, ul li#fit a:visited{/*fit*/
	background:#ffffff url(images/spotlights/fit_spotlight_off.jpg) top left no-repeat;
}

#newSpotlight ul li#odyssey {/*odyssey*/
	background:#ffffff url(images/spotlights/odyssey_spotlight_over.jpg) top left no-repeat;
}
ul li#odyssey a:link, ul li#odyssey a:visited{/*fit*/
	background:#ffffff url(images/spotlights/odyssey_spotlight_off.jpg) top left no-repeat;
}

#newSpotlight ul li#pilot {/*pilot*/
	background:#ffffff url(images/spotlights/pilot_spotlight_over.jpg) top left no-repeat;
}
ul li#pilot a:link, ul li#pilot a:visited{/*pilot*/
	background:#ffffff url(images/spotlights/pilot_spotlight_off.jpg) top left no-repeat;
}

#newSpotlight ul li#ridgeline {/*ridgeline*/
	background:#ffffff url(images/spotlights/ridgeline_spotlight_over.jpg) top left no-repeat;
}
ul li#ridgeline a:link, ul li#ridgeline a:visited{/*ridgeline*/
	background:#ffffff url(images/spotlights/ridgeline_spotlight_off.jpg) top left no-repeat;
}

#newSpotlight ul li#s2000 {/*s2000*/
	background:#ffffff url(images/spotlights/s2000_spotlight_over.jpg) top left no-repeat;
}
ul li#s2000 a:link, ul li#s2000 a:visited{/*s2000*/
	background:#ffffff url(images/spotlights/s2000_spotlight_off.jpg) top left no-repeat;
}

#newSpotlight ul li.newVehicle a:hover, #newSpotlight ul li.newVehicle a:active {
	background:none transparent;
}
/************************END NEW SPOTLIGHT*************************************/
/************************USED SPOTLIGHT*************************************/
#usedSpotlight {
	height:204px;
	width:953px;
	background:transparent url(images/layout/preowned_spotlight_bg.gif) bottom left no-repeat;
	margin:0;
	padding:40px 0 0 10px;
}

/*******************************************/
#vehicleSpecials {
	width:953px;
	display:block;
	margin:0 auto;
}
#vehicleSpecials .featuredVehicle {
	width:309px;
	height:94px;
	margin:6px 2px 0 3px;
	float:left;

}

#vehicleSpecials .featuredVehicle p{
	width:175px;
	margin:0 auto;
	font-size:12px;
	color:#151515;
}


#vehicleSpecials .featuredVehicle a .image {
   border: 1px solid #000000;
   padding: 0px;   
   margin:0 auto;
   display:block;
   width: 110px; /*190px*/
   height:76px;
   float:left;
   
	
}
#vehicleSpecials .featuredVehicle a:hover .image {
   border: 1px solid #071B9A;
   margin:0 auto; 
}

#vehicleSpecials .featuredVehicle .title {
   font-family: Arial, Helvetica, sans-serif;
   color: #E61D30;
   font-size: 12px;
   display:block;
   font-weight: bold;
   text-align: left;
   width:193px;
   background:none;
   float:right;
   margin:0;
   padding:0;
   text-decoration:underline;
}

#vehicleSpecials .featuredVehicle .title:hover{
	background:none;
}


#vehicleSpecials .featuredVehicle .options {
   color: #4c4c4c;
   width:193px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
	font-weight:normal;
   text-align:left;
   display: block;
   float:right;
 
}

#vehicleSpecials .featuredVehicle .price {
   font-family: Arial, Helvetica, sans-serif;
   color:#071B9A;
   display: block;
   font-size: 12px;
   font-style: italic;
   font-weight: bold;
	float:right;
   text-align: right;
   margin:0;
   padding:0 5px 0 0;
   
}
#vehicleSpecials .featuredVehicle .featuredVehicleInner {
	padding:5px 0px 0px 0px;
}
#vehicleSpecials .featuredVehicle .price strike{
	display:none;
}

/************************END USED SPOTLIGHT*************************************/
