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



/* PRINT STYLE SHEET - ONLY PRINTS CONTENT DIV */ 

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

body {	background-color: #FFFFFF; }

h1, h2, h3 {
	font-weight: bold;
	color: #000000; }
h1 {	font-size: 20px; }
h2 {	font-size: 16px; }
h2 {	font-size: 14px; }

p, li, a:visited, a:link, a:active, a:hover {
	font-size: 12px; }
p, li {	color: #000000; }
a:visited, a:link, a:active {
	font-style: italic;
	color: #FFFF00;
	text-decoration: none; }
a:hover {
	font-style: italic;
	color: orange;
	text-decoration: underline; }
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; }

.topofpage {
	visibility: hidden; }

.subHeading {
	vertical-align: bottom;
	clear: left;
	background-image: url(../graphics/pagelayout/menubar_up.gif);
	background-repeat: repeat-x; 
	height: 25px;
	background-color: #666666;
	border-bottom: 1px solid #999999;
	padding: 3px;
	padding-left: 10px; }
.subHeading h1 {
	font-size: 16px;
	font-weight: bold;
	color: #ffff99; }

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







/***** MAIN PAGE LAYOUT *****/ 
#pagecontainer {
	width: 760px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	clear: left; }
#banner {
	visibility: visible; }
#banner h1 {
	visibility: visible;
	color: #000000;
	font-size: 16px;
	font-weight: bold; }
#banner img {
	display: none; }
#navbar {
	display: none; }

#sidebarcontentcontainer {
	display: block;
	float: left;
	border: 1px solid #666666; }
#sidemenu {
	display: none; }
#content {
	width: 650px;
	min-height: 510px;

	padding: 5px;
	margin: 5px;
	margin-bottom: 15px;
	border: 1px solid #333333; }
#footerlinkribbon {
	display: none; }
#footer {
	display: none; }

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







/***** SHOP HOMEPAGE *****/
.prodBoxContainer {
	float: left;
	text-align: center;
	width: 130px;
	margin-left: 5px;
	margin-bottom: 10px;
	border: 1px solid #666666;
	padding: 4px;
	background-color: #222222; }
/***** END OF SHOP HOMEPAGE *****/





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

#categorytitle { /* Title-description box at the head of each prod category page */
	width: 600px;
	height: 120px; 
	display: block;
	float: left;
	border: 1px solid #666666;
	padding: 5px;
	margin-bottom: 10px; 
	background-image: url(../graphics/categories/category_background.jpg);
	background-repeat: repeat; }
#categorytitle h1 {
	padding-left: 10px;
	margin-top: 5px;}
#categorytitle p {
	font-size: 12px;
	color: #ffffff; }
#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: 600px;
	border: 1px solid #666666;
	background-color: #222222;
	padding: 5px;
	margin-bottom: 10px; }

.categoryProdImg85h { /* product image */
	position: relative;
	width: 70px;
	display: block;
	float: left;
	text-align: center; }
.categoryProdImg85h .prodimg {
	border: 1px solid #666666;
	margin-right: 10px;
	z-index: 1; }
.categoryProdImg85h .new { /* new product icon */
	padding: 0;
	background: none;
	border: none;
	z-index: 2;
	position: absolute;
	left: 25px;
	top: -5px;}

.categoryProdTextContainer {
	width: 440px;
	display: block;
	float: left; }
.categoryProdTextContainer h2 {
	margin-top: 0px;
	margin-bottom: -10px; }
.categoryProdTextContainer p {
	font-size: 12px;
	color: #ffffff; }

.categoryAddCartContainer {
	display: block;
	float: right;
	width: 85px;
	text-align: center; }
.categoryAddCartContainer h2 {
	margin-top: 0px;
	margin-bottom: 3px; }

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





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

.prodtable { /* Defines the setting out of the product details table at the top of the page */
	width: 100%; }	
.prodleft {
	width: 100px;
	text-align: left; }
.prodcentre { }
.prodright {
	width: 135px;
	text-align: center;
	background-color: #333333;
	border: 1px solid #555555;
	padding: 0px; }

.productTitle {
	font-size: 16px;
	font-weight: bold;
	color: #ffff99; }
.productCode {
	font-size: 10px;
	color: #ffffff; }
.productPrice {
	font-size: 14px;
	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 *****/

