﻿#bzSearchResult {
    float:left;
    width:100%;
}

#bzSearchResulList {
 /*   border: solid 1px lime; */
    float:left;
    margin:4px 0px 4px 4px;
    min-height:500px;
    padding: 10px 2px 10px 2px;
    width:98%;
}
#prevResultLink, #nextResultLink, #firstResultLink, #lastResultLink {
	cursor:pointer;
	color:#ff3300;
	font-weight:bold;
	width:auto;
}

#prevResultLink:hover, #nextResultLink:hover, #firstResultLink:hover , #lastResultLink:hover {
	color:#000000;
	}

#prevResultLink,  #firstResultLink {
	float:left;
	
}

#nextResultLink, #lastResultLink {
	float:right;
}

#currentResult {
	font-weight:bold;
	margin:0 40%;
	width:200px;
}
#bzSearchResult .bzSearchResultCarBox {
	cursor:pointer;
	height:125px;
	margin-bottom:10px;
	padding:10px;
	position:relative;
	width:auto;
}

#bzSearchResulList .odd  img {
	border:solid 2px #ffffff;
}

#bzSearchResulList .even  img {
	border:solid 2px #a9a8a6;
}

#bzCarDescriptionPlaceHolder:first-letter {
	text-transform:capitalize;
}

#bzCarDescriptionPlaceHolder {
	float:left;
	font-size:11px;
	left:100px;
	margin:20px;
	height:52px;
	text-transform:lowercase;
	overflow:hidden;
	position:absolute;
	top:55px;
	width:410px;
}

#bzSpecs {
	left:100px;
	margin-left:16px;
	position:absolute;
	top:54px;
	width:auto;
}

#bzCarNamePlaceHolder h3 {
	color:#31302f;
	font-family:'Lucida Grande',Arial,sans-serif;
	font-size:26px;
	font-weight:normal;
	margin-bottom:10px;
}

#bzSpecs span {
	color:#ff3300;
	font-weight:bold;
	padding-left:5px;
}

#bzSpecs strong {
	color:#000000;
}

#bzSortNav {
	background-color:#fbfaf7;
	float:right;
}

#ResultListCaption  {
	/*float:left;*/
	padding:2px;
}
#bzResultListNav {
	margin-top:40px;
	margin-bottom:20px;
}

#bzSearchResulList .odd  {
	background-color:#e7e7e6;
	border:solid 2px #dededc;
}

#bzSearchResulList .even {
	background-color:#fbfaf7;
	border:solid 2px #e8e6e1;
}

#bzSearchResulList .odd:hover {
	background: url('/grafik/ver3/bilmarked/ver2/images/backgrounds/bzResultListOverbg.png') repeat-x;
}

#bzSearchResulList .even:hover {
	background: url('/grafik/ver3/bilmarked/ver2/images/backgrounds/bzResultListOverbgEven.png') repeat-x;
}

#bzSortNav div {
	font-weight:bold;
}
#bzSortNav div a {
	vertical-align: sub;
	padding:0 2px 0px 2px;
	
}

