body {
	margin:0;
	font-size:90%;
	text-align:center;
	color:#373737;
	background-color:#fff;
/*	background-image:url(../images/greenGradBG.gif);
	background-repeat:repeat-x;*/
}
body, #page, td, th {
	font-family:verdana,arial,helvetica,sans-serif;
}
/* Adjust text size for stupid MIE */
/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html body {font-size:85%}
/* End hide from IE5/mac */
a {cursor:pointer;}
* html a 	{cursor:hand;} /* Only IE sees this. */
a:link	{color:#F86221;text-decoration:none;}
/* #fdaa02 */
a:visited	{color:#fdaa02;text-decoration:none;}
a:hover 	{color:#B601F1;text-decoration:none;}
a:focus 	{color:#F00;text-decoration:none;}
a:active 	{color:#F00;text-decoration:none;}
img {display: block;}
.breaker {
	font-size:1px;
	line-height:1px;
	clear:both;
}
/* **************************** BASIC PAGE SETUP LAYOUT ********** */
#page {	/* Entire site */
	width:802px;
	margin: 0 auto;
	padding:0;
	text-align: left;

}

#pageBanner {
	height:217px;
	width:779px;
	margin:0 2px -37px 10px;
	background-image:url(../images/headernav7.gif);
	background-repeat:no-repeat;
}

#bodyBlock { /* Body Block */
	margin:10px 0 0 8px;
	position:relative;
	clear:both;

}
* html #bodyBlock {
	height:50px;
}
#leftColumn {	/* Left Column */
	position:absolute;
	top:0;
	left:0;
	width:150px;
	min-width:150px;
	line-height:1.2;
	text-align:left;
}
#rightColumn { 	/* Right Column */
	position:absolute;
	top:0;
	right:10px;
	width:150px;
	min-width:150px; 
	line-height:1.2;
	text-align:left;
}
#contentColumn { /* The big wahoonie */
	margin: 7px 170px 0 160px !important;
	padding:0;
	line-height:150%;
	min-height:57em;
}
#contentColumnWide { /* The even bigger wahoonie */
	margin: 7px 10px 0 160px !important;
	line-height:150%;
	min-height:49em;

}

#footerBlock
{
	clear:  			both;
	padding:			2px 2px 2px 2px;
	margin: 			10px 5px 5px 0px;
	background-color:   #FFBEA8 !important;
	font-size:  		10px;
	color:  			#D21D02;
	line-height:		1.4em;
}

#bookmarks
{
	clear:  			both;
	text-align: 		center;
	background-color:   #fff;
	padding:			7px 0;
	font-size:  		10px;
	line-height:		1.4em;
}
#footerBlock a,
#footerBlock a:visited
{
	text-decoration:		none;
	color:					#D21D02;
}
#footerBlock a:hover
{
	text-decoration:		underline;
	color:					#D21D02;
}
#footerBlock ul
 {
	margin: 				0.3em 0 0 0; 
	padding:				0;
	list-style: 			none;
	text-align: 			right;
}
#footerBlock ul li
{
	margin: 				0;
	padding:				0 5px 0 5px;
	list-style: 			none;
	display:				inline;
	border-left:			1px solid #D21D02;
}
#footerBlock ul li.first
{
	border-width:			0;
}
#footerBlock #copyright
{
	margin: 				0.3em 0 0.3em 0.5em; 
}
#footerBlock .powered
{
	margin: 				0;
	float:  				right;
	text-align: 			right;
	padding:				0 0.5em 0 0;
}
#bookmarks a,
#bookmarks a:hover,
#bookmarks a:visited
{
	color:  				#FA0E4F;
	text-decoration:		none;
}
/* Stops floats absentmindedly wandering out of their containing boxes in MIE */
/* (gives the containing box 'layout' whatever the heck *that* is) */
/* Hide from IE5-mac. Only IE-win sees this. \*/
	 * html #contentColumn 	{height:47em;}
	 * html #contentColumnWide	{height:47em;}
	 * html .contentArea 	{height:47em;}
/* End hide from IE5/mac */
/* ********************* HEADER ************************************* */
h1 {
	font-size:0.7em;
	margin:2px 0 2px 10px;
	height:10px;
}


#headerBlock #headerNav {
	height:40px;
	font-size:12px;
	padding:5px 30px 0 30px;
	text-align:right;
	color:  #D21D02;
}
#headerBlock ul,
#headerBlock ul li {
	margin:0;
	padding:0;
	list-style:none;
}
#headerBlock #headerNav #navHome {
	float:left;
	display:inline;
	margin:0;
	padding:0;
}
#headerBlock #headerNav #navCheckout
{
	margin-right: 	0px;
}
#headerBlock #headerNav #navCheckout form
{
	display:inline;
}
#headerBlock #headerNav #navHome li,
#headerBlock #headerNav #navCheckout li {
	display: inline;
	margin:0;
	padding:0 3px 0 7px;
	border-left:0px solid #fff;
}
#headerBlock #headerNav #navHome li.first,
#headerBlock #headerNav #navCheckout li.first {
	padding:0 3px 0 0;
	border-width:0;
}
#headerBlock #headerNav a,
#headerBlock #headerNav a:visited
{
	font-weight:bold;
	color:#D21D02;
	text-decoration:none;
}
#headerBlock #headerNav a:hover {
	color:#FF6A6A;
}
/* ************************* LEFT/RIGHT COLUMNS ***************************** */
#leftColumn,
#rightColumn
	{
	font-size:1em;
	}
#leftColumn input,
#rightColumn input
	{
	font-size:0.9em;
	margin:1px;
	display:block;
	}
#leftColumn p,
#rightColumn p,
#leftColumn form,
#rightColumn form
	{
	margin:0;
	}
#leftColumn h2,
#rightColumn h2
{
	line-height: 18px;

	color:#fff;
	margin: 0;
	padding: 0 0 0 10px;
	font-size:0.8em;
	white-space: nowrap;
	font-weight:700;
	background-color: #FB4D7C;
	background-image: url(../statimages/side_h2_box.gif); 
	background-repeat: no-repeat;
	background-position: left top;
}
#leftColumn h2.noBox,
#rightColumn h2.noBox
	{
	background-color:transparent;
	background-image: url(../statimages/side_h2_nobox.gif); 
	}
#leftColumn h2 a,
#rightColumn h2 a 
	{
	text-decoration:none;
	color:#fff;
	}
#leftColumn h2 a:hover,
#rightColumn h2 a:hover
	{
	color:#fff;	
	}
#leftColumn .sidebarLinkSpacer,
#rightColumn .sidebarLinkSpacer 
	{
	line-height:	7px;
	}
#leftColumn .boxBody,
#rightColumn .boxBody
	{

	color:#9A9A9A;
	background-color: #FEE7F0;
	margin:	0 0 10px 0;
	padding:	10px 10px 13px 10px;
	background-image:url(../statimages/side_box_bottom.gif);
	background-repeat:no-repeat;
	background-position:0 100%;
    font-size:75%;
	}
#leftColumn .boxBody a,
#rightColumn .boxBody a
	{
	text-decoration:none;
    font-size:1.0em;
	}
	.boxBody p, .boxBody div a, .boxBody td a, .boxBody th {font-size:1.0em;}
#leftColumn ul,
#rightColumn ul
	{
	margin:0;
	padding:5px 0 10px 10px;
	}
#leftColumn ul li,
#rightColumn ul li 
	{
	font-size:0.8em;
	line-height: 1.5em;
	font-weight: 500;
	color: #9a9a9a;
	margin: 0;
	padding: 0 0 0 20px;
	list-style-type: none;
	background-image: url(../statimages/listbullet3.gif);
	background-repeat: no-repeat;
	background-position: left;	
	}
#leftColumn ul li a,
#rightColumn ul li a
	{
	color: #F86221;
	text-decoration:none;
	}
#leftColumn ul li a:hover,
#rightColumn ul li a:hover
	{
	color: #EE0B5A;
	}
#leftColumn .button,
#rightColumn .button
	{
	margin:5px;
	text-align:right;
	}
#leftColumn .buttonGo,
#rightColumn .buttonGo
	{
	margin:4px 0;
	border-width:0;
	}
	.creditcards {
	text-align:	left;
	margin-bottom:	20px;
	padding-bottom:	20px;
	font-size:75%;
	}
	.creditcard {
	margin-top:	2px;
	float: left;
	border: solid 1px #FFF;
	border-collapse: collapse;
	}
	
#rightColumn .sideSpecials
{
	margin-bottom: 7px;
	text-align : center;
}
/* ^ colour is set in the php file */
	
#rightColumn #browseByList {
	margin:0 0 0 0.5em;
	padding:0;
	}
#rightColumn #browseByList li {
	padding: 0;
	background-image:none;
	}
#rightColumn #browseByList li a {
	text-decoration:none;
}

#rightColumn h3
{
	line-height:			18px;
	background-color:   	transparent;
	margin: 				0;
	padding:				7px 0px;
	font-size:  			0.9em;
	color:  				#3B8A07;
	font-weight:			700;
}
#rightColumn h3 span
{
	display:				block;
}
#rightColumn #referralCredit
{
	margin-bottom: 			12px;

}
#rightColumn #referralCredit span
{
	margin: 				0;
	padding:				4px;
	border: 				1px solid #be2a40;
	font-size:  			0.8em;
	font-weight:			700;
	text-align: 			right;
}

#rightColumn #rememberme {
    padding:                5px 0px 0px 0px !important; 
    margin:                 1px 0px 0px 0px !important;
    float:                  left;
    vertical-align:         middle;
    height:                 11px;
    line-height:            11px
    
}

#rightColumn #remembertext {
    vertical-align:         middle;
    height:                 11px;
    line-height:            11px
}

#rightColumn .loginID, #rightColumn .loginPass {
    width: 120px;
}

/* ********************* CONTENT ********************* */
#contentColumn h2
{

	color:#74AC0B;
	margin: 0 0 1em 0;
	padding: 0;
	font-size:1.3em;
	font-weight:bold;
	background-image: url(../statimages/boxTL.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:26px;
}

#contentColumnWide h2
{
	color:#74AC0B;
	margin: 0 0 1em 0;
	padding: 0;
	font-size:1.2em;
	font-weight:normal;
	background-image: url(../statimages/boxTL.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:21px;
}

h2 span.ur {display:block;background-repeat:no-repeat;background-position:right top;background-image: url(../statimages/boxTR.gif);}
h2 span.lr {display:block;background-repeat:no-repeat;background-position:right bottom;background-image: url(../statimages/boxBR.gif);}
h2 span.ll {display:block;background-repeat:no-repeat;background-position:left bottom;background-image: url(../statimages/boxBL.gif);padding-left:1em;}
/* Explorer goes nutsy-kookoo if H2s are wider than this. Why? I dunno. Ask Bill Gates. */
* html #contentColumn h2,
* html #contentColumnWide h2
{
	width : 97%;
}


#bigFeatured {
	background-image:url(../images/mainfeatureBG.jpg);
	background-repeat:no-repeat;
	width:440px;
	height:210px;
	margin:0;
}

#bigFeaturedImage img {
	padding:4px;
	margin:3px 0 0 4px;
}

#bigFeaturedName {
	color:#3395DE;
	line-height:28px;
	font-size:26px;
	float:right;
	clear:right;
	width:220px;
	display:inline;
	margin-bottom:10px;
	margin-top:10px;
}

#bigFeaturedTextMiddle {
	color:#FBAB00;
	font-size:24px;
	line-height:28px;
	float:right;
	clear:right;
	width:180px;
	display:inline;
	margin-bottom:10px;
}

#bigFeaturedPrice {
	color:#6C9D06;
	clear:right;
	line-height:28px;
	float:right;
	width:160px;
	display:inline;
	font-size:28px;	
	margin-bottom:10px;
}

#bigFeaturedButton {
	float:right;
	clear:right;
	width:150px;
	margin-top:20px;
	display:inline;

}