@charset "utf-8";
/* Gohan Records Online Store Base Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @copyright Portions Copyright 2009 Scratch Web Design
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 4387 2006-09-04 13:54:28Z drbyte $
 */
/* --------------------------------------------------------- IMPORT ADDITIONAL CSS */
@import url("http://www.gohanrecords.com/css/reset.css"); /* Browser Reset */
/* --------------------------------------------------------- DOCUMENT */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;	
	background-color: #191919;
	background-image: url(../images/bg-store-body.jpg);	
	background-position: center 150px;
	background-repeat: repeat-x;	
	font-size: 0.875em;
	line-height: 1.4;
	text-align: left; /* Centers the page content container in IE 5 browsers. */
	margin: 0; padding: 0;
}
/* --------------------------------- STORE DEFAULT LINKS (OVER BG IMAGE) */
a:link, a:visited {
	color: #ddd;
	text-decoration: none;
}
a:hover, a:active {
	color: #f6feff;
	text-decoration: underline;
}
a:focus {
	color: #f6feff;
	text-decoration: underline;	
}
/* --------------------------------- STORE NAVIGATION */
div#navMainWrapper {

}
#navMain ul {
	float: right;
	margin: 0;
	list-style-type: none;
}
#navMain ul li {
	display: inline;
	position: relative;
	padding: 0.5em;		
}

#navSupp ul {
	list-style-type: none;
	position: relative;
	text-align: center;
	font-size: 1.2em;	
}
#navSupp ul li {
	display: inline;
	padding-top: 2em;
}
#navMain ul li a:link, #navMain ul li a:visited /*, #navSupp ul li a*/ {
	color: #000;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	margin: 0; padding: 0;
	margin-right: 50px;
}
#navMain ul li a:hover/*, #navSupp ul li a:hover, #navCatTabs ul li a:hover*/ {
	color: #000;
	text-decoration: underline;
}
#navMain ul li a:active/*, #navSupp ul li a:hover, #navCatTabs ul li a:hover*/ {
	color: #fff;
	text-decoration: underline;
}
#navMain ul li a:focus/*, #navSupp ul li a:hover, #navCatTabs ul li a:hover*/ {
	color: #000;
	text-decoration: underline;
}

/* --------------------------------- BREADCRUMBS */
#navBreadCrumb {
	margin: 0 25px;
	border-bottom: 1px solid #555;
	color: #151515;
	font-size: 0.85em;
	font-weight: bold;	
}
#navBreadCrumb a:link, #navBreadCrumb a:visited {
	color: #151515;
	font-weight: bold;		
	text-decoration: underline;
}
#navBreadCrumb a:hover {
	color: #000;
	text-decoration: underline;
}
#navBreadCrumb a:active {
	color: #000;
	text-decoration: underline;
}
#navBreadCrumb a:focus {
	color: #000;
	text-decoration: underline;
}

#navBreadCrumb:before {
content: "Breadcrumbs: ";
}


/* --------------------------------- SIDEBOX LINKS */
div#navColumnOneWrapper, div#navColumnTwoWrapper {
	color: #fff;
}
div#navColumnOneWrapper a:link, div#navColumnOneWrapper a:visited,
div#navColumnTwoWrapper a:link, div#navColumnTwoWrapper a:visited {
	color: #abc8e2;
	text-decoration: none;
}
div#navColumnOneWrapper a:hover, div#navColumnOneWrapper a:active,
div#navColumnTwoWrapper a:hover, div#navColumnTwoWrapper a:active {
	color: #f6feff;
	text-decoration: underline;
}
div#navColumnOneWrapper a:focus, div#navColumnOneWrapper a:focus {
	color: #f6feff;
	text-decoration: none;	
}



/* Top level category links page top */
div#navCatTabs ul a.category-top {
	font-size: 0.85em;
	text-transform: uppercase;
}
/* Top level category links side-box */
div#categoriesContent a.category-top {
	color: #abc8e2;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 2em;
	letter-spacing: 0.05em;
}
div#categoriesContent a.category-top:hover {
	color: #abc8e2;
}
div#categoriesContent a.category-products:hover {
	color: #f6feff;
	text-decoration: none;		
}
div#categoriesContent a.category-top:active {
	color: #f6feff;
	border: none;
}
/* Categories box parent and child categories */
span.category-subs-parent {
	font-weight: bold;
	color: #fff;		
}

span.category-subs-selected {
	font-weight: bold;
}


/* --------------------------------- IMAGES ETC. */
/* Space between item image and item name */
div.centerBoxContentsNew a img,
div.sideBoxContent a img {
	margin-bottom: 0.5em;
}
.categoryListBoxContents a img {
	border: none;
}
div#featuredProducts a img {
	border: 1px solid #000;
}
/* --------------------------------- STORE DEFAULT TYPE */
/* Headers */
div#headerWrapper {
	background-color: #999999;
	height: 150px;
	background-image: url(../images/bg-store-headerWrapper.jpg);	
	background-position: top;
	background-repeat: repeat-x;	
		
}
h1#brand {
	position: relative;
	top: 0;
	width: 1000px;
	height: 90px;
	margin: 0 auto 0 auto;
	padding-top: 10px;	
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-color: transparent;
	font-size: 2.5em;
	font-style: italic;
	letter-spacing: 4px;
	background-color: transparent;
	text-transform: lowercase;
	text-indent: 30px;
	z-index: 50;		
}
h1#brand img {
	margin-left: -30px;
}
div#mainWrapper h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 4px;
}
h2, h3, h4, h5, h6 {
	/*font-family: georgia;*/
	color: #999; /* Mostly sidebox headers */
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;	
	margin: 0;
	padding: 20px 0 10px 0;
}
div#mainWrapper h2 {
	color: #e6e6e6;
	font-size: 1.1em;
}
div#indexDefaultMainContent h2,
div#featuredProducts h2 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 4px;
}
h3 {
	font-size: 1em;
}
h3#checkoutSuccessThanks {
	font-size: 1.3em;
	color: #e6e6e6;
	padding: 1.5em 0;
	font-style: italic;
	font-weight: bold;
}
/* --------------------------------- PARAGRAPHS */
p, ul, ol {
	margin: 0 0 1.5em 0;
}
p.upsize { /* Big up the text for upsize paras */
	font-size: 1.25em;
	line-height: 1.3em;
	padding-top: 10px;
}

div.centerBoxContentsFeatured {
	font-weight : bold;
	}
/* --------------------------------- MAIN BODY */

#contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul,
#mainWrapper, #popupAdditionalImage, #popupImage, #navColumnOneWrapper, #navColumnTwoWrapper {
	margin: 0;
	padding: 0;
}
div#mainWrapper {
	clear: both;
	width: 100%;
	min-height: 500px;		
	font-size: 0.85em;	
	margin-top: 10px;	
}
div.centerColumn {
	background-color: #929292; /* Legibility back if no bg images */
	background-image: url(../images/bg-store-body.jpg);	/* Cover bg color */
	background-position: top;
	background-repeat: repeat-x;
	margin: 0 30px 0 30px;	
	min-height: 500px;
}

/* --------------------------------- CATEGORIES CENTERBOX */
div#indexCategories p { 
	color: #000;
	font-weight: bold;	
}
.categoryListBoxContents a:link,
.categoryListBoxContents a:visited {
	font-family: Impact, Verdana, sans-serif;
	color: #111;
	font-size: 1.6em;
	font-weight: normal; !important
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: 1px;	
}
.categoryListBoxContents a:hover,
.categoryListBoxContents a:active,
.categoryListBoxContents a:focus {
	color: #000;
	font-size: 1.8em;
	text-decoration: none; !important	
}
/* --------------------------------- PRODUCT PAGE */
div#productMusicDisplay {
	width: 500px;
	margin: 0 auto 0 auto;	
}
div.information h2,
div.information p,
div.information a { 
	font-weight: bold;	
}
div#passwordForgottenMainContent, div#passwordForgottenMainContent a, 
div#downloadTimeOutMainContent, div#downloadTimeOutMainContent a,
div#logoffDefaultMainContent, div#logoffDefaultMainContent a span.pseudolink  {
	font-weight: bold;	
}

/* Two different flavours for center column content. These are targeted overrides for non-product listing/category content */
div#indexProductList,
div#conditions, div#privacy, div#shippingInfo, div#pageTwo, div#newProductsDefault, div#allProductsDefault,
#contactUsDefault, #createAcctDefault, #loginDefault, #checkoutShipping, #checkoutPayment, #checkoutConfirmDefault, #checkoutSuccess,
#accountDefault, #accountEditDefault, #addressBookDefault, #accountPassword, #accountHistoryDefault, #accountHistInfo {
	color: #5a7085;
	background-color: #141414; /* Override */
	background-image: none; /* Override */
	/* CSS3 progressive enhancements for supporting browsers */
	-moz-box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px #000;	
	box-shadow: 5px 5px 5px #000;		
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border-radius: 5px;		
	/* End CSS3 */		
	min-height: 400px;
	padding-top: 30px;	
	padding-bottom: 20px;
	margin-bottom: 30px;
}
/* Hide category icon on product listings */
div#indexProductList div.categoryImg img {
	display: none;
}


table#contentMainWrapper {
	width: 96%;
	margin: 0 auto 0 auto;
}
.centerBoxHeading {
	font-weight: normal;
	text-align: center;
	padding: 10px 3px;
	border-top: 1px solid #222;
}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
}
.floatingBox, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
}

/* Product Category Title on Info page*/
div#categoryIcon {
	width: 45%;
	float: left;
}
.categoryIcon a {
	font-size: 1.1em;
	font-weight: bold;
}


/* --------------------------------- PRODUCT NAVIGATION */
div.navNextPrevWrapper {
	float: right;
}
.navSplitPagesResult {}
.navSplitPagesLinks {}
.navNextPrevCounter {
	margin: 0;
}
.navNextPrevCounter {
}

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



/* Store Top Categories Navigation */
#navCatTabsWrapper {
/*	background-color: #333;
	display: none;
	border-bottom: 1px solid #222; */
}
#navCatTabs ul li {
	font-size: 1.5em;
	font-weight: bold;	
}
#navCatTabs ul:before {
content: "Choose";
}


#navCatTabs ul {
	margin: 0 0.5em;
	list-style-type: none;
	position: relative;
}
#navCatTabs ul li {
	display: inline;
	position: relative;
	padding: 0.5em;		
}

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

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

#searchContent a { line-height: 2.5em}
/* Space between Search button and Advanced Searc link */
#searchContent a { line-height: 2.5em}

#navEZPagesTop {
	background-color: #444;
	padding: 0.5em;
	border-top: 1px solid #222;
}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
}
code {
	/*font-family: arial, verdana, helvetica, sans-serif;*/
}

/* --------------------------------------------------------- FOOTER */
div#footerWrapper {
	width: 100%;
	color: #888;
	background-color: transparent;
	font-size: 0.75em;
	padding: 30px 0 30px 0;
	line-height: 1.2em;
}

div#footerWrapper a:link, div#footerWrapper a:visited {
	color: 	#bbb;
	font-weight: bold;
	text-decoration: underline;
}
div#footerWrapper a:hover, div#footerWrapper a:active {
	color: #f6feff;
	text-decoration: underline;	
}
/* Additional style for link focus and active */
div#footerWrapper a:focus {
	color: #f6feff;
	text-decoration: underline;
}


/* Login form elements */
form, select {
	display: inline;
	margin: 0.1em;
}
textarea {
	margin: auto;
	padding: 0 3px;
	width: 100%;
	background-color: #e6e6e6;
	border: 1px solid #000;
	color: #111;
	font: Arial, Helvetica, sans-serift;
}
fieldset {
	padding: 1.5em;
	margin: 0.5em 0em;
	border: 1px solid #222;
}

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

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

input {
	width: auto !important; /*hack for Zen Cart resizing buttons, grr */
}

input[type="text"], input[type="password"] {
	padding: 3px;
	background-color: #e6e6e6;
	border: 1px solid #000;
	color: #111;
	font: Arial, Helvetica, sans-serift;
	height: 1.2em;
	margin: 0.5em 0;
}
label.inputLabel {
	width: 9em;
	float: left;
	margin: 0.5em 0;	
}

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

address {
	padding: 0.5em;
}

address {
	font-style: normal;
}

.clearBoth {
	clear: both;
}

hr {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #222;
}

/* --------------------------------------------------------- WARNINGS, ERRORS, MESSAGES*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	padding: 1em;
	border: 1px solid #000;
	/* CSS3 progressive enhancements for supporting browsers */
	-moz-box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px #000;	
	box-shadow: 5px 5px 5px #000;		
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border-radius: 5px;		
	/* End CSS3 */	
	margin-bottom: 20px;		
}

.messageStackWarning, .messageStackError {
	background-color: #ff9;
	color: #c00;
	padding: 0 .5em;
	margin-bottom: .5em;
}
.messageStackWarning img, .messageStackError img, .messageStackSuccess img, .messageStackCaution img {
	display: none;
}
.messageStackSuccess {
	background-color: #9f9;
	color: #070;
}

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

/* --------------------------------------------------------- MAIN CONTENT CLASSES */
#navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
}

div.centerBoxContentsFeatured a {
	font-size: 1em;
	font-weight: bold;
	line-height: 2em;
}
/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*padding: 0.5em;*/
}
.alert {
	color: #ffff66;
	font-weight: bold;
}
.advisory {}
.important {
	font-weight: bold;
}
.notice {}
.rating{}
.gvBal {
	float: right;
}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	/*padding: 0.8em;*/
}
.centerColumn {
	padding: 10px 25px;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
margin: 10px 0 10px 0;
}
#siteinfoLegal {
	margin-bottom:20px;
}

/* --------------------------------------------------------- SHOPPING CART DISPLAY */

/* Right col shopping cart box */
h3#shoppingcartHeading a {
	font-weight: bold;
}

table#cartContentsDisplay {
	background-color: #e6e6e6;	
	/* CSS3 progressive enhancements for supporting browsers */
	-moz-box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px #000;	
	box-shadow: 5px 5px 5px #000;		
	/* End CSS3 */
}

#cartContentsDisplay tr img {
}


tr.tableHeading th {
	border-bottom: 1px solid #ccc;
	background-color: #eee;
}

#cartSubTotal {
	background-color: #eee;	
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	border-top: 1px solid #ccc;	
	/* CSS3 progressive enhancements for supporting browsers */
	-moz-box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px #000;	
	box-shadow: 5px 5px 5px #000;		
	/* End CSS3 */	
}

table#cartContentsDisplay tr {	
	border-bottom: 1px solid #ccc;		
}
table#cartContentsDisplay td {	
	background-color: #e6e6e6;	
}



/* Item links */
table#cartContentsDisplay tr a:link, table#cartContentsDisplay tr a:visited {
	color: 	#00567f;
	font-weight: normal;
	text-decoration: none;
	font-weight: bold;
}
table#cartContentsDisplay tr a:hover, table#cartContentsDisplay tr a:active {
	color: #000;
	text-decoration: underline;	
}
/* Additional style for link focus and active */
table#cartContentsDisplay tr a:focus {
	color: #000;
	text-decoration: underline;		
}


/* Use if wanting alternate tr colors 
.rowEven {
	background-color: #161616;	
	vertical-align: top;
}
*/


div#cartAdd {
	float: right;
	text-align: center;
	margin-top: 30px;
	border: 1px solid #111;
	padding: 1em;
	background-color: #161616;
	/* CSS3 progressive enhancements for supporting browsers */
	-moz-box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px #000;
	box-shadow: 5px 5px 5px #000;
 	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	/* End CSS3 */
	color: #e6e6e6;
	font-weight: bold;
	font-size: 1.2em;
}
div#productTellFriendLink img {
	padding: 0; margin: 0 -10px 0 0;
}

div#PPECbutton {
	background-color: #fff;
	float: right;
	padding: 5px;
	border: 1px solid #ffa926;
	/* CSS3 enhancements for supporting browsers */
 	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/* End CSS3 */
}
span.paypalTxt {
	font-size: 0.9em;
}
span.paypalTxtEm {
	font-size: 0.9em;
	color: #999;
	font-size: 1.1em;
}


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

table#cartContentsDisplay input[type="text"] {
	padding: 3px;
	border: 1px solid #ccc;
	color: #111;
	background-color: #eee;
	margin: 0.5em;
}

#scUpdateQuantity {
	width: 2em;
}

.cartQuantity {
	width: 4em;
	margin: 1em;
}

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

.cartOldItem {
	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: #333;
	border: 1px solid #222;
}

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

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	/*color: #ff0000;*/
	font-weight: bold;
}

.orderHistList {
	margin: 0 1em;
	padding: 0.2em 0em;
} 

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

/* --------------------------------------------------------- CHECKOUT */
/* --------------------------------- CHECKOUT SUCCESS */

div#checkoutSuccessOrderNumber {
	color: #e6e6e6;
	background-color: transparent;
	font-size: 1.4em;
	padding: 0.5em 0;
}
/* --------------------------------- DOWNLOADS LINKS */

table#downloads caption h4 {
	color: #eee;
	font-size: 1.2em;
	padding-top: 1em;
	
}
table#downloads {
	margin: 0.5em 0 1em 0;
}

table#downloads th,
table#myAccountOrdersStatus th {
	color: #999;
	background-color: #333;
	text-align: center;
	line-height: 2em;
	border-bottom: none;
	text-align: left;
	padding-left: 1em;	
}
table#downloads td {
	text-align: left;
	line-height: 2em;
	padding-left: 1em;
}
table#downloads td,
table#myAccountOrdersStatus td {
	text-align: left;
	padding-left: 1em;
}
table#downloads td.centeredContent, table#downloads th#dlCountHeading {
	text-align: center;
}
table#downloads img {
	vertical-align: middle;
}
/* --------------------------------------------------------- PRODUCT IMAGE DISPLAY */
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0 1em 1em 0 ;
}
div#productMainImage {
	clear: both;
}
#productMainImage img, #reviewsInfoDefaultProductImage img, #productReviewsDefaultProductImage img, #reviewWriteMainImage img,
div.sideBoxContent img {
	border: 1px solid #000;
}
span#cartImage {
	border: 1px solid #999;
}


#cartImage {
	margin: 0.5em 1em;
}

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

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

/* --------------------------------------------------------- SIDEBOXES */
.columnLeft, .columnRight { width: 200px;}
h3.leftBoxHeading, h3.leftBoxHeading a, h3.rightBoxHeading, h3.rightBoxHeading a {
	margin: 0;
}
.leftBoxHeading, .rightBoxHeading {
	padding: 3px;
	font-weight: bold;
	border-bottom: 1px solid #222;
	background-color: #333;		
}
.leftBoxHeading, .rightBoxHeading {
	/* CSS3 progressive enhancements for supporting browsers */
	-moz-box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px #000;
	box-shadow: 5px 5px 5px #000;		
}
.leftBoxContainer, .rightBoxContainer {
	border-left: 1px solid #222;
	margin: 0 0 1em 0;
}
.sideBoxContent {
	background-color: #161616;	
	padding: 1em;	
	/* CSS3 progressive enhancements for supporting browsers */
	-moz-box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px #000;
	box-shadow: 5px 5px 5px #000;	
}

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

#upProductsHeading {
	text-align: left;
}

#upDateHeading {
	text-align: right;
}


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

.forward {
	float: right;
}

.bold {
	font-weight: bold;
}

.rowOdd {
	background-color: #444;
	vertical-align: top;
}



caption {
	/*display: none;*/
}

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

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
}

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

tr.tableHeading {
	background-color: #333;
}
#prevOrders td {
	border-bottom: 1px solid #222;
	padding: 0 .5em 0 0;
}

div#productListing table {
	margin-top: 1em;
}
.productListing-rowheading {
	background-color: #333;
}
.productListing-data {
	padding: 1em;
	vertical-align: middle;
}
.productListing-data h3 {
	margin: 0 0 1em 0;
}
.productListing-data h3 a {
	font-weight: bold;
}
.productListing-data img {
	border: 1px solid black;
}

#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: #444;
}
/* --------------------------------------------------------- THE KITCHEN SINK */
.boxshadow {
	/* CSS3 progressive enhancements for supporting browsers */
	-moz-box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px #000;
	box-shadow: 5px 5px 5px #000;
}

span.title {
	font-style: italic;
}
/* --------------------------------------------------------- STORE INDEX NEW RELEASES */

/* --------------------------------------------------------- ACCESSIBILITY */
.offscreen { /* Off-screen content for screen readers */
	position: absolute;
	left: -9999px;
	width: 400px;
}
.screenreader { /* Off-screen content for screen readers */
	position: absolute;
	left: -9999px;
	width: 400px;
}
abbr.nodeco {
	border-bottom: none;
	cursor: text;
}



/* --------------------------------------------------------- CUSTOM: PRODUCT DESCRIPTION */

h1#productName, h2#productPrices {
	clear: right;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 0.3em 0; padding: 0;
}


div#productDescription div.information {
	width: 100%;
	float: left;
	margin: 0; padding: 0;
}
div#productDescription div.information h2 {
	padding: 10px 0 5px 0;
}

div#productDescription div.tracklist  {
	float: left;
	width: 30%;
	margin-left: 5%;
	padding-left: 1em;
}
div#productDescription div.tracklist  ol {
	list-style: decimal;
	margin-left: 20px;	
}
ul#productDetailsList {
	width: 16.2em;
	margin-top: 10px;
	border-top: 1px  solid #111;
	color: #e6e6e6;
}


/* --------------------------------------------------------- PRODUCT ATTRIBUTES/TRACK LIST */

div#cdTrackPreviews {
	margin: 0;
	float: left;
	width: 60%;
}
div#cdTrackPreviews span.trackName {
/* mp3 track list - cd item */
	display: block;
	margin: 7px 0;
}
div#cdTrackPreviews span.trackName a {
/* mp3 track list - cd item */
	width: 30em;
	line-height: 1.5em;	
	font-size: 1em;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;	
}
div.wrapperAttribsOptions {
	margin: 0;
	float: left;
	width: 100%;
}
h3#attribsOptionsText,
h3.attributesComments {
	color: #e6e6e6;
}	
div.wrapperAttribsOptions span.fullrelease {
	width: 17em;
	color: #e6e6e6;
	background-color: transparent;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 2em;
}
span.quantity { font-style: italic; }
div.wrapperAttribsOptions h4.optionName {
/* mp3 track list */
	width: 30em;
}
span.fullrelease label.attribsInput {
	margin: 0; padding: 0;
}

div.wrapperAttribsOptions div.back {
	margin: 0.4em 0;
	font-size: 1em;
	line-height: 1em;
}
div.wrapperAttribsOptions div.back input{
	margin-top: 0.05em;
	vertical-align: middle;
}
div.wrapperAttribsOptions div.back label.attribsCheckbox {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
}
/* --------------------------------- ATTRIBUTES */

span.comment {
	color: #e6e6e6;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 2em;
}

/* --------------------------------------------------------- CONTACT FORM */

textarea#enquiry {
	width: 99%;
}
