
 

.clear {clear: both;}

/* ________________________________ HOURS ______________________________________ */
.hours{}
.hours-currentDay{ background: #f5f5f5; text-indent: 15px;}
.hours-standardDay{text-indent: 15px;}
.hoursTB {border-color:#000000;}
.hourstext {display: none}

table.hourstable { border-collapse: collapse; font-size: 11px; float: right}
table.hourstable tr td {padding: 4px 0}
table.hourstable tr.odd {background: #555}
table.hourstable tr.even {background: #444}
/* HOME and SALES PAGES HOURS */
#right-col table.hourstable {background: none; width: 270px; margin: 15px 0 10px 10px; float: none; text-align:justify}
#right-col table.hourstable tr td {padding: 4px 0; font-size: 11px; color:#666}


#hourssection table.hourstable {background: none; width: 270px; margin: 15px 0 10px 10px; float: none; text-align:justify}
#hourssection table.hourstable tr td {padding: 4px 0; font-size: 11px; color:#666}



/******************************************************************************/
/****** STYLES FOR STOCK LIST DISPLAY 5 - StockListOption5  ********/
/******************************************************************************/

.stock-divider		{ display:block; background: url(../images/circle-divider.jpg) center top no-repeat; width:950px; height:20px; float:left}

div.cwSLVehicle {background: #f5f5f5;padding: 5px;	margin: 10px 0 10px 25px; width: 900px; position:relative; float:left; border:1px solid #eeeeee}
div.cwSLVehicle img{float:left;border:solid 1px #fff; }
div.cwSLVehicle div.cwSLVehicleDetails{background: #e4e4e4; color:#2a4159; margin-left:185px; padding: 5px 0 0 0; height: 93px; font-size: 11px;}
div.cwSLVehicle h3{color:#fff; font-weight:normal;	font-size: 16px;	background: url(../images/nav-bg.jpg) center top no-repeat;	margin: 0 0 5px 185px; padding: 6px 0 6px 10px; position: relative; text-align:left;}

.SLVersion		{ text-transform:capitalize}

div.cwSLVehicle h3 a {color:#fff; text-decoration: none; border-bottom: 1px dotted #999; }

div.cwSLVehicle h3 a:hover{color:#cccccc; border-bottom: 1px dotted #ccc}

.SLWasPrice		{ background: url(../images/was-now-bg.jpg) center repeat-x; color:#CCC}

div.cwSLVehicle h3 em {
	position: absolute;
	top: 6px;
	right: 6px;
	font-weight: bold;
	font-style: normal;
}
div.cwSLVehicle h3 span.SLLgEnginesize {
	display: none;
}
div.cwSLVehicle .cwSLRegYearLetter, div.cwSLVehicle .cwSLMileage, div.cwSLVehicle .cwSLTransmission, div.cwSLVehicle .cwSLDoors, div.cwSLVehicle .cwSLBodyType, div.cwSLVehicle .cwSLColour,div.cwSLVehicle .cwSLFuelType {border-bottom:dotted #bbbbbb 1px; padding:3px 0 3px 0; text-align: right; width: 220px; float: left; margin: 0 0 0 10px; font-weight: bold;}
div.cwSLVehicle .cwSLRegYearLetter span, div.cwSLVehicle .cwSLMileage span, div.cwSLVehicle .cwSLTransmission span, div.cwSLVehicle .cwSLDoors span, div.cwSLVehicle .cwSLBodyType span, div.cwSLVehicle .cwSLColour span, div.cwSLVehicle .cwSLFuelType span {float: left;font-weight: normal; color:#666666}

div.cwSLVehicle div.cwSLVehicleDetails .cwSLVehicleLink a, div.cwSLVehicle div.cwSLVehicleDetails .SLFinanceAvailable a, div.cwSLVehicle div.cwSLVehicleDetails .SLMoreImagesAvailable a {font-size:11px;	color: #fff; display: block; width: 220px; height: 30px; line-height: 30px; background: url(../images/stock-btn.png) no-repeat left top; text-decoration: none;}


div.cwSLVehicle div.cwSLVehicleDetails .cwSLVehicleLink a {
	position: absolute;
	bottom: 10px;
	right: 15px;
}
div.cwSLVehicle div.cwSLVehicleDetails .SLFinanceAvailable a {
	position: absolute;
	left: 200px;
	bottom: 10px;
}
div.cwSLVehicle div.cwSLVehicleDetails .SLMoreImagesAvailable a {
	position: absolute;
	bottom: 10px;
	left: 437px;
	
}
div.cwSLVehicle div.cwSLVehicleDetails .cwSLVehicleLink a:hover, div.cwSLVehicle div.cwSLVehicleDetails .SLFinanceAvailable a:hover, div.cwSLVehicle div.cwSLVehicleDetails .SLMoreImagesAvailable a:hover {background-position: left bottom; color: #ffffff;}
div.cwSLVehicle div.cwSLVehicleDetails .imgshow {display: none; position: absolute;	top: 0px; left: 190px; z-index: 100; padding: 5px;	background: #f5f5f5; width: 302px;}
div.cwSLVehicle div.cwSLVehicleDetails .imgshow img {float: left;}
div.cwSLVehicle div.cwSLVehicleDetails .imgshow span {display: block; padding: 5px; width: 292px;background: #f5f5f5;	color: #666666;	font-size: 12px; float: left;}


/******************************************************************************/
/****** STYLES FOR THE PAGING BAR ON ALL STOCK LIST DISPLAYS ******************/
/******************************************************************************/
div.SLPagingBar {
	width: 960px;
	margin: 15px;
	float:left
}
		

div.SLPagingBar ul {
	width: 100%;
	list-style: none;
	height: 30px;
	margin: 0;
	padding: 0;
	float:left
}


div.SLPagingBar ul li {
	float: left;
	display: block;
	margin: 0 2px 0 0;
	padding: 0;
	background: none
}

div.SLPagingBar ul li a,
div.SLPagingBar ul li.SLPNC {
	display: block;
	float: left;
	height: 30px;
	background: url(../images/page-btn.jpg) 0 0 no-repeat;
	padding: 0px;
	width: 30px;
	text-align: center;
	color: #fff;
	line-height: 30px;
	text-decoration: none;
	margin: 0 2px 0 0;
}


div.SLPagingBar ul li.SLPrev a {
		background: url(../images/stock-btn2.png) 0 0 no-repeat;
		width: 220px
}

div.SLPagingBar ul li.SLNext a {
		background: url(../images/stock-btn.png) 0 0 no-repeat;
		width: 220px
}


div.SLPagingBar ul li a:hover {
	background-position: 0 bottom
}

	
div.SLPagingBar ul li.SLPNC {
	font-weight: bold;
	background: url(../images/page-btn.jpg) 0 bottom no-repeat}



div.SLPagingBar p {
	width: 50%;
	display: block;
	float:left;
	color:#CCC;
	line-height: 30px;
	text-align: center;
	padding: 10px 0 0 0;
}

/******************************************************************************/
/****** STYLES NO STOCK LIST DISPLAYS ******************/
/******************************************************************************/
.SLNoStock {font-size:12px; text-align:center; color:#666666; text-decoration:none; background: #f5f5f5; line-height: 20px; padding: 10px; margin: 10px }



div#map iframe, div#map2 iframe {width: 930px; height: 350px;}

#map		{ width:930px; float:left; height: 350px; border:5px solid #f5f5f5; margin-left: 10px}

/******************************************************************************/
/****** STYLES SOCIAL BOOKMARKS ******************/
/******************************************************************************/
.socialbookmarks{list-style:none;}
.socialbookmarks a{text-decoration:none;}
.socialbookmarks a img{border:none;}

/******************************************************************************/
/* YouTube videos */
/******************************************************************************/
#VDVideoDiv {
	overflow: hidden;
	height: 385px;
	width: 640px;
	background: #000;
	margin-top: 5px;
}

#VDVideoDiv div {
	background: #000;
	overflow: hidden;	
}

#VDVideolink {
	outline: none;
	border: none;
	display: block;
	height: 20px;
}

#VDVideolink .youtube {
	display: block;
	margin-right: 4px;
	margin-top: 9px;
	width: 12px;
	height: 12px;
	background: url('../../dealercommon/images/youtube.jpg') no-repeat 0px 0px;
	text-indent: -9999px;
	float: left;
}

#VDVideolink .minus {
	background-position: 0px -12px;
}

#VDVideolink img {
	margin-top: 4px;
	margin-left: 6px;
	display: inline-block;
}
