/* CSS Document */

#car-wrap-wrap {
	float:left;
	width:717px;
	height:auto;
	margin-top:0px;
	}
	
#car-wrap {
	width:717px;
	height:122px;
	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:164px;
	height:124px;
	z-index:1;
	background:url(../graphics/carlist-image-bg.png) left top no-repeat transparent;
	}

#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:173px;
	top:4px;
	width:441px;
	height:18px;
	padding:3px 0 0 5px;
	font-size:12px;
	color:#002245;
	background-color:#cccdcd;
	overflow:hidden;
	}
	
#car-price {
	position:absolute;
	z-index:3;
	left:621px;
	top:4px;
	width:67px;
	height:18px;
	padding:3px 0 0 20px;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	background-color:#002245;
	}

#car-details {
	position:absolute;
	z-index:4;
	left:173px;
	top:26px;
	width:525px;
	height:93px;
	padding:5px 5px 0 5px;
	font-size:12px;
	color:#000000;
	background-color:#f3f3f3;
	}

#car-more {
	position:absolute;
	left:592px;
	top:100px;
	width:110px;
	height:15px;
	z-index:13;
	color:#cccdcd;
	font-weight:bold;
	}

#car-more a {
	color:#002245;
	font-weight:bold;
	text-decoration:none;
	}
	
#car-more a:hover {
	color:#002245;
	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;
	}