
 

/*******************************************************************************/
/****** STYLES FOR THE OPENING HOURS PAGE **************************************/
/*******************************************************************************/
.hours{}
.hours-currentDay{color:#ffffff; font-weight:bold; background: url('../images/hoursback.jpg') repeat-x left top; height: 28px;}
.hours-standardDay{color:#ffffff; background: url('../images/hoursback.jpg') repeat-x left bottom; height: 28px;}
.hoursTB {border-color:#000000;}

.hourstable {margin: 0 0 15px 0; width: 500px;}
.hourstable td {
	text-indent: 18px;
}
.hourstext a {
	text-decoration: none;
	font-weight: bold;
	color: #cc0000;
}
.hourstext a:hover {
	color: #000099;
	border-bottom: 1px dotted #000099;
}



/******************************************************************************/
/****** STYLES FOR STOCK LIST DISPLAY 5 - StockListOption5  ********/
/******************************************************************************/

div.cwSLVehicle {float: left; clear: both;background: #ff0000;	color: #000000;	padding: 5px;	margin-bottom:10px; width: 735px; position:relative;}
div.cwSLVehicle img{float:left;border:solid 1px #fff;}
div.cwSLVehicle div.cwSLVehicleDetails{background: #cc0000; color:#fff;	margin-left:185px;	text-align:left;	padding:5px 5px 0 5px; height: 118px;}
div.cwSLVehicle h3{color:#fff;	font-size: 15px; display:block;	background: #cc0000; margin-bottom:2px; margin-left:185px; font-weight: normal; padding: 5px 110px 5px 10px;}
div.cwSLVehicle h3 em {
	font-style: normal;
	font-weight: bold;
	text-align: right;
	position: absolute;
	top: 10px;
	right: 10px;
}
div.cwSLVehicle .cwSLRegYearLetter{	font-weight:normal;border-bottom:dotted #fff 1px;padding:3px 0 3px 0; font-size: 11px;}
div.cwSLVehicle .cwSLMileage{border-bottom:dotted #fff 1px;padding:3px 0 3px 0; font-size: 11px;}
div.cwSLVehicle .cwSLTransmission{border-bottom:dotted #fff 1px;padding:3px 0 3px 0; font-size: 11px;}
div.cwSLVehicle .cwSLDoorsBodyColor{border-bottom:dotted #fff 1px;padding:3px 0 3px 0; font-size: 11px;}
div.cwSLVehicle .cwSLDoors{border-bottom:dotted #fff 1px;padding:3px 0 3px 0; font-size: 11px;}
div.cwSLVehicle .cwSLBodyType{border-bottom:dotted #fff 1px;padding:3px 0 3px 0; font-size: 11px;}
div.cwSLVehicle .cwSLColour{border-bottom:dotted #fff 1px;padding:3px 0 3px 0; font-size: 11px; text-transform: capitalize}
div.cwSLVehicle .cwSLFuelType{border-bottom:dotted #fff 1px;padding:3px 0 3px 0; font-size: 11px;}

div.cwSLVehicle .cwSLRegYearLetter span,
div.cwSLVehicle .cwSLMileage span,
div.cwSLVehicle .cwSLTransmission span,
div.cwSLVehicle .cwSLDoorsBodyColor span,
div.cwSLVehicle .cwSLDoors span,
div.cwSLVehicle .cwSLBodyType span,
div.cwSLVehicle .cwSLColour span,
div.cwSLVehicle .cwSLFuelType span {
	margin-right: 10px;
	font-weight: bold;
}

div.cwSLVehicle .cwSLRegYearLetter,
div.cwSLVehicle .cwSLMileage,
div.cwSLVehicle .cwSLTransmission,
div.cwSLVehicle .cwSLDoorsBodyColor,
div.cwSLVehicle .cwSLDoors,
div.cwSLVehicle .cwSLBodyType,
div.cwSLVehicle .cwSLColour,
div.cwSLVehicle .cwSLFuelType {
	width: 254px;
	margin-right: 10px;
	margin-left: 5px;
	text-transform: capitalize;
	float: left;
}


div.cwSLVehicle div.cwSLPrice{border-left: solid 1px #000000;	padding:2px;	}

div.cwSLVehicle div.cwSLVehicleDetails .imgshow img {background: #000000;	float: left;}
div.cwSLVehicle div.cwSLVehicleDetails .imgshow span {display: block;padding: 5px;width: 292px;background: #ffffff;	color: #000099;	font-size: 12px;	float: left; margin: 5px 0 0 0;}

.clear {
	clear: both;
}
.imgshow {
	display: none;	
	position: absolute;
	top: 0px;
	left: 190px;
	z-index: 100;
	padding: 5px;
	background: #000099;
	width: 302px;

}
div.cwSLVehicle div.cwSLVehicleDetails .cwSLVehicleLink a{font-size:12px; color: #fff; display: block; float: right; margin: 16px 10px 0 0; height: 28px; width: 140px; text-indent: 12px; line-height: 27px; background: url('../images/stocklink.jpg') no-repeat left top; text-decoration: none;}
div.cwSLVehicle div.cwSLVehicleDetails .cwSLVehicleLink a:hover {
	background-position: left bottom;
}

/******************************************************************************/
/****** STYLES FOR THE PAGING BAR ON ALL STOCK LIST DISPLAYS ******************/
/******************************************************************************/
.SLPagingBar {width:550px;}
.SLPagingNumbers {font-size:11px; text-align:center; color:#cccccc; text-decoration:none; width: 36px; height: 36px; line-height: 35px; background: url('../images/pagingback.jpg') no-repeat left top; display: block;}
.SLPagingNumbers:hover {background: url('../images/pagingback.jpg') no-repeat left center; color: #ffffff;}
.SLPagingNumbersCurrent {background: url('../images/pagingback.jpg') no-repeat left bottom;font-size:11px; text-align:center; color:#ffffff; text-decoration:none; width: 36px; height: 36px; line-height: 35px; display: block;}
.SLPageXofX {font-weight:bold;  font-size:10pt; color:#000000;}

/******************************************************************************/
/****** STYLES NO STOCK LIST DISPLAYS ******************/
/******************************************************************************/
.SLNoStock {font-size:12px; color:#000099; text-decoration:none;}



div#map iframe, div#map2 iframe {width: 600px; height: 500px;}


/******************************************************************************/
/****** STYLES SOCIAL BOOKMARKS ******************/
/******************************************************************************/
ul#socialbookmarks{list-style:none;}
ul#socialbookmarks li{padding:5px;}
ul#socialbookmarks li a{text-decoration:none;}
ul#socialbookmarks li a img{border:none;}


.SLMoreImagesAvailable,
.SLVideoAvailable,
.SLFinanceAvailable {
	display: none;
}


/* SLPagingBar */

.SLPagingBar {
	width: 735px;
	float: left;
	clear: both;
	margin: 10px 0;
}

.SLPagingBar ul {
	list-style: none;
}

.SLPagingBar ul li {
	float: left;
	margin: 2px;
}

.SLPagingBar li a {
	background:url("../images/pagingback.jpg") no-repeat scroll left top transparent;
	color:#CCCCCC;
	display:block;
	font-size:11px;
	height:36px;
	line-height:35px;
	text-align:center;
	text-decoration:none;
	width:36px;
}

.SLPagingBar li a:hover {
	background:url("../images/pagingback.jpg") no-repeat scroll left center transparent;
}

.SLPagingBar li.SLPNC {
	background:url("../images/pagingback.jpg") no-repeat scroll left bottom transparent;
	color:#FFFFFF;
	display:block;
	font-size:11px;
	height:36px;
	line-height:35px;
	text-align:center;
	text-decoration:none;
	width:36px;
}

.SLPagingBar li.SLNext a {
	background: url('../images/nextpage.gif') no-repeat 0 0;
	width: 136px;
	display: block;
	height: 26px;
	float: left;
	margin-top: 5px;
	text-indent: -9999px;
}

.SLPagingBar li.SLPrev a {
	background: url('../images/previous.gif') no-repeat 0 0;
	width: 136px;
	display: block;
	height: 26px;
	margin-top: 5px;
	float: left;
	text-indent: -9999px;
}


.SLPagingBar p.SLPageXofX {
	float: left;
	clear: both;
	display: block;
	width: 735px;
	text-align: center;
}





