﻿#bzSearchResult {
    float: left;
    width: 100%;
}
#bzSearchResult h1  { display: none; }
#bzSearchResulList {
    float: left;
    min-height:500px;
    width: 100%; color: #fff;
}
#prevResultLink, #nextResultLink, #firstResultLink, #lastResultLink {
	cursor:pointer;
	color:#ffc85f;
	font-weight:bold;
	width:auto;
}

#prevResultLink, #firstResultLink { float:left; }
#firstResultLink { padding-left: 9px; }
#nextResultLink, #lastResultLink {
	float:right;
}

#currentResult {
	font-weight:bold;
	margin:0 37%;
	width:200px;
}
#bzSearchResult .bzSearchResultCarBox {
	cursor:pointer;
	height:115px;
	padding:9px 0 9px 9px;
	position:relative;
	width:600px;
	border-top: 1px dotted #444;
}

#bzCarDescriptionPlaceHolder:first-letter {
	text-transform:capitalize;
}

#bzCarDescriptionPlaceHolder {
	float:left;
	font-size:11px; line-height: 10pt;
	left:100px;
	margin:20px 30px;
	height:52px;
	text-transform:lowercase;
	overflow:hidden;
	position:absolute;
	top:42px;
	width:470px;
}

#bzSpecs {
	left:100px;
	margin-left:26px;
	position:absolute;
	top:42px;
	width:auto;
}

#bzCarNamePlaceHolder h3 {
	color:#31302f;
	font-size:26px;
	font-weight:normal;
	margin-bottom:10px;
}

#bzSpecs span {
	color:#ffc85f;
	font-weight:bold;
	padding-left:5px;
}



#bzSortNav {
	background: #000;
	float:left;
	width: 609px;
	margin-bottom: 9px;
}

#ResultListCaption  {
	/*float:left;*/
	padding:2px;
}
#bzResultListNav {
	margin-top:9px;
	margin-bottom:9px;
}

#bzSearchResulList .odd, #bzSearchResulList .even  { background: url('../backgrounds/bg-car.gif') repeat-x; }

#bzSearchResulList .odd:hover, #bzSearchResulList .even:hover {
	background: url('../backgrounds/bg-car-hover.gif') repeat-x;
}

#bzSortNav div { float: right; padding: 5px 9px; }
#bzSortNav div a {
	vertical-align: sub;
	padding:3px 2px 0px 2px;
	
}

#bzCarNamePlaceHolder h3, #bzSpecs strong { color: #fff !important; }
#bzCarNamePlaceHolder h3 { font-size: 1.8em; }
