/* CSS Document */

#car-wrap {
	width:658px;
	height:124px;
	position:relative;
	color:#000;
	float:left;
	margin-bottom:5px;
	padding-bottom:10px;
	z-index:200;
	max-height:124px;
	overflow:hidden;
	border:3px solid #f1efee;
	}

#car-derv {
	height:22px;
	position:absolute;
	top:0px;
	left:5px;
	width: 400px;
	display:none;
	}
	
#car-photo {
	padding:4px 0 0 4px;
	width:164px;
	height:124px;
	z-index:1;
	background:url(../graphics/carlist-image-bg.png) left top no-repeat transparent;
	float: left;
	}

#car-photo a {
		width:164px;
	height:124px;
}
#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 {
	z-index:2;
	width:374px;
	height:18px;
	padding:3px 0 0 5px;
	margin-top:4px;
	float:left;
	font-size:12px;
	color:#ffffff;
	background-color:#0200cd;
	overflow:hidden;
	margin-left: 4px;
	}
	
	

#car-price {
	z-index:3;
	float:left;
	margin-top:4px;
	width:83px;
	height:18px;
	padding:3px 0 0 20px;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	background-color:#00cd02;
	margin-left: 1px;
	}

#car-details {
	z-index:4;
	width:474px;
	height:93px;
	padding:5px 5px 0 5px;
	font-size:12px;
	color:#000;
	background-color:#F9FBFF;
	margin-top: 4px;
	margin-left: 4px;
	position:relative;
	float: left;
	}

#car-more {
	position:absolute;
	left:581px;
	top:65px;
	width:64px;
	height:62px;
	z-index:13;
	color:#f9f9f9;
	font-weight:bold;
	z-index:900;
	}

#car-more a {
	color:#ffffff;
	font-weight:bold;
	}
	
#car-more a:hover {
	font-weight:bold;
	}

#car-make a {
		color:#FFF;
	}
	
	
.whitetxt {
	color:#FFF;
	color:#FFF !important;
}

