/* CSS Document */
.car-wrap {
	position:relative;
	float:left;
	width:690px;
	height:200px;
	border:5px solid #fff;
	margin:0 0 5px 0;
	color:#FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	clear: both;
}

.car-wrap-reduced {
border:2px solid #cf0505;
position:relative;
float:left;
width:618px;
height:245px;
margin:0 0 5px 0;
}

.reducedbanner {
float:left;
width:613px;
height:20px;
background:#cf0505;
color:#FFF;
font-weight:700;
margin:0 0 4px;
padding:2px 0 0 5px;
}

.photowrap {
	float:left;
	width:220px;
	height:145px;
	margin-left:4px;
	background:url(../graphics/carlist-bg.gif) top center no-repeat;
}

#car-photo {
	float:left;
	width:220px;
	height:165px;
		-moz-box-shadow: 0px 0px 4px #000;
	-webkit-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
}

.carPhotos {
	width:220px;
	height:20px;
	float:left;
	font-size:10px;
	clear:both;
	padding:0 0 0 5px;
}

.carPhotos a {
font-size:12px;
color:#fff;
}

#car-make {
	float:left;
	width:445px;
	height:20px;
	margin-left:5px;
	font-size:12px;
	font-weight:700;
	color:#fff;
	background-color:#0071c7;
	margin-bottom:4px;
	padding:5px 0 0 10px;
	border-radius: 0px 6px 0px 0px;
	-moz-border-radius: 0x 6px 0px 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
}


#car-make a h3{
	font-size:12px;
	width:425px;
font-weight:700;
margin:0;
padding:0;
	color:#fff;
	text-decoration:none;
}

#car-make a:hover h3{
	color:#fff;
	text-decoration:underline;
}
#car-price {
	float:left;
	width:220px;
	height:20px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-align:left;
	background-color:#0071c7;
	margin:0;
	padding:5px 0 0 10px;
	border-radius: 6px 0px 0px 0px;
	-moz-border-radius: 6x 0px 0px 0px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
}

#car-details {
	float:left;
	width:415px;
	height:92px;
	font-size:12px;
	color:#fff;
	background:url(../graphics/right-bg.png) top left repeat-y;
	margin:0 0 0 10px;
	padding:15px 0 0 10px;
}

.car-spec {
	float:left;
	width:165px;
	height:18px;
	font-size:11px;
	color:#fff;
	margin:0 10px 2px 0;
	padding:2px 0 0 3px;
}

.car-spec span {
color:#fff;
font-weight:700;
}

.car-spec#colour {
width:200px;
}

.car-financebox a {
width:155px;
height:15px;
text-align:center;
background-color:#F00;
border:3px solid #C00;
color:#fff;
font-weight:700;
text-decoration:none;
float:left;
margin:20px 0 0 10px;
padding:2px;
}


.car-more a {
width:120px;
height:15px;
text-align:center;
background-color:#333439;
border:3px solid #0071c7;
color:#fff;
font-weight:700;
text-decoration:none;
float:left;
margin:20px 0 0 10px;
padding:2px;
}

.car-enquire a {
width:120px;
height:15px;
text-align:center;
background-color:#333439;
border:3px solid #0071c7;
color:#fff;
font-weight:700;
text-decoration:none;
float:left;
margin:20px 0px 0 10px;
padding:2px;
}

.car-more a:hover,.car-enquire a:hover,.car-financebox a:hover {
color:#fff;
background-color:#0071c7;
text-decoration:none;
}
#diesel a {
position:absolute;
width:160px;
height:120px;
z-index:210;
background:url(../graphics/diesel.png) right bottom no-repeat transparent;
}

#automatic a {
position:absolute;
width:160px;
height:120px;
z-index:210;
background:url(../graphics/automatic.png) right bottom no-repeat transparent;
}

#road-tax-free a {
position:absolute;
width:160px;
height:120px;
z-index:210;
background:url(../graphics/road-tax-free.png) right bottom no-repeat transparent;
}

#road-tax-20 a {
position:absolute;
width:160px;
height:120px;
z-index:210;
background:url(../graphics/road-tax-20.png) right bottom no-repeat transparent;
}

#road-tax-30 a {
position:absolute;
width:160px;
height:120px;
z-index:210;
background:url(../graphics/road-tax-30.png) right bottom no-repeat transparent;
}

.cantfind {
width:650px;
float:left;
clear:both;
padding:10px;
}



#diesel,#automatic,#road-tax-free,#road-tax-20,#road-tax-30 {
position:absolute;
left:1px;
top:2px;
width:160px;
height:120px;
z-index:200;
}

#diesel a span,#automatic a span,#road-tax-free a span,#road-tax-20 a span,#road-tax-30 a span {
display:none;
}

/*paging*/

.resultsviewpage span, .resultsviewpagecurrent span {
float:left;
margin-bottom:5px;
color: #ff0000;
display:block;
padding:2px;
border:1px solid #000000;
margin-top:6px;
margin-right:3px;
background:#000000 url(../graphics/pnumber.gif) top left no-repeat;
color:#FFFFFF;
width:18px;
text-align:center;

}

.resultsviewpagecurrent span {

background:#006699 url(../graphics/pnumbero.gif) top left no-repeat;
color:#fff;
}


.resultsviewpage span:hover {
text-decoration:none;
background-color:#006699;
background:#006699 url(../graphics/pnumbero.gif) top left no-repeat;
color:#fff;
}


.resultsviewpage a { cursor: pointer; text-decoration:none;
}


.resultsviewpagecurrent span:hover {
text-decoration:none;
background-color:#000000;
background:#000000 url(../graphics/pnumber.gif) top left no-repeat;
color:#FFFFFF;
}

#resultsnextpage, #resultsprevpage {
float:left;
margin-left:2px;
margin-right:2px;
display:block;
padding:2px;
border:1px solid #000000;
margin-top:6px;
padding-right:3px;
background-color:#006699;
color:#FFFFFF;
}

#resultsnextpage a, #resultsprevpage a{
text-decoration:none;
color:#FFFFFF;
}

#resultsnextpage a:hover, #resultsprevpage a:hover{
text-decoration:none;
}

#resultsnowviewing {

	float:left;
	clear:both;
	width:620px;
	margin:4px 0 4px 0;
	height:25px;
}

 #advancesort {
	float:left;
	width:690px;
	margin:4px 0 35px 0;
	height:30px;

}

#advancesort form {
	float:left;
	width:330px;
	display:inline;
	height:25px;
}
	
#resultsnowviewing label , #advancesort label{
	float:left;
	color:#FFF;
}

#resultsnowviewing input , #advancesort input {
	float:left;
}

#carlistfinance {
	width:620px;
	float:left;
	clear:both;
}

#carlistfinance span {
	font-size:150%;
	font-weight:700;
}

.Carfeats {
	width:435px;
	float:left;
	padding:10px;
}
.resultspageLinks {
	width:700px;
	float:left;
	clear:both;
}

