/* CSS Document */
	
#car-wrap {
	position:relative;
	float:left;
	width:723px;
	height:150px;
	margin:0 0 0 10px;
	}
	
#car-photo {
	float:left;
	width:160px;
	height:120px;
	border:2px solid #f1efee;
	}

#car-make {
	float:left;
	width:351px;
	height:22px;
	padding:3px 0 0 10px;
	margin-left:10px;
	font-size:12px;
	overflow:hidden;
	line-height:20px;	
	border-bottom: #ccc 1px dotted;
	color: #F00;
	font-weight:bold;
	}
	
#car-price {
	float:left;
	width:165px;
	height:20px;
	padding:5px 10px 0 5px;
	font-size:12px;
	font-weight:bold;
	color:#232465;
	text-align:right;
	background-color:#f1efee;
	border-bottom: #ccc 1px dotted;
	}
	
#car-price span {
	color:#da1818;
	margin-right:5px;
	}

#car-details {
	float:left;
	width:529px;
	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:603px;
	top:107px;
	width:110px;
	height:15px;
	padding:2px;
	text-align:center;
	background-color:#232465;
	border:3px solid #f1efee;
	color:#ffffff;
	font-weight:bold;
	}
	
#car-more a:hover {
	color:#ffffff;
	background-color:#000000;
	text-decoration:none;
	}
	
#car-enquire a {
	position:absolute;
	left:494px;
	top:107px;
	width:94px;
	height:15px;
	padding:2px;
	text-align:center;
	background-color:#232465;
	border:3px solid #f1efee;
	color:#ffffff;
	font-weight:bold;
	}
	
#car-enquire a:hover {
	color:#ffffff;
	background-color:#000000;
	text-decoration:none;
	}
	
/* Specials */	
.specials-1 {
	position:absolute;
	left:7px;
	top:-2px;
	width:160px;
	height:120px;
	z-index:200;
	}

.specials-1 a {
	position:absolute;
	width:160px;
	height:120px;
	z-index:210;
	background:url(../graphics/specials-1.png) right bottom no-repeat transparent;
	top: -1px;
	}

.specials-2 {
	position:absolute;
	left:1px;
	top:2px;
	width:160px;
	height:120px;
	z-index:200;
	}

.specials-2 a {
	position:absolute;
	width:160px;
	height:120px;
	z-index:210;
	background:url(../graphics/specials-2.png) right bottom no-repeat transparent;
	}
	
.ex-demo {
	position:absolute;
	left:-3px;
	top:6px;
	width:160px;
	height:120px;
	z-index:200;
}

.ex-demo a {
	position:absolute;
	width:160px;
	height:120px;
	z-index:210;
	background:url(../graphics/ex-demo.png) right bottom no-repeat transparent;
}

.new-car {
	position:absolute;
	left:-3px;
	top:6px;
	width:160px;
	height:120px;
	z-index:200;
}

.new-car a {
	position:absolute;
	width:160px;
	height:120px;
	z-index:210;
	background:url(../graphics/new-car.png) right bottom no-repeat transparent;
}

.sold {
	position:absolute;
	left:-3px;
	top:6px;
	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;
	}

.specials-2 a span, .specials-1 a span, .new-car a span, .ex-demo a span, .sold a span  {
	display:none;
	}




