/*******************************************************************************/
/****** STYLES FOR THE OPENING HOURS PAGE **************************************/
/*******************************************************************************/
.hours						{}
.hours-currentDay			{ color: #333333; background: #a7eca9; font-weight: bold; height: 30px; line-height: 30px; }
.hours-standardDay			{ color: #666666; background: #efefef; height: 20px; line-height: 20px; }
.hoursTB 					{}
.hourstext 					{ display: none; }
.hourstable 				{ width: 672px; margin: 0 30px 25px 30px; font-size: 12px; }
.hourstable td				{ text-indent: 15px; }


/******************************************************************************/
/****** STYLES FOR STOCK LIST DISPLAY 4 - WriteStockWithLargeThumbNail ********/
/******************************************************************************/
#stockwrap					{ width: 672px; height: auto; margin: 20px 30px; float: left; overflow: hidden; display: inline; }
.SLLgMainTable 				{ width: 672px; background: #efefef; margin: 10px 0; border-bottom: 10px solid #efefef; }
.SLLgTextColumn 			{ width: 372px; height: 170px; vertical-align: top; }
.SLLgTextColumn table 		{ width: 372px; }
a.Slthumbimage				{ width: 270px; height: 203px; display: block; overflow: hidden; margin-left: 10px; }
a.Slthumbimage img			{ width: 270px!Important; height: 203px!Important; }
.SLMakeModPrice				{ width: 672px; height: 80px; background: url(../images/SL-MakeMod-bg.jpg) center bottom no-repeat; }
.SLOtherDets				{ width: 652px!Important; height: 20px; margin: 10px!Important; }
.SLLgMakeModel 				{ font-size: 16px; color: #333333; font-weight: bold; text-align: left; width: 75%; height: 80px; }
.SLLgMakeModel p			{ margin: 15px 0 0 30px; }
.SLLgPrice 					{ font-size: 16px; color: #333333; font-weight: bold; text-align: center; width: 25%; height: 80px; }
.SLLgPrice p				{ margin-top: 15px; }
.SL-Bulsetc					{ width: 352px; height: auto; margin: 0 10px; }
.SLBulletstable				{ width: 332px; height: auto; margin: 0 10px 0 0; }
.SLLgRegYearLetter 			{ font-size: 11px; color: #333333; background: #CCCCCC; font-weight: bold; text-align: center; height: 20px; line-height: 20px; width: 163px; border-right: 1px solid #efefef;  }
.SLLgMileage 				{ font-size: 11px; color: #333333; background: #CCCCCC; font-weight: bold; text-align: center; height: 20px; line-height: 20px; width: 163px; border-right: 1px solid #efefef; }
.SLLgTransmission 			{ font-size: 11px; color: #333333; background: #CCCCCC; font-weight: bold; text-align: center; height: 20px; line-height: 20px; width: 163px; border-right: 1px solid #efefef; }
.SLLgFuelType 				{ font-size: 11px; color: #333333; background: #CCCCCC; font-weight: bold; text-align: center; height: 20px; line-height: 20px; width: 163px; }
.SLLgFeatureTable  			{}
.SLLgFeatureBullets  		{ color: #333333; font-size: 11px; }
.SLLgOtherInfo 				{ color: #ffffff; font-size: 11px; }
.SLLgOtherInfo p			{ background: #108b67; margin: 10px 10px 10px 0; padding: 10px; }
.buttontable				{ width: 372px; height: auto; margin: 0 10px; }
.SLLgButtonContactUs 		{ font-size: 10pt; font-weight: bold; text-align: center; width: 186px; height: 30px; }
.SLLgButtonDetails 			{ font-size: 10pt; font-weight: bold; text-align: center; width: 186px; height: 30px; }
a.SLLgButtonLink 			{ color: #FFFFFF; text-decoration: none; width: 180px; height: 30px; line-height: 30px; margin: 3px; display: block; background: url(../images/SL-button.jpg) center bottom no-repeat; font-size: 12px; }
a.SLLgButtonLink:hover		{ color: #FFFFFF; text-decoration: none; background: url(../images/SL-button.jpg) center top no-repeat; }


/******************************************************************************/
/****** STYLES FOR THE PAGING BAR ON ALL STOCK LIST DISPLAYS ******************/
/******************************************************************************/
.SLPagingBar {
width:912px;
float:left;
margin-top:10px;
}

.SLPagingBar ul {
margin-bottom:10px;
width:802px;
height:30px;
float:left;
padding:0;
margin:0;
}

.SLPagingBar ul li {
float:left;
width:30px;
height:30px;
line-height:30px;
list-style:none;
text-align:center;
margin:0 2px;
background:none repeat scroll 0 0 #EFEFEF;
}

.SLPagingBar ul li.SLPNC {
color:#fff;
font-weight:normal;
float:left;
width:30px;
height:30px;
background:none repeat scroll 0 0 #000000;
font-size:12px;
}

.SLPagingBar ul li a {
text-decoration:none;
color:#000;
display:block;
float:left;
width:30px;
height:30px;
background:url(../images/next.jpg) center top no-repeat;
font-size:12px;
}

.SLPagingBar ul li a:hover {
background-color:#108b67;
color:#ffffff;
}

.SLPagingBar ul li.SLPrev,.SLPagingBar ul li.SLNext {
width:150px;
}

.SLPagingBar ul li.SLPrev a {
background:url(../images/previous.gif) no-repeat;
display:block;
width:150px;
height:30px;
text-indent:-9999px;
overflow:hidden;
}

.SLPagingBar ul li.SLNext a {
background:url(../images/nextpage.gif) no-repeat;
display:block;
width:150px;
height:30px;
text-indent:-9999px;
overflow:hidden;
}

p.SLPageXofX {
font-weight:700;
font-size:10px;
color:#fff;
float:right;
height:30px;
line-height:30px;
margin-right:10px;
}				

/******************************************************************************/
/****** STYLES NO STOCK LIST DISPLAYS ******************/
/******************************************************************************/
.SLNoStock 					{ font-size:12px; color:#000000; }


/******************************************************************************/
/****** STYLES FOR VIDEO DISPLAY ON STOCK DETAILS PAGE ******************/
/******************************************************************************/




div.SLVideoAvailable a {
    color: #000000 !important;
    display: block;
    line-height: 21px;
    text-align: center;
    text-decoration: none;
    width: 176px;
	font-size: 12px;
}


div.SLVideoAvailable a:hover {
color:#c00;
text-decoration:none;
}

#VDSwitchVideolink, #VDSwitchImagelink {
color: #000000;
    font-size: 14px;
    margin-left: 24px;
    text-decoration: none;
	background: url("../images/green_bullet.png") no-repeat scroll 0 4px transparent;
	padding-left:27px;
	font-weight:bold;
	text-transform:uppercase;
	
}

#VDSwitchVideo {
    margin-top: 18px !important;
	margin-left:31px;
	}
	
	
/******************************************************************************/
/****** STYLES FOR STOCK LIST DISPLAY 4 - WriteStockWithLargeThumbNail ********/
/******************************************************************************/
#stockwrap {
 display: inline;
    float: left;
    height: auto;
    margin: 0px  30px 30px 30px;
    overflow: hidden;
    width: 673px;
}

div.cwSLVehicle {
 background: url("../images/cwSLVehicle-bg.jpg") no-repeat scroll 0 0 #efefef;
 
    color: #000000;
    display: inline;
    float: left;
    font-size: 12px;
    height: 352px;
    margin: 20px 0 10px 0px;
    position: relative;
    width: 671px;
}

div.cwSLVehicle img {
bottom:9px;
display:inline;
left:10px;
position:absolute;
}

div.cwSLVehicle div.cwSLVehicleDetails {
color:#333;
margin:10px 10px 0 8px;
float:left;
height:auto;
display:inline;
background-color:#ccc;
}

div.cwSLVehicle h3 {
    background-color: #a7eca9;
    color: #000000;
    display: inline-block;
    float: right;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin: 10px 10px 0 0;
    overflow: hidden !important;
    padding: 20px 0 20px 20px;
    position: relative;
    width: 633px;
}

div.cwSLVehicle h3 span {
float:left!important;
text-indent:5px;
margin-right:0;
display:inline;
}


div.cwSLVehicle h3 em {
color:#000000;
font-size:20px;
text-indent:0!important;
text-align:center;
position:absolute;
right:34px;
}

div.cwSLVehicle h3 em span {
text-decoration:line-through;
}

span.SLWasPrice {
background:url(../images/slprice-strikethrough.png) center top repeat-x!important;
text-indent:0!important;
color:#999!important;
display:none!important;
}

div.cwSLVehicle div.cwSLVehicleDetails div {
  border-right: 1px solid #FFFFFF;
    float: left;
    font-size: 11px;
    font-weight: 700;
    height: 20px;
    padding-top: 5px;
    text-align: center;
    width: 129.4px;
}

div.cwSLVehicle div.cwSLVehicleDetails span {
color:#333;
float:left;
font-size:11px;
font-weight:700;
height:15px;
margin-top:4px;
text-align:center;
width:147px;
}

div.cwSLVehicle .cwSLRegYearLetter {
margin:0;
height:30px;
}

div.cwSLVehicleDetails .cwSLFuelType
{
	border-right: 0px !important;
}

div.cwSLVehicle .cwSLMileage {
margin:0;
height:320px;
}

div.cwSLVehicle .cwSLTransmission {
margin:0;
height:30px;
}

div.cwSLVehicle .cwSLDoorsBodyColor {
margin:0;
height:30px;
}

div.cwSLVehicle .cwSLBodyType {
margin:0;
height:30px;
}

div.cwSLVehicle .cwSLColour {
margin:0;
height:30px;
}

div.cwSLVehicle div.cwSLPrice {
margin:0 10px 10px 0;
}

div.cwSLVehicle div.cwSLFuelType {
margin:0;
}

div.cwSLVehicle div.cwSLVehicleDetails .cwSLVehicleLink {
bottom: 10px;
    height: 35px;
    left: 296px;
    position: absolute;
    text-align: left !important;
    width: 175px !important;
	border-right:0px !important;
}

div.cwSLVehicle div.cwSLVehicleDetails .cwSLVehicleLink a {
 background: url("../images/general-form-button.jpg") no-repeat scroll center top transparent;
    color: #000000;
    float: right;
    font-size: 12px;
    font-weight: 700;
    height: 35px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    width: 175px;
	
}

div.cwSLVehicle div.cwSLVehicleDetails .cwSLVehicleLink a:hover {
background-position:bottom;
text-decoration:none;

}

div.cwSLVehicle div.cwSLVehicleDetails .imgshow img {
background:#000;
float:left;
margin:10px 10px 0;
}

div.cwSLVehicle div.cwSLVehicleDetails .imgshow span {
display:none;
/*width: 350px!Important; color: #cc0000; font-size: 18px; float: left; height: 30px!Important; line-height: 30px!Important; text-align: center; margin: 0 10px 10px 10px!Important;*/
}

ul.cwSLFeatures {
height:auto;
left:300px;
list-style:none outside none;
padding:0;
position:absolute;
top:139px;
width:405px;
}

ul.cwSLFeatures li {
background:url(../images/bullet_blue.gif) no-repeat scroll 0 2px transparent;
float:left;
height:15px;
padding-left:22px;
font-size:11px;
width:180px;
color:#000000;
}

.clear {
clear:both;
}

.imgshow {
display:none;
position:absolute;
top:0;
left:195px;
z-index:150;
background:#efefef;
width:370px!important;
height:254px!important;
}

div.cwSLVehicle h3 .SLLgEnginesize {
display:none;
}

div.SLMoreImagesAvailable {
position:absolute;
top:100px;
right:20px;
width:190px!important;
background:url(../images/SLMoreImagesAvailable-bg.jpg) left top no-repeat;
height:20px!important;
line-height:20px!important;
text-indent:45px;
font-weight:700;
text-align:left!important;
display:none;
}

div.SLMoreImagesAvailable a {
color:#fff;
text-decoration:none;
text-transform:uppercase;
font-size:12px!important;
}

div.SLMoreImagesAvailable a:hover {
color:#c00;
text-decoration:none;
}

div.SLFinanceAvailable {
position:absolute;
top:125px;
right:20px;
width:190px!important;
background:url(../images/SLFinanceAvailable-bg.jpg) no-repeat;
height:20px!important;
line-height:20px!important;
text-indent:45px;
font-weight:700;
text-align:left!important;
font-size:12px!important;
}

div.SLFinanceAvailable a {
color:#fff;
text-decoration:none;
text-transform:uppercase;
}

div.SLFinanceAvailable a:hover {
color:#c00;
text-decoration:none;
}

div.SLVideoAvailable {
  background: url("../images/general-form-button.jpg") no-repeat scroll center top transparent;
    border-right: 0 none !important;
    bottom: 10px;
    font-weight: 700;
    height: 30px !important;
    line-height: 24px !important;
    position: absolute;
    right: 9px;
    width: 176px !important;
}


