@charset "utf-8";
/* Main CSS Style Sheet */


/***** REDIFINING STANDARD HTML ELEMENTS *****/


   body {

	background-color: #000000;

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;

	background-attachment: scroll;
	background-image: url(../graphics/pagelayout/sitebg17a.jpg);  /* DEC 2011: sitebgsnow01e.jpg; 231011: sitebg17a.jpg; 220911 - 16f, 190911 - 15c.jpg, upto160711 = 12c; pre-snowflakes = 10c; Xmas snowfloakes = 11c */
	background-repeat: no-repeat;
	background-position: center top;
	}
   

h1, h2, h3 {
	font-weight: normal;
	color: #ffff99; }  /* mh: Orig ffff99 */

h1 {	font-size: 21px; }  /* mh: Orig 21px */
h2 {	margin-left: 40px; margin-right: 30px; font-size: 14px; color: #ffff99; }
h3 {	font-size: 14px; }

p { margin-left: 40px; margin-right: 40px}

p, li, a, a:visited, a:link, a:active, a:hover {

/* margin-left: 20px; */
/* line-height: 1; */

	font-size: 12px; }

li { margin-left: 15px; margin-right: 40px }

p, li { color: #ffffff; }

a, a:visited, a:link, a:active {
	font-style: none;
	/* color: #FFFF00; */
	color: #ffff99;

	text-decoration: none; }
a:hover {
	font-style: none;
	color: orange;
	text-decoration: underline; }
a.LinkSmall, a.LinkSmall:visited, a.LinkSmall:link, a.LinkSmall:active, a.LinkSmall:hover {
	font-size: 10px;
	color: #666666; /* mh: 120711*/
	}

form {	margin: 0px;
	padding: 0px; }

/***** END OF STANDARD HTML ELEMENT DEFINITIONS *****/





/*****  REUSABLE CSS CLASSES *****/

.textsmall {
	font-size: 10px;
	color: #ffffff; }
.darkGrey {
	font-size: 10px;
	color: #666666; }

img.ImgBorder {

	/* border: 1px solid #555555; */
	border: 1px solid #222222;
	margin-right: 20px;
	}

.topofpage {
	display: block;
	clear: both;
	width: 645px;
	border: 1px solid #333333;
	background-color: #222222;
	background: url(../graphics/pagelayout/menubar_up.gif) repeat-x bottom left;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	text-align: center; }

.subHeading {

	vertical-align: bottom;
	clear: left;
	margin-left: 20px;
	/* background-image: url(../graphics/pagelayout/banner_plain.gif); */
	/* background-repeat: no-repeat; */
	height: 25px;
	border: 0px;
	padding: 3px;
	padding-left: 10px;
	}

.subHeading h1 {

	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #ffff99;
	}

/*****  END OF REUSABLE CSS CLASSES *****/



/***** MAIN PAGE LAYOUT *****/ 

   #pagecontainer {

	width: 880px;  /* MH: ORIG 760 */
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	border: 0px solid #000000;
	clear: left;
	}

   #banner {

	margin-top: 0px;
	margin-left: 0px;
	width: 100%;
	height: 147px;
	padding: 0px;
	}

   #banner h1 {

	visibility: hidden;
	color: #000000;
	font-size: 9px;
	}

   #navbar {

	display: block;
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: 0px;
	}

   #navbar div.categories {  /* mh: Contains single word 'Menu' text */

	font-size: 2px; color: 666666
	font-wieght: bold;
	float: left;
	margin: 0px;
	margin-top: 10px;
	margin-left: 20px;
 	margin-bottom: -10px; margin-right: 122px;
	}

#navbar div.navlinks {

	margin-top: 0px; margin-left: 115px;
	display: block;
	float: left;
	border: 0px;
	}

   .search-box{

	/*search box positioning layer*/

	margin-top: 0px; margin-left: -139px; margin-bottom: 6px; margin-right: 0px;
	height: 23px;
	width: 168px;
	padding: 7px 0px 0px 0px;

	/* display: block; Commented out 10/11/10 to remove Google Search Facility (Displaying competitor links!) */

	display: block;
	float: left;
	}

input.search-field{ /*text input search field */

	float: left;
	border: 2px solid #666666;
	margin-top: -1px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-right: 0px;
	height:20px;
	/* width: 95px; */
	width: 120px;
}

input.search-go { /*search button */

	float:left;
	border:0;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 4px;
	padding:0;
	height: 21px;
	width: 31px;
	background: url(../graphics/searchbox/search-button.gif) no-repeat top left;
	cursor: pointer; }

input.search-go:hover{ /*search button hover "Does Not work in ie6" */
	background:url(../graphics/searchbox/search-button.gif) no-repeat bottom left; }

#navbar div.navlinks p {

	margin: 0px;
	padding-top: 12px; }

#sidebarcontentcontainer {

	display: block;
	float: left;
	background-color: #111111;
	border: 1px solid #666666; }

#sidemenu {

	width: 167px;  /* MH: ORIG 120 */
	display: block;
	float: left;
	}


#content {

	width: 688px;  /* MH: ORIG 614 */
	min-height: 510px;
	display: block;
	float: right;
	padding: 5px;
	margin: 5px;
	margin-bottom: 15px;
	border: 1px solid #333333;
	background: #111111;
	}

#footerlinkribbon {

	clear: both;
	width: 879px;
	height: 26px;
	margin-right: auto;
	xxmargin-left: auto;
margin-left: 0px;
	text-align: center;
	background-image: url(../graphics/pagelayout/menubar_down.gif);
	background-color: #666666;
	padding-top: 4px; }

#footerlinkribbon p {

	margin: 0px;
	padding: 0px; }

#footer {

	clear: both;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;  }

/****** END-MAIN PAGE LAYOUT ******/ 




/***** SHOP HOMEPAGE *****/

.prodBoxContainer {

	display:inline;
	float: left;
	text-align: center;
	width: 142px;
	margin-left: 17px;  /*  mh: ORIG: 4px*/
	margin-bottom: 10px;
	border: 1px solid #666666;
	padding: 2px;
	padding-top: 2px;
	background-color: #222222;
	}

.prodBoxContainer p {

	height: 24px;
	margin: 0px;
	}

/***** END OF SHOP HOMEPAGE *****/





/***** PRODUCT CATEGORY PAGE *****/

#categorytitle { /* Title-description box at the head of each prod category page */

	width: 640px;
	height: 150px; 
	display: block;
	float: left;
	border: 1px solid #333333;
	padding: 5px;
margin-left: 20px;
	margin-bottom: 10px; 
	background-image: url(../graphics/categories/category_background.jpg);
	background-repeat: repeat;
	}

#categorytitle h1 {

	padding-left: 20px;
	margin-top: 5px;
	}

#categorytitle p {

margin-right: 130px;
	font-size: 12px;
	color: #ffffff;
line-height: 1.5;
	}

#categorytitle img {

	border: 1px solid #666666; }

.categoryItemContainer { /* container box for each product line item */
			/* note also used by magic explained page */
	display: block;
	float: left;
	clear: both;
	width: 638px;
	border: 2px solid #333333;
	background-color: #222222;
	padding: 5px;
margin-left: 20px;
	margin-bottom: 10px;
	}

.categoryProdImg85h { /* product image */

	position: relative;
	width: 70px;
	display: block;
	float: left;
	text-align: center;
	}

.categoryProdImg85h .prodimg {
	
	border: 1px solid #666666;
	height: 200px;
	width: 140px;
	margin-left: 10px;
	margin-right: 10px;
	z-index: 1;
	}

.categoryProdImg85h .new { /* new product icon */

	padding: 0;
	background: none;
	border: none;
	z-index: 2;
	position: absolute;
	left: 120px;
	top: -5px;
	height: 
	}

.xxcategoryProdTextContainer {  /* superceded 090711 mh */

	width: 440px;
	display: block;
	float: left;
	}

.categoryProdTextContainer {

	width: 400px;
	display: block;
	float: left;
	}

.categoryProdTextContainer h2 {

	margin-top: 10px;
	margin-left: 110px;
	margin-bottom: 10px;
	}

.categoryProdTextContainer p {

	margin-left: 110px; margin-right: 10px;
	font-size: 12px;
	color: #ffffff;
	}

.xxcategoryAddCartContainer {  /* superceded 090711 mh */

	display: block;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	width: 85px;
	text-align: center;
	}

.categoryAddCartContainer {

	display: block;
	float: right;
	margin-top: 12px;
	margin-right: 0px;
	width: 130px;
	text-align: left;
	}

.categoryAddCartContainer h2 {

	margin-top: 0px;
	margin-bottom: 3px;
	}

/***** END OF PRODUCT CATEGORY PAGE *****/


/*  MH BUTTONS/Layout for generic Buy Buttons/product options */

.prodoptions {margin-top: 5px; margin-left: 5px; margin-bottom: 8px; width: 120px }
.bttnbuynow {margin-top: 5px; margin-left: 0px; margin-bottom: 12px; width: 120px }
.bttnviewcart {margin-top: 5px; margin-left: 0px; margin-bottom: 0px; width: 120px }


/***** PRODUCT PAGE LAYOUT *****/

.prodtable { /* Defines the setting out of the product details table at the top of the page */

	margin-top: 3px;
	margin-left: 20px;
	width: 648px;
	border: 2px solid #333333;
	background: #222222;
	}

.prodleft {

	width: 100px;
	text-align: left;
	}

.prodcentre { 

	background: #ff0000;
	}

.prodright {

	width: 135px;
	text-align: center;
	/* background-color: #000000; */
	border: 0px solid #555555;
	padding: 0px; }

.productTitle {

	/* mh: 090711 - Unable to set top-margin as this style is hard-coded as <SPAN> in 500+ pages */
	margin-left: 0px;
	margin-right: 20px;
	font-size: 14px;
	font-weight: normal;
	color: #ffff99;
	}

.productCode {

	margin-top: 10px;
	margin-left: 0px;
	font-size: 11px;
	color: #ffffff;
	}

.productPrice {

	margin-left: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	}

.productPriceOld {

	font-size: 12px;
	color: #ff9933;
	}

.prodImgContainer { 

	position: relative; }

.prodImgContainer .new { /* new product icons */

	position: relative;
	padding: 0;
	background: none;
	border: none;
	z-index: 2;
	position: absolute;
	left: 105px;
	top: -5px;
	}


/***** END OF PRODUCT PAGE LAYOUT *****/


