/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : 
Author : Chris Munn / chris.munn@gforces.co.uk / G-Forces Web Management Ltd

Type: Screen, Projection

Description : Screen and projection stylesheet for Stevenson Brothers site

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

/* COMMON AND GLOBAL */
body { font:62.5%/1.6 verdana, arial, helvetica, sans-serif; margin:0; padding:0; background:#ffffff; color:#666666; text-align:center; }
/*  This font sizing is for standards based browsers (firefox, opera, mozilla) that can re-size text.  
Declaring the font size in pixels makes it more consistent across browsers. */
td, textarea, input, select { font:100% arial, verdana, helvetica, sans-serif; }
html>body td, html>body textarea, html>body input, html>body select { font-size:11px; }
/* some browsers don't inherit the font into tables or textareas! */

/* ----- IDS ----- */
#container { width: 880px; margin:0 auto; text-align:left; font-size:110%; line-height: normal; }   
#printHeader { display:none;}

#header { height: 100px; position: relative; }
#header #logo { position: absolute; top: 8px; left: 372px; }
#header #contactDetails { position: absolute; top: 10px; right: 0px; }
#mainContent { background: url(../images/layup/leftColBg.gif) repeat-y;  width:880px;}

/* ----- HOME PAGE ----- */
#homeMainImage { margin-bottom: 2px; }
#homeJumps { margin-bottom: 20px; }
#homeJumps img { float: left; }

/* ----- LEFT COLUMN ----- */
#leftCol { float: left; width: 178px; padding: 0px 21px; }
#leftCol .box {}
#leftCol .usedCarSearch {}

/* ----- RIGHT COLUMN ----- */
#rightCol { float: right; width: 616px; margin-right: 19px; }
#rightCol .eventNews { color: #666666; margin-bottom: 20px; }
#rightCol .eventNews a { color: #666666; font-weight: normal; text-decoration: underline; }
#rightCol .eventNews .title { border-bottom: 1px solid #d9d9d9; padding-bottom: 5px; margin-bottom: 5px; }
#rightCol .eventNews .title a { float: right; text-decoration: none; }
#rightCol .eventNews .title span { font-size: 19px; }
#rightCol .eventNews .thumb img { float: right; border: 1px solid #dbdbdb; margin: 0px 0px 15px 15px; }
#rightCol .socialLinks { margin-top:40px; }

/* ----- FULL COL ------ */
#map { width: 320px; height: 265px; float: right; padding: 5px; border: 1px solid #cccccc; }

/* ----- CMS IMAGE ----- */
.internalImage { float: right; margin: 0px 0px 15px 15px; }
.internalImage img {}
.cmsImage { float: right; margin: 0px 0px 15px 15px; }
.cmsImage .downloads { padding-top: 10px; }
.cmsImage .downloads ul { list-style: none; padding: 0px; margin: 0px; }
.cmsImage .downloads ul li { padding: 5px 0px 10px 30px; background: url(../images/layup/iconDocument.gif) no-repeat; }
.cmsImage .downloads ul li a { text-decoration: none; }

/* ----- LIST ----- */
#list {}
#list .listItem { border-top: 1px solid #d9d9d9; margin-bottom: 20px; }
#list .listItem a { text-decoration: none; font-weight: normal; color: #666666; }
#list .listItem .title { display: block; background: #f2f2f2; font-size: 14px; padding: 10px 20px; margin-bottom: 10px; }
#list .listItem .title .date { float: right; }
#list .listItem .thumb { display: block; border: 1px solid #d9d9d9; float: left; margin: 0px 15px 0px 20px; width: 166px; height: 124px; background: url(../images/layup/noImage166x124.jpg) no-repeat; }
#list .listItem .details { display: block; width: 390px; float: right; margin-right: 15px; }
#list .listItem .box { margin-left: 20px; width: 285px; height: 80px; float: left; }
#list .listItem .box span { text-decoration: underline; }

/* ----- BOX LIST ----- */
#boxList {}
#boxList .box { width: 266px; float: left; margin: 0px 24px 20px 0px; }
#boxList .box a { display: block; text-decoration: none; font-weight: normal; color: #666666; }
#boxList .box .thumb { display: block; width: 266px; height: 200px; background: url(../images/layup/noImage266x200.jpg) no-repeat; }
#boxList .box .title { display: block; font-weight: bold; font-size: 11px; text-align: center; padding: 10px 0px; }
#boxList .box .owner { display: block; padding: 10px 0px; }
#boxList .box .owner .label { display: block; width: 97px; float: left; font-weight: bold; text-align: right; margin-right: 8px; }
#boxList .box .content { display: block; }
#boxList.ownersClub .box .thumb { background: none; }
#boxList.ownersClub .box .thumb img { margin: 0 auto; border: 2px solid #9dbaa3; }

/* ----- BOX LIST ----- */
#galleryList {}
#galleryList .box { width: 260px; float: left; margin: 0px 27px 41px 0px; border: 3px solid #e3e2e0; }
#galleryList .box a { display: block; text-decoration: none; font-weight: normal; color: #666666; }
#galleryList .box .thumb { display: block; width: 260px; height: 194px; }
#galleryList .box .title { display: block; font-weight: bold; font-size: 11px; text-align: center; padding: 10px 0px; background: #e3e2e0; }
#galleryList .box .owner { display: block; padding: 10px 0px; }
#galleryList .box .owner .label { display: block; width: 97px; float: left; font-weight: bold; text-align: right; margin-right: 8px; }
#galleryList .box .content { display: block; }

/* ----- PRODUCT DETAIL ----- */
#productImage { float: left; width: 444px; height: 333px; position: relative; margin: 0px 15px 20px 20px; }
#productImage .zoom { position: absolute; top: 0px; left: 0px; }
#productDetails { width: 350px; float: right; margin-right: 20px; margin-bottom: 20px; }
#productDetails .detailsTop { margin-bottom: 25px; }
#productDetails .detailsBottom .btns img { float: left; margin-right: 8px; }
#scroller { width: 880px; border-top: 1px solid #d9d9d9; height: 170px; position: relative; overflow: hidden; }
#scroller .window { width: 999em; height: 170px; padding-top: 20px; }
#scroller .window div.scrollItem { display: block; float: left; margin-right: 20px; width:168px; }
#scroller .window a { color: #666666; font-size: 11px; text-decoration: none; }
#scroller .window a img { border: 1px solid #ffffff; }
#scroller .window a:hover img { border: 1px solid #d9d9d9; }
#scroller .window .title { display: block; text-align: center; padding: 8px 0px; }
#scroller .controls .btnPrev { position: absolute; top: 25px; left: 0px; z-index:999; }
#scroller .controls .btnNext { position: absolute; top: 25px; right: 0px; z-index:999; }
/* overlay */
#productOverlay { width: 601px; text-align: left; margin: 30px auto 0px; padding-top: 5px; }
#productOverlay .background { background: #fff; margin-bottom: 15px; }
#productOverlay .largeThumb { margin: 0 auto; width: 446px; height: 333px; padding: 20px 0px; }
#productOverlay .thumbnails img { float: left; margin-right: 15px; }
#productOverlay .thumbnails img.last { margin-right: 0px; }

#productDetails #thumbsBg { position: absolute; top: 238px; left: 0px; background: url(../images/layup/thumbsBg.png) repeat-x; height: 45px; width: 377px; z-index: 1px; }
#productDetails #thumbs {margin-bottom:20px; padding-left:5px;}
#productDetails #thumbs a { display: block; padding-left:7px; float: left; margin: 8px 0px 3px 3px; position: relative; z-index: 999; }
#productDetails #thumbs a img { position: relative; z-index: 999; float: left; }


#directions input { width:122px; height:22px; margin-right:10px; }

/* ----- GLOBAL CLASSES ----- */
.clear { clear:both; display: block; }
.clearSmall { clear: both; display: block; height: 0; line-height: 0; font-size: 0; }
.hide { display:none; }
.show { display:block; }
.printShow { display:none; }
.printHide { display:block; }
.float_left { float:left !important; }
.float_right { float:right !important; }
.align_left { text-align:left !important; }
.align_center { text-align:center !important; }
.align_right { text-align:right !important; }
.align_justify { text-align:justify !important; }
.align_bottom { vertical-align:bottom !important; }
.image_right { float:right; margin:0 0 15px 15px; }
.image_left { float:left; margin:0 15px 15px 0; }
.image_center { margin:0 auto; }
.hand { cursor:pointer; }
.seo {text-decoration:none;font-weight:normal;}
.ieLinkFix { background: url(../images/layup/ie6LinkFix.gif); }

/* ----- HEADINGS & PARAGRAPHS ----- */
h1, h2, h3, h4, h5, h6 { margin:0; padding:0 0 15px 0; font-size:100%; font-weight:bold;}
h1 { font-size: 15px; font-weight: normal; color: #7a7a7a; }
#enquiryForm h1 { color: #BFA264; font-size: 20px; font-weight: normal; }

/* ----- TOP NAVIGATION ----- */
#primaryNav { height:52px; background: url(../images/layup/navBg.gif) repeat-x top left; margin: 0px 0px 10px 0px; }
#primaryNav ul { list-style: none; margin: 0px; padding: 0px; height: 28px; }
#primaryNav li { padding: 0px; margin: 0px; float: left; }
#primaryNav li a { display: block; text-decoration: none; padding: 8px 21px 7px 21px; color: #7a7c72; font-weight: normal; text-transform: uppercase; }
#primaryNav li.last { float: right; }
#primaryNav li a:hover,
#primaryNav li.active a { color: #fff; background: #7a7c72; }
#primaryNav ul li.right { float: right; }

/* ----- SECONDARY NAVIGATION ----- */
#secondaryNav { list-style: none; margin: 0; padding: 0; }
#secondaryNav li { border-bottom: 1px solid #e1e1e1; }
#secondaryNav li a { text-decoration: none; color: #7a7c72; font-size: 12px; padding: 10px 10px; display: block; font-weight: normal; }
#secondaryNav li.active a,
#secondaryNav li a:hover { color: #fff; background: #7a7c72; }

/* ----- DROPDOWN NAV ----- */
#primaryNav ul li  ul {	left: -999em; position: absolute;  }
#primaryNav ul li:hover ul,
#primaryNav ul li.sfhover ul { left: auto; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; display: block; width: 200px; }
#primaryNav ul li:hover ul li,
#primaryNav ul li.sfhover ul li { display: block; padding: 4px 0px 0px 0px;	margin: 0px; background: #ececec; width: 200px; height: 20px; border-bottom: 1px solid #CFCFCF; border-left: 1px solid #CFCFCF; border-right: 1px solid #CFCFCF; }
#primaryNav ul li:hover ul li a,
#primaryNav ul li.sfhover ul li a {	padding: 0px 5px 5px 10px; margin: 0px; color: #666666; }
#primaryNav ul li:hover ul li a:hover,
#primaryNav ul li.sfhover ul li a:hover { padding: 0px 5px 5px 10px; margin: 0px; color: #000; }

/* ----- SITE MAP ----- */
#sitemap { list-style:none; margin:0 0 0 5px; padding:0;}
#sitemap ul { list-style:none;  margin:10px 0 0px 15px; padding:0;}
#sitemap li { background:url(../images/layup/bulletSitemap.gif) 0px 11px no-repeat; padding:6px 0 5px 15px;}

/* ----- BREADCRUMBS/PAGINATION/PAGE TOP AND BOTTOMS ----- */
#breadcrumbs { height: 13px; border-top: 1px solid #d9d9d9; padding: 10px 0px 0px 0px; text-align: center; margin-top: 20px; clear:both; color: #666666; }
#breadcrumbs .here { color: #cab17e; }
#breadcrumbs a { font-weight: normal; text-decoration: none; color: #666666; }
#pagination { float: right; }
#pagination a { padding: 0px 4px 0px 4px; text-decoration: none; }
#pagination a:hover { text-decoration: none; background:#000000; color:#FFFFFF; }
#pagination .active { text-decoration: none; background:#000000; color:#FFFFFF; }
#pagination span { display: block; float: left; padding: 0px 2px 0px 2px; }

/* ----- FOOTER ----- */
#footer { border-top: 1px solid #d9d9d9; margin-top: 10px; padding-top: 15px; color: #666666; }
#footer .padding {}
#footer a { font-weight:normal; text-decoration:none; color: #666666; }
#footer a:hover { text-decoration:underline;}

/* ----- GLOBAL ----- */
img { display:block; border:0; }
p { padding:0 0 15px 0; margin:0; }
address { font-style:normal;}

/* ----- LINKS ----- */
a { color:#373737; font-weight:normal; text-decoration:underline;cursor:pointer; }
a:hover { text-decoration:none; }

/* ----- FORMS ----- */
form { padding:0; margin:0; }
fieldset { padding:0; margin:0; border:0px none; }
legend { padding:0; margin:0; display:none; }
label { display:block; width:260px; float:left; }
input, textarea { width:200px; font-size:11px !important;}
label .required { color:#ff0000;}
.checkRadio { width:20px; position:relative; left:-7px;}
#frmContact { margin-bottom:15px;}
#frmContact p { padding:7px 0;}
#frmContact select { width:204px;}
#frmContact div { margin-bottom:10px;}
#submit { width:82px; height:28px; border:none;}
/* enquiry form */
#enquiryForm { width: 601px; text-align: left; background: #ffffff; margin: 30px auto 0px; }
#enquiryForm .padding { padding: 10px 25px; }
#enquiryForm label { width: 115px; text-align: right; margin-right: 10px; }

/* ----- Prototype Validation ----- */
input.disabled { border: 1px solid #F2F2F2; background-color: #F2F2F2; }
input.validation-failed, textarea.validation-failed, select.validation-failed { border: 1px solid #d1ba8b; color : #FF3300; }
input.validation-passed, textarea.validation-passed, select.validation-passed { border: 1px solid #00CC00; color : #000; }
.validation-advice { margin: 5px 0; width:452px; padding: 5px; background-color: #d1ba8b; color : #FFF; font-weight: bold; }
#enquiryForm .validation-advice { width:317px; clear:both; }
/* ----- TABLES ----- */
table { border-collapse:collapse; }
table p { padding:0px; }

/* ----- STOCK UPDATES FORM ----- */
#promoForm { padding:12px 0 0 19px; }
#promoForm .signupBoxes { margin-bottom:20px; margin-top:10px;}
#promoForm .signupBoxes label { float:left; width:450px; position:relative; top:4px;}
#promoForm .signupBoxes input { float:left; width: 14px; margin-right: 10px;}
#promoForm select { width:125px !important; margin-bottom: 10px; display:block; margin-right:15px;}
#promoForm .carSelects { padding-top:18px;}
#promoForm .submitButton { margin:5px 0 20px 0;}

/* ----- DOMTABS ----- */
.domTabs { padding-bottom: 30px; }
.domContent { border: 1px solid #333333; }
.dt1 { display: block; }

ul.domHeadings { padding: 0px; margin: 0px; list-style: none; }
ul.domHeadings li { float: left; }
ul.domHeadings li a { display: block; float: left; padding: 5px 10px 5px 10px; background: #000; color: #FFF; text-decoration: none; font-weight: bold; }
ul.domHeadings li a:hover, ul.domHeadings li.active a { background: #BCBCBC; color: #000; }

/* ----- OVERLAY ----- */
#overlayBlack { background:url(../images/layup/overlayBlack.png); height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 9999; }

/* ----- LYTEBOX ----- */
#lbOverlay { height: 100% !important; }
