@import url("./manhattan_base.css");



/* Header */

#header { width:980px; height:150px; margin: 0; padding: 0; text-align: center; background: url('../images/headerbg.jpg') no-repeat; }

/*Nav*/
#priNav li a {padding: 0 30px; }
#priNav li ul { width:120px!important; }
#priNav li ul li { width: 110px!important;  }
#priNav li ul a {  width: 110px!important;  }



/*Home Middle*/

#home_about h2 { background: url(../images/blue_arrow.gif) no-repeat 375px 16px; }

/* Featured Vehicles */
#random_list_location #random_list_item a:hover { color:#4c80a7 }
#random_list_location #random_list_item a:hover img { border-color:#4c80a7;}

#featuredVehicles_footer {
	display: none;
}

#featuredVehicles_title {
	display: none;
}

#featuredVehicles {
	background: url('../images/featuredVehicles_bg.jpg') no-repeat;
	width: 980px;
	float: left;
	display: inline;
	margin: 0px 0px 0px 0px;
	height: 200px;
}

#featuredVehicles #random_list_location {
	float: left;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 38px 0px 0px 24px;
}

#featuredVehicles #random_list_location img{
	border: 5px solid #e8e8e8;
	height: 63px;
	width: 95px;
	display: block;
}

#featuredVehicles #random_list_location img:hover {
	border: 5px solid #4c80a7;
}

#featuredVehicles #random_list_location a{
	text-decoration: none;
	color: #444444;
	font-size: 11px;
}

#featuredVehicles #random_list_location a:hover{
	color: #4c80a7;
	text-decoration: none;
}

#featuredVehicles #random_list_location #random_list_item {
	display: inline;
	margin: 0px 11px 0px 0px;
	text-align: center;
	width: 107px;
}

#featuredVehicles #random_list_location #random_list_item br {
	display: none;
}

#home .toolTipInner_price{
	color: #4c80a7;	
}

.tt_carfax { float:left; }
.tt_carfax { margin:0px 0px 3px 3px; }
.tt_cpo { float:left; }



/*Inventory*/

.color_pri { 
	color: #000 !important;		/* Set primary color. Vehicle Titles */	
}

.color_sec { 
	color: #1f6091 !important; 	/* Set secondary color. Vehicle Prices. Typically should match color_pri */
}

.inventory_v2_price_right .price_line_1 .callForPrice {
	font-size: 16px;	
}

.inventory_v2_details h4 a  {
	color: #000 !important;
}

#inventory .inventory_v2_details h4 a:hover {
	color: #369fef !important;
	text-decoration: underline;
}

#inventory .filterList li a:hover { background:#369fef url(../images/arrow_hover.gif) no-repeat 2px center; }

/*Vehicle*/
#vehicle_v2_sidebar_links li a:hover {background:#369fef url(../images/arrow_hover.gif) no-repeat 2px center; }

a#vehicle_v2_notify_button { background: url(../images/finder_blue.png) no-repeat center top;}

/*Other Forms*/
form#contact_small.validation fieldset legend{
	display: none;
}

#dealer_contact ol{
	padding: 15px 5px 10px 23px !important;
}

#notify_form_div #vehicle_finder_submit input, #notify_form_div #vehicle_trade_bid_submit input {
	width:140px; 
	height:36px;  
	border: none!important;
}





