@charset "utf-8";
/* CSS Document */
#centerBackground {
	background-image:url('../images/resultsBg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}
#centerInnerBackground {
	margin-top: 2px;
	background-image:url('../images/resultsInnerCenterBg.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
}
/* New Inventory Layout Styles */
#newinvBackground {
	text-align: center;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #e3e3e3;
	padding-top: 5px;
}
.inv-head {
 	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	color: #CC3333;
	}
.inv-head-main {
 	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	color: #33333;
}
.inv-head-color {
 	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
}
.inv-mileage {
 	font-family: Tahoma;
	font-size: 12px;
	color: #cc3333;
	font-weight: bold;
}
.inv-engtrans {
 	font-family: Tahoma;
	font-size: 13px;
	color: #cc3333;
	font-weight: bold;
}
a.inv-nav:link  {
 	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	color: #cc3333;
}
a.inv-nav:visited {
	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	color: #cc3333;
	text-decoration: none;
}
a.inv-nav:hover {
   	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.inv-price {
 	font-family: Tahoma;
	font-size: 26px;
	font-weight: bold;
	color: #CC3333;
}
.fuelecoinv {
	background-color: #eeeeee;
	border:1px solid #000000;
}
.fuelecoinv-smalltxt {
	font-family: Arial;
	font-size: 10px;
}
.fuelecoinv-ctyhwy {
	font-family: Tahoma;
	font-size: 30px;
	font-weight: bold;
	color: #cc3333;
}
/* Slide Questions */
.clicktoview{
	color: #FFFF00
}
.cagsf_title{	/* Styling question */
	/* Start layout CSS */
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	width:100%;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:4px;
	padding-top:2px;
	border: 1px solid #CCCCCC;
	background-image:url('../images/titleBg002.jpg');
	background-position:center;	
	height:20px;
	/* End layout CSS */
	overflow:hidden;
	cursor:pointer;
}
.cagsf_details{	/* Parent box of slide down content */
	/* Start layout CSS */
	width:98%;
	background-color: #EEEEEE;
	font-family: Tahoma;
	font-size: 11px;
	border:1px solid #000000;
	padding: 2px;/*Pads each table cell in modern browsers
	list-style-image:url('images/li.gif');*/
	/* End layout CSS */
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	padding-bottom: 4px;
}
.cagsf_details_content {	/* Content that is slided down */
	font-size: 11px;	
	position:relative;
}
#op-side {
	font-family: Verdana;
	font-size: 11px;
	font-weight:bold;
	text-align:right;
	white-space:nowrap;
 }
#op-detail {
	text-align:left;
	white-space:nowrap;
	font-family: Verdana;
	font-size: 11px;	
}
#mas-header-qq {
	background-image:url('../images/td-price-back.jpg');
	background-color: #eeeeee;
	border:1px solid #000000;
	color: #000000;
}
.Fuel {
	font-family: Tahoma;
	font-size: 42px;
	color: #CC3333;
	font-weight: bold;
}
#cag-search-more {
	text-align: right;
	padding-bottom: 4px;
	padding-top: 4px;
}