
 
/*******************************************************************************/
/****** STYLES FOR THE OPENING HOURS PAGE **************************************/
/*******************************************************************************/
.hours{}
.hours-currentDay{color:#ffffff; font-weight:bold; background: #003300;}
.hours-standardDay{color:#ffff99; background: #032303;}
.hoursTB {border-color:#000000;}
.hourstext {}
.hourstable {margin: 0 0 15px 15px; width: 500px;}
.hourstable td {
	height: 28px;
	text-indent: 12px;
}



/******************************************************************************/
/****** STYLES FOR STOCK LIST DISPLAY 5 - StockListOption5  ********/
/******************************************************************************/

div.cwSLVehicle {background: #ffffff;	color: #ffff99;	margin: 0 0 8px 10px; font-size:12px; width: 707px;position:relative; }
div.cwSLVehicle img{float:left;border: 5px solid #ffffff;}
div.cwSLVehicle div.cwSLVehicleDetails{background: #ffffff; margin-left:185px;	text-align:left;	padding:5px 0 0 0; height: 76px;}
div.cwSLVehicle h3{	font-family: Arial;color:#ffff99; font-weight:bold;	font-size: 16px;	display:block;	background: #003300;	margin-bottom:5px; padding: 6px 0 6px 10px; margin-left:210px; position: relative;}
div.cwSLVehicle h3 em {
	font-weight: bold;
	position: absolute;
	top: 6px;
	right: 10px;
	font-style: normal;
	color: #ffffff;
}
div.cwSLVehicle .cwSLDoors, div.cwSLVehicle .cwSLBodyType, div.cwSLVehicle .cwSLColour,div.cwSLVehicle .cwSLFuelType, div.cwSLVehicle .cwSLRegYearLetter, div.cwSLVehicle .cwSLMileage, div.cwSLVehicle .cwSLTransmission {border-bottom:dotted #009900 1px;padding:3px 0 3px 0; font-size: 11px; width: 240px; float: left; margin: 0 0 0 5px; text-align: right; font-weight: bold; color: #000000;}
div.cwSLVehicle .cwSLDoors span, div.cwSLVehicle .cwSLBodyType span, div.cwSLVehicle .cwSLColour span,div.cwSLVehicle .cwSLFuelType span, div.cwSLVehicle .cwSLRegYearLetter span, div.cwSLVehicle .cwSLMileage span, div.cwSLVehicle .cwSLTransmission span {
	float: left;
	font-weight: normal;
	color: #003300;
}
div.cwSLVehicle div.cwSLVehicleDetails .cwSLVehicleLink a{font-weight:normal; font-size:11px;	text-align:left; color: #ffffff; position: absolute; bottom: 10px; right: 10px; display: block; width: 136px; height: 26px; background: url('../images/stocklink.gif') no-repeat left top; line-height: 25px; text-decoration: none; text-indent: 10px;}
.SLFinanceAvailable a {
font-weight:normal; font-size:11px;	text-align:left; color: #ffffff; position: absolute;
bottom: 10px; right: 156px; display: block; width: 136px; height: 26px; background: #000000; line-height: 25px; text-decoration: none;text-indent: 10px; background: url('../images/stocklink.gif') no-repeat left top
}
div.cwSLVehicle div.cwSLVehicleDetails .cwSLVehicleLink a:hover, .SLFinanceAvailable a:hover {
	background-position: left bottom;
	color: #ffff99;
}
div.cwSLVehicle div.cwSLVehicleDetails .imgshow {display: none;  position: absolute;	top: 0px; left: 190px; z-index: 100; padding: 5px;	background: #000000; width: 302px;}
div.cwSLVehicle div.cwSLVehicleDetails .imgshow img {background: #000000;	float: left; border: 1px solid #ffffff;}
div.cwSLVehicle div.cwSLVehicleDetails .imgshow span {display: block;padding: 5px;width: 292px;background: #003300;	color: #ffff99;	font-size: 14px;	float: left;}

ul.cwSLFeatures {
	display: none;
}
.SLOtherInfo {
	display: none;	
}
.SLMoreImagesAvailable {
	display: none;
}


/******************************************************************************/
/****** STYLES FOR THE PAGING BAR ON ALL STOCK LIST DISPLAYS ******************/
/******************************************************************************/

		div.SLPagingBar {
                                                margin: 0 0 0 10px;
												height: 52px;
}
div.SLPagingBar ul {
                                                width: 100%;
                                                list-style: none;
                                                height: 24px;
												padding: 0 0 5px 0;
                                }
                                
                                div.SLPagingBar ul li {
                                                float: left;
                                                display: block;
                                                margin: 0 2px 0 0;
                                }

                                div.SLPagingBar ul li a,
                                div.SLPagingBar ul li.SLPNC {
                                                display: block;
                                                float: left;
                                                height: 32px;
                                                background: #003300 url('../images/pagingback.jpg') no-repeat left top;
                                                width: 32px;
                                                color: #ffff99;
                                                font: 12px "Verdana", sans-serif;
                                                line-height: 31px;
                                                text-decoration: none;
                                                margin: 0 2px 0 0;
												text-align: center;
                                }
                                
                                div.SLPagingBar ul li a:hover {
                                                background-position: left bottom;
												color: #ffffff;
                                }
                                
                                div.SLPagingBar ul li a:active {
												font-weight: bold;
												text-decoration: underline;
												color: #ffffff;
												background: url('../images/pagingback.jpg') no-repeat left bottom;
                                }                              
                                
                                div.SLPagingBar ul li.SLPNC {
                                                font-weight: bold;
                                                background: url('../images/pagingback.jpg') no-repeat left bottom;
												color: #ffffff;
                                }
                                
                                #content div.SLPagingBar p {
                                                display: block;
                                                font: 12px "Verdana", sans-serif;
                                                padding: 5px 0 5px 0;
                                                margin: 10px 0;
												text-indent: 0px;
                                                
                                }
                                div.SLPagingBar ul li.SLPrev a {
                                                background: url('../images/prevback.jpg') no-repeat left top;
                                                width: 120px;
                                                padding: 0px;
                                                text-indent: 20px;
												text-align: left;
												color: #ffff99;
                                }
                                div.SLPagingBar ul li.SLPrev a:hover {
                                                background-position: left bottom;
                                }
                                div.SLPagingBar ul li.SLNext a {
                                                background: url('../images/nextback.jpg') no-repeat left top;
                                                width: 120px;
                                                padding: 0px;
                                                text-indent: 10px;
												text-align: left;
												color: #ffff99;
                                }
                                div.SLPagingBar ul li.SLNext a:hover {
                                                background-position: left bottom;
                                }
.SLLgEnginesize		{ display: none}
