/* inventory styles (inventory.cfm) */
#searchBox{
  line-height:7px;
  height:100px;
  border: solid #000;
	border-width:1px 0;
	color:#000;
  clear:left;
  text-align:left;
  margin:0px 0 2px 0;
  padding-top:5px;
}

.searchSet{
float:left;
padding:5px 15px 0 10px;
line-height:5px;
}

.searchSet .btns{
clear:both; 
white-space:nowrap
}

.searchSet .btns a{
color:#000; top:-4px; text-decoration:none; white-space:nowrap; display:none;
}

.noresults{
margin-top:-3px; border:1px solid #000; padding-top:12px;  text-align:center; font-weight:bold; font-size:1.1em; color:#000;
}

.listingTbl{
margin-top:-3px; border-top:solid #000 1px; color:#000; clear:both; padding-top:5px;
}

.compare_sort{
height:25px; padding:3px 0 0 0; clear:both;
}

.div1{
float:left; height:30px;  margin-left:10px;
}

.div2{
float:right; height:20px; margin-right:10px;
}

.pageListing{
float:left; 
white-space:nowrap; 
clear:left; 
padding:9px 10px 0 10px;
}
 	 .pageListing img{
	 		position:relative;
			top:-3px;
	 }

.pageResults{
float:right; 
padding:9px 10px 0 10px;
line-height:1.2em; 
white-space:nowrap;
}
   .pageResults a,.pageResults a:visited{
	 	color:#0000ff;
	 }
	 


.carInfo {
 color:#fff; height:14px; padding:3px 0; clear:both; font-size:1.1em;
}

.details{
padding:0 0 0 7px; float:left;
} 

.miles{
padding:0 0 0 0; float:right; width:100px;
}

.internet{
padding:0 0 0 0; float:right; width:175px;
}

.MSRP{
padding:0 0 0 0; float:right; width:135px;
}

.retail{
padding:0 0 0 0; float:right; width:140px;
}

.detailsBox{
height:140px; padding: 13px 0 3px 0px; background:#FFFFFF;
}

.noInvImg{
width:131px; height:78px; text-align:center; padding-top:20px; margin-bottom:3px; color:#000; font-weight:bold; font-size:1.2em; clear:both;
}

.carImg{
border:1px solid #000;	
}

.invImg{
clear:both; float:right; text-align:right; white-space:nowrap; margin-top:3px;
}

.location{
background:#333; color:#fff;
}

.certifieds{
float:right; text-align:right; width:120px; padding-top:10px;
}

.specials{
font-size:1.1em; font-weight:bold; color:#ff0000;
}

.bottom{  /*the bottom searchBox, these styles overide the searchBox styles declared above*/
height:55px; clear:both; border:none; border-top:1px solid #000; margin:0px;
}

/* EOF inventory styles */
