/* CSS Document */

#car-wrap-wrap {
	float:left;
	width:717px;
	height:auto;
	margin-top:0px;
}
#car-wrap {
	width:717px;
	height:203px;
	position:relative;
	color:#000;
	float:left;
	margin-bottom:5px;
	padding-bottom:10px;
	z-index:200;/*border-bottom:1px dotted #d9d9d9;*/
	}
#car-derv {
	height:22px;
	position:absolute;
	top:0px;
	left:5px;
	width: 400px;
	display:none;
}
#car-photo {
	position:absolute;
	left:0px;
	top:0px;
	padding:4px 0 0 0;
	width:270px;
	height:203px;
	z-index:1;
}
#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;
}
.details-text {
	clear:both;
	width:430px;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:#CCC 1px dotted;
}
.car-spec {
	float:left;
	width:160px;
	height:20px;
	margin:0 20px 5px 0;
	padding:2px 0 0 3px;
	font-size:12px;
	color:#ffffff;
}
.car-spec span {
	color:#ffffff;
	font-weight:bold;
}
.car-spec#colour {
	width:200px;
}
.sold {
	position:absolute;
	left:0px;
	top:4px;
	width:160px;
	height:120px;
	z-index:200;
	}

.sold a {
	position:absolute;
	width:160px;
	height:120px;
	z-index:500;
	background:url(../graphics/sold.png) right bottom no-repeat transparent;
	}

.sold a span {
	display:none;
	}
#car-make {
	position:absolute;
	z-index:2;
	left:275px;
	top:4px;
	width:436px;
	height:18px;
	padding:3px 0 0 5px;
	font-size:12px;
	color:#ffffff;
	background-color:#333333;
	overflow:hidden;
}
#car-price {
	position:absolute;
	z-index:3;
	left:628px;
	top:4px;
	width:67px;
	height:18px;
	padding:3px 0 0 20px;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	background-color:#213c77;
}
#car-details {
	position:absolute;
	z-index:4;
	left:275px;
	top:26px;
	width:430px;
	height:175px;
	padding:5px 5px 0 5px;
	font-size:12px;
	color:#ffffff;
	background-color:#181818;
}
#car-more {
	position:absolute;
	left:592px;
	top:180px;
	width:110px;
	height:15px;
	z-index:13;
	color:#333333;
	font-weight:bold;
}
#car-more a {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
#car-more a:hover {
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
}
#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;
}

/*Car Pages */

.resultspagefooter {
	clear:both;
	height:75px;
}

.resultsviewpage:first-child span {
	border-left:none;
}
.resultsviewpage span {
	float:left;
	padding:4px 6px;
	margin:1px 1px 5px 1px;
	color: #fff;
	background-color: #333;
}
.resultsviewpage span:hover {
	color: #fff;
	background-color:#213c77;
}
.resultsviewpage a {
	cursor: pointer;
}
.resultsviewpage a:hover {
	text-decoration:none
}
#resultsnextpage, #resultsprevpage {
	float:left;
	margin-left:2px;
	margin-right:2px;
	padding:4px 6px;
	margin:1px 1px 5px 1px;
	color: #fff;
	background-color:#333;
}
#resultsnextpage a, #resultsprevpage a {
	color:#FFF;
}
#resultsnextpage a:hover, #resultsprevpage a:hover {
	text-decoration:none;
}
#resultsnextpage:hover, #resultsprevpage:hover {
	color: #fff;
	background-color:#213c77;
}
#resultsnowviewing {
	float:left;
	clear:both;
	font-size:14px;
	padding-top:15px;
}
.resultsviewpagecurrent {
	float:left;
	padding:4px 6px;
	margin:1px 1px 5px 1px;
	color: #fff;
	background-color:#213c77;
}

