html {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #888888;
	background: url('../images/pagebg.jpg') top left repeat-x;
}

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

.header{
		
}

a:hover {
	color: #3772AA;
	text-decoration: none;
}
a {
	color: black;
	text-decoration: none;
}

td {
	vertical-align: top;
}

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

img {
	border: 0px;
}

h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em;
}

/**** FOOTER ****/
.footerbottom {
	text-align: center;
}

/**** navigation tabs ****/
#navCatTabsWrapper {
	padding-bottom: 8px;
	margin-bottom: 5px;
	background: url('../images/divider.gif') bottom left repeat-x;
}

#navCatTabs td{
	text-align: center;
	padding: 0px 0px 5px 0;
	width: 100px;
	border: 0;
	background: url('../images/tabbg.gif');
}

/*
td #homelink .category-subs-selected {
	background: url('../images/tabbg_current_home.gif');
}

td #homelink {
	background: url('../images/tabbg_home.gif');
}
*/

#navCatTabs .category-subs-selected {
	display: block;
	margin-top: -5px;
	margin-bottom: -5px;
	padding: 5px 0px 5px 0;
	background: url('../images/tabbg_current.gif');
}

#navCatTabs a {
	display: block;
	padding: 5px 0px 0px 0;
	font-weight: bold;
}

/**** MAIN CENTER ****/

.centershop {
	width: 100%;
	padding: 5px;
	background-color: transparent;
}

/****** SIDE BOXES *******/
.leftbox, .rightbox {
	margin-bottom: 10px;
}

.leftboxheading, .rightboxheading {
	height: 25px;
	border: 0px;
	background: url('../images/boxhead.jpg') left top no-repeat;
	color: black;
	padding-left: 5px;
	padding-top: 2px;
}

.leftboxheading a, .rightboxheading a {
	color: black;
}
.leftboxheading a:hover, .rightboxheading a:hover {
	color: #cccccc;
}

.leftboxcontent, .rightboxcontent {
	border-left: 1px solid #888888; 
	border-right: 1px solid #888888; 
	padding: 2px 5px 2px 5px;
}

.leftboxfooter, .rightboxfooter {
	border: 0px;
	background: url(../images/boxfoot.jpg) right bottom no-repeat;
}

/**** CENTER CONTENTS ****/
div .centerBoxContentsNew {
	float: left;

}

.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
}

.centeredContent {
	text-align: center;
}

#productMainImage {
	text-align: center;
}

#productDescription {
	padding-top: 20px;
	clear: both;
}
#productDescription ul{
	padding: 0px;
	margin: 0px;
}

.categoryListBoxContents{
	float: left;
	padding-bottom: 10px;
	text-align: center;
}

.productListing-odd td {
	background: #EEEEEE;
	padding: 5px;
}

.productListing-even td {
	background: #FFFFFF;
	padding: 5px;
}

.back {
	float: left;
}

.imgLink {
	font-weight: bold;
}

.centerColumn {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}

#indexDefaultMainContent {
	padding-botton: 20px;
}

.headerNavigation a {
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
  padding-left: 20px;
 	padding-right: 20px;
 	margin: 0px;
	background: url('../images/undertabbg.gif') no-repeat left bottom;
}

#navMainSearch, #navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
}

.back {
	float: left;
}

.forward {
	float: right;
}


/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}

.tableHeading TH {
	border-bottom: 1px solid #9a9a9a;
	}

.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	 }

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #660099;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #E4FEF5;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabel {
	width: 9em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

A.category-top, A.category-top:visited {
	color: #000000;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #CC0000;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {}
