

/* =======================================================================================================
Generic Styles
==========================================================================================================*/
html 
{ 

	height: 100%;
	
	
}
.flash-replaced .alt
{
	display:none;
 }
.notlive 
{ 
    display: -moz-inline-box; display: inline-block;
    -moz-opacity: 0.40; 
    opacity:0.40; 
    filter: alpha(opacity=40);
    background: #cfc;
}

.accessHelper, .country-name
{
	display: none;
}

.hidden, .bot
{
    display: none!important;
}

acronym 
{
	border-bottom: 1px dotted #999;
	cursor: help;
}

body 
{
	background:#c0c0c0; 
	font-family: Verdana, helvetica, San-Serif;
	color: #585958; 
	height: 100%;
	font-size: 12px; 
	line-height: 20px;		 
}

.resetStyle
{

}

img { display: block; }

h1, .sp1
{
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	padding: 4px 0 0 30px;
	color: #fff;	
	background: url(/content/img/page_header.gif) no-repeat;
	height: 31px;
	width: 480px;
	margin: 8px 0 10px 0;
}

#primary_wide h1, #primary_wide .sp1
{
	background-image: url(/content/img/page_header_full.gif);
	width: 695px;
}

h2, .sp2
{ 
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;	
	color: #5399d2;
	padding-top: 5px;
	padding-bottom: 15px;
}

h3, .sp3
{ 
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;	
	padding-top: 5px;
	padding-bottom: 15px;    
	color: #5399d2;	
}

h4, .sp4
{ 
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 15px;	
}

h5, .sp5
{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 15px;	
}

h6, .sp6
{ 
	font-size: 14px; 
	font-weight: bold;
	padding-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 15px;	
}

ul, p, ol, dl
{
	padding-top: 0; 
	padding-bottom: 20px;	
}

.sp1, .sp2, .sp3, .sp4, .sp5, .sp6
{
	color: #666;
}

.cmsText ul
{
	list-style-type: disc;
}

.cmsText ul li
{
	padding-left: 5px;
	margin-left: 20px;	
	list-style-type: disc;
}
.cmsText ol li
{
	padding-left: 5px;
	margin-left: 20px;	
}

strong
{
	font-weight: bold;
}

.cmsText dt
{
	float: left;
	display: inline; 
	margin-right: 20px;
}

em
{
    font-style: italic;
}

a
{
	color: #00399d;
	font-weight: bold;
	text-decoration: none;
}


a:hover
{
	text-decoration: underline;
}

legend
{
	display: none;
}

label
{
	display: inline;
    float: left;
    width: 180px;
}

input 
{
	display: inline;
	float: left;
}

.cmsText ol.upperroman li
{
	list-style-type: upper-roman
}

.cmsText ol.loweralpha li
{
	list-style-type: lower-alpha;
}

.cmsText ol.lowerroman li
{
	list-style-type: lower-roman;
}

.cmsText ol li
{
	list-style-type: decimal;
}

.cmsText ul.nobullet li
{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

.cmsText li ol
{
	padding: 0;
}

.cmsText li ul
{
	padding: 0;
}



.access #col1
{
	width: 100px;
}

h1.template
{
    color: #ccc;
    text-align: right;
    width: 620px;
}

.full h2, .full h3, .full h4, .full p, .full dl,
.cola h2, .cola h3, .cola h4, .cola p, .cola dl,
.colb h2, .colb h3, .colb h4, .colb p, .colb dl
{ padding-left: 0; padding-right: 0; }

.full { width: 510px; clear: both; }
#primary_wide .full { width: 725px; }
.cola { width: 245px; float: left; display: inline; clear: both; }
.colb { width: 245px; float: right; display: inline; clear:right; }
#primary_wide .cola, #primary_wide .colb { width: 353px; }


.break {margin: 0; height:0; padding: 0; display: block;}

.cmsText img
{
    border: 3px solid #e2e2e2;
    margin-bottom: 10px;
}

.cmsText div
{
	clear: both;
}


.cmsText img.fullwidth
{
    margin: 10px 0;
}

.full .outline { width: 510px; }
.full .rounded, .full .outinner { width: 490px; }

.cola .outline, .colb .outline { width: 245px; }
.cola .rounded, .colb .rounded, .cola .outinner, .colb .outinner { width: 225px; }
 
#primary_wide .full .outline { width: 725px; }
#primary_wide .full .rounded, #primary_wide .full .outinner { width: 705px; }

#primary_wide .cola .outline, #primary_wide .colb .outline { width: 353px; }
#primary_wide .cola .rounded, #primary_wide .colb .rounded, #primary_wide .cola .outinner, #primary_wide .colb .outinner { width: 333px; } 

.rounded { float: left; display: inline; margin: 10px 0; padding: 8px 10px 2px 10px;}
.outline { float: left; display: inline; margin: 10px 0; padding-bottom: 2px;}
.outinner { float: left; display: inline; margin: 2px 2px 0 2px; padding: 6px 8px 0 8px; }

.cola div img, .colb div img, .full div img {  }

.jquery-corner { clear: both; }

img.imgright { float: right; display: inline; margin-left: 20px; }
img.imgleft { float: left; display: inline; margin-right: 20px; }

img.noborder { border: none; }

.bgWhite { background-color: #fff; }
.bgGrey { background-color: #585958; color: #fff;}
.bgBlue1 { background-color: #E6E9F5; }
.bgBlue2 { background-color: #c7d8ef; }
.bgBlue3 { background-color: #81B7CF; color: #fff;}
.bgGreen { background-color: #98ca3c; color: #fff;}
.bgSand { background-color: #cccc99; }
.bgRed { background-color: #ce0c22; color: #fff;}

.fgWhite { color: #fff; }
.fgGrey { color: #585958; }
.fgBlue { color: #4c82cc; }
.fgBlack { color: #000; }

/* =======================================================================================================
Page Layout
==========================================================================================================*/

/* used to allow backgrounds (header and footer) to be 100% wide */
#wrapper 
{ 
	width: 962px;
	margin: 0 auto;

}

#inner
{
	display: inline;
	float: left;
	background: #fff;
	padding: 10px;
	border-left: 1px solid #666;
	border-right: 1px solid #666;	

	/*
    background: #fff url(/Content/img/grid.gif) repeat-y;	
    background-position: top center;
    */
}

#mast
{
	display: inline;
	float: left;
}

#banner
{
	display: inline;
	float: left;
	height: 140px;
	width: 725px;
	margin-right: 20px;
}

#hotline
{
	display: inline;
	float: left;
	height: 140px;
	position: relative;
	padding: 0 10px;
	width: 175px;
	background: #fcf;
}


#hotline span
{
	background: url(/uploads/dealhotline/hotline.gif) no-repeat;
	height: 100%;
	left: 0;
	position: absolute;
	width: 195px;
}

#hotline #huddersfield, #hotline #nottingham
{
    font-size: 12px;
    letter-spacing: -1px;
    font-weight: bold;
    height: 46px;
    left: 97px;
    position: absolute;
    top: 60px;
    width: 175px;
    cursor: default;
}

#huddersfield span
{
	background:none;
	color:#8FC421;
}

#nottingham span
{
	background:none;
	color:#8FC421;
}

#hotline #nottingham
{
	top: 83px;
}


#company span
{
	background: url(/uploads/logo/logo.gif) no-repeat;
	height: 140px;
	position: absolute;
	width: 195px;
	top:0;
	left:0;
}

#search 
{
	/*background: url(/Content/img/search-background.gif) no-repeat;*/
	float: right;
	height: 35px;
	margin-top: -35px;
	padding: 5px 0 5px 10px;
	width: 205px;
	
}

#search label
{
	width: 63px!important;
	background: url(/Content/img/search-icon.gif) 100% 0 no-repeat;
	padding: 0!important;
	margin-right: 5px!important;
}

#search input
{
	width: 120px!important;
}

/* Site search results */
#primary #searchPaging ol li
{
	float:left;
	width:20px;
	border:1px solid #0552AA;
	text-align:center;
	margin-right:4px;
	padding:3px;
}
#primary #searchPaging ol li.noborder
{
	border:none;
	font-weight:bold;
}
#primary #searchHeader 
{
	margin-bottom:10px;
}
#primary #searchResults dd
{
	margin-bottom:20px;
}




/* vCard layout */

.vcard .org
{
	color: #666;
	font-weight: bold;
}

.vcard dt
{
	display: none;
}

.vcard .adr
{
	width: 160px;
}

.vcard .adr span
{
    display: block; 
}

/*

.vcard .sec 
{
	left: 200px;
	position: absolute;
}


.vcard dd.sec
{
	left: 215px;
}

.vcard .tel
{
	top: 36px;
}

.vcard .fax
{
	top: 56px;
}

.vcard .email
{
	top: 76px;
}
*/


#siteBy
{
	float: right;
	padding: 10px;
}

#breadcrumb 
{
	display: inline;
	float: left;
	width: 940px;
	padding: 5px 0 10px 15px;
}

#breadcrumb dt
{
	display: inline;
	float: left;
	font-weight: normal;
	margin-right: 5px;
}

#breadcrumb dd
{
	display: inline;
	float: left;
}

#breadcrumb a
{
	color: #707070;
	font-weight: bold;
	text-decoration: none;
}

#breadcrumb a:hover
{
	text-decoration: underline;
}

#breadcrumb ol, #breadcrumb li
{
	padding: 0;
}

#breadcrumb li
{
	background: url(/Content/img/breadcrumb-split.gif) no-repeat 0 8px;
	display: inline;
	float: left;
	margin-right: 5px;
	padding-left: 8px;
}

#breadcrumb li#first
{
	background: none;
}

/* 800 column */
.standard 
{
	margin: 0; 
	float:left; 
	display: inline;
	width: 640px; 
}

#content
{
	display: inline;
	float: left;
	min-height: 100%; 
	width: 940px;
	
}

#mainContent
{
	float: left;
	display: inline;
}

#primary
{
	display: inline;
	float: left;
	margin-left: 20px;
	width: 510px;
}


#primary_wide
{
	display: inline;
	float: right;
	width: 725px;
}

#tertiary, #secondary
{
	display: inline;
	float: right;
	width: 195px;
}

#secondary
{
	float: left;
	display:inline;
}

#secondary ol,
#secondary dl,
#tertiary ol,
#tertiary dl
{
	padding: 0 10px 10px 10px;	
}


#mainContentWithSide
{
    float: left;
    display: inline;
    width: 620px;
}

#sideColumn
{
    float: right;
    display: inline;
    min-height: 100%;
    width: 300px;
}

.a2a_dd
{
	display: inline;
	float: left;
	margin-bottom: 15px;
}


/* Primary Navigation */

#mainNav
{
	background: url(/Content/img/nav-background.gif) repeat-x;
	display: inline;
	float: left;
	margin: 10px 0 0;
	width: 725px;
	
	width:936px;
	margin-right: -210px;
}

#pNavbg
{
    width: 940px;
    background: url(/content/img/topmenu/pnavend.gif) no-repeat scroll right bottom;
    height:40px;
    margin-top: -20px;
    position: relative;    
}

#navPrimary 
{ 
	background: url(/content/img/nav-left-background.gif) no-repeat transparent;
	display: inline;
    float: left;
    height: 40px;
    padding: 0 0 0 4px;
	width:960px;
	margin-right: -28px;
}

#navPrimary li
{
	display: inline;
    float: left;
    position: relative;
    text-align: center;
}

#navPrimary li a
{
	float: left; 
	display: inline;
    min-height: 10px;
    color: #00399d;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
	padding: 10px 30px 10px 30px;
    border-right: 1px #fff solid;
}



#navPrimary li.lastItem a
{
    background-position: 0 -80px;
    width: 110px;
    padding-right: 10px;  
}

#navPrimary li.lastItem a:hover
{
    color: #fff;
}

#navPrimary li.lastItem a.active
{
    background-position: 0 0px;
    color: #fff;
}

#navPrimary li a:hover
{
    color: #00399d;
    text-decoration: underline;
}

#navPrimary li:hover ul, #navPrimary li.hover ul
{
	left: 0;
}

#navPrimary li a.active
{
    color: #333;
}

#navPrimary li ul
{
	display: inline;
	left: -9999px;
	position: absolute;
	top: 30px;
	width: 180px;
	z-index: 20;
}

#navPrimary li ul li
{
	background: #D5D6D8 url(/Content/img/nav-background.gif) repeat-x;
	width: 180px;
}

#navPrimary li ul li a
{

	width: 150px;
	text-align: left;
	border-right: none;	
}

/* Product Navigation */

#secNav,
#tertiary .newsNav
{
	background: #0d5e96 url(/Content/img/secNav_bg.gif) repeat-y 0 100%;
	display: inline;
	float: left;
	margin-bottom: 15px;
	padding: 0;
	width: 195px;
}

#secondary #secNav h2,
#tertiary .newsNav h2
{
	background: #fff url(/Content/img/secNav_head.gif);		
	color: #fff;
	padding: 13px 0 5px 35px;
	width: 160px;
	height: 32px;
}

h2.error 
{
	color: #900;
	border : #ccc solid 1px;
	padding: 10px;
	margin-bottom: 10px;
	background: #ccc;
	width: 490px;
}

#secNav li.firstItem
{
	border-top: none;
}

#secNav ul,
.newsNav ul,
#relatedProducts ul
{
	padding: 0 10px 10px 10px;
	display: inline;
	float: left;
	width: 175px;
}

#secNav li,
.newsNav li,
#relatedProducts li
{
	background: url(/Content/img/secNav-list-icon.gif) no-repeat 0 6px;
	border-top: 1px dotted #fff;
	display: inline;
	float: left;
	width: 145px;
	padding: 5px 0 3px 20px;
	margin: 0 5px 5px 5px; 
}

#secNav a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#secNav a:hover
{
	text-decoration: underline;
}

#secondary h2,
#tertiary h2 
{
	background: #fff url(/Content/img/panels/side_stroke_head.gif);		
	color: #fff;
	padding: 13px 0 5px 35px;
	width: 160px;
	height: 32px;
}

#secondary h2 a,
#tertiary h2 a
{
	color: #fff;
}

#navProduct li ul
{
	display: none;
	margin: 0;
	padding: 0 0 5px 0;
	width: 145px;
}

#navProduct li ul li
{
	border: 0;
	color: #fff;
	display: list-item;
	list-style-type: square;
	padding: 0 0 0 15px;
	margin: 0;
	width: 125px;
	list-style: none;
	font-size: 11px;
	background: url(/Content/img/secNav-sublist-icon.gif) no-repeat 3px 6px;
}

#navProduct li ul li ul
{
	display: none;
	margin: 0;
	padding: 0 0 5px 0;
	width: 130px;
}

#navProduct li ul li ul li
{
	width: 120px;
	padding: 0 0 0 10px;
	background: none;
	font-family: Arial, helvetica, San-Serif;
}

#navProduct li.openmenu ul
{
	display: block;
	float: left;
}

#navProduct li.openmenu ul li ul
{
	display: none;
}

#navProduct li ul li.openmenu ul
{
	display: block;
	float: left;
}

#navProduct ul li a
{
	font-weight: normal;
}

/* Footer Navigation */

#supp
{
	background: url(/Content/img/footer_bg.gif) no-repeat;
	width: 940px;
	height: 35px;
	display: inline;
	float: left;
	margin-top:20px;	
	
}

#navFooterLHS
{
	display: inline;
	float: left;
	padding: 5px 0 0 26px;
	margin: 0 -50px 0 -10px;
	width: 440px;
}

#navFooterRHS
{
	display: inline;
	float: right;
	padding: 5px 26px;
	margin: 0 -10px;
	width: 450px;		
}

#navFooterLHS li
{
	display: inline;
	float: left;
	margin-right: 20px;
}

#navFooterRHS li
{
	display: inline;
	float: right;
	margin-left: 20px;
}

#navFooterRHS li a,
#navFooterLHS li a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#navFooterRHS li a:hover,
#navFooterLHS li a:hover
{
	text-decoration: underline;
}


/* code for the footer */

#nonfooterLHS 
{ 
	min-height: 100%; 
}


#footerLH
{
	color:#000;
	height:160px;	
	margin-top: -160px;	
	background: #ccc;
}


/* code for the header */

#header
{
	background: #eee;
	height: 100px;
}





/* ======================================================================================================
Home Page 
=========================================================================================================*/

#homepage #introduction_copy
{
    width: 620px;
}

#homepage #threebuckets li
{
    float: left;
    display: inline;
    margin-right: 20px;
    margin-bottom: 20px;
}

#homepage #threebuckets li.lastItem
{
    margin-right: 0px;
}

#homeSection
{
    margin-top: 20px;
    background: #e2e2e2;
}

.clear
{
    clear: both;
}

#featuredNews
{
	clear: both;
}

#featuredNews h2.feat
{
	border-top: solid 1px #a7a9ac;
}

#featuredNews img, img.ArticleImage
{
	display: inline;
	float: right;
	width: 239px;
	height:178px;
	border: 3px solid #e2e2e2;
	margin: 5px 0 5px 10px;
}

#featuredNews img
{
	border: 0;
	margin: 0;
}

img.ArticleImageLeft
{
	float:left;
	margin-right:10px;
	margin-left:0;
}


.withImage
{
	display: inline;
	float: left;
	width: 245px;
}

.highlights, .usedStockHighlight
{
	display: inline;
	float: left;
	margin-bottom: 14px;
	width: 195px;
	background: url(/Content/img/panels/side_stroke_body.gif) bottom;
}

.highlights .rss
{
	float: right;
	margin: -33px 15px 0 0;
	position: relative;
}
.highlights li
{
	background: url(/Content/img/highlights-list-icon.gif) no-repeat 0 7px;
	padding: 5px 10px 3px 20px;
	margin: 0 5px 5px 5px; 
	border-top: #a7a9ac 1px solid;
}



.highlights #events dt
{
	background: url(/Content/img/highlights-list-icon.gif) no-repeat 0 7px;
	padding: 5px 10px 0 20px;
	border-top: #a7a9ac 1px solid;	
	margin: 0 5px 0 5px; 
	font-weight: bold;		
}

.highlights dd
{
	padding: 0 10px 5px 20px;
	margin: 0 5px 5px 5px; 
}

.highlights #events dt.first,
.highlights li.first,
.newsNav li.first,
#relatedProducts li.first
{
	border-top: none;
}


.highlights h3
{
	margin-bottom:10px;
}

.copyborder {
	padding: 0 0 8px;
}

.brands,
.quicksearch
{
	border-top: solid 1px #a7a9ac;
	margin-bottom: 25px;
}

.brands
{
	margin-top: 10px;
}

#branchDetail .brands h2
{
	padding-bottom: 10px;
}


#home #primary h2
{
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 14px;
	line-height: 22px;
}

#home #primary .usedHeading h2
{
	padding-top: 15px;
}

.brands h2, .quicksearch h2
{
	padding-bottom:0;
}
.brands ul
{
	float:left;
	display:inline;
	padding-bottom: 0;
}
.brands li
{
	float:left;
	display:inline;
	margin: 1px 1px 1px 0;
}

ul.quicklinks
{
	padding-bottom: 0;
}

ul.quicklinks li a
{
	color: #fff;
	font-size: 11px;
	line-height: 18px;
}

ul.quicklinks li a:hover
{
	color: #ccc;
}

ul.quicklinks li a.all
{
	background: url(/content/img/quicklinks/all.gif) no-repeat;
	width: 235px;
	height: 23px;
	display: inline;
	float:left;
	padding: 2px 0 0 10px;
	margin-top: 5px;
}

ul.quicklinks li a.half
{
	background: url(/content/img/quicklinks/half.gif) no-repeat;
	width: 108px;
	height: 20px;
	display: inline;
	float:left;
	padding: 0 0 0 10px;
	margin-top: 10px;
}

ul.quicklinks li a.notts
{
	margin-left: 9px;
}

ul.half li
{
	float:left;
	display: inline;
	width: 118px;
}

ul.icon li a
{
	width: 108px;
	height: 20px;
	display: inline;
	float:left;
	padding: 55px 0 0 10px;
	margin-top: 10px;
}

ul.icon li a.berth2
{
	background: url(/content/img/quicklinks/berth2.gif) no-repeat;
	
}

ul.icon li a.berth3
{
	background: url(/content/img/quicklinks/berth3.gif) no-repeat;
	margin-left: 9px;	
}

ul.icon li a.single
{
	background: url(/content/img/quicklinks/single.gif) no-repeat;
}

ul.icon li a.twin
{
	background: url(/content/img/quicklinks/twin.gif) no-repeat;
	margin-left: 9px;	
}

ul.icon li a.van
{
	background: url(/content/img/quicklinks/van.gif) no-repeat;
}

ul.icon li a.lprofile
{
	background: url(/content/img/quicklinks/lprofile.gif) no-repeat;
	margin-left: 9px;	
}

ul.icon li a.coach
{
	background: url(/content/img/quicklinks/coach.gif) no-repeat;
}

ul.icon li a.aclass
{
	background: url(/content/img/quicklinks/aclass.gif) no-repeat;
	margin-left: 9px;	
}


/*

ul.quicklinks
{
	float:left;
	display:inline;
	clear:both;
	margin-left:-10px;
	padding-bottom:0;
	width:255px;
}
ul.quicklinks li
{
	float:left;
	display:inline;
	margin-left:10px;
}
ul.quicklinks li a.rounded
{
	width:97px;
	float:left;
	display:inline;
	padding-top:2px;
	margin:5px 0;
	text-align:center;
}
ul.quicklinks li a:hover
{
	background:#cc9;
}
.quicksearch
{
	padding-bottom:20px;
}



ul.fulllink li a.rounded
{
	width:225px;
}
ul.iconlinks li a
{
	height:61px;
}
ul.iconlinks li a.centericon
{
	margin-left:63px;
}
ul.iconlinks li a span.2berth
{
	background: url(/content/img/quicklinks/2berth.gif) no-repeat;
}
ul.iconlinks li a span.3-4berth
{
	background: url(/content/img/quicklinks/3-4berth.gif) no-repeat;
}
ul.iconlinks li a span.5berth
{
	background: url(/content/img/quicklinks/5berth.gif) no-repeat;
}
ul.iconlinks li a span.aclass
{
	background: url(/content/img/quicklinks/aclass.gif) no-repeat;
}
ul.iconlinks li a span.coachbuilt
{
	background: url(/content/img/quicklinks/coachbuilt.gif) no-repeat;
}
ul.iconlinks li a span.lowprofile
{
	background: url(/content/img/quicklinks/lowprofile.gif) no-repeat;
}
ul.iconlinks li a span.vanconv
{
	background: url(/content/img/quicklinks/vanconv.gif) no-repeat;
}

*/




/* =======================================================================================================
News Layout
==========================================================================================================*/

#NewsList, #NewsList li
{
	clear:both;
	display:inline;
	float:left;
	width:510px;
}
#NewsList h2, #NewsList h2 a
{
	padding-bottom: 0;
	padding:0;
	float:left;
	display:inline;
	padding-top: 10px;
}

.CaseStudyDate
{
	clear: left;
	font-weight: bold;
	padding-bottom: 10px;
	color: #5399d2;	
}

a.rssIcon
{
	display:inline;
	float:right;
	height:16px;
	margin:2px 5px 0 0;
	width:16px;	
}

.newsNav
{
	background: #4c7094;
	color: #fff;
	display: inline;
	float: left;
	padding: 10px;
	margin-bottom: 17px;
	width: 175px
}

.newsNav h3, #tertiary .highlights h3
{
	background: #fff url(/Content/img/heading-icon.gif) no-repeat 8px 7px;
	color: #656565;
	padding: 5px 0 5px 32px;
}

.newsNav a
{
	color: #fff;
}

.newsNav a:hover
{
	text-decoration: underline;
}

.pagination li
{
	display: inline;
	padding-right: 10px;
}

#bannerads li
{
	padding-bottom: 15px;
	clear: both;
	width:195px;
}

#bannerads li img
{
	width:195px;
}


.usedStockHighlight
{
	width: 195px;
}

.usedStockHighlight h3
{
	background:#FFF url(/Content/img/panels/side_stroke_head.gif) no-repeat scroll;
	padding:15px 0 3px 32px;
	width:163px;
	height:27px;
	margin-bottom:5px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
.usedStockHighlight h4, .usedStockHighlight .copy p
{
	padding-bottom:0;	
}
.usedStockHighlight h4 a
{
	font-size:14px;
	font-weight:bold;
	color:#055ea9;
	padding-left:7px;
	text-transform:capitalize;
}

.usedStockHighlight .copy
{
	margin-left:7px;
	font-size: 12px;
	line-height: 18px;
	padding: 5px 5px 5px 0;
}
.usedStockHighlight .dealwas,
.usedStockHighlight .dealnow, .usedStockHighlight .dealsave
{
	padding:7px 20px 0 60px;
	height:30px;
	margin-left:7px;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	text-align: right;
	font-family: Arial;
}

.usedStockHighlight .dealwas
{
	background: url(/Content/img/Deal-Was.gif) no-repeat scroll;
}

.usedStockHighlight .dealnow
{
	background: url(/Content/img/Deal-Now.gif) no-repeat scroll;
}

.usedStockHighlight .dealsave
{
	background: url(/Content/img/Deal-Save.gif) no-repeat scroll;
	margin-bottom:4px;
}

#bannerads li .usedStockHighlight img
{
	padding-left:7px;
	width:182px;
}

/* =======================================================================================================
Used Search Layout
==========================================================================================================*/
.stockInfo
{
	display: inline;
	float: left;
	font-size: 10px;
	line-height: 14px;
	padding: 0 65px 5px 0;
	width: 660px;
}
#stockUpdate 
{
	font-size: 12px;
}

dl.UsedFilter
{
	float:left;
	display:inline;
	width:179px;
	padding: 0;
	margin: 0 0 0 2px;
}
dl.UsedFilter dt
{
	float:left;
	display:inline;
	display: none;
}
.usedstockbgBlue
{
	background:#e6edf8;
}

dl.UsedFilter dd, dl.UsedFilter dd a
{
	float:left;
	display:inline;
	width:179px;
	height: 22px;
	text-align:center;
	color:#5399d2;
	padding: 0;
	margin: 0;
	background:#e6edf8;
}

dl.UsedFilter dd
{
	padding: 0;
	margin: 0 0 2px 0;
}

dl.UsedFilter dd.first 
{
	margin-left: 0;
	
}


dl.UsedFilter dd.multiple
{
	margin-bottom: 35px;	
}

dl.UsedFilter dd a:hover
{
	background:#c7d8ef;
	font-weight:bold;
	text-decoration: none;
}

dl.UsedFilter dd.active
{
	background:#6694d3;
	font-weight:bold;
	color: #fff;
}

.usedHeader
{
	color: #404041;
	clear: left;
	width: 725px;
	padding: 0;
}



ol.paging
{
	padding: 10px 10px 5px 10px;
	font-weight: bold;
	float:left;
	display: inline;
}

ol.paging li.label
{
	font-weight: normal;
}

ol.paging li
{
	display:inline;
	float:left;
	margin-right:10px;
}

.UsedSearchOptions
{
	display:inline;
	float:left;
	clear:both;
	padding: 5px 0 10px 10px;
	width: 705px;
	
}

.usedHeader p 
{
	float: right;
	display:inline;
	padding: 10px 10px 5px 10px;
}
.usedHeader p span
{
	font-weight: bold;
}

.UsedSearchOptions label
{
	display: inline;
	float: left;
	width: auto;
	margin-right: 10px;
}


.UsedSearchOptions select
{
	display: inline;
	float: left;
	width: 130px;
	margin-right: 10px;
}
.UsedSearchOptions #PerPage
{
	width: 60px;
}

.UsedSearchOptions input
{
	float: right;
	width: 90px;
	margin: -2px 0 0 0;
	padding: 0;
}
#usedResults
{
	display: inline;
	float: left;
	background: #fff;
	margin-top: 10px;
}

#usedResults h2
{
	/*padding: 5px 0 5px 0;*/
	background: #6694d3;
	line-height: 14px;
	margin: 0 0 10px;
	padding: 4px 12px 5px;
	width: 701px;
}

#usedResults h2 a
{
	color: #fff;
}

#usedResults img
{
	display: inline;
	float: left;
	height: 116px;
	margin: 0 0 12px 12px;
	width: 160px;
}

#usedResults li
{
	background: #e6edf8;
	clear: both;
	display: inline;
	float: left;
	position: relative;
	margin-bottom: 10px;
	width: 725px;
}

#usedResults li dl
{
	color: #58595b;
	display: inline;
	float: left;
	line-height: 16px;
	padding: 0 20px;
	width: 330px;
}

#usedResults li dt
{
	clear: left;
	display: inline;
	float: left;
	margin-right: 5px;
	width:130px;
}

#usedResults dt.sales, #usedResults dt.price
{
	display: none;
}

#usedResults dd
{
	font-weight: bold;
}

#usedResults dd.sales
{
	clear: left;
	padding: 10px 0 0;

}



#usedResults li dd.price
{
	background: none;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 2px;
}

#usedResults p.more
{	
	display: inline;
	float: right;
	padding: 10px 20px 10px 0;
	width: 340px;
}

#specification
{
	-moz-column-count:2;
	-moz-column-gap:0;
	-webkit-column-count:2;
	-webkit-column-gap:0;

}

#specification li
{
	width: 220px;
}

/* ======================================================================================================
Branches Page 
=========================================================================================================*/

img.LargeMap, div.LargeMap
{
	clear:both;
	display:inline;
	float:left;
    border: 3px solid #e2e2e2;
    margin-bottom:20px;
}

#BranchList
{
	float:left;
	display:inline;
}

#branchbullets li
{
	display:list-item;
	list-style:disc;
	margin-left:15px;
}

dl.branchbrands dd 
{
	display:inline;
	float:left;
}

.highlights .vcard dd
{
	float:left;
	display:inline;
	padding-left: 10px;
}

.highlights .vcard dt
{
	background:none;
	padding:0;
	float:left;
	display:inline;
	margin-right:5px;
	margin:0 0 0 5px;
	clear:both;
}
.highlights .vcard dt.accessHelper
{
	width:175px;
	display: none;
}
.highlights .vcard dd.adr
{
	margin-bottom:10px;
	padding:0;
}

.highlights .vcard dd.first
{
	padding:0;
}
 
#BranchHeader
{
	margin-bottom:20px;
	border:3px solid #e2e2e2;
}

.opening
{
	padding: 0 10px;
}

.opening h3
{
	padding-bottom: 5px;
	margin-bottom: 0;
}

#secondary .opening dl
{
	padding: 0 0 10px 0;
	margin: 0;
}

.opening dt
{
	padding: 0;
	margin: 0;
	width: 80px;
	float:left;
	display: inline;
}

.opening dd
{
	padding: 0;
	margin: 0;
	font-weight: bold;
}



/* ======================================================================================================
Products List Page 
=========================================================================================================*/
#products
{
    float: left;
    display: inline;
    width: 510px;
    margin: 0;
    padding: 0 0 20px 0;
}

#products li
{
    float: left;
    display: inline;
	width: 510px;
	padding:0;
	margin:0;
}

#products li div
{
    float: left;
    display: inline;
    width: 510px;	
    margin: 0;
    padding: 0;
}

#products img
{
	
	display: inline;
	float: left;
	width: 150px;
	height: 150px;
	padding: 10px;
}

#products h2
{
    margin:0;
    padding: 10px 0;
}

#products p
{
	margin-left: 160px;
	padding: 10px;
}

#ataglance 
{
    border: solid 1px #ccc;
    width: 510px;
    margin-bottom: 20px;
    border-collapse: collapse;
    color: #666;
}

#ataglance caption
{
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;	
	color: #666666;
	padding-top: 10px;
	padding-bottom: 15px;  
	border-top: 1px dotted #ccc;  
}

#ataglance thead th
{   
    font-weight: bold;
    text-align: center;
    border-left: solid 1px #ddd;
    padding: 3px;
    color: #fff;
    line-height: 18px;
    
}

#ataglance thead tr
{
	background: url(/content/img/ataglance_bg.gif) repeat-y;
}

#ataglance .price
{
	font-weight: bold;
}

#ataglance .lengths
{
	width: 70px;
}

#ataglance tbody td, #ataglance tbody th
{
    text-align: center;
    padding: 3px;
    border-left: solid 1px #ddd;
    border-top: solid 1px #ddd; 
}

#ataglance .first
{
    text-align: left;
    border-left: none;
    padding-left: 10px;
}

/* ======================================================================================================
Products Detail Page 
=========================================================================================================*/

#proddetail
{
    width: 510px;
}

#proddetail #IDbar
{
    width: 510px;
    position: relative;
}


#proddetail #title
{
    margin-bottom: 9px;
    font-size: 14px;
}


#proddetail .price
{
    font-weight: bold;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    color: #fff;
    padding: 9px 10px 0 0;
	line-height: 16px;
}

#proddetail .price span
{
    font-size: 14px;
}


#proddetail h2
{
    border-top: solid #ddd 1px;
    padding: 15px 0 10px 0;
    margin: 0;
    clear: both;
}

#proddetail #mainImg
{
    width: 498px;
    padding: 4px; 
    border: solid 2px #ddd;
}

#proddetail #mainCaption
{
    text-align: left;
    padding: 10px 0;
    margin: 0;
}

#gallery
{
    clear: both;
    float: left;
    display: inline;
    margin-left: -4px;
    padding: 0 0 20px 0;
}

#gallwrap
{
	position: relative;
	color: #f00;
}

#slideShow
{
	cursor: pointer;
	right: 2px;
	top: 17px;
	position: absolute;
}

#gallery li
{
    float: left;
    display: inline;
    margin-left:5px;
}

#gallery img
{
    width: 109px;
    height: 82px;   
    padding: 5px; 
    border: solid 2px #ddd;
    margin-top: 5px;
}


#proddetail #floorplan
{
    width: 160px;
    float:right;
    display: inline;
    padding-bottom: 20px;
}

#proddetail #newstock #floorplan
{
	width: 300px;
}

#proddetail #floorplan img
{
    width: 160px;
    margin-left: 10px;
}

#proddetail #newstock #floorplan img
{
	width: 300px;
}



#proddetail #spec
{
    width: 340px;
    float: left;
    display: inline;
    font-size: 11px;  
    margin-bottom: 20px;
}

#proddetail #newstock #spec
{
	width: 200px;
}

#proddetail #spec dl
{
    overflow: hidden;
    padding: 0;
}


#proddetail #spec .footnote
{
	font-size: 10px;
}

#proddetail #spec dt
{
	background: #fff;
	display: inline;
	float: left;
    width: 120px;
    padding-bottom: 1000px;
    margin-bottom: -1000px;
}

#proddetail #newstock #spec dt
{
	width: 110px;
}

#proddetail #spec dd
{
	display: inline;
	float: left;
    font-weight: bold;
    width: 220px;
}

#proddetail #newstock #spec dd
{
	width: 90px;
}

#proddetail #spec .alt
{
	background: #f1f1f2;
}



.prodactions
{
    clear: both;
    height: 100px;
}

.prodactions a
{
    width: 138px;
    height: 29px;
    display: block;
    float: left;
    background: #cfc;
    margin: 10px 0 0 2px;
    padding: 6px 0 0 30px;
	background: url(/content/img/call_to_action.gif) no-repeat;
	color: #fff;
}

.prodactions a:hover
{
	background-position: left bottom;
	text-decoration: none;
}


#relatedProducts
{
	background: url(/content/img/consider_bg.gif) repeat-y;
	display: inline;
	float: left;
	width: 195px;
}

#relatedProducts h2
{
	background: url(/content/img/consider_top_bg.gif) no-repeat;
}





/* ======================================================================================================
Links / Awards Page 
=========================================================================================================*/
#awards, #links
{
    clear: left;
    padding: 0;
    float: left;
    display: inline;
    padding-bottom: 20px;
}


#links img
{
	padding-bottom: 10px;
	padding-left: 10px;
	height: 100px;
	width: 100px;
}

#links li, #awards li.group, #events li
{
    width: 490px;
    float: left;
    display: inline;
}

#events li p.location
{
	font-weight: bold;
	padding-bottom: 10px;
}
#events li p.summ
{
	clear: both;
	padding-top: 10px;
}

#awards li.group li
{
    margin-bottom: 10px;
    float: left;
    display: inline;
}

#awards h2, #links h2
{
    margin-bottom: 9px;
    border-bottom: solid 1px #fff;
    padding-bottom: 10px;
    padding-top:0;   
}

#awards h2.arrow, #links h2.arrow
{
	background: url(/content/img/h2_bullet.gif) no-repeat 0px 6px;
	padding-left: 20px;
}

#events h2.arrow
{
	background: url(/content/img/h2_bullet.gif) no-repeat 0px 11px;
	padding-left: 20px;	
}

#links h3
{
	padding-top: 0px;
	padding-bottom: 0px;    
}

#awards ol
{
    padding:0; 
    float: left;
    display: inline;
}

#awards ol dl
{
    position: relative;
    height: 80px;
    padding-top: 10px;
}

#awards ol dt
{
    width: 100px;
    float: left;
    display: inline;
    margin-left: 110px;
    font-weight: normal;

}


#awards ol dd
{
    font-weight: bold;
    float: left;
    display: inline;
    width: 260px;
}

#awards ol dd.dealer
{
    color: #c33;
}

#awards ol dd.product
{
    color: #393;
}

#awards ol dt.hidden
{
    display: none;
}

#awards ol dd.icon
{
    position: absolute;
    top: 0;
    left: 0;
}

#awards .outinner
{
    width: 470px;
    float: left;
    display: inline;
}


/* ======================================================================================================
offers Page 
=========================================================================================================*/

#offers table
{
    border: solid 2px #fff;
    width: 725px;
    margin-bottom: 20px;
    border-collapse: collapse;
}

#offers th
{   
    font-weight: bold;
    text-align: center;
    border-left: solid 2px #fff;
    padding: 3px 9px;
}

#offers td
{
    padding: 9px;
    border-left: solid 2px #fff;
    border-top: solid 2px #fff;  
    vertical-align: top;
}

#offers td.alignR
{
	text-align: right;
}

#offers td.alignL
{
	text-align: left;
}

#offers td.alignC
{
	text-align: center;
}

#offers h3
{
	padding-top: 0;
	padding-bottom: 5px;
}

#offers ul
{
	list-style-type: disc;
	padding-left: 15px;
}

#offers .first
{
    border-left: none;
    padding-left: 10px;
    padding-right: 10px;
}

/* ======================================================================================================
Brochure Page 
=========================================================================================================*/

#OrderABrochure
{
	clear: left;
}

#OrderABrochure ol.brochure
{
	width: 510px;
	display:inline;
	float:left;	
	clear: left;	
}


#OrderABrochure li.brochureType
{
	width: 255px;
	display:inline;
	float:left;	
}

#OrderABrochure li.brochureType ol
{

}

#OrderABrochure li.brochureType h2
{
	padding-left: 15px;
}


#OrderABrochure li.brochureType ol li.brand
{
	clear: left;
	float: left;
	display: inline;
	padding: 10px;	
	width: 225px;
	margin: 0 5px 20px 5px;
	background: #E6E9F5;
}

#OrderABrochure li.brochureType ol li.brand h3
{
	clear: left;
}

#OrderABrochure li.brochureType ol li.brand ol
{
	float: left;
	display: inline;	
	padding: 0;
}

#OrderABrochure li.brochureType ol li.brand ol li
{
	border-top: dotted 1px #ccc;
	padding: 5px 0;
	float: left;
	display: inline;
	width: 225px;
}

#OrderABrochure li.brochureType ol li.brand ol li label
{
	width: 200px;
}

.btnBrochure
{
	float: left;
	display: inline;
	width: 175px;
	padding-left: 20px;
}

.btnBrochure input
{
    width: 138px;
    height: 40px;
    display: block;
    float: left;
    background: #cfc;
    margin: 0 10px 0 0;
    padding: 0 0 0 30px;
	background: url(/content/img/call_to_action.gif) no-repeat 0 4px;
	color: #fff;
	border: 0;
	font-weight: bold;
	font-family: Verdana, Helvetica, Sans-Serif;
	text-align: left;
	cursor: pointer;
}

/*
#OrderABrochure ol
{
	clear:both;
	display:inline;
	float:left;
	padding-bottom:0;
	
}
#OrderABrochure ol ol
{
	padding-bottom:20px;

}

#OrderABrochure li.brand
{
	background: #f00;
	border: 1px solid #000;
}


#OrderABrochure ol ol ol
{
	padding-bottom:20px;
	
	width:245px;
	margin-bottom: 20px;
}
#OrderABrochure ol li.brochureType
{
	display:inline;
	float:left;
	width:245px;
}

#OrderABrochure .btnBrochure
{
	display:inline;
	float:left;
	text-align:center;
	width:510px;
	margin-bottom:20px;
}
#OrderABrochure .btnBrochure input
{
	float:none;
	margin:0 50px;
}
#PdfDownloadList
{
	display:inline;
	float:left;
	width:510px;
	margin-left:-20px;
}
#PdfDownloadList dt
{
	margin-bottom:20px;
	margin-left:20px;
	clear:both;
}
#PdfDownloadList dd
{
	display:inline;
	float:left;
	margin-left:20px;
	text-align:center;
	width:100px;
	height:100px;
	margin-bottom:20px;
}
#PdfDownloadList img
{
	margin-left:20px;
}
*/
/* ======================================================================================================
offers Page 
=========================================================================================================*/

#formbuilder
{
    padding-bottom: 20px;
}

#formbuilder fieldset
{   
    width: 510px;
    margin: 0 0 20px 0;
    padding: 0;
    float: left;
    display: inline;
}

#formbuilder fieldset legend
{   
    display: none;
}

#formbuilder label
{
    padding-left: 10px;
    float: left;
    display: inline;
    width: 140px;
}



#formbuilder .formrow
{
    border-top: dotted 1px #999;
    padding: 10px 0 10px 0;
    margin: 0 10px;
    clear: left;
    float: left;
    display: inline;
    width: 490px;
}

.formbuilder form p, #formbuilder label
{   
    padding: 0 10px 5px 10px;
}
#formbuilder fieldset h2
{
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: right;
}

#formbuilder select
{
    width: 250px;

}

#formbuilder .buttons input.submit
{
    width: 150px;
    height: 30px;
    margin: 10px 0 10px 315px;
}

#formbuilder .man label
{
    width: 120px;
}

#formbuilder .tick label
{
    width: 400px;
}


#formbuilder label.error
{
	color: #933;
	width: 250px;
	clear: left;
	font-weight: bold;
}

#formbuilder .tick input
{
    width: 30px;
}

.formbuilder form span
{
    color: #9E1A31;
    display: inline;
    width: 20px;
    float: left;
}

.formbuilder form
{
    display: inline;
    float: left;
}

#formbuilder input, #formbuilder textarea
{   
    width: 300px;
}

#searchresults
{
	clear: left;
	display: inline;
	float: left;
	margin-top: 30px;
}



