/* CSS Document */

#car-wrap-wrap {
	float:right;
	width:750px;
	height:auto; 	
	}
	
#car-wrap {
	width:700px;
	height:122px;
	position:relative;
	color:#000;
	float:right;
	padding-bottom:10px;
	padding-right:45px;
	z-index:200;
	margin:15px 35px 10px 0;
	}

#car-derv {
	height:22px;
	position:absolute;
	top:0px;
	left:5px;
	width: 600px;
	display:none;
	}
	
#car-photo {
	position:absolute;
	left:0px;
	top:0px;
	margin:4px 0 0 4px;
	width:160px;
	height:120px;
	z-index:1;
	background:url(../graphics/carlist-image-bg.png) left top no-repeat transparent;
	border:#999 1px solid;
	}
	
.car-spec {
	float: left;	
	width: 135px;	
	height: 15px;	
	margin-top: 0pt;	
	margin-right: 15px;
	margin-bottom: 5px;	
	margin-left: 0pt;	
	padding-top: 2px;	
	padding-right: 0pt;	
	padding-bottom: 0pt;	
	padding-left: 3px;	
	font-size: 11px;	
	color: #ccc;
	}
	
.car-spec span {
	font-weight: bold;
	color:#FFF;
}

#spec1 {
	position:absolute;
	left:1px;
	top:2px;
	width:160px;
	height:120px;
	z-index:200;
	}

#spec1 a {
	position:absolute;
	width:160px;
	height:120px;
	z-index:210;
	background:url(../graphics/on-offer.png) right bottom no-repeat transparent;
	top: -1px;
	}

#spec1 a span {
	display:none;
	}

#spec2 {
	position:absolute;
	left:1px;
	top:2px;
	width:160px;
	height:120px;
	z-index:200;
	}

#spec2 a {
	position:absolute;
	width:160px;
	height:120px;
	z-index:210;
	background:url(../graphics/managers-deal.png) right bottom no-repeat transparent;
	}

#spec2 a span {
	display:none;
	}

#sold {
	position:absolute;
	left:1px;
	top:2px;
	width:160px;
	height:120px;
	z-index:200;
	}

#sold a {
	position:absolute;
	width:160px;
	height:120px;
	z-index:210;
	background:url(../graphics/sold.png) right bottom no-repeat transparent;
	}

#sold a span {
	display:none;
	}

#car-make {
	position:absolute;
	z-index:2;
	left:175px;
	top:4px;
	width:559px;
	height:18px;
	padding:3px 0 0 10px;
	font-size:12px;
	color:#ffffff;
	border-bottom:#ccc dotted 1px;
	overflow:hidden;
	font-weight:bold;
	background:url(../graphics/link-arrow.png) no-repeat left center;
	}
	
#car-price {
	position:absolute;
	z-index:3;
	left:570px;
	top:4px;
	width:160px;
	height:18px;
	padding:3px 0 0 5px;
	font-size:12px;
	font-weight:bold;
	color: #C00;
	text-align:right;
	}
	
#car-price span {
	color:#CCC;
}

#car-details {
	position:absolute;
	z-index:4;
	left:168px;
	top:26px;
	width:600px;
	height:92px;
	padding:5px 5px 0 5px;
	font-size:12px;
	color: #ccc;

	
	}
	
#car-enquire {
	position:absolute;
	left:630px;
	top:35px;
	width:110px;
	height:15px;
	z-index:13;
	color:#fff;
	font-weight:bold;
	padding-left:10px;
	background:url(../graphics/link-arrow.png) no-repeat left center;
	display:block;
	}

#car-more {
	position:absolute;
	left:630px;
	top:55px;
	width:110px;
	height:15px;
	z-index:13;
	font-weight:bold;
	padding-left:10px;
	background:url(../graphics/link-arrow.png) no-repeat left center;
	display:block;
	}

#car-more a, #car-enquire a {
	color: #fff;
	font-weight:bold;
	font-size:11px
	}
	
#car-more a:hover, #car-enquire a:hover {
	color:#ccc;
	font-weight:bold;
	text-decoration:none;
	}

#carlist-after {
	width:900px;
	padding-top:10px;
	margin-top:10px;
	margin-bottom:10px;
	display:block;
	float:left;
	}

#latest-offers-wrap {
	width:970px;
	height:470px;
	padding-left:30px;
	}
	
/* search results CSS Document */
#results {
width:500px;
}

.resultsadvert {
width:500px;
height:40px;
margin-bottom:0;
padding:1px;
text-align:center;
}

.resultsadvert .resultsadvert0  {
background-color:#fff;
padding:1px;
}

.resultsadvert .resultsadvert1  {
background-color:#f4f4f4;
padding:1px;
}

.resultspagefooter {
width: 500px;
float:left;
margin-bottom:25px;
}

.resultsadvert div {
float:left;
margin-left:2px;
margin-top:8px;
cursor:pointer;
}

.resultsyear {
width:65px;
text-align:left;
}
.resultsmakemodel {
width:405px;
text-align:left;
}

.resultempest for carsolour {
width:115px;
}

.resultspetrol, .resultsmanual, .resultsauto, .resultsdiesel {
width:20px;
height:19px;
background-color:#244aa3;
color:#FFFFFF;
margin-top:6px !important;
padding-top:1px;
}

.resultsprice {
width:70px;
}

.resultsphoto {
margin:0 !important;
}

#resultspageheader {
font-size:14px; 
font-weight:bolder;
color:#FFFFFF;
background-color:#000000;
width:500px;
padding:4px;
}

.resultsviewpage:first-child span {
border-left:none;
}


.resultsviewpage span {
float:left;
padding-left:3px;
padding-right:3px;
margin-bottom:5px;
color: #fff;
background-color:#618636;
}
.resultsviewpage a { cursor: pointer; }


#resultsnextpage, #resultsprevpage {
float:left;
margin-left:2px;
margin-right:2px;
}

#resultsnowviewing {
float:left;
clear:both;
}

.resultsviewpagecurrent {
	padding-left:3px;
	padding-right:3px;
	margin-bottom:5px;
	float:left;
}