/* CSS Document */
	
#car-wrap {
	position:relative;
	float:left;
	width:732px;
	height:125px;
	border:#FFF 2px solid;
	margin-bottom:5px;
	padding:7px;
	background:#fff url(../graphics/quick-search-bg.png) bottom right no-repeat;
	}
	
#car-photo {
	float:left;
	width:160px;
	height:120px;
	border:2px solid  #fff;
	}

#car-make {
	float:left;
	width:381px;
	height:22px;
	padding:3px 0 0 10px;
	margin-left:5px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	overflow:hidden;
	line-height:20px;
	background:#666;
	border:2px #FFF solid;
	}
	
#car-price {
	float:left;
	width:146px;
	height:20px;
	padding:5px 10px 0 0;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-align:right;
	background-color:#cc0a14;
	border:2px #FFF solid;
	}
	
#car-price span {
	color:#da1818;
	margin-right:5px;
	}

#car-details {
	float:left;
	width:519px;
	height:92px;
	margin:10px 0 0 10px;
	padding:5px 5px 0 7px;
	font-size:12px;
	color:#000000;
	}
	
.car-spec {
	float:left;
	width:130px;
	height:20px;
	margin:0 20px 5px 0;
	padding:2px 0 0 3px;
	font-size:11px;
	color:#000000;
	}

.car-spec span {
	color:#000000;
	font-weight:bold;
	}
	
/*.car-spec#colour {
	width:200px;
	}*/

#car-more a {
	position:absolute;
	left:615px;
	top:107px;
	width:110px;
	height:15px;
	padding:2px;
	text-align:center;
	background-color:#047a30;
	border:1px solid #fff;
	color:#ffffff;
	font-weight:bold;
	}
	
#car-more a:hover {
	color:#ffffff;
	background-color:#000000;
	text-decoration:none;
	}
	
#car-enquire a {
	position:absolute;
	left:515px;
	top:107px;
	width:94px;
	height:15px;
	padding:2px;
	text-align:center;
	background-color:#ccc;
	border:1px solid #fff;
	color:#333;
	font-weight:bold;
	}
	
#car-enquire a:hover {
	color:#ffffff;
	background-color:#000000;
	text-decoration:none;
	}
	
/* Specials */	
	
#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:-2px;
	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;
	}
