/* Filter */

#sortForm {
	float:left;
	width:724px;
	padding:10px 10px 0 10px;
	border:3px solid #ffffff;
	margin-bottom:10px;
	background-color:#f6f6f6;
	-moz-border-radius:10px;
	border-radius:10px;
	margin-top:10px;
	}
	
#filter {
	float
	right;
	width:130px;
	padding:5px;
	text-align:center;
	background-color:#749bb8;
	border:1px solid #ccc;
	color:#fff;
	font-weight:bold;
	display:block;
	padding:5px 0 5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#filter:hover {
	color:#ffffff;
	background-color:#000000;
	text-decoration:none;
}

/* Car list */

.car-wrap {
	position:relative;
	float:left;
	width:734px;
	min-height:120px;
	border:1px solid #dddddd;
	margin-bottom:5px;
	padding:8px;
	background-color:#ffffff;
	}
	
.car-photo {
	float:left;
	width:160px;
	height:120px;
	border:6px solid #e7e7e7;
	}

.car-make {
	float:left;
	width:442px;
	height:20px;
	padding:5px 0 0 10px;
	margin:6px 0 0 10px;
	font-size:14px;
	font-weight:100;
	color:#ffffff;
	background-color:#878787;
	line-height:25px;
	}
	
.car-make:hover {
	color:#ffffff;
	background-color:#000000;
	text-decoration:none;
	}
	
.car-price {
	float:left;
	width:100px;
	height:20px;
	padding:5px 0 0 0;
	margin:6px 0 0 0;
	font-size:14px;
	color:#ffffff;
	text-align:center;
	background-color:#658ca9;
	}

.car-details {
	float:left;
	width:540px;
	margin:0 0 0 10px;
	padding:15px 5px 0 7px;
	font-size:12px;
	color:#000000;	
	}

.carlisttext {
	float:left;
	width:540px;
	margin:0 0 15px 0;
	}

.car-spec {
	float:left;
	width:130px;
	height:20px;
	margin:0 20px 5px 0;
	padding:2px 0 0 25px;
	font-size:11px;
	color:#000000;
	}

.car-spec span {
	color:#000000;
	font-weight:bold;
	}
	
.car-spec#carlist-trans {
	background:url(../graphics/carlist-trans.jpg) top left no-repeat;
	}
	
.car-spec#carlist-mpg {
	background:url(../graphics/carlist-mpg.jpg) top left no-repeat;
	}
	
.car-spec#carlist-fuel {
	background:url(../graphics/carlist-fuel.jpg) top left no-repeat;
	}

.car-more a {
	float:right;
	width:130px;
	height:15px;
	padding:5px;
	text-align:center;
	background-color:#749bb8;
	border:1px solid #ccc;
	color:#fff;
	font-weight:bold;
	display:block;
}

.car-more 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: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;
	}
	
/* sales.asp Page */

#car-cat-selector {
	background-color:#FFF;
	widows:785px;
	height:250px;
	margin-bottom:10px;
	padding:0 0 0 5px;
	text-align:center;
}

#car-cat-selector li {
	float:left;
	margin:5px;
	list-style:none;
}

#car-cat-selector #auto {
	background:
}


#car-source {
	float:left;
	margin-top:15px;
	width:740px;
	padding-top:5px;
	height:25px;
	font-size:16px;
	color:#ffffff;
	background-color:#658ca9;
	text-align:center;
	border:5px solid #cccccc;
	margin-bottom:5px;
	}
	
#car-source:hover {
	border:5px solid #666666;
	text-decoration:none;
	}
