/* *** BASIC SETUP *** */
body, td, p, input {
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
}
body {
	font-size:  		90%;
	margin: 			0;
	text-align: 		center;
	background-color: #fff !important;
}
a {color:#004990;cursor:pointer;}
a:link		{color:#004990;text-decoration:none;}
a:visited	{color:#004990;text-decoration:none;}
a:hover		{color:#004990;text-decoration:none;}
a:focus		{color:#004990;text-decoration:none;}
a:active	{color:#004990;text-decoration:none;}

img {display:block;}

.clearboth, .breaker {
	height: 2px;
	font-size: 1px;
	line-height: 2px;
	clear:both;
}

hr {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:0;
	padding:0;
	visibility:hidden;
}

/* *** BASIC LAYOUT *** */

#page {
	width:		1003px;			/* for full width, change to "auto" */
	margin: 	0px auto 10px auto;
	padding:	0;
	text-align: left;
	position:relative;
}
#headerBlock {
    margin:0;
    padding:0;
}
#bodyBlock
{
	width:			1003px;		/* for full width, change to "auto" */
	clear:  		both;
	min-height: 	45em;
	position:   	relative;
	margin-top: 	0em;
	background-color : #fff;
	border-top : 1px solid #fff;
}

#contentColumn  	/* The big wahoonie */
{
	margin:0 205px 0 205px;
	line-height:1.2em;
	position:relative;
}
#leftColumn {
	position:absolute;
	top:0px;
	left:0px;
	width:195px;
	line-height:1.2em;
	text-align:left;
}
#rightColumn {

	position:absolute;
	top:0px;
	right:0px;
	width: 195px;
	line-height:1.2em;
	text-align:left;
}

#footerBlock
{
	clear:  			both;
	padding:			2px 2px 2px 2px;
	margin: 			40px auto 10px auto;
	font-size:  		10px;
	color:  			#A7A9AB;
	line-height:		1.4em;
}

#bookmarks
{
	clear:  			both;
	text-align: 		center;
	background-color:   #fff;
	padding:			7px 0;
	font-size:  		10px;
	line-height:		1.4em;
}



/* *** HEADER *** */

h1{
	font-size: 	0.7em;
	margin:		1px 4px 0px 4px;
	white-space:nowrap;
}



#pageBanner {
	height : 150px;
	margin : 0;
	position : relative;
	background-image: url(../images/header_bg.jpg);
	background-position: 600px 0px;
	background-repeat: no-repeat;
}
#pageBanner img, #pageBanner div {	
	color: #FF0000;
	font-size: 12pt;
	font-weight: bold;
}
#headerText {
	float: left; 
	margin: 90px 0px 0px 260px;
}

/* SETS PROPERTIES FOR BOX CONTAINING HEADER MENUS. ALL OTHER MENU STYLES IN MENU.CSS */
#navTop { 
	font-family : Arial, Verdana, Helvetica, sans-serif;
	clear:both;
    vertical-align : middle;
	color:#FFF;
	font-size:12px;
	line-height:23px;
	height:25px;
	font-weight:400;
	padding:5px 5px 0px 10px;
	margin : 0 0 10px;
	text-align:left;
	background-color: #0078c1;
}

#searchIn {
	background-image:url(../images/inputBG.gif);
	background-repeat:no-repeat;
	background-position: left top;
	background-color:#0079c2;
	height: 40px;
	padding:3px 3px 0px 10px;
}
#searchIn input {
	background-color: transparent;
	border-width: 0;
	display: inline;
	font-size: 12pt;
	
}
#searchTitle, #leftColumn .catalogue {
	padding-left:35px;
	height: 30px;
	background-image: url(../images/paw.gif);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	color:#ad108e;
	line-height : 26px;
	font-size : 14pt;
	margin:0;
	font-weight: 600;
	clear: left;
}

/* *** LEFT/RIGHT COLUMNS *** */

#leftColumn, #rightColumn {
	font-size:  			1.0em;
}
#leftColumn label, #rightColumn label {
	font-weight:bold;
}

#leftColumn p, #rightColumn p,
#leftColumn form, #rightColumn form	{
	margin: 				0px;
}
#leftPlate {
	background-image: url(../images/leftnav_bg2.jpg);
	background-repeat: repeat-y;
}
#leftColumn address
{
	line-height:1.3em;
	font-style:normal;
	color:#000;
	margin:0;
	padding:10px 20px 0px 20px;
	font-size: 11pt;
}
#leftColumn address span
{
	color: #7bacdc;
}
#rightColumn .boxBody
{
	line-height:1.3em;
	font-style:normal;
	background-color:#fff;
	color:#000;
	margin:0 9px 0px 9px;
	padding:5px;
}

#leftColumn .boxBody a,
#rightColumn .boxBody a,
#leftColumn address a
{
	color : #fe913c;
	text-decoration:underline;
}
#leftColumn ul,
#rightColumn ul
{
	margin:0;
	padding:0;
	list-style:none;
	font-family:Arial, Verdana, Helvetica, Times, sans-serif;
}

#rightColumn ul li
{
	margin:0;
}
#leftColumn ul li a,
#rightColumn ul li a {
	display:block;
	text-decoration:none;
}
#leftColumn ul li a:hover,
#rightColumn ul li a:hover {

}
#rightColumn h3
{
	line-height:			18px;
	background-color:   	#fff;
	margin: 				0;
	padding:				7px 0px;
	font-size:  			1.1em;
	color:  				#0073C6;
	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:  			1em;
	font-weight:			700;
	text-align: 			right;
}

#rightColumn #smallCart	{
	font-size:0.85em;
}
#rightColumn #smallCart th, #rightColumn #smallCart td {
	padding:0 3px;
}
#rightColumn #smallCart .noItem, #rightColumn #smallCart .cartTotal {
	color:#999999;
}
#rightColumn #smallCart .cartTotal {
	text-align:	right;
}
#rightColumn #smallCart .smallCartTotal {
	height: 5px;
	line-height: 5px;
}
#leftColumn .creditcards
{
	text-align:left;
	padding:20px 20px 10px 20px;
	
}
#leftColumn .creditcards span
{
	font-size:0.7em;
	text-align:center;
	display:block;
}
#leftColumn .creditcards .creditcard {
	margin:3px auto 0 auto;
	display:inline;
	border:solid 1px #fff;
}
#rightColumn div.sideSpecials {color:#000; margin: 20px 5px 0px 5px;}
#rightColumn div.sideSpecials a {color:#000;text-decoration:none;}
#rightColumn div.sideSpecials strong {display:block;color:#0073C6;text-align:left;font-size:1em;margin:1em 0 0.3em 0;}
#rightColumn div.sideSpecials img {
	margin:0 auto;
}
#rightColumn div.sideSpecials .specialsPrice {
	font-size: 10pt;
	margin-right: 20px;
	font-weight: bold;
}

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

#rightColumn #remembertext {
    padding:                0px 0px 0px 0px !important; 
    margin:                 0px 0px 0px 0px !important;
    vertical-align:         middle;
    height:                 11px;
    line-height:            11px;
    font-size:              0.8em;
}


#orderthemonline {
	background-image: url(../images/orderthemonline_bg.jpg);
	background-repeat: no-repeat;
	height:114px;
	width: 181px;
	color: #004990;
	padding: 7px;
	font-size: 12pt;
	font-weight: bold;
}
#rightColumn .orangeTitle {
	font-size: 14pt;
	font-weight: normal;
	text-align: center;
	margin: 0;
	color: #FFF;
	background-color: #f7931d;
	padding: 5px 0px;
	letter-spacing: -1px;
}
#orangeBox {
	background-color: #f7931d;
	color: #FFF;
	font-size: 10pt;
	text-align: left;	
	padding: 10px;
}
#orangeBox h2 {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-size: 13pt;
	font-weight: bold;
}
/* LOGIN stuff */
#rightColumn .subscribeBox { 
	background-color: #FFF;
	color: #000;
	padding: 0px;
	font-size: 10pt;
	font-weight: 600;
	margin: 0px;
	border-left: 1px solid #0078c1;
	border-right: 1px solid #0078c1;
	text-align: left;
}

#rightColumn .subscribeBox h2 {
	color: #0078c1;
	font-size: 14pt;
	font-weight: bold;
	padding: 5px;
	margin: 0;
	text-align: center;
}
#rightColumn .loginTitle {
	background-image: url(../images/paw2.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
	color: #00467d;
	font-size: 13pt;
	font-weight: bold;
	vertical-align: middle;
	line-height: 26px;
	padding: 0px 0px 0px 40px;

}
#rightColumn .loginField {
	background-image: url(../images/input_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 3px auto;
	text-align: center;
	height: 27px;
	padding-top: 5px;
}
#rightColumn .loginField input {
	width: 140px;
	margin: 0px auto;
	border-width: 0;
	background-color: transparent;

}
#rightColumn label {
	line-height: 16pt;
	margin-left: 20px;
	font-size: 11pt;
	font-weight: normal;
}
/* ///////LOGIN stuff */
/* *** FOOTER *** */

#footerBlock a,
#footerBlock a:visited
{
	text-decoration:		none;
	color:					#A7A9AB;
}
#footerBlock a:hover
{
	text-decoration:		underline;
	color:					#A7A9AB;
}
#footerBlock ul
 {
	margin: 				0.3em 0 0 0; 
	padding:				0;
	list-style: 			none;
	text-align: right;
	float: right;
}
#footerBlock ul li
{
	margin: 				0;
	padding:				0 5px 0 5px;
	list-style: 			none;
	display:				inline;
	border-left:			1px solid #A7A9AB;
}
#footerBlock ul li.first
{
	border-width:			0;
}
#footerBlock #copyright
{
	margin: 				0.3em 0 0.3em 0.0em; 
}
#footerBlock .powered
{
	margin: 				0;
	text-align: 			center;
	padding:				0 0.0em 0 0;
}
#bookmarks a,
#bookmarks a:hover,
#bookmarks a:visited
{
	color:  				#aaa;
	text-decoration:		none;
}
/* *** LIST NAVIGATION *** */

#shoppingCart .listNavTable {
	font-size:10px;
	text-align:right;
	border-bottom:1px solid #AAA;
	padding-bottom:2px;
}

#shoppingCart .listNavTable span,
#shoppingCart .showNavTable span
{
	padding:0 0.5em;
}
#shoppingCart .listNavTable a,
#shoppingCart .showNavTable a
{
	margin:0;
	padding:0;
}
#shoppingCart .listNavTable img,
#shoppingCart .showNavTable img
{
	display:inline;
	border-width:0px;
	margin:1px 0;
	vertical-align:middle;
}
#shoppingCart .showNavTable
{
	font-size:10px;
	text-align:right;
	border-bottom:1px solid #fff;
	padding-bottom:2px;
}

#shoppingCart .relatedProductPrice {
	line-height: 10pt;	
}
#shoppingCart .relatedProductPrice .super {
	font-size: 7pt;
	vertical-align: top;
}

/* *** 'BACK' LINKS IN SHOPPING CART HEADERS *** */


#shoppingCart #linkHeader {
	position:relative;
}
#shoppingCart h2
{
	height: 31px;
	font-size:11pt;
	color:#FFF;
	background-image: url(../images/contenttitle_bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	font-weight: 700;
	margin: 10px 0px;
	padding-left: 30px;
	line-height: 31px;
}
#shoppingCart .fakeH2 {
	background-color:	transparent;
    margin: 			3px 15px 0 0;
	padding:			0.2em 0.5em;
	font-size:  		0.9em;
	color:  			#fff;
	font-weight:		bold;
	position:absolute;
	top:1px;
	right:3px;
}


#shoppingCart .fakeH2 a {color:#fff;}
#shoppingCart .fakeH2 a:hover {color:#fff;padding-right:0.0em;}


/* *** BREADCRUMBS *** */

#breadcrumbs {
	font-size:0.7em;
	padding:0 0 0.5em 0;
	background-color:#FFF;
}

/* **** IE7 FIX **** */
#shoppingCart .contentArea {width:100%;}