/* set defaults - font and take padding off tables so it doesn't have to be defined for each <table> tag.
   A better option is to explicitly use padding if you need it.

   Font sizes all relative to the "body" tag below and by using "em" it means if the user increases the font size on the browser (DDA compliance)
   then the sizes increase on the site in proportion too.

   #1A3C6B - page background
   #335F9A - header
   #5B7DA8 - left hand column
   #335F9A - footer
*/
body { font-family: Arial; font-size: .80em; background-image:url(images/template/bg_page.gif);}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td {
	margin:0;
	padding:0;
}

table {border-collapse: collapse;}

/* this sets the overall width of the template so that we don't have to define it all the way through - plus it centres it */
#page {margin: 0 auto; width:969px; }

/* Region: TOP MENU  */
#regTopMenuBar { width: 969px; color: #ffffff; font-family:Arial;}
#regTopMenuBar .login { background-image:url(images/template/top_account_bg.gif); font-size:.90em; color:#212121; vertical-align:bottom; padding-bottom:4px;}
#regTopMenuBar .login .text { padding-left:4px; padding-right:2px; font-weight:bold;}
#regTopMenuBar .login .logintextbox {border:solid 1px #ffffff; height:10px; width:100px; padding-bottom:3px; font-size:10px;}
#regTopMenuBar .login .link a { padding-left: 10px; padding-right: 10px; color: #01A2E6}
#regTopMenuBar .basket { background-image:url(images/template/top_basket_bg.gif); width:100%; color:#212121; font-weight:bold; }
#regTopMenuBar .basket a { color:#212121; text-decoration:none; }
#regTopMenuBar .basket a:hover {text-decoration:underline; }
#regTopMenuBar .basket .cart_total_homepage { color:#212121; padding-left:15px;}
#regTopMenuBar #MenuLinks { background-color:#7fb74b; height:26px; border-right:solid 4px #ffffff;}
#regTopMenuBar #MenuLinks .MenuItem { padding: 0px 20px 0px 20px; display: inline; font-size: 1em; font-weight:bold;}
#regTopMenuBar #MenuLinks .MenuItem a {color: white; font-weight: bold; font-size:.90em; text-decoration: none;}
#regTopMenuBar #MenuLinks .MenuItem a:hover {text-decoration: underline;}

/* Region: FOOTER */
#regFooter {width: 969px; font-size: 1em; background-color:#ffffff;}
#regFooter td {color: black;}
#regFooter A {color: black; font-weight: normal; text-decoration: none;}
#regFooter A:hover {text-decoration: underline;}
#regFooter .MenuHeading {color: #444444; font-weight: bold; font-size:.90em;}
#regFooter .MenuItem { padding: 0px 0px 0px 0px; font-size: .90em; font-weight:bold;}
#regFooter .MenuItem a {color: #444444; font-size:.98em; text-decoration: none;}
#regFooter .MenuItem a:hover {text-decoration: underline;}

/* Region: Middle bit encompassing left menu and body content (and right menu if appropriate) */
#regMainContent {width: 100%;}

#regLeftMenu {font-size: 1em; vertical-align:top; color: #44749D; width: 192px; background-color: white; padding: 0px 0px 5px 4px; }

#regLeftMenu .Menuheading {font-size:16px; font-weight:bold; color:#ffffff; width:100%; height:22px; background-color:#01A2E6; padding-top:3px; padding-left:10px; margin-bottom:2px; }
#regLeftMenu .productCategoriesBox {padding: 0px 0px 30px 0px; background-image:url(images/template/menu_bg_gradient_blue.gif);}

#regLeftMenu .MenuItem {font-size: 1.1em; margin: 0px 0px 1px 0px; padding: 0px 0px 0px 1px; vertical-align:middle; padding-left:10px;}
#regLeftMenu .MenuItem A {color:#212121; font-weight: bold; text-decoration: none; font-size:.90em; padding-left:4px;}
#regLeftMenu .MenuItem A:hover {text-decoration: underline; color: #01A2E6;}

#regLeftMenu .subMenuItem { padding:  0px 0px 0px 20px; color:#212121; font-weight: bold; font-style: italic; text-decoration: none; font-size:1em;}
#regLeftMenu .subMenuItem A {color:#212121; font-weight: bold; text-decoration: none; font-size:.85em;}
#regLeftMenu .subMenuItem A:hover {text-decoration: underline; color: #01A2E6;}

#regLeftMenu .searchHeading {font-size:16px; font-weight:bold; color:#ffffff; width:100%; height:22px; background-color:#7FB74B; padding-top:3px; padding-left:10px; margin-bottom:2px; }
#regLeftMenu .searchBox {background-image:url(images/template/menu_bg_gradient_grn.gif); padding: 2px 4px 8px 10px;}
#regLeftMenu .searchBox .text { padding-top:4px; padding-bottom:2px; font-size:.90em; color:#212121; font-weight:bold;}
#regLeftMenu a {color: black; text-decoration: none;}
#regLeftMenu h2 {font-size: .85em; font-weight: bold; color: white; padding: 2px 5px 2px 2px; background-color:#44749D; margin-top:3px;}

#regLeftMenu .rssIcons {font-size: .9em; color:#7fb74b; padding:0px 0px 10px 35px;}
#regLeftMenu .bookmarkSite{font-size: .8em; margin: 10px 0px 10px 0px; text-align:center;}

/* set the 750px width below to be the width (920 - left hand menu width).. */
#regBodyContent {vertical-align:top; padding-left:20px; padding-right:15px; width: 750px; padding-bottom: 25px; padding-top:.90em; background-color: White; font-size: .90em; font-family:Arial; color:#212121;}
#regBodyContent h1 {margin-top: 0px; margin-bottom: 5px; font-size: 24px; font-weight: bold; color: #7fb74b;}
#regBodyContent h2 {margin-top: 15px; margin-bottom: 3px; font-size: 1.1em; font-weight: bold; color: #3A98C0;}
#regBodyContent h3 {margin-top: 5px; margin-bottom:5px; font-size: 1.3em; font-weight: bold; color: #7fb74b;}
#regBodyContent h4 {margin-top: 8px; margin-bottom:8px; font-size: 1.6em; font-weight: bold; color: #3A98C0;}


#regBodyContent select {font-size: 1.1em; padding-left: 2px;}
#regBodyContent input {font-size: 1.1em; padding-left: 2px;}

#regBodyContent a {text-decoration: underline; font-weight: bold; color: #7fb74b; }
#regBodyContent a:Hover {text-decoration: underline; font-weight: bold; color: #01A2E6; }
#regBodyContent .MessageToUser {font-weight: bold; color: red; padding-top: 5px; padding-bottom: 10px} 
#regBodyContent .breadcrumbtrail {padding-top:5px; padding-bottom:10px}
#regBodyContent .breadcrumbtrail A {color: #F8A261}
#regBodyContent .highlight {background-color:#7fb74b}
#regBodyContent a.bluelink { color: #01A2E6;}
#regBodyContent a.bluelink:Hover { color: #7fb74b;}
/* put table cells for the main body content to have a 1px padding by default */
#regBodyContent table td {padding: 1px 1px 1px 1px}

/* code below allows customised bullet points with graphics to be added - also includes fix for IE */


/* Button styles */
#regBodyContent .button {font-weight: bold; background-color: #7FB74B; border: 1px solid #01A2E6; color: #FFFFFF; font-size: 1em;}
#regBodyContent .CancelButton {font-weight: bold; background-color: #7FB74B; border: 1px solid #01A2E6; color: #FFFFFF; font-size: 1em;}
.button {font-weight: bold; background-color: #7FB74B; border: 1px solid #01A2E6; color: #FFFFFF; font-size: 1em;}
/* datagrid styles */
#regBodyContent .datagridHeader {background-color: #cccccc;font-weight: bold; padding-top: 3px; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; margin-bottom: 10px;}
#regBodyContent .datagridItem {background-color: #efefef; border-bottom: 1px solid #666666}
#regBodyContent .datagridAlternatingItem {background-color: #ffffff; border-bottom: 1px solid #666666}


/* Payment/checkout/myaccount order history page styles */  
.PaymentForm {margin-left: 30px; margin-top:8px; width: 90%;}
.PaymentForm .heading {width: 140px}
.PaymentForm input, textarea {font-size: 1em;}
.PaymentForm .button {font-weight: bold; background-color: #7FB74B; border: 1px solid #01A2E6; color: #FFFFFF; font-size: 1em;}
.PaymentFormHeading { border-bottom: 2px solid #01A2E6; font-weight: bold; background-color:#7FB74B; color: #FFFFFF; margin-top: 10px; height: 18px; padding-left: 10px; padding-top: 3px; font-size: 1.15em; margin-bottom: 5px;}
.PaymentSecureSeal  { text-align:center; margin-top: 10px; }

/* these styles are used on the view shopping basket page... */
.BasketSummary {margin-left: 44px; width: 649px;}
.BasketSummary .BasketSummaryTable {width: 100%; border-collapse: collapse; }
.BasketSummary .BasketSummaryTable a.bluelink { }
.BasketSummary .BasketSummaryTable .BasketSummaryHeader { background-color: #7fb74b; color: White; font-weight: bold; height:20px; font-size: 1.1em;}
.BasketSummary .BasketSummaryTable .BasketSummaryHeader td { border-bottom: 2px solid #01A2E6; }

.BasketSummary .BasketSummaryTable .BasketSummaryItem { border-bottom: 1px solid gray; padding-top: 1px; padding-bottom: 2px;}
.BasketSummary .BasketSummaryTable .BasketItemQuantity {width: 20px; text-align:center; font-size: 1em; margin-left: 25px;}
.BasketSummary .BasketSummaryTable .BasketItemPrice { font-weight: bold; color: Red;}

.BasketSummary .BasketSubtotal { width: 100%; text-align: right; border-top: 2px solid gray; margin-bottom: 3px; padding-top: 4px; padding-bottom: 1px; font-weight: bold;}
.BasketSummary .BasketDelivery { width: 100%; text-align: right; border-top: 1px solid gray; margin-bottom: 3px; padding-top: 3px; padding-bottom: 1px;font-weight: bold;}
.BasketSummary .BasketDelivery select {font-size: 1.05em; margin-left: 5px;}
.BasketSummary .BasketDiscount { width: 100%; text-align: right; border-top: 1px solid gray; margin-bottom: 3px; padding-top: 3px; padding-bottom: 1px; font-weight: bold; font-style: italic;}
.BasketSummary .BasketVATAmount { width: 100%; text-align: right; border-top: 1px solid gray; margin-bottom: 6px; padding-top: 3px; padding-bottom: 1px;}
.BasketSummary .BasketGrandTotal { width: 100%; text-align: right; border-bottom: 2px solid black; border-top: 1px solid black; font-weight: bold; font-size: 1.3em; margin-bottom: 15px; padding: 3px 0px 3px 0px;}
.BasketSummary .BasketButtons {width: 100%}
.BasketSummary .BasketButtons .UpdateQuantity {font-weight: bold; background-color: #7FB74B; border: 1px solid #01A2E6; color: #FFFFFF; width:95px; font-size: 1em;}
.BasketSummary .BasketButtons .Checkout {font-weight: bold; background-color: #7FB74B; border: 1px solid #01A2E6; color: #FFFFFF; font-size: 1em; width:83px}
.BasketSummary .BasketButtons .CheckoutButton {font-weight: bold; background-color: #7FB74B; border: 1px solid #01A2E6; color: #FFFFFF; font-size: 1em;}
.BasketSummary .ApplyDiscountCode {font-weight: bold; background-color: #7FB74B; border: 1px solid #01A2E6; color: #FFFFFF; font-size: 1em;width:65px; height: 20px;}
.BasketSummary .CartRemove { background-color: #FFFFFF;font-weight: bold; color: #000000; border: 0px}
.BasketSummary .CartRemove:Hover { text-decoration: none;}



/* these styles are used on the final checkout page... */
#regBodyContent .PaymentSummary {margin-left: 30px; width: 650px;}

#regBodyContent .PaymentSummary .PaymentSummaryTable {width: 100%; }
#regBodyContent .PaymentSummary .PaymentSummaryTable .PaymentSummaryHeader { background-color: #7fb74b; color: #FFFFFF; font-weight: bold; height:20px; font-size: 1.1em;}
#regBodyContent .PaymentSummary .PaymentSummaryTable .PaymentSummaryHeader td { border-bottom: 2px solid #01A2E6; }
#regBodyContent .PaymentSummary .PaymentSummaryTable .PaymentSummaryItem td a {color: #01A2E6}
#regBodyContent .PaymentSummary .PaymentSummaryTable .PaymentSummaryItem td {border-bottom: 1px solid gray; padding-top: 3px; padding-bottom: 3px; }
#regBodyContent .PaymentSummary .PaymentSummaryTable .BasketItemPrice { font-weight: bold; color: Red;}

#regBodyContent .PaymentSummary .PaymentSubtotal { font-weight: bold;  width: 100%; text-align: right; border-top: 0px solid gray; margin-bottom: 3px; padding-top: 4px; padding-bottom: 1px;}
#regBodyContent .PaymentSummary .PaymentDelivery { font-weight: bold;  width: 100%; text-align: right; border-top: 1px solid gray; margin-bottom: 3px; padding-top: 3px; padding-bottom: 1px;}
#regBodyContent .PaymentSummary .PaymentDiscount { font-weight: bold;  width: 100%; text-align: right; border-top: 1px solid gray; margin-bottom: 3px; padding-top: 3px; padding-bottom: 1px; font-style: italic;}
#regBodyContent .PaymentSummary .PaymentVATAmount { font-weight: bold;  width: 100%; text-align: right; border-top: 1px solid gray; margin-bottom: 6px; padding-top: 3px; padding-bottom: 1px;}
#regBodyContent .PaymentSummary .PaymentGrandTotal { width: 100%; text-align: right; border-bottom: 2px solid black; border-top: 1px solid black; font-weight: bold; font-size: 1.2em; margin-bottom: 15px; padding-top: 3px; padding-bottom: 3px;}
#regBodyContent .PaymentSummary {margin-left: 30px; width: 650px;}

.ProductPhotos { width:300px; }
.ProductPhotos .MainPhoto {text-align:center; border: 1px solid #CCCCCC; height: 300px;}
.ProductPhotos .ThumbnailCaption {font-weight:normal; text-align:center; color: #777777; padding: 5px 0px 5px 0px;}
.ProductPhotos .ThumbnailPhoto { height: 90px; width: 80px; border: 1px solid #CCCCCC; margin-left: 3px; margin-right: 3px; margin-bottom: 5px; text-align: center;}

.ProductSKUsTable .ProductSKUsHeader { background-color: #7fb74b; color: White; font-size: 1.1em; font-weight: bold; height:20px; margin: 2px 2px 2px 2px;}
.ProductSKUsTable .ProductSKUsItem { border-bottom: 1px solid gray; padding-top: 1px; padding-bottom: 2px;}
.ProductSKUsTable .ProductSKUsItem .price{font-weight: bold; color: Red;}
.ProductSKUsTable .ProductSKUsItem .wasprice{font-weight: bold; color: #000000; text-decoration:line-through;}
.ProductSKUsTable .ProductSKUsItem .buyNow { margin: 3px 3px 3px 3px; height: 20px; font-weight: bold; border: 1px solid #01A2E6; color: #FFFFFF; font-size: .8em; background-color: #01A2E6;}
.price{font-weight: bold; color: Red; padding-right: 5px;}
.wasprice{font-weight: bold; color: black; text-decoration:line-through;}
.ProductThumbnailBrowse {}
.ProductThumbnailBrowse .Thumbnail {height: 248px; width: 180px; font-size: 0.98em; }
.ProductThumbnailBrowse .Thumbnail .ThumbnailPhoto {border: 1px solid #CCCCCC; width:180px; height:160px; text-align: center;}
.ProductThumbnailBrowse .Thumbnail .ThumbnailProductName {text-align: center; padding-bottom: 3px; background-color: #7fb74b; height: 35px;}


#regBodyContent .paging {padding-top: 10px; padding-bottom: 20px;}
#regBodyContent .paging a {text-decoration: none;}
#regBodyContent .paging table {width:100%}
#regBodyContent .paging .currentPageLabel {width: 180px;}
#regBodyContent .paging .previousPage {width: 100px; text-align: left; }
#regBodyContent .paging .previousPage a { color: #01A2E6;}
#regBodyContent .paging .pageNumbers {text-align: center;}
#regBodyContent .paging .pageNumbers a.unselectedPage {font-weight: bold; color: #01A2E6}
#regBodyContent .paging .pageNumbers a.selectedPage {font-weight: bold; color: red}
#regBodyContent .paging .selectedPage {font-weight: bold; color: red}
#regBodyContent .paging .nextPage {width: 80px; text-align: right; }
#regBodyContent .paging .nextPage a { color: #01A2E6; }
  				  
#regBodyContent .BlogEntries p {padding-top: 0px; margin-top: 0px}
#regBodyContent .BlogEntries .blogPostTitle {padding-top: 5px;}
#regBodyContent .BlogEntries .blogPostTitle a {font-size: 1.2em; font-weight: bold;}
#regBodyContent .BlogEntries .blogDateFiled {color: Gray; padding-top: 2px; padding-bottom: 8px;}
#regBodyContent .BlogEntries .blogContent { padding-bottom: 10px;}   
#regBodyContent .BlogEntries .blogFooter {padding-bottom: 25px; border-bottom: 1px solid #cccccc; margin-bottom: 10px; }
#regBodyContent .BlogEntries .blogFooter .CommentSummary {float: left; width: 250px; display: inline; color: gray;  padding-top: 5px; }
#regBodyContent .BlogEntries .blogFooter .CommentSummary a {text-decoration: none; font-weight: normal; color: Gray;}
#regBodyContent .BlogEntries .blogFooter .SocialNetworking {float: right; display: inline; }
#regBodyContent .BlogEntries .blogNoEntries {margin-left: 15px; color: Navy; padding-top: 10px; }

#regBodyContent .BlogDetail .blogPostTitle {font-size: 1.2em; font-weight: bold;}
#regBodyContent .BlogDetail .blogDateFiled {color: Gray; padding-top: 2px; padding-bottom: 8px;}
#regBodyContent .BlogDetail .blogContent { padding-bottom: 5px;}   
#regBodyContent .BlogDetail .blogFooter {padding-bottom: 5px; border-bottom: 1px solid #cccccc; }
#regBodyContent .BlogDetail .blogNoEntry {margin-left: 15px; color: Navy; padding-top: 10px; }
#regBodyContent .BlogDetail .SocialNetworking {padding-top: 0px; text-align: right}
#regBodyContent .BlogDetail .OtherRecentPosts {padding-top: 0px; padding-bottom: 5px;}
#regBodyContent .BlogDetail .OtherRecentPosts .ListPosts {margin-left: 20px; padding-bottom: 3px;}

#regMainContent .BlogDetail .Comments {padding-top: 0px;}
#regMainContent .BlogDetail .Comments .NoCommentsYet {color: #444444; padding-bottom: 5px;}
#regMainContent .BlogDetail .Comments .ListComments {margin-left: 0px; padding-bottom: 5px;}
#regMainContent .BlogDetail .Comments .ListComments .SpecificPost {padding: 7px 5px 7px 5px; margin-bottom: .90em; border: 1px solid gray; background-color: #FFFED0;}
#regMainContent .BlogDetail .Comments .ListComments .SpecificPost .CommentBy {font-size: .9em; color: black; padding-bottom: 5px; }
#regMainContent .BlogDetail .Comments .ListComments .SpecificPost .Comment {font-size: .9em; }
#regMainContent .BlogDetail .Comments .ListComments .SpecificPost .ModeratedReply {background-color: #F5FABD; }
#regMainContent .BlogDetail .Comments .ListComments .SpecificPost .ModeratedReply .ReplyComment { }
#regMainContent .BlogDetail .Comments .ListComments .SpecificPost .ModeratedReply .ReplyDatestamp { }

#regBodyContent .BlogDetail .Comments .leaveComment input {margin-left: 0px;}
#regBodyContent .BlogDetail .Comments .leaveComment .heading {color: #333333; font-weight: bold; padding-top: 4px; }

/*Password Tool CSS */
#password_description {font-size: 10px; font-style: italic;  }
#password_strength { height:10px; display:block; }
#password_strength_border { width: 160px; height: 10px; border: 1px solid black; }
.strength0 { width:160px; background:#cccccc; }
.strength1 { width:40px; background:#ff0000; }
.strength2 { width:80px; background:#56e500; }
.strength3 { background:#399800; width:120px; }
.strength4 { background:#4dcd00; width:160px; }

.copyright {padding-left:15px; padding-bottom: 6px; padding-top:4px; font-size:.85em; font-weight:bold; color:#474747;}
.designedby {padding-right:15px; padding-bottom: 6px; padding-top:4px; font-size:.85em; font-weight:bold; color:#474747;}

#regBodyContent  .ThumbnailProductName a { color: #FFFFFF; text-decoration: none; font-size: 1em;}
#regBodyContent  .listlink a { color: #01A2E6; font-size: 0.98em; padding-right: 8px;}
.FromPrice { font-weight: bold; }

/* Products image zoom... */
#lightbox{ background-color:#eee; padding: 10px; border-bottom: 2px solid #666;	border-right: 2px solid #666;	}
#lightboxDetails{	font-size: 0.8em;	padding-top: 0.4em;	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }
#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }
#overlay{ background-image: url(js/lightbox/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="js/lightbox/overlay.png", sizingMethod="scale");
	}
	