a:link, a {text-decoration: none; }
body {
	margin: 0em;
	font-family:Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding:0em;
	}
img {border: none;}
.title {
	font-family: times new roman;
	font-size: 32px;
	text-decoration: none;
	color: white;
	}
.smalltitle {
	font-family: times new roman;
	font-size: 24px;
	text-decoration: none;
	color: white;
	}
.subtitle {
	font-family: times new roman;
	font-size: 30px;
	text-decoration: none;
	color: gray;
	}
	.subtitle1 {
	font-family: times new roman;
	font-size: 30px;
	text-decoration: none;
	color: white;
	}
.smallsubtitle {
	font-family: times new roman;
	font-size: 20px;
	text-decoration: none;
	color: white;
	}
	.subtitle1 {
	font-family: times new roman;
	font-size: 30px;
	text-decoration: none;
	color: white;
	}


.link {
	font-family: Helvetica,Arial;
	font-size: 14px;
	text-decoration: none;
	color: orange;
}
.whitelink {
	text-decoration: none;
	color: white;
}
.smalllink {
	font-family: Helvetica,Arial;
	font-size: 10px;
	text-decoration: none;
	color: orange;
}
.ultrasmalllink {
	font-family: Helvetica,Arial;
	font-size: 8px;
	color: orange;
}
.redlink {
	font-family: Helvetica,Arial;
	font-size: 14px;
	text-decoration: none;
	color: red;
}
.times {
	font-family: Helvetica,Arial;
	font-size: 14px;
}
.black {
	font-family: times new roman;
	font-size: 14px;
	text-decoration: none;
	color: black;
}
td,th {font-family: Helvetica,Arial,sans-serif; font-size: 12px}
.ultrasmall {
	font-size: 8px;
	color: white;
}
.ultrasmall2 {
	font-size: 12px;
	color: white;
}
.sitemap {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: white;
	}
.sitemap1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: white;
	}
.sitemap2 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: orange;
	}
.sitemaplink {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: orange;
	}
/**
* ACCORDION
*/	
.arrowlistmenu{width: 1000px; /*width of accordion menu*/}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: black;
background: ;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 0px 0 0px 0px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}
.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}
.arrowlistmenu ul li a{
color: #A70303;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 0px 0;
padding-left: 0px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 0px solid #dadada;
font-size: 90%;
}
.arrowlistmenu ul li a:visited{
color: #A70303;
}
.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}
/** BG */
html, body {height:100%; margin:0; padding:0;}
#page-background {position:fixed; top:0; left:0; width:100%; height:100%;}
#content {position:relative; z-index:1; padding:10px;}

a img {border: none;};
a:visited {
	color: orange;
	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: orange;
	}
a:active {
	color: orange;
	}
a {	color: orange;}	
h1 {
	font-family: times new roman;
	font-size: 30px;
	text-decoration: none;
	color: white;
	font-weight: normal;
	}
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;
	color: white;
	}
/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	margin:0em;
	padding:0em;
	}
*/
CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}
FORM, SELECT{
	display: inline;
	font-size: 1em;
	margin: 0em;
	}
.style1000 {font-size: 9px}
INPUT {
color: #ffffff;
font-size: 10px; 
background: #222222;
background-image: url(../../../../images/index_16.png); 
border: 0px solid #555555
}
TEXTAREA {
	margin: auto;
	color: #ffffff;
	display: block;
	width: 95%;
	background: #222222;
	border: 0px solid #555555
	}
input:focus, select:focus, textarea:focus {
	background: orange;
	color: black
	}
FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #333333;
	}
LEGEND {
	font-weight: bold;
	font-size: 10px;
	padding: 0.3em;
	color: orange;
	}
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;
	padding: 0px;
	margin: 0em;
	}
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;
	}
/*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: #99FF99;
	color: #000000;
	}
.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*MAIN WRAPPER ------------------------------------ */
/*wrappers - page or section containers*/
#mainWrapper {
	background-color: ;
	color: #ffffff;
	text-align: left;
	width: 1000px;
	vertical-align: top;
	border: 0px solid #9a9a9a;
	padding:0em;
	margin:0em;
	}
/*MAIN WRAPPER ------------------------------------ */

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#logoWrapper{
	background-image: url();
	background-repeat: repeat-x;
	background-color: #ffffff;
	height:0px;
	}
#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: 0em;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0em;
	margin-right: 0em;
	}
#tagline {
	color:#ffffff;
	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: 0em 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, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: ;
	background-image: url();
	font-weight: bold;
	color: #ffffff;
	height: 0%;
	}
#navCatTabsWrapper {
	background-color: ;
	color: #9a9a9a;
	background-image:none;
}
#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0em 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: #ffffff;
	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;
	}
#navMainSearch {
	float: right;
	}
#navBreadCrumb {
	padding: 0.5em 0.5em;
	background-color: #ffffff;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	}
#navEZPagesTop {
	background-color: #abbbd3;
	background-image: url();
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}
#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}
/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
		background-color:  ;
		 padding: 0em;
		 	margin-left: 0em;
	margin-right: 0em;
	}
.content, #productDescription, .shippingEstimatorWrapper {
	font-size: 1.2em;
	padding: 0em;
	margin-left: 0em;
	margin-right: 0em;
	
	}
.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: 0em;
		margin-left: 0em;
	margin-right: 0em;
	}

.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 #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;
						}

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

					.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: 0em 0em;
	}
.centerBoxWrapper {
	border: 0px solid #9a9a9a;
	border-TOP: 0px solid #888888;
	border-bottom: 0px solid #888888;
	padding: 0em;
	margin-left: 0em;
	margin-right: 0em;
	}
h2.centerBoxHeading {
	font-size: 1.3em;
	color: #ffffff;
	 padding: 0em;
	}
/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1em;
	background-color: ;
	color: #ffffff;
	padding: 0em;
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}
/*edited*/
.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: ;
	background-image: url();
	padding: 0em;
	}
/*edited*/
.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	border: 0px solid #FFFFFF;
	padding: 0em;
	margin-top: 0em;
	}
.sideBoxContent {
	background-color: ;
	padding: 0em;
	}
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
 	padding: 0em;	
	} 
.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #ffffff;
	}
/*edited*/
.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading,.accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: ;
 	padding: 0em;
	}
 .productListing-data
 {
 padding: 0em;
 }
/*edited*/
#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: #ffffff;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #4c71a3;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #FF0000;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	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: ;
	background-image: url();
	height: 2em;
	color: #ffffff;
	}
#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;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}
  #ccacceptContent {text-align:center; padding:10px 20px; line-height:1.5em;}
  #centercolumnFooter {
  margin: 0;
  padding: 0;
}

/* ------------------
 styling for the tables 
   ------------------   */
#hor-minimalist-b
{
	font-family: Sans-Serif;
	font-size: 12px;
	background: ;
	margin: 10px;
	width: 90%;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	padding: 5px 4px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #555555;
	color: #ffffff;
	padding: 3px 4px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #555555;
}
.chartheader
	{
	color:#FF9900;
	font-size:10.0pt;
	font-weight:400;
	text-decoration:none;
	font-family:"Century Gothic", sans-serif;
	text-align:left;
	vertical-align:middle;
	border-bottom:2.0pt double #0D0D0D;
	background:#5A5A5A;
	height:18pt;
	}
	.chartsubheader
	{
	color:white;
	font-size:8.0pt;
	font-weight:400;
	font-family:"Century Gothic", sans-serif;
	text-align:center;
	vertical-align:middle;
	border-top:2.0pt double #0D0D0D;
	border-right:.5pt solid #0D0D0D;
	border-bottom:none;
	border-left:none;
	background:#404040;
	height:18pt;
	}
	.chartcolorsubheader
	{
	color:#FF9900;
	font-size:8.0pt;
	font-weight:400;
	font-family:"Century Gothic", sans-serif;
	text-align:center;
	vertical-align:middle;
	border-top:2.0pt double #0D0D0D;
	border-right:.5pt solid #0D0D0D;
	border-bottom:none;
	border-left:none;
	background:#404040;
	height:18pt;
	}
	.chartspec
	{
	color:white;
	font-size:8.0pt;
	font-weight:400;
	font-family:"Century Gothic", sans-serif;
	text-align:center;
	vertical-align:bottom;
	border-top:none;
	border-right:none;
	border-bottom:.5pt solid #404040;
	border-left:.5pt solid #0D0D0D;
	background:#272727;
	height:18pt;
}
	.chartcolorspec
	{
	color:#FF9900;
	font-size:8.0pt;
	font-weight:400;
	font-family:"Century Gothic", sans-serif;
	text-align:center;
	vertical-align:bottom;
	border-top:none;
	border-right:none;
	border-bottom:.5pt solid #404040;
	border-left:.5pt solid #0D0D0D;
	background:#272727;
	height:18pt;
}

