body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #666666;
	background-color: #FFFFFF;
	}
a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #666666;
	text-decoration: underline;
	}
 a:visited {
	color: #666666;
	text-decoration: underline;
	}
a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #666666;
	text-decoration: none;
	}

a:active {
	color: #666666;
}

a:hover, #imgLink {
	text-decoration: none;
}

.sideClassKiddo {
	text-transform: uppercase;
	border-left: 7px solid #FFFFFF;
}
a.sideClassKiddo:hover {
	text-decoration: none;
	border-left: 7px solid #FF9900;
}

/* header class links */
.headerClass {
	text-decoration: none;
	border-left: 7px solid #F3F3F3;
}
a.headerClass:link {
	text-decoration: none;
}
a.headerClass:hover {
	text-decoration: none;
	border-left: 7px solid #FF9900;
}
a.headerClass:visited {
	text-decoration: none;
}
/* ------------------ new products */
a.headerClassSpecials:link {
	text-decoration: none;
}
a.headerClassSpecials:visited {
	text-decoration: none;
}
a.headerClassSpecials:hover {
	text-decoration: none;
	border-left: 7px solid #6760ff;
}
.headerClassSpecials {
border-left: 7px solid #F3F3F3;
}
/* ------------------ new products */
a.headerClassNew:link {
	text-decoration: none;
}
a.headerClassNew:visited {
	text-decoration: none;
}
a.headerClassNew:hover {
	text-decoration: none;
	border-left: 7px solid #acd0e9;
}
.headerClassNew {
border-left: 7px solid #F3F3F3;
}
/* ------------------ new products */
a.headerClassCont:link {
	text-decoration: none;
}
a.headerClassCont:visited {
	text-decoration: none;
}
a.headerClassCont:hover {
	text-decoration: none;
	border-left: 7px solid #96d27b;
}
.headerClassCont {
border-left: 7px solid #F3F3F3;
}
/* ------------------ new products */
a.headerClassReturns:link {
	text-decoration: none;
}
a.headerClassReturns:visited {
	text-decoration: none;
}
a.headerClassReturns:hover {
	text-decoration: none;
	border-left: 7px solid #ffe272;
}
.headerClassReturns {
border-left: 7px solid #F3F3F3;
}
/* ------------------ new products */
a.headerClassPrivacy:link {
	text-decoration: none;
}
a.headerClassPrivacy:visited {
	text-decoration: none;
}
a.headerClassPrivacy:hover {
	text-decoration: none;
	border-left: 7px solid #f9ad95;
}
.headerClassPrivacy {
border-left: 7px solid #F3F3F3;
}
/* ------------------ new products */
a.headerClassAccount:link {
	text-decoration: none;
}
a.headerClassAccount:visited {
	text-decoration: none;
}
a.headerClassAccount:hover {
	text-decoration: none;
	border-left: 7px solid #7071ff;
}
.headerClassAccount {
border-left: 7px solid #F3F3F3;
}
/* end of section np */

h1 {
	font-size: 1.5em;
	color: #FF9900;
	}
h2 {
	font-size: 1.4em;
	}
h3 {
	font-size: 1.3em;
	}
h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}
.biggerText {
	font-size: 1.2em;
	}
h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
	}
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
/* *html .centerColumn {
	height: 1%;
	} */
CODE {
	font-family: Helvetica, Arial, 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: 0px solid #FFFFFF;
	border-bottom: 1px dotted #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 #CCCCCC;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #FF9900;
	color: #666666;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #666666;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 980px;
	vertical-align: top;
	border: none;
/*	border: 1px solid #FF9600; */
	}

/* Java Script Menu */ 
#sddm
{	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 30;
	}

#sddm li
{	
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	}

#sddma li
{	
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	}

#sddm li a
{	display: block;
	margin: 0 0 0 0;
	padding: 0;
	width: 83px;
	color: #666666;
	list-style: none; 
	text-decoration: none;
	}
f
#sddm li a:hover
{	
	list-style: none; 
	background: #F3F3F3;
	}

#sddm div
{	
	top: 75px;
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #F3F3F3;
	border: 1px solid #CCCCCC}

	#sddm div a
	{
		text-transform: none;
		font-size: 10px;
		position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #F3F3F3;
		color: #666666;
		}
	

	#sddm div a:hover
	{	background: #CCCCCC;
		left: auto;
		/*color: #CCCCCC; */
	}
/* Java Script Menu */ 

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
	
#contentMainWrapper {
	border-bottom: none;
	border: 1px solid #bfbfbf; 
	/* margin-left: 9px; */
	/* width: 761px; */ 
	width: 980px;
	}

#logoWrapper{
	/* background-image: url(../images/header_top.jpg); */
	/* border: 1px solid #CCCCCC; */
	background-color: #FFFFFF;
	background-image: url(../images/header.jpg);
	height:50px;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	
	} 
	
#navColumnOneWrapper {
	/* background-image: url(../images/sidebox_bg.gif); */
}
#navColumnOneWrapper, #navColumnTwoWrapper {
/*	margin-left: 0.5em;
	margin-right: 0.5em; */
	}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

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

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

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

#navMainWrapper, #navCatTabsWrapper {
	margin: 0em;
    background-color: #FFFFFF;
	background-repeat: no-repeat;
	padding: 0.7em 0.2em;
    font-weight: bold;  
	color: #ffffff;
	text-align: center;
	}

#navSuppWrapper {
/*    background-image: url(../images/header_kb_gra.jpg); */
/*	background-color:#E6E6E6;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC; */
    font-weight: normal; 
	color: #666666;
	text-align: center;	
}
	
#navMainWrapper_header_right {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: right; 
}

#navMainWrapper_footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center; 
}

#navMainWrapper_header {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
}

.table_top {
		background: #F3F3F3; 
		border-top: 1px solid #CCCCCC;	
		border-right: 1px solid #CCCCCC;	
		border-left: 1px solid #CCCCCC;
		font-size: 13px;
}

.table_main {
		border-top: 1px dotted #CCCCCC;	
		border-right: 1px dotted #CCCCCC;	
		font-size: 11px;
}

.table_main_in {
		border-left: 1px dotted #CCCCCC;
		border-bottom: 1px dotted #CCCCCC;
		
}


#navMainWrapper1{
}

#navMain1{
}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#navMainCust {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0em;
	text-align:right;
	margin-left:5px;
	margin-right: 5px;
	}
	
#navMainCustLeft{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0em;
	text-align:right;
	margin-left:5px;
	margin-right: 5px;
}

	
#navMainCustLeft_bkup {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	height: 18px;
	padding-top: 3px;
	margin: 0em;
	text-align:left;
	font-size:13px;
	margin-left:5px;
	margin-right: 5px;
	}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #666666;
	white-space: nowrap;
	}

#navCatTabs ul li a {
	color: #9a9a9a;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #9a9a9a;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

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

#navMainSearchTop {
	float: right;
	background: #CCCCCC;
	text-transform: uppercase;
	font-size:11px;
	/* margin-right:20px; */
	/* padding: 0.5em 35px; */
	}
	
#navMainTopGreeting {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align:right;
	font-size:11px;
	font-style: normal;
	/* margin-right:20px; */
	padding: 0.5em 75px;
	}

#navBreadCrumb {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 0.5em 0.5em;
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
/*	border-left: 7px solid #FFFFFF;
/*	border-right: 7px solid #33CC33;*/
	font-size: 0.95em; 
/*	font-weight: bold; */
	margin: 0em;
	}

#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne {
	background-color: transparent;
/*	background-image: url(../images/sidebox_bg.gif);  */
	border-right: 1px solid #CCCCCC;
	}
	
 #navColumnTwo {
 	border-left: 1px solid #CCCCCC;
 	}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;
	padding: 0.5em; */
	}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

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

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

.tableHeading {
	/* background-color: #E6E6E6; */
	background-image: url(../images/header_kb_gra.jpg);
	 }
	 
#cartSubTotal {
	/* background-color: #E6E6E6; */
	border: 1px solid #CCCCCC;
	background-image: url(../images/header_kb_gra.jpg);
	 }
	 
#cartSubTotal {
	border-top: 1px solid #cccccc;
	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 {
	font-size:10px;
	color: #999999;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	font-size:10px;
	color: #CCCCCC;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

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

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}

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

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

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

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

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxWrapper {
	border: 1px dotted #CCCCCC;
	height: 1%;
	margin: 1.1em 0;
	}

h2.centerBoxHeading {
	font-size: 1.3em;
	color: #666666;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	color: #666666;
	border-left: 7px solid #b55dcf;
	border-bottom: 1px solid #b55dcf;
	}
	
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 11px;
	color: #666666;
	border-left: 7px solid #FF9900;
	border-bottom: 1px solid #FF9900;
	}
	
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #search-headerHeading, #informationHeading {
	font-size: 11px;
	color: #666666;
	border-left: 7px solid #f36a3f;
	border-bottom: 1px solid #f36a3f;
}

#searchHeading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	color: #666666;
	border-left: 7px solid #660099;
	border-bottom: 1px solid #660099;
}

#manufacturerslistHeading {
	font-size: 11px;
	color: #666666;
	border-left: 7px solid #f79678;
	border-bottom: 1px solid #f79678;
}

#priceHeading {
	font-size: 11px;
	color: #666666;
	border-left: 7px solid #ffdb52;
	border-bottom: 1px solid #ffdb52;
}

#featuredHeading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	color: #666666;
	border-left: 7px solid #CCCC33;
	border-bottom: 1px solid #CCCC33;
}

#recentlyviewedHeading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	color: #666666;
	border-left: 7px solid #CCCC33;
	border-bottom: 1px solid #CCCC33;
}

#shoppingcartHeading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	color: #666666;
	border-left: 7px solid #FF9900;
	border-bottom: 1px solid #FF9900;
}

#catalogHeading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	color: #666666;
	border-left: 7px solid #ff7b51;
	border-bottom: 1px solid #ff7b51;
}

#byPriceHeading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	color: #666666;
	border-left: 7px solid #8283ff;
	border-bottom: 1px solid #8283ff;
}

#mainpagesale {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
}

.leftBoxHeading, .rightBoxHeading {
	/*font-size: 2em; */
	margin: 0em;
	background-color: transparent;
	height:12px;
/*	background-image: url(../images/sidebox_bk.);
/*	background-repeat: no-repeat;
/*	padding: 0.2em 0.2em;
/*	height:18px; */
	}
	
 .centerBoxHeading {
 	font-size: 10px;
	margin: 0em;
	height:13px;
	background-color: #FFFFFF;
/*	border-left: 7px solid #FF9900;
	border-right: 7px solid #FF9900; */
	border-bottom: 1px dotted #CCCCCC;
	/* background-image: url(../images/tile_28.jpg);  */
	/* background-repeat: no-repeat; */
	padding: 0.5em 0.2em;
 }
 

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
/*	border-left: 1px solid #CCCCCC;
/*	border: 1px solid #CCCCCC;
/*	border-bottom: 5px solid #336633; */
/*	margin-top: 1.5em; */
	}

.sideBoxContent {
	background-color: #ffffff;
	/* background-image: url(../images/sidebox_bg.gif); */
	 padding: 0.3em; 
	/* border-bottom: 0px dotted  #CCCCCC;
	/* border-left: solid thin #FF0000; */
	/* border-right: 1px solid #CCCCCC; */
	
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #666666;
	text-decoration: none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .centerBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}
	
.leftBoxHeading, .rightBoxHeading {
	text-align: left;
	padding: 0.2em;
	}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #666666;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #666666;
	text-decoration: underline;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #666666;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	color:#FF9600;
	font-weight: bold;
	}
SPAN.category-subs-selected {
	color:#FF9600;
	font-weight: bold;
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
	}

.productListing-rowheading {
	background-color:#FFFFCC;
/*	background-image: url(../images/tile_back.gif); */
	height: 2em;
	color: #666666;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}
	
.productListing {
	color:#00FF00;
	background:#00CC33;
}

/*beginning of additional images code*/
#productImagesWrapper {
float: left;
width: 260px
}

#WriteSmth {
	font-weight: bold;
	font-size: 14px;
}
#belowAll {
	border: 1px dotted #CCCCCC;
	margin: 5px;
}
#belowHeader {	
	font-size:14px;
	/* background-color:#F3F3F3; */
	margin: 1px;
	vertical-align: middle;
	border-left: 7px solid #FFCC33;
	border-bottom: 1px solid #FFCC33; 
}

#belowText {
	margin: 12px;
}

#productAdditionalImages .additionalImages a { 
/* float: center; */
margin-left: 0px;
}
/*end of additional images code*/

/* Grid listing */

.itemTitle {
font-size:11px;
}

.centerBoxContentsProducts {
	border-left: 1px dotted #CCCCCC;
	border-top: 1px dotted #CCCCCC;
	
}

.centerBoxContentsNew {
}

.ratings_mainpage {
	margin: 10px;
}

.tellafriend_mainpage {
	margin: 10px;
}

.add_to_wishlist {
	text-align: center;
}

a.legalCopyright:link {
	color:#CCCCCC;
}

a.legalCopyright:hover {
	color:#CCCCCC;
}

a.legalCopyright:visited
 {
	color:#CCCCCC;
}

.legalCopyright {
	color:#CCCCCC;
}

.bottom_table {
		background: #F3F3F3; 
		border-bottom: 1px solid #CCCCCC;	
		border-right: 1px solid #CCCCCC;	
		border-left: 1px solid #CCCCCC;
		border-top: 1px solid #F3F3F3;
}

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #CCCCCC;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #CCCCCC;
 border-bottom: none;
 background: #F3F3F3;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #666666; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #CCCCCC;
 border-color: #CCCCCC;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}


#Upload {
	width: 25em;
	margin: 1em auto;
	padding:0 2em 2em 2em ;
	border:1px solid #bbb;
	color: #333;
	background:#ffd;
	font: 0.9em verdana, sans-serif;
}
			
#Upload h1{
	font: 1.4em bold verdana, sans-serif;
	margin: 0;
	padding:1em 0;
	text-align:center;
}
#Upload label{
	float: left;
	width: 7em;
}
		
#Upload p {
	 clear: both;
}		

.red{
	color:red;
}

#un		{
	margin:10px;
}

#un .buttons {
	text-align: right; 
	margin-top: 10px;
	}

#un dl.pageresults {
	margin: 20px 0 0 0;
	padding: 0;
	}
	
#un dd {
	margin: 0;
	padding: 0;
	}

#un form {
	padding: 0;
	}

#un fieldset {
	border: 1px solid #9a9a9a;
	padding: 10px;
	}

#un legend {
	border: 1px solid #9a9a9a;
	background-color: #F3F3F3;
	padding: 5px;	
}

#un label.block {
	display: block;
	color: #930;
	margin-top: 7px;
	}

#un label.inline {
	display: inline;
	color: #930;
	}

#un form.control, #un form.moveto {
	margin: 0 0 30px 0;
	padding: 0;
	}

#un form.control fieldset {
	border: 0;
	margin: 2px 0 1px 0;
	padding: 0;
	}

#un form.control label {
	display: block;
	color: #000;
	margin-top: 0px;
	}

#un form.control div.single {
	padding: 3px 5px;  
	}

#un form.control div.multiple {
	padding: 3px 5px; 
	float: left; 
	}

#un form.control div.multiple label {
	display: block;
	}

#un div.clearleft {
	padding: 0; 
	margin: 0; 
	clear:left; 
	}

#un .s {
	width: 50px;
	}

#un .m {
	width: 100px;
	}

#un .l {
	width: 175px;
	}

#un .xl {
	width: 300px;
	}

#un table.productlist {
	margin: 10px;
	width: 100%;
	border: 1px solid #9a9a9a;
	}

#un table.productlist tr.heading {
	height: 25px;
	background: #F3F3F3;
	background-image: url(../images/tile_back.jpg);
	background-repeat: repeat-x;
	color: #fff;
	font-size: x-small;
	}
	
#un .footnote {
	color: #666;
	font-size: x-small;
	padding-top: 0;
	margin-top: 20px;
	}

#un table.productlist th {
	padding: 2px;
	}

#un table.productlist th.right {
	text-align: center;
	}

#un table.productlist th.center {
	text-align: center;
	}

#un table.productlist td {
	border-top: 1px solid #9a9a9a;
	padding: 2px;
	}
	
#un table.productlist td.odd {
	}
	
#un table.productlist td.odd-right {
	text-align: right;
	}
	
#un table.productlist td.odd-center {
	text-align: center;
	}
	
#un table.productlist td.even {
	background-color: #eff4f8;
	}
	
#un table.productlist td.even-right {
	background-color: #eff4f8;
	text-align: right;
	}
	
#un table.productlist td.even-center {
	background-color: #eff4f8;
	text-align: center;
	}

#un div.tableheading {
	height: 20px;
	font-size: 12px;
	background: #F3F3F3;
	background-image: url(../images/tile_back.jpg);
	background-repeat: repeat-x;
	color: #FF9900;
	font-weight: bold;
	border: 1px solid #9a9a9a;
	padding: 3px 6px 0px 6px;
	}

#un div.wishlist-even {
	margin: 0px 0px 0px 0px;
	padding: 10px; 
	border: 1px solid #9a9a9a;
	border-top: 0px;
	background-color: #eff4f8;
	}

#un div.wishlist-odd {
	margin: 0px 0px 0px 0px;
	padding: 10px; 
	border: 1px solid #9a9a9a;
	border-top: 0px;
	}

#un img.productlist {
	margin: 0px 15px 15px 0px;
	float: left;
	}

#un div.wishlistfields {
	margin: 10px 0px 0px 0px;
	padding: 10px 0px; 
	border-top: 1px dotted #9a9a9a;
	}

#un ul {
	list-style: none none outside;
	padding-left: 0em;
	margin-left: 0px;
	margin-top: 0px;
	}

#un ol {
	padding-left: 2.2em;
	margin-left: 0px;
	margin-top: 0px;
	text-indent: -0.4em;
	}

#un ol li {
	line-height: 1.4em;
	}

#un .inputrequirement {
	color: #379;
	}

#un p.inputrequirement {
	text-align: right;
	}

#un .notabene { 
	color: #379;
	font-weight: bold;
	}
	
#un .price { 
	font-weight: bold;
	}

/*
label.tabbed-m {
	display: inline;
	float: left; 
	width: 7em; 
	text-align: left;
	clear: left;
	}
*/

#contactusBody #navColumnOneWrapper  {display: none;}
#contactusBody .rightBoxHeading {display: none;}
#contactusBody .rightBoxContainer {display: none;}

#loginBody  #navColumnOneWrapper  {display: none;}

#loginBody .rightBoxHeading {display: none;}
#loginBody .rightBoxContainer {display: none;}

#sitemapBody #navColumnOneWrapper  {display: none;}
#sitemapBody #navColumnTwoWrapper {display: none;}
#sitemapBody .rightBoxHeading {display: none;}
#sitemapBody .rightBoxContainer {display: none;}



#shoppingcartBody #featured {display: none;}
#shoppingcartBody #trackordersHeading {display: none;}
#shoppingcartBody #trackorders {display: none;}
#shoppingcartBody #shoppingcartHeading {display: none;}
#shoppingcartBody #shoppingcartContent {display: none;}

#indexHomeBody #featured {display: none;}