@CHARSET "ISO-8859-1";

/*NB shorthand padding notation doesn't seem to work effectively
 in firefox 2.0.0.5*/
	/* universal declaration to reset all padding and margins
   helps make IE match Firefox*/ /** {margin: 0px; padding: 0px;}*/
	/*fix for IE button widths*/
input {
	padding: 0 .25em;
	width: 1;
	overflow: visible;
}

p {
	line-height: 1.7em;
}

/* used to ensure a minimum height for the page */
.minHeightSpacerDiv {
	width: 1px;
	background: none;
	border: 1px solid red;
	height: 650px;
	float: left;	
	}

.homePageText {
	zoom: 1;
	height: 100%;
}

.menuBackground {
	background: #fff url(../images/fade_img.jpg) repeat-x left bottom;
}

input[class] { /*ie ignores [class]*/
	width: auto;
}

hr {
	margin-left: 10px;
	margin-right: 10px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: normal;	
	margin: 0pt;
	height: 100%;
	width: 995px;
	/*min-width: 1060px;*/
}

/* HEADINGS */
h1 {
	font-size: 22px;
	line-height: 26px;
	color: #000000;
	font-weight: bold;
}

h2 {
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	font-weight: bold;
}

h4 {
	font-size: 150%;
	position: relative;
}

h5 {
	font-size: 95%;
	margin: 0;
	padding: 5px 0;
}

h6 {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-weight: bold;
}

/* redefine padding rules*/ /*p {
   padding-bottom: 15px;
   font: 12px Arial, Helvetica, sans-serif;
}*/ /* LINK DECORATION */

a {
	color: #00245d;
	text-decoration: underline;
}

a:visited {
	
}

a:hover {
	text-decoration: none !important;
}

a:active {
	text-decoration: none !important;
}

label {
	font-weight: bold;
}

.searchBar label {
	font-weight: normal !important;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal !important;
}

.clear {
	clear: both;
}

/* DEFINITELY - IN USE - STYLES */
.linkedimage {
	border: 0px;
}

.topband {
	background-color: #000066;
	display: block;
	height: 25px;
}

select {
	width: auto;
}

/* overridden for IE */ 
.homeContent p {
	line-height: 1.5em;	
	font-size: 130%;	
	}
		
/* NAVIGATION STYLES */
.navigation {
	padding: 0px;
	margin: 0 0 12px 3px;
	border: none;
	list-style-type: none;
	text-align: left;
}

.navigation li {
	border-bottom: 1px solid #E47E00;
	border-left: 15px solid #E47E00;
	font-family: Arial, Helvetica, Sans-Serif;
	border-style: none none solid solid;
	color: #000000;
	margin: 5px 0px 0px;
	padding: 1px 3px;
	text-align: left;
	text-indent: 3px;
}

.navigation input {
	font: 12px Arial, Helvetica, sans-serif !important;
	font-weight: bold !important;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background-color: #FFFFFF;
	color: #000000 !important;
	border: 0px;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
}

.navigation input:hover {
	color: #E47E00 !important;
	text-decoration: none !important;
}

.navigation a {
	text-align: left;
	background-color: #FFFFFF;
	color: #000000 !important;
	border: 0px;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
}

.navigation a:hover {
	color: #E47E00 !important;
	text-decoration: none !important;
}

.bodyContent {
	background: #f3e4bb;
	background: #ffffff;
	overflow: visible;
	width: auto;
	height: 100%;
}

.leftContent {
	float: left;
	width: 170px;
	padding: 33px 0 15px 0px;
	margin-left: 15px;
	/* for reskin
	background: #fff url(../images/fade_img.jpg) repeat-x left bottom;
	*/
}

.rightContent {
	background: #ffffff;
	margin-left: 170px;
	padding: 25px 50px 25px 33px;
	max-width: none;
	max-height: none;
}

/* used where there is news also on right hand side*/
.middleContent {
	background: #ffffff;
	padding: 10px 0px 25px 5px;
	margin-right: 5px;
	min-height: 450px;	
	max-height: none;
	min-width: 630px;
	max-width: 630px;

	/* see reskin/IE6.css, reskin/IE7.css !!!!!!  */ 
		width: expression(document . body . clientWidth <   630 ?   "630px" :
			document . body . clientWidth - 190 - 180 - 35); 
		max-width: expression(document . body . clientWidth <   630 ?   "630px" :
			document . body . clientWidth - 190 - 180 - 35);		
		
	float: left; 
}

.innerContent {
	height: 100%;
	min-height: 450px;
	width: auto;
}

.rightColumnContent {
	height: 100%;
	min-height: 450px;
	width: 165px !important;
	float: left;
	/* margin-right: 10px !important; */
}

.popupOnRight span {
	text-align: left !important;
	width: auto;
}

.popupContent {
	margin-left: 50px;
	padding: 25px 50px 25px 33px;
	background: #ffffff;
	/*used to avoid IE peek a boo bug*/
	height: auto;
}

.footer {
	clear: both;
	background:transparent url(../images/reskin/global_nav_sep.gif) repeat-x scroll left top;
	margin:0 15px;
	margin-top: 20px;
	padding:0;
	text-align:center;	
}

.footertext {
	color:#363636;
	font-size:91%;
	line-height:250%;
	margin:5px 0px 0 0;
	padding:0 5px 0 5px;
	position:relative;
	text-decoration:none;	
}

.footersticks {
	color: 363636;
}

.homeContainer {
	padding-bottom: 0px;
	width: 80%;
}

#changePasswordBox {
	border: 1px solid #b7b7b7;
	background: transparent url(../images/reskin/login_bg.gif) repeat-x scroll left top; 
	
	width: 450px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
}

#changeDetailsBox {
	border: 1px solid #b7b7b7;
	background: transparent url(../images/reskin/login_bg.gif) repeat-x scroll left top; 
	
	width: 450px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
}

#changeDetailsBox * input {
	width: 90%;
}

.loginbox {
	border: 1px solid #b7b7b7;
	background: transparent url(../images/reskin/login_bg.gif) repeat-x scroll left top; 
	
	width: 450px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.loginboxwide {
	width: 600px;
}

.newaccountbox {
	border: 1px solid #b7b7b7;
	background: transparent url(../images/reskin/login_bg.gif) repeat-x scroll left top; 
	width: 550px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.boxheader {
	background-color:transparent;
	font-weight:bold;
	line-height:25px;
	margin-left:2px;
	text-align:left;
	vertical-align:middle;	
	}

.loginhr {
	color: #b7b7b7;
	background-color: #b7b7b7;	
	}

.rowpadding {
	padding-top: 6px;
	padding-bottom: 6px;
}

.emailbox {
	width: 60%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #b7b7b7;
	background: transparent url(../images/reskin/contact_form_bg.gif) repeat-x scroll left top; 
	
}

.forgottenEmailBox {
	border: 1px solid #b7b7b7;
	background: transparent url(../images/reskin/login_bg.gif) repeat-x scroll left top; 
	width: 450px;
	float: left;
	padding: 10px 10px 10px 10px;
	margin-top: -15px;
}

#newAccount {
	margin-top: 20px;
	}
	
/* needed as red asterisk is stamped over on IE */	
.requiredInput input {
	overflow: hidden;
	}	

/* needed as red asterisk is stamped over on IE */	
.requiredInput  {
	overflow: hidden;
	}	

.downloadPanel {
	background-color: #F3E4BB;
	border: 1px solid #E47E00;
	margin: 0pt 0pt 0pt 0px;
	padding: 25px 25px 10px;
	width: 250px;
}

.leftbox {
	background-color: #f3e4bb;
	width: 150px;
	float: left;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	border: 1px solid #E47E00;
}

.rightbox {
	background-color: #f3e4bb;
	width: 250px;
	float: right;
	padding: 10px 10px 10px 10px;
	margin-left: 0px;
	margin-right: 10px;
	border: 1px solid #E47E00;
}

.errortext {
	color: #CC3300;
}

.searchbar {
	display: block;
	text-align: center;
	background-color: #E47E00;
	height: 25px;
	padding: 3px 0 3px 0;
}

.searchbarbot {
	background-color: #FDCC66;
	font-size: 0.5em;
	height: 1px;
}

.searchbar_select {
	width: 180px;
}

.searchbar_input {
	vertical-align: top;
	height: 18px;
}

.go {
	margin: 0 0 0 5px;
}

.login p {
	margin: 10px 0;
}

.q2 {
	margin: 0 0 0 155px;
}

.q3 {
	margin: 0 0 0 58px;
}

.q4 {
	margin: 0 0 0 21px;
}

.yes {
	margin: 0 0 0 70px;
}

.q5 {
	margin: 0 0 0 212px;
}

.no {
	margin: 0 0 0 10px;
}

.forgot p {
	margin: 10px 0;
}

.bodylinks {	
	font-weight: bold;
}

/* Not Used?
.leftnavcontlog {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   color: #000000;
   margin: 20px 0 0 0;
   padding: 1px 3px 1px 3px;
   border-bottom-width: 1px;
   border-left-width: 15px;
   border-top-style: none;
   border-right-style: none;
   border-bottom-style: solid;
   border-left-style: solid;
   border-bottom-color: #000066;
   border-left-color: #000066;
   text-align: left;
   text-indent: 3px;
}

a.leftnavcontlion {
   color: #E47E00;
   text-decoration: none !important;
}

a.leftnavcontlion:hover {
   color: #E47E00;
   text-decoration: none !important;
}
*/
.results {
	float: right;
	padding: 0 0 20px;
}

.resultcont {
	width: 600px;
}

.searchbox {
	background-color: #fff;
	width: 600px;
	float: left;
}

.resultsleft {
	float: left;
}

.resultstable {
	border: 1px solid ##8193af;
	border-collapse: collapse;
	background-color: #f3e4bb;
}

.resultstable tr td {
	border: 1px solid ##8193af;
	padding: 1px 5px;
}

.resultstable th {
	background-color: ##8193af;
	text-align: left;
	padding: 1px 5px;
}

.resultstable tr.alt {
	background-color: #efca8c;
}

.resultstable td.wht {
	background-color: #fff;
	height: 26px;
}

.resultstable img {
	padding: 2px 2px 3px 2px;
	vertical-align: middle;
}

.posttable tr td {
	padding: 1px 10px 1px 5px;
}

.bold {
	font-weight: bold;
}

.glossary tr td {
	padding: 3px 10px 3px 5px;
}

.contactbox {
	background-color: #f3e4bb;
	width: 500px;
	padding: 25px 20px 10px;
	border: 1px solid ##8193af;
}

.q1cont {
	margin: 0 0 0 80px;
}

.q2cont {
	margin: 0 0 0 70px;
}

.q3cont {
	margin: 0 0 0 61px;
}

.q4cont {
	margin: 0 0 0 81px;
}

.q5cont {
	margin: 0 0 0 40px;
}

.q6cont {
	margin: 0 0 0 61px;
}

.baskettable {
	border: 1px solid #8193af;
	border-collapse: collapse;
	background-color: #f3e4bb;
}

.baskettable img {
	padding: 2px 2px 3px 2px;
	vertical-align: middle;
}

.baskettable tr.alt {
	background-color: #efca8c;
}

.baskettable tr td {
	border: 1px solid #8193af;
	padding: 1px 5px;
}

.baskettable th {
	background-color: #8193af;
	text-align: left;
	padding: 1px 5px;
}

.buttonpad {
	margin-top: 10px;
}

.buttonpadright {
	margin-top: 10px;
	float: right;
}

.buttonpadrightCopy {
	margin-top: 10px;
	float: right;
	margin-right: 10px;
}

.basketbot {
	margin-top: 15px;
}

.postagebox {
	background-color: #fff;
	width: 600px;
	margin-top: 20px;
}

.posttable {
	border: 1px solid #8193af;
	border-collapse: collapse;
	background-color: #fff;
}

.posttable th {
	background-color: #8193af;
	text-align: left;
	padding: 1px 5px;
}

.posttable tr td {
	padding: 1px 10px 1px 5px;
}

.baskettable tr.wht {
	background-color: #fff;
	height: 26px;
}

.tdcentre {
	text-align: center;
}

.totalbox {
	background-color: #fff;
	width: 600px;
	margin-top: 20px;
}

.deliverybox {
	background-color: #fff;
	width: 600px;
	margin-top: 20px;
}

.q1deliv {
	margin-left: 63px;
}

.q2deliv {
	margin-left: 61px;
}

.q3deliv {
	margin-left: 65px;
}

.q4deliv {
	margin-left: 38px;
}

.addressbox {
	background-color: #fff;
	width: 600px;
	margin-top: 20px;
}

.orderbox {
	background-color: #fff;
	width: 600px;
	margin-top: 20px;
}

.orderpad {
	margin-left: 150px;
}

.checkoutbox {
	background-color: #fff;
	width: 600px;
}

.textAlignRight {
	text-align: right !important;	
}

.postageboxtop {
	margin-top: 15px;
}

.ordertable {
	border: 1px solid #8193af;
	border-collapse: collapse;
	background-color: #fff;
}

.ordertable th {
	background-color: #8193af;
	text-align: left;
	padding: 1px 5px;
}

.ordertable td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.ordernobox {
	background-color: #fff;
	width: 600px;
	margin-top: 20px;
}

.ordernotable {
	border: 1px solid #8193af;
	border-collapse: collapse;
	background-color: #fff;
}

.ordernotable th {
	background-color: #8193af;
	text-align: left;
	padding: 1px 5px;
}

.ordernotable td {
	padding: 10px 0 10px 5px;
}

.marginleft {
	margin-left: 250px;
}

.ordcusttable {
	border: 1px solid #8193af;
	border-collapse: collapse;
	background-color: #fff;
}

.ordcusttable th {
	background-color: #8193af;
	text-align: left;
	padding: 1px 5px;
}

.ordcusttable td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.orderdetailbox {
	background-color: #fff;
	width: 600px;
	margin-top: 20px;
}

.ordernotable img {
	padding: 2px 5px 3px 2px;
	vertical-align: middle;
}

.marginleftmed {
	margin-left: 85px;
}

.marginleftright {
	margin-left: 75px;
}

.orderhistbox {
	background-color: #fff;
	width: 600px;
	margin-top: 20px;
}

.orderhisttable {
	border: 1px solid #8193af;
	border-collapse: collapse;
	background-color: #f3e4bb;
}

.orderhisttable th {
	background-color: #8193af;
	text-align: left;
	padding: 1px 5px;
}

.orderhisttable td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.orderhisttable tr td {
	border: 1px solid #8193af;
	padding: 3px 5px;
}

.orderhisttable tr.alt {
	background-color: #efca8c;
}

.orderhisttable img {
	padding: 2px 5px 3px 2px;
	vertical-align: middle;
}

.status {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}

.status:link {
	text-decoration: underline;
}

/* POPUP */
/* overrides prolog_base.css */
.popup span {	
	background-color:#6e81a2;	
	width: auto;
	visibility: hidden;
	position: absolute;
	display: none;	
}

.popup:hover span, .popup:active span {
	z-index:300!important;
	background-color:#6e81a2;	
	visibility: visible;	
	display: block;	
}

.popup table {
	z-index:300!important;
	font-size:95%;
	line-height:1.5em;
	width:225px;
}

.postcosttable {
	border-collapse: collapse;
	background-color: #fff;
}

.postcosttable tr td {
	padding: 1px 10px 1px 5px;
}

.postcosttable th {
	text-align: left;
	padding: 1px 5px;
}

.red {
	color: #FF0000;
}

.linepadding {
	padding-bottom: 10px;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}

.hide {
	display: none;
	visibility: hidden;
}

form {
	padding: 0px;
	margin: 0px;
}

.cathead {
	height: 20px;
	background-color: #EFCA8C;
}

.subcathead {
	height: 20px;
	background-color: #FFFFFF;
}

/* Original ECOM Styles */
fieldset {
	/* border: 1px solid #8193af; */
	border : none;
	padding: 0px;
	width: 100%;
}

.fieldsetHeading {
	color: #000000;
	border-bottom: 1px solid #8193af;
	padding: 2px 6px;
	font-weight: bold;
}

.fieldsetContent {
	border: 0px solid #000000;
	margin-bottom: 5px;
	padding: 5px;
	width: 90%;
}

legend {
	display: none;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #000000;
	padding: 2px 6px;
	font: 12px verdana, arial, helvetica, sans-serif;
	font-weight: bold;
}

.collapse {
	background-color: #FFFFFF;
	color: #000000;
	border: 0px;
	cursor: pointer;
	cursor: hand;
	font: 12px verdana, arial, helvetica, sans-serif;
	font-weight: bold;
}

/*** TAG BASED ELEMENTS *******************************************************/
	/*** CLASS BASED ELEMENTS *****************************************************/
.dataListDiv {
	padding: 5px 0px;
	float: left;
	width: 130%;
	border: 0px solid #000000 !important;
}

.scrollerContainer {
	float: right;
	width: 100%;
}

.scrollerDiv {
	padding: 5px 0px;
	float: right;
	text-align: right;
	border: 0px solid #000000 !important;
}

.scrollerLabel {
	float: left;
	width: 20%;
}

.scroller {
	float: left;
	/*clear: both;*/
}

.scrollerText {
	float: left;
	text-align: right;
	clear: both;
}

.scrollerIcon {
	float: left;
	margin-right: 2px;
	margin-left: 2px;	
}

.scrollerIcon a {
	text-decoration: none !important;
}

.paginator {
	float: left;
}

.paginatorColumn {
	float: left;
	text-align: right;
	margin-right: 2px;
	margin-left: 2px;	
}

.paginatorColumn a {
	text-decoration: none !important;
}

.paginatorColumnActive {
	float: left;
	text-align: right;
	margin-right: 2px;
	margin-left: 2px;
	font-weight: bold;
	text-decoration: underline;
}

/* TABLE WIDTHS */
.fivepercent {
	width: 5% !important;
}

.tenpercent {
	width: 10% !important;
}

.fifteenpercent {
	width: 15% !important;
}

.twentypercent {
	width: 20% !important;
}

.twentyfivepercent {
	width: 25% !important;
}

.thirtypercent {
	width: 30% !important;
}

.thirtyfivepercent {
	width: 35% !important;
}

.fortypercent {
	width: 40% !important;
}

.fortyfivepercent {
	width: 45% !important;
}

.fiftypercent {
	width: 50% !important;
}

.fiftyfivepercent {
	width: 55% !important;
}

.sixtypercent {
	width: 60% !important;
}

.sixtyfivepercent {
	width: 65% !important;
}

.seventypercent {
	width: 70% !important;
}

.seventyfivepercent {
	width: 75% !important;
}

.eightypercent {
	width: 80% !important;
}

.eightyfivepercent {
	width: 85% !important;
}

.ninetypercent {
	width: 90% !important;
}

.ninetyfivepercent {
	width: 95% !important;
}

.onehundredpercent {
	width: 100% !important;
}

/* TABLE COLUMN WIDTHS */
td.fivepercent {
	text-align: left !important;
	width: 5% !important;
}

td.tenpercent {
	text-align: left !important;
	width: 10% !important;
}

td.fifteenpercent {
	text-align: left !important;
	width: 15% !important;
}

td.twentypercent {
	text-align: left !important;
	width: 20% !important;
}

td.twentyfivepercent {
	text-align: left !important;
	width: 25% !important;
}

td.thirtypercent {
	text-align: left !important;
	width: 30% !important;
}

td.thirtyfivepercent {
	text-align: left !important;
	width: 35% !important;
}

td.fortypercent {
	text-align: left !important;
	width: 40% !important;
}

td.fortyfivepercent {
	text-align: left !important;
	width: 45% !important;
}

td.fiftypercent {
	text-align: left !important;
	width: 50% !important;
}

td.fiftyfivepercent {
	text-align: left !important;
	width: 55% !important;
}

td.sixtypercent {
	text-align: left !important;
	width: 60% !important;
}

td.sixtyfivepercent {
	text-align: left !important;
	width: 65% !important;
}

td.seventypercent {
	text-align: left !important;
	width: 70% !important;
}

td.seventyfivepercent {
	text-align: left !important;
	width: 75% !important;
}

td.eightypercent {
	text-align: left !important;
	width: 80% !important;
}

td.eightyfivepercent {
	text-align: left !important;
	width: 85% !important;
}

td.ninetypercent {
	text-align: left !important;
	width: 90% !important;
}

td.ninetyfivepercent {
	text-align: left !important;
	width: 95% !important;
}

td.onehundredpercent {
	text-align: left !important;
}

/* TABLE ALIGNMENTS */
td.aligntop {
	vertical-align: top !important;
}

td.alignbottom {
	vertical-align: bottom !important;
}

td.aligncenter {
	text-align: center !important;
}

td.alignright {
	text-align: right !important;
}

td.alignleft {
	text-align: left !important;
}

.tabletext {
	font-size: 12px;
}

/* CALENDAR COMPONENT - start */
.cal {
	border-collapse: collapse;
}

.calYearMonth {
	background-color: #000000 !important;
	color: #FFFFFF !important;
	border-top: #000000 1px solid !important;
	border-right: #000000 1px solid !important;
	border-left: #000000 1px solid !important;
	border-bottom: #000000 1px solid !important;
	font-size: 12px !important;
	font-weight: bold !important;
	text-align: center !important;
}

.calYearMonth a:link {
	color: #FFFFFF !important;
}

.calYearMonth a:visited {
	color: #FFFFFF !important;
}

.calYearMonth a:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
}

.calYearMonth a:active {
	color: #FFFFFF !important;
}

.calWeek {
	background-color: #888888 !important;
	color: #FFFFFF !important;
	border-top: #000000 1px solid !important;
	border-right: #000000 1px solid !important;
	border-left: #000000 1px solid !important;
	border-bottom: #000000 1px solid !important;
	font-weight: bold !important;
}

.calDay {
	background-color: #FFFFFF !important;
	color: #0000FF !important;
	border-top: #000000 1px solid !important;
	border-right: #000000 1px solid !important;
	border-left: #000000 1px solid !important;
	border-bottom: #000000 1px solid !important;
	text-align: center !important;
}

.calDay:hover {
	background-color: #DDDDDD !important;
}

.calDay a {
	display: block;
	width: 100%;
	height: 100%;
}

.calDayDisabled {
	background-color: #FFFFFF !important;
	color: #888888 !important;
	border-top: #000000 1px solid !important;
	border-right: #000000 1px solid !important;
	border-left: #000000 1px solid !important;
	border-bottom: #000000 1px solid !important;
	text-align: center !important;
}

.calDayDisabled:hover {
	background-color: #DDDDDD !important;
}

.calWeekend {
	background-color: #DDDDDD !important;
	color: #0000FF !important;
	border-top: #000000 1px solid !important;
	border-right: #000000 1px solid !important;
	border-left: #000000 1px solid !important;
	border-bottom: #000000 1px solid !important;
	text-align: center !important;
}

.calWeekend:hover {
	background-color: #DDDDDD !important;
}

.calWeekend a {
	display: block;
	width: 100%;
	height: 100%;
}

.calWeekendDisabled {
	background-color: #DDDDDD !important;
	color: #888888 !important;
	border-top: #000000 1px solid !important;
	border-right: #000000 1px solid !important;
	border-left: #000000 1px solid !important;
	border-bottom: #000000 1px solid !important;
	text-align: center !important;
}

.calWeekendDisabled:hover {
	background-color: #DDDDDD !important;
}

.calCurrentDay {
	background-color: #888888 !important;
	color: #FF0000 !important;
	border-top: #000000 1px solid !important;
	border-right: #000000 1px solid !important;
	border-left: #000000 1px solid !important;
	border-bottom: #000000 1px solid !important;
	text-align: center !important;
}

.calCurrentDay a:link {
	color: #FFFFFF !important;
}

.calCurrentDay a:visited {
	color: #FFFFFF !important;
}

.calCurrentDay a:hover {
	color: #FFFFFF !important;
}

.calCurrentDay a:active {
	color: #FFFFFF !important;
}

/* CALENDAR COMPONENT - end */
	/* TABLE SKIN STYLE - EcomGeneric - START */
.EcomOCR-table {
	border-spacing: 0px;
	border-left: #8193af 1px solid;
	/*border-top: #8193af 1px solid;*/
	border-right: #8193af 1px solid;
	border-bottom: #8193af 1px solid;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #000000;
	text-decoration: none !important;
	width: 100%;	
}

.EcomOCR-row1 td,.EcomOCR-row2 td,.EcomOCR-tablebody,.EcomOCR-tablefooter,.EcomOCR-tableheader
	{	
	padding: 2px;
	margin: 0px;
}

.EcomOCR-row1 td {
	background-color: #D2D2D2;
}

.EcomOCR-row2 td {
	background-color: #C7C7C7;
}

.EcomOCR-tableheader {
	background-color: #8193af;
	vertical-align: middle;
	text-align: center;
	line-height: 25px;
	font-weight: bold;
}

.EcomOCR-tablebody {
	text-align: center;
	font-weight: bold;
	line-height: 25px;
}

.EcomOCR-tablefooter {
	text-align: center;
	font-weight: bold;
	line-height: 25px;
}

.EcomOCR-gridbody {
	border-spacing: 0px;
	border-left: #8193af 1px solid;
	border-top: #8193af 1px solid;
	border-right: #8193af 1px solid;
	border-bottom: #8193af 1px solid;
	line-height: 25px;
	width: 100%;
}

.EcomOCR-gridheader {
	background-color: #8193af;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
	line-height: 25px;
	margin-left: 2px;
}

/* TABLE SKIN STYLE - EcomGeneric - START */
.EcomOCR-grouptable {
	border-spacing: 0px;	
	border-top: #8193af 1px solid !important;
	border-bottom: 0px !important;
	border-left: none !important;
	border-right: none !important;	
	border-collapse : collapse !important;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #000000;
	text-decoration: none !important;
	width: 100%;	
}

.EcomOCR-groupcontenttable {
	border-spacing: 0px;
	border-left: none !important;
	border-top: #8193af 1px solid;
	border-right: none !important;
	border-bottom: #8193af 1px solid;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 25px;
	color: #000000;
	text-decoration: none !important;
	width: 500px;
}

.EcomOCR-groupcolumn,.EcomOCR-grouptablebody,.EcomOCR-grouptablefooter,.EcomOCR-grouptableheader
	{
	border-spacing: 0px;	
	border-collapse: collapse;
	text-align: left;
	line-height: 25px;
	padding: 0px;
	margin: 0px;
}

.EcomOCR-grouprow1 {
	background-color: #d2d2d2;
}

.EcomOCR-grouprow2 {
	background-color: #dfdfdf;
}

.EcomOCR-tablesubheader {
	line-height: 25px;
	text-align: left;
	font-weight: bold;
}

.EcomOCR-grouptableheader {
	background-color: #8193af;
	vertical-align: middle;
	line-height: 25px;
	text-align: left;
	font-weight: bold;
}

.EcomOCR-grouptablebody {
	text-align: left;
	font-weight: normal;
	line-height: 25px;
	/*border: 1px #8193af solid;*/
}

.EcomOCR-grouptablefooter {
	text-align: right;
	font-weight: bold;
	line-height: 25px;
}

td.firstcell {		
	border-bottom: 1px #8193AF solid !important;	
	padding-left: 3px;
}

td.followingcell {
	border-left: 1px #8193AF solid !important;	
	border-bottom: 1px #8193AF solid !important;
	padding-left: 3px;	
}

/* TABLE SKIN STYLE - agtable - END */
.header {
	background-color: #888888;
	border-top: #000000 0px solid;
	border-left: #000000 0px solid;
	border-bottom: #000000 1px solid;
	border-right: #000000 0px solid;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	width: 100%;
	min-width: 770px;
	float: left;
}

.appheading {
	font-weight: bold;
	font-size: 20px;
	text-indent: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
}

.categorymenu {
	margin: 0px;
	margin-top: 10px;
	padding: 0x;
	list-style: none !important;
	padding-left: 1em;
	margin-left: 0;
}

.categorymenu li {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none !important;
}

.headerBar {
	background-color: #DDDDDD;
	border-top: #000000 0px solid;
	border-left: #000000 0px solid;
	border-bottom: #000000 0px solid;
	border-right: #000000 0px solid;
	width: 100%;
	float: left;
	clear: both;
}

.headerBar ul {
	border-style: none;
	list-style: none !important;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.headerBar li {
	list-style: none !important;
	border-color: #ccc;
	border-style: solid;
	border-width: 0 0 0 1px;
	float: left;
	padding: 0 10px;
}

.headerLink {
	width: 10em;
	text-align: left;
	background-color: #DDDDDD;
	border: 0px;
	cursor: pointer;
	cursor: hand;
}

.headerLink:hover {
	background-color: #AAAAAA;
	color: #FFFFFF;
	text-decoration: underline;
}

.iconcentre {
	vertical-align: middle;
	border: medium none;
}

.icon {
	float: left;
	padding-right: 5px;
}

.iconright {
	float: right;
	padding-right: 5px;
}

/*** CLASS BASED ELEMENTS *****************************************************/
	/* Message Container elements  */
.messageOuter {
	border: #000000 1px solid;
	background-color: #AAAAAA;
	margin-top: 10px;
	margin-bottom: 10px;
}

.messageHeader {
	font-weight: bold;
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.messageInner {
	background-color: #DDDDDD;
}

.messageInner ul {
	padding: 0;
	margin: 0;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.messageInner li {
	list-style: circle outside none;
	padding: 0px;
	margin: 0px;
	padding: 0px;
}

messageFatal {
	display: block;
	background-color: #FFCCCC;
}

.messageFatalUL {
	
}

.messageFatalUL li {
	background-color: #FFCCCC;
	list-style: circle outside url(/ecom_generic/images/fatal.png);
}

.messageError {
	
}

.messageErrorUL {
	
}

.messageErrorUL li {
	background-color: #FFCCCC;
	list-style: circle outside url(/ecom_generic/images/error.png);
}

.messageWarn {
	display: block;
	background-color: #FFFFCC;
}

.messageWarnUL {
	
}

.messageWarnUL li {
	background-color: #FFFFCC;
	list-style: circle outside url(/ecom_generic/images/warn.png);
}

.messageInfo {
	display: block;
	background-color: #CCCCFF;
}

.messageInfoUL {
	
}

.messageInfoUL li {
	background-color: #CCCCFF;
	list-style: circle outside url(/ecom_generic/images/info.png);
}

/* Product Content Layout */
.productContent {
	width: 26em;
	height: 8em;
	float: left;
	border-left: #000000 1px solid;
	padding: 5px;
}

.productContentLeft {
	float: left;
	width: 13em;
}

.productContentRight {
	float: right;
	width: 13em;
}

.variantSelectLabel {
	font-weight: bold;
}

.variantSelectList {
	width: 110px;
}

.tableLink {
	font-size: 12px;
	display: block;
	padding: 0px 3px 1px 3px;
	background-color: #FFFFFF;
	font-weight: bold !important;
	text-decoration: none !important;
	text-align: center;
	color: #696969;
	border: 0px;
	cursor: pointer;
	cursor: hand;
	border: 0px;
	margin-bottom: 0px !important;
	vertical-align: top;
}

.splitContentDiv {
	width: 100%;
	font-size: 11px;
	margin-bottom: 10px;
	display: block;
	clear: both;
}

.splitLeftDiv {
	width: 65%;
	font-size: 11px;
	text-align: left;
	margin-bottom: 10px;
	display: block;
	float: left;
}

.splitRightDiv {
	width: 35%;
	font-size: 11px;
	text-align: left;
	margin-bottom: 10px;
	display: block;
	float: right;
}

.scrollerIcon .invisibleLink {
	display: none;
}

.scrollerIcon a .invisibleLink {
	display: inline;	
}

.searchResults {
	width: 600px;
}

.padLeft {
	padding-left: 30% !important;
}

.buttonContainer {
	width: 100%;
}

.alignLeft {
	float: left;
	width: 50%;
}

.alignRight {
	float: right;
	width: 50%;
	text-align: right;
}

.basketControls {
	float: left;
	width: 100%;
}

.alignCenter {
	text-align: center;
}

.saleProductsText {
	font-size: 1.25em;	
}

.home_contentText {
	font-size: 1.0em !important;		
	}

#newsArticles {
	}
	
.newsTitle {
	font-size: 100%;
	font-weight: normal;
	line-height: 98%;
	}
.newsTitleAbstract {
	font-size: 80%;
	font-style: italic;
	text-indent: 20px;
	line-height: 95%;
	color:	grey;	
	}

/* div */
#newsContent {
	width: 100%;
	margin-top: 25px;
	font-size: 100%;	
}

#newsContent .title 
{
background:#8092AE url(../images/reskin/gen_header.jpg) no-repeat scroll right top;
border:1px solid #4D668E;

height:auto;
color:#FFFFFF;
font-size:145%;
font-weight:normal;
padding:0;
margin-left:0;
padding-bottom:5px;
padding-left:20px;
padding-top:33px;
		
}


#newsContent h1 {
color:#FFFFFF;
font-size:120%;
font-weight:normal;
margin:0px 0 0 0px;
}

#newsContent h2 {
color:#000000;
display:block;
font-size:130%;
font-weight:normal;
margin:0;
padding:0.5em 0;
}
#newsContent h3 {
color:#000000;
display:block;
font-size:100%;
font-weight:normal;
margin:0;
padding:0.5em 0;
}
	
#renderedHtml h3  {
background:#8092AE url(../images/reskin/gen_header.jpg) no-repeat scroll right top;
border:1px solid #4D668E;

height:auto;
max-height:4.8em;
color:#FFFFFF;
font-size:190%;
font-weight:normal;
padding:0;
margin-left:0;
margin-top:10px;
padding-bottom:5px;
padding-left:15px;
padding-top:40px;

}

#basketSidebar {
	margin-bottom : 10px;
	margin-top: -20px;
}
	
.width100percent {
	/* use 100% of the space in the column but no more even if some items are larger */
	width: 100%;
}



/*TABLE STYLING*/
a.topLink {	
	float: left;
	color: #00245D;	
	text-decoration: none;
	margin-left: 25px;
}

a:hover.topLink {		
	text-decoration: underline;
}

a.topLinkRow {
	float: right;
	color: #00245D;	
	text-decoration: none;
	margin-left: 25px;
}	

a:hover.topLinkRow{		
	text-decoration: underline;
}

.left {
	float: left;
}

td.linkColumn {
	background: #FFF;
	border-bottom: none !important;
	border-left: 1px solid #8193AF !important;
	/*border-bottom: 1px solid #8193AF !important;*/
		
}

td.emptyLinkColumn {
	background: #FFF;
	border-bottom: none !important;	
}


/************************************************
ADDRESS GRID
************************************************/
.addressGridItem {
	margin-top:5px;
	}
.addressGridItemLeft {
	margin-top:5px;
	float:left;
	}
.addressGridItemRight {
	margin-top:5px;
	float:right;
	}
.addressGridItemText {
	font-size: 0.90em;
	}
.addressGridItemClearRight {
	clear:right; 
	}

.addressGridItemInputSize {
	width:150px; 
	}

.addressGridItemTextError {
	color:red;
	float:right; 
	font-size: 0.85em;
	}
	
.addressGridNotes {
	width: 180px; 
	margin-bottom: 10px; 
	float:right; 
	font-size:0.7em;
	background-color: rgb(255,255,255);
	border: thin solid rgb(0,0,0);	
	}
.addressGridNotes ol {
	margin-right: 10px; 
	margin-left: 0px; 
	padding-left: 25px;
}

.addressGridNotes li {
	font-size: inherit;		
	padding-top: 5px; 
	padding-bottom: 10px;
	}

	

	
