/* 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.
*/
body { font-family: Arial; font-size:12px; color:#424242; }

a img { border:0px;}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td {
	margin:0;
	padding:0;
}

H2 {font-weight: bold; font-size: 16px; color: #103D6B; margin-bottom: 1px; margin-top: 8px; } 
H3 {font-weight:normal; font-size: 14px; color: #103D6B; margin-bottom: 1px; margin-top: 1px; } 
H4 {font-weight: bold; font-size: 16px; color: #D8781B; margin-bottom: 1px; margin-top: 1px; } 
H5 {font-weight: normal; font-size: 14px; color: #D8781B; margin-bottom: 1px; margin-top: 1px; } 

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:980px; }
 
/* Region: TOP MENU  */
#regTopMenuBar { width: 100%; background-image:url(images/template/topnav_white_bg.gif); color: #103D6B; height:25px;}
#regTopMenuBar .item {  padding:0px 18px 0px 12px;}
#regTopMenuBar .item  a {color: #103D6B; font-weight: bold; text-decoration: none; font-size:12px;}
#regTopMenuBar .item  a:hover { text-decoration: Underline;}


#regTopMenuProd { width: 100%;  height:27px; background-image:url(images/template/topnav2_orange_bg.gif);}
#regTopMenuProd #MenuLinks { height:27px; }
#regTopMenuProd #MenuLinks .MenuItem { float:left; font-weight:bold; height:27px; padding:0px 15px 0px 15px;}
#regTopMenuProd #MenuLinks .MenuItem a {color: white; font-weight: bold; text-decoration: none; position:relative; top:5px; }
#regTopMenuProd #MenuLinks .MenuItem a:hover { text-decoration: Underline;}
#regTopMenuProd #MenuLinks .MenuItem2 { float:left; font-weight:bold; height:27px; padding:0px 15px 0px 15px; background-image:url(images/template/topnav2_cyan_bg.gif); height:27px;}
#regTopMenuProd #MenuLinks .MenuItem2 a {color: white; font-weight: bold; text-decoration: none; position:relative; top:5px; }
#regTopMenuProd #MenuLinks .MenuItem2 a:hover { text-decoration: Underline;}

/* Region: FOOTER */
#regFooter { font-size: 10px; color: #5D5D5D; font-weight:normal;}
#regFooter A {color: #5D5D5D; text-decoration: none; }
#regFooter A:hover {text-decoration: underline;}

/* Region: Middle bit encompassing left menu and body content (and right menu if appropriate) */
#regMainContent {width: 100%;}

#rightcolumn { width:213px; padding-right:13px; padding-bottom:10px;}
#rightcolumn .NewsHeader { font-size:13px; color:#111111; font-weight:bold; background-image:url( images/template/news_header_bg.gif); width:180px;}
#rightcolumn .newsrep { color:#111111; padding:5px 10px 5px 10px; }
#rightcolumn .newsrep A {color: #111111; font-weight:bold; font-size:12px; text-decoration: none; }
#rightcolumn .newsrep A:hover {color: #111111; font-size:12px; text-decoration: underline;}

/* set the 750px width below to be the width (920 - left hand menu width).. */
#regBodyContent {vertical-align:top; padding-left:40px; padding-right:15px; width: 750px; padding-bottom: 25px; height:320px; font-weight:normal;}
#regBodyContent h1 {color:#103D6B; font-size:18px; font-weight:bold; margin-top:20px;}
#regBodyContent h2 {margin-top: 15px; margin-bottom: 3px; font-size: 1.1em; font-weight: bold; color: #3A98C0;}
#regBodyContent A {text-decoration: underline; font-weight: bold; color: #103D68;  }
#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:Yellow}

/* 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 */
#regBodyContent ul { margin-left: 10px; padding-left: 0; list-style: none; }
#regBodyContent ul li { padding-left: 14px; background-image: url(images/bullets/dot.gif); background-repeat: no-repeat; background-position: 0 7px;}
html[xmlns] #regBodyContent ul { padding-left: 2em;} 
html[xmlns] #regBodyContent ul li { background: none; /* undo the background-image */ list-style-image: url(images/bullets/dot.gif); padding: 0px;}


/* Button styles */
#regBodyContent .button {font-weight: bold; color: #5D5D5D;}
#regBodyContent .CancelButton {font-weight: normal; color: #5D5D5D;}

/* datagrid styles */
#regBodyContent .tableData {width: 100%; border: 0px;}
#regBodyContent .datagridHeader { border:solid 1px #B7B7B7; padding:2px; background-image:url(images/template/topnav2_orange_bg.gif); color:#ffffff; background-repeat:repeat-x;}
#regBodyContent .datagridHeader td {  height:25px; padding:0px 5px 0px 5px;}
#regBodyContent .datagridItem {background-color: #ffffff; border:solid 1px #B7B7B7;}
#regBodyContent .datagridItem td { padding:5px;}
#regBodyContent .datagridAlternatingItem {background-color: #efefef; border:solid 1px #B7B7B7;}
#regBodyContent .datagridAlternatingItem td { padding:5px;}

/* 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;}
.PaymentFormHeading { font-weight: bold; color: Navy; margin-top: 10px}
.PaymentSecureSeal  { text-align:center; margin-top: 10px; }

/* these styles are used on the view shopping basket page... */
.BasketSummary {margin-left: 30px; width: 550px;}
.BasketSummary .BasketSummaryTable {width: 100%; }
.BasketSummary .BasketSummaryTable .BasketSummaryHeader { background-color: black; color: White; font-weight: bold;}
.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 .BasketSubtotal { width: 100%; text-align: right; margin-bottom: 3px; padding-top: 4px; padding-bottom: 1px;}
.BasketSummary .BasketDelivery { width: 100%; text-align: right; border-top: 1px solid gray; margin-bottom: 3px; padding-top: 3px; padding-bottom: 1px;}
.BasketSummary .BasketDiscount { width: 100%; text-align: right; border-top: 1px solid gray; margin-bottom: 3px; padding-top: 3px; padding-bottom: 1px;}
.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.2em; margin-bottom: 15px; padding-top: 3px; padding-bottom: 3px;}

/* these styles are used on the final checkout page... */
.PaymentSummary {margin-left: 30px; width: 550px;}
.PaymentSummary .PaymentSummaryTable {width: 100%; }
.PaymentSummary .PaymentSummaryTable .PaymentSummaryHeader { background-color: black; color: White; font-weight: bold;}
.PaymentSummary .PaymentSummaryTable .PaymentSummaryItem { border-bottom: 1px solid gray; padding-top: 1px; padding-bottom: 2px;}
.PaymentSummary .PaymentSubtotal { width: 100%; text-align: right; margin-bottom: 3px; padding-top: 4px; padding-bottom: 1px;}
.PaymentSummary .PaymentDelivery { width: 100%; text-align: right; border-top: 1px solid gray; margin-bottom: 3px; padding-top: 3px; padding-bottom: 1px;}
.PaymentSummary .PaymentDiscount { width: 100%; text-align: right; border-top: 1px solid gray; margin-bottom: 3px; padding-top: 3px; padding-bottom: 1px;}
.PaymentSummary .PaymentVATAmount { width: 100%; text-align: right; border-top: 1px solid gray; margin-bottom: 6px; padding-top: 3px; padding-bottom: 1px;}
.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;}