/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */

body {
	margin: 0;
	font-family: Tahoma, Geneva, Arial;
	/* font-size: 69%; */
	font-size:12px;
	color: #BDBBB8;
	background:#1B1B1B;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #BC935B;
	text-decoration: none;
	}
 
a:visited {
	color: #BC935B;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #EBEBEB;
	-moz-transition-property:color;-webkit-transition-property:color;-o-transition-property:color;transition-property:color;
	-moz-transition-duration:.25s;-webkit-transition-duration:.25s;-o-transition-duration:.25s;transition-duration:.25s;
	}

a:active {
	color: #EBEBEB;
	}

h1 {
	font-size: 1.5em;
	}

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 {
	font-family: Georgia;
	color:#EEE;
	font-weight: normal;
	margin: 0.3em 3px;
}

CODE {
	font-family: Georgia, "Times New Roman", times;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	/* removed font size hopefully text in forms matches other sizes */
	/*	font-size: 1em; */
	margin: 0em;
	vertical-align: middle;
	}
	
	SELECT {
	color:#EBEBEB;
	background:#333;
	border:1px solid #666;
	}
	INPUT[type=text] {
	color:#EBEBEB;background:#333;border:1px solid #666;
	}

TEXTAREA {
/*	float: left;*/
	font-family: Tahoma, Geneva, Arial;
	color:#EBEBEB;
	background:#333;
	border:1px solid #666;
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
/*	background: #111; */
/*	border:1px solid #333;*/
	}

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

LEGEND {
	color: #ccc;
	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: 11em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

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

P {
	padding: 0em;
	margin:0 0 1em 0;
	}

ADDRESS {
	font-style: normal;
	padding: 0.5em;
	}
	
ADDRESS.checkhlight {background-color:#333}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0px;
	border: none;
	border-bottom: 1px solid #080808;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	}

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

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

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

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

/*wrappers - page or section containers*/
#mainWrapper {

	/* removed until chrome can render without lag!
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.4), 0 2px 6px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.4), 0 2px 6px rgba(0, 0, 0, 0.15);
	*/

	background-color: #222;
	text-align: left;
	vertical-align: top;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-right: 1px solid #111; border-bottom: 1px solid #111; border-left: 1px solid #111;
	/* width: 960px; removed to expand page width */
	margin: 0 auto;
	max-width:1300px;
	min-width:960px;
	}

#contentMainWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, /* #mainWrapper -removed after width expanded */ #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
	
#logoWrapper {
 display: none;
}
	
#headerWrapper {
	margin: 0em;
	padding: 0em;
	background-color: #646464;
	font-family: Arial;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, /* #mainWrapper -removed after width expanded */ {
	margin: auto;
	}
#navColumnOneWrapper {background-color:#111; border-radius:0 0 6px 6px; box-shadow:0 15px 10px -10px rgba(0, 0, 0, 0.4), 0 2px 6px rgba(0, 0, 0, 0.15); -webkit-box-shadow:0 15px 10px -10px rgba(0, 0, 0, 0.4), 0 2px 6px rgba(0, 0, 0, 0.15); margin-left:10px; margin-top:10px;}
#navColumnTwoWrapper {background-color:#111; border-radius:0 0 6px 6px; box-shadow:0 15px 10px -10px rgba(0, 0, 0, 0.4), 0 2px 6px rgba(0, 0, 0, 0.15); -webkit-box-shadow:0 15px 10px -10px rgba(0, 0, 0, 0.4), 0 2px 6px rgba(0, 0, 0, 0.15); margin-right:10px; margin-top:10px;}

#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 {}
/*added link style next two lines */
.navSplitPagesLinks a {
color: #CCC;
padding:3px 6px;
-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
border-radius: 3px;
border: 1px solid #303336;
background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#3d4043),color-stop(100%,#303336));
background-image: -webkit-linear-gradient(#3d4043,#303336);
background-image: -moz-linear-gradient(#3d4043,#303336);
background-image: -o-linear-gradient(#3d4043,#303336);
background-image: linear-gradient(#3d4043,#303336);
-moz-box-shadow: rgba(255,255,255,0.15) 0 1px 0 inset,rgba(0,0,0,0.25) 0 1px 2px;
-webkit-box-shadow: rgba(255,255,255,0.15) 0 1px 0 inset,rgba(0,0,0,0.25) 0 1px 2px;
-o-box-shadow: rgba(255,255,255,0.15) 0 1px 0 inset,rgba(0,0,0,0.25) 0 1px 2px;
box-shadow: rgba(255,255,255,0.15) 0 1px 0 inset,rgba(0,0,0,0.25) 0 1px 2px;
}
.navSplitPagesLinks a:hover {
color:#EEE; 
}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	}
	
#navSuppWrapper, #navCatTabsWrapper {margin: 0em;}

#navMainWrapper {
	background:transparent url(../images/header-bkg.jpg) no-repeat left top;
	margin: 0em;
	color: #EEE;
/*	height: 112px; */
	height:124px;
	width: 100%;
	}

.navMainWrapper-t-b {float:left;width:100%;}
.navMainWrapper-t-l {float:left;margin-left:4px;}
.headerTopMenulogo {margin:0px;padding:0px;}
.headerTopMenulogo a {background:url(/images/header-logo-only.png) no-repeat 2px 6px; color:#EEE; display:block; font-family: Georgia; font-size:48px; padding-left:88px; text-shadow:2px 2px 4px #080808;}
.headerTopMenulogo ul {list-style:none;margin:0;padding:0;} .headerTopMenulogo ul li {height:90px;}
.headerTopMenulogo span {display:block; font-size:22px; line-height:11px; padding-left:7px;}
.navMainWrapper-t-r {float:right;margin-right:4px;}

#navMain {/* float:left; */}

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

#navSupp ul li, #navCatTabs ul li {
	display: inline;
	}
#navMain ul li {display: inline; font-size:1.1em;font-weight:bold;margin:0 2px;background-color: #000;}
	
#navMain ul li a {
/*	float:right; */
	/* margin-top: 100px; */
	padding:5px;
	color: #CCC;
	text-decoration:none;
	white-space: nowrap;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
border-radius: 3px;
border: 1px solid #303336;
background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#3d4043),color-stop(100%,#303336));
background-image: -webkit-linear-gradient(#3d4043,#303336);
background-image: -moz-linear-gradient(#3d4043,#303336);
background-image: -o-linear-gradient(#3d4043,#303336);
background-image: linear-gradient(#3d4043,#303336);
-moz-box-shadow: rgba(255,255,255,0.15) 0 1px 0 inset,rgba(0,0,0,0.25) 0 1px 2px;
-webkit-box-shadow: rgba(255,255,255,0.15) 0 1px 0 inset,rgba(0,0,0,0.25) 0 1px 2px;
-o-box-shadow: rgba(255,255,255,0.15) 0 1px 0 inset,rgba(0,0,0,0.25) 0 1px 2px;
box-shadow: rgba(255,255,255,0.15) 0 1px 0 inset,rgba(0,0,0,0.25) 0 1px 2px;
	}
#navMain ul li a:hover {
/*	float:right; */
	/* margin-top: 100px; */
	color: #EEE;
	padding:5px;
	text-decoration:underline;
	}

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

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

#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 {
	display:none; /* hidden for new layout */
	background-color: #494949;
	color:#999;
	}
#navBreadCrumb a {
	color:#999;
	}
#navBreadCrumb a:hover {
	color:#999;
	text-decoration:underline;
	}

#navEZPagesTop {
	background-color: #7B8EA6;
	font-size: 3em;
	}

#navBreadCrumb, #navEZPagesTop {
	font-size: 0.95em;
	margin: 0em 0.8em;
	padding: 0.5em;
	}

#navColumnOne {
	background-color: #222;
	}

#navColumnTwo {
	background-color: #222;
	}

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

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}
	
.productSpecs {
font-size: 15px;
}
	
#headersearch {
background-color: #111;
text-align: center;
padding: 6px;
}
	
#headermenuWrapper {
	display:block;
	background-color:#666;
	text-align: center;
	padding: 6px;
}
#headermenu a {
	font-size: 20px;
	color:#fff;
	background-color:#666;
	padding: 6px;
	margin-right:0.2em;
	margin-left:0.2em;
}
#headermenu a:hover {
	font-size: 20px;
	color:#fff;
	background-color:#494949;
	padding: 6px;
	margin-right:0.2em;
	margin-left:0.2em;
}

.headerTopMenu { color:#999; font-size:1em; padding: 0em 0.2em; text-align:right; }
.headerTopMenu a { color:#ccc; font-size:1em; 	margin: 0em 0.2em; }
.headerTopMenu a:hover { color:#ccc; font-size:1em; text-decoration:underline; 	margin: 0em 0.2em; }
	
.productTitle {
	color:white;
	font-family: Georgia;
	font-size: 36px;
	font-style: italic;
	font-weight: normal;
/*	text-transform: uppercase; */
	display: block;
	padding: 6px;
	margin: 0 0 10px;
}
#productTitlesub {background-color: #222; color:#BDBBB8; font-size:16px;}

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

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

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

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

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

#cartSubTotal {
	border-top: 1px solid #ccc;
	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: 1em; padding-left: 1em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

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

.cartOldItem {
	color: #fff;
	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;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

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

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale /* .productPriceDiscount */ {
	color: #BC935B;
	}
	
	.productPriceDiscount
		{background-color:#BC935B; color:black; padding:0 3px;}

.orderHistList {
	margin: 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;
	}

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

.categoryIcon {}

#cartImage {
	margin: 0.1em 1em;
	}

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

.attributesComments {}

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

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a {
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.75);
	font-weight:normal;
	padding:10px 0;
	font-size: 14px;
	color: #EEE;
	}

.leftBoxHeading {
	margin: 0em;
	background-color: #1A1A1A;
/*	padding: 0.2em 0em; */
	}

.leftBoxContainer {
	border: 0px solid #fff;
	margin-top: 10px;
	}
	
.rightBoxContainer {
	margin-top: 10px;
}

.sideBoxContent {
	padding: 20px 0;
	}

h3.rightBoxHeading, h3.rightBoxHeading a {
	font-weight:normal;
	padding:10px 0;
	font-size: 14px;
	color: #EEE;
	}

.rightBoxHeading {
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.75);
	margin: 0em;
	background-color: #1A1A1A;
/*	padding: 0.2em 0em; */
	}

h3.leftBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: underline;
	} 

h3.rightBoxHeading a:hover {
/*	color: #999; */
	text-decoration: underline;
	}

.rightBoxContent {
	background-color: #ffffff;
	margin-bottom: 1em;
	}

.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, .rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}
	
	#bannerTwo { height:80px }
 	
.centerBoxContentsFeatured, .centerBoxContentsFeatured img {
float:left;
margin-right: 0.5em;
text-align:left;
vertical-align:top;
}
	
.centerBoxHeading {
	font-size: 24px;
	font-weight: normal;
	margin: 0em;
	padding: 6px;
	text-align:left;
	}
	
/* space & border between listing items */
.productListing-odd td, .productListing-even td {
	/*text-align: left;*/
	/*vertical-align: top;*/
	padding: 0.5em 0.9em;
	margin-bottom: 1em;
	border-bottom: 1px solid #080808;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	}

TR.productListing-odd:hover, TR.productListing-even:hover {
	
	}
	
/* edited to remove unnecessary space and lines from products_all and last_copy */
.productListing-odd-all td, .productListing-even-all td {
	padding: 0.5em 0.9em;
	margin-bottom: 1em;
	}

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

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

#bestsellers li {
	padding: 0;
	margin: 0.1em 0em 0.1em 0em;
	}
	
/* best seller box additions */
#bestsellers {color:#555; font-size:11px; line-height:10px}

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

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/*misc*/
.back {
	float: left;
	/* added to create space between address and notes, and order list-my account */
	margin-right:10px;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}
	
#PPECbutton { background-color:#fff; padding-top:2px; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; }

.bold {
	font-weight: bold;
	}

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

.rowEven {
	background-color: #111;
	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: #111;
	height: 2em;
	}

#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: #000;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#222;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}
	

/* INDEX TWITTER & RSS LISTS */
#indexDefault ul {
padding-left:10px;
}
#indexDefault ul li {
list-style-type:none;
}
p.feedTitle {font-size:15px;font-weight:bold;}
.twitter-title {font-size:15px;font-weight:bold;}
	
/**
* CSS Stylesheet for Categories Dressing examples
* copy/modify desired sections into main stylesheet, integrating with existing declarations, and delete this file
* Categories Dressing v2.0   Glenn Herbert (gjh42)  2007-07-13
*/

/*
hr.catBoxDivider { 
    color: #aabbcc;
    }
*/

/* USED FOR QUANTITY DISCOUNT CATEGORY */
#categories a.quantity-discount-text {
display:none;
}

.catBoxHeading1 {
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.75);
	font-family: Georgia;
    font-size: 18px;
    color: #EEE; 
    background-color: #1A1A1A;
    display: block;
    padding: 10px;
    margin-top: 2px;
	font-style:italic;
    }  

.catBoxSubtext {
    font-family: Georgia;
    font-weight: normal;
    font-size: 1.2em;
    color: #fff; 
    background-color: #18324B;
    display: block;
    padding: 0.1em 0.2em 0.1em 1.0em;
    }  

/*display all cat box links as block*/
#categories a {
    background-repeat: no-repeat;
    display: block;
    }
	
a.category-top-text {
    color: #BDBBB8; 
    padding: 5px 0 5px 7px;
    }

a.category-top-text:hover {
    background-color: #1A1A1A;
	color:#EEE;
    } 

a.category-subs-text, a.category-products-text  {
    color: #BDBBB8;
    padding: 5px 10px;
    }
	
a.category-subs-text:hover, a.category-products-text:hover  {
    background-color: #1A1A1A;
	color:#EEE;
    }

div#categories h3 {display:none}
div#categoriesContent {
font-size:14px;
padding-top:0 !important; background:#111;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
	
/* ADDITIONATA */
TABLE#downloads {margin:20px 0;}
TABLE#downloads h4 {font-size:18px; font-weight:normal;}
TABLE#downloads tr.tableRow img {margin:10px 0;}

#indexDefault, #indexProductList, #newProductsDefault, #indexCategories, #advSearchResultsDefault, #shoppingCartDefault, #shippingInfo, #contactUsDefault, #accountDefault, #accountHistoryDefault, #accountHistInfo, #accountEditDefault, #addressBookDefault, #accountPassword, #acctNewslettersDefault, #checkoutShipping, #checkoutPayment, #checkoutConfirmDefault, #allProductsDefault, #loginDefault, #passwordForgotten, #addressBookProcessDefault, #checkoutShipAddressDefault, #checkoutPayAddressDefault, #checkoutSuccess, #specialsListing, #logoffDefault, #advSearchDefault {
/* width:600px; float:left; removed after expanding page width */
background:#1A1A1A; margin:10px; overflow:hidden; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;
/* removed until chrome can render without lag!
box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.4), 0 2px 6px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.4), 0 2px 6px rgba(0, 0, 0, 0.15);
*/
}

.listingDescription {text-align: left; font-size: 14px; line-height: 1.5em; margin-top: 10px;}

#productMusicDisplay {
/* removed until chrome can render without lag!
box-shadow:0 15px 10px -10px rgba(0, 0, 0, 0.4), 0 2px 6px rgba(0, 0, 0, 0.15);
-webkit-box-shadow:0 15px 10px -10px rgba(0, 0, 0, 0.4), 0 2px 6px rgba(0, 0, 0, 0.15);
*/
font-family: Georgia;
padding:10px;
margin:10px;
background:#1A1A1A;
border-radius: 6px;
/* position relative to fix IE disappearing content bug */
position:relative;
}

h1#newProductsDefaultHeading, h1#specialsListingHeading, h1#allProductsDefaultHeading {font-size:32px; font-style:italic;}

#browseColumn {float:left;background:#1A1A1A;margin:10px;
-webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
}
.centerBoxWrapperContents td {vertical-align:top}
div#rsslistsideboxContent {padding-left:10px}
div#rsslistsideboxContent a {color:#ebebeb}
div#rsslistsideboxContent a:hover {color:#ebebeb}

.centerBoxContentsSpecials img {height:100px; width:100px;}

div#specialsDefault {
font-size:11px;
margin-top:20px;
}
div#specialsDefault h2 {
font-size:14px;
}

.FreeShippingIconText {color:#BC935B;}

#productPrices {color:#BDBBB8; padding:10px 0 10px 0; margin:0px; font-size:17px;}

a.sideboxCheckout {
color: #EEE;
border: 1px solid #303336;
background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#7E93A3),color-stop(100%,#6A7C89));
background-image: -webkit-linear-gradient(#7E93A3,#6A7C89);
background-image: -moz-linear-gradient(#7E93A3,#6A7C89);
background-image: -o-linear-gradient(#7E93A3,#6A7C89);
background-image: linear-gradient(#7E93A3,#6A7C89);
-moz-box-shadow: rgba(255,255,255,0.15) 0 1px 0 inset,rgba(0,0,0,0.25) 0 1px 2px;
-webkit-box-shadow: rgba(255,255,255,0.15) 0 1px 0 inset,rgba(0,0,0,0.25) 0 1px 2px;
-o-box-shadow: rgba(255,255,255,0.15) 0 1px 0 inset,rgba(0,0,0,0.25) 0 1px 2px;
box-shadow: rgba(255,255,255,0.15) 0 1px 0 inset,rgba(0,0,0,0.25) 0 1px 2px;
display:inline-block; padding:4px 8px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
a.sideboxShippingPrices {color:#fff; display:inline-block; font-size:11px; font-weight:normal; margin:2px 0 4px}

#ttrplayer {background:transparent url(/mp3/ttrplayer-banner.gif) no-repeat top left;padding-top:47px;margin-top:10px;}

div#whatsNew td {background:#181818;box-shadow:0 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05); -webkit-box-shadow:0 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05); padding:10px;-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;}
div#featuredProducts td {background:#181818;box-shadow:0 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);-webkit-box-shadow:0 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);padding:10px;-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;}
div#specialsDefault td {background:#181818;box-shadow:0 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);-webkit-box-shadow:0 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);padding:10px;-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;}
div#alsoPurchased td {background:#181818;box-shadow:0 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);-webkit-box-shadow:0 2px 6px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.05);font-family: Georgia;font-size:13px;padding:10px;-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;}
div#alsoPurchased a {color:#BDBBB8;}
td.vDotLine {display:none}
td.hDotLine {display:none}

h1#productListHeading {font-size:32px; font-style:italic; margin-bottom:5px}

h3.itemTitle {font-size:18px; font-weight:normal; text-align:left;}

.SpecialOrderNotice {display: block; font-size:11px; color:#999;}

div#index-no-products {margin:20px 0}
div#index-no-products img {border:10px solid #222; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;}

div#shoppingcartContent {padding-left:10px;padding-right:10px}
div#shoppingcartContent li {margin-bottom:8px}
div#cartNewItemHighlight {color:#BC935B; border-bottom:1px dashed #BC935B; padding:2px; font-size:11px; text-align:center;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
div#cartNewItemHighlight a {color:#fff; font-weight:bold}
span.cartNewItem {color:#BC935B; display:block; padding:2px; border-radius-bottomleft:3px; border-radius-bottomright:3px;}

div.messageStackSuccess {background:#EBEBEB; border-top:0; border-right:0; border-bottom:1px solid #333; border-left:0; color:#000; text-align:center}
div.messageStackSuccess img {display:none}

h1#indexCategoriesHeading {
background-color:#222;
background-image: -moz-linear-gradient(#303030, #222);
background-image: -webkit-linear-gradient(#303030, #222);
background-image: -ms-linear-gradient(#303030, #222);
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
border-radius: 6px 6px 0 0;
}
div#CatSubCatMenu {width:100%;margin-bottom:10px;font-size:18px;background:#222;
box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.4);
-webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
}
div#CatSubCatMenu ul {margin:0;padding:0;list-style-type:none;line-height:33px;text-align:center}
div#CatSubCatMenu li {display:inline;padding:0px;margin:0 10px}
div#CatSubCatMenu li a {padding:6px;color:#ebebeb}
div#CatSubCatMenu li a:hover {background:#222; text-decoration:underline}

/* Listing Icons */
.listenIcon {background:#D8D6C8; color:#000; display:block; font:10px/13px Arial; padding:0; margin:0 auto; width:135px;}
.listenIconCat {background:#D8D6C8; color:#000; font:10px/13px Arial; padding:0; /*new*/ display:block; margin:0 auto; width:135px;}
.recommendedIcon {background-color:#A27F4F; color:#000; display:block; font:10px/13px Arial; padding:0; margin:0 auto; width:135px;}
.recommendedIconCat {background-color:#A27F4F; color:#000; font:10px/13px Arial; padding:0; /*new*/ display:block; margin:0 auto; width:135px;}
.quantitydiscountIconCat {background-color:#7C613C; border-radius:3px; color:#000; float:left; font-size:11px; margin-top:6px; padding:1px 6px;}

/* Navigation */
#allProductsListingTopNumber {font-size:12px}
#allProductsListingBottomNumber {font-size:12px}
#allProductsListingTopLinks {font-size:12px;font-weight:bold}
#allProductsListingBottomLinks {font-size:12px;font-weight:bold}

#productsListingTopNumber {font-size:12px; margin-bottom: 10px}
#productsListingBottomNumber {font-size:12px}
#productsListingListingTopLinks {font-size:12px;font-weight:bold}
#productsListingListingBottomLinks {font-size:12px;font-weight:bold}
/*added style for current*/
#productsListingListingTopLinks .current {background:#444;padding:3px 6px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
#productsListingListingBottomLinks .current {background:#444;padding:3px 6px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}

#specialsListingTopNumber {font-size:12px}
#specialsListingBottomNumber {font-size:12px}
#specialsListingTopLinks {font-size:12px;font-weight:bold}
#specialsListingBottomLinks {font-size:12px;font-weight:bold}

#newProductsDefaultListingTopNumber {font-size:12px}
#newProductsDefaultListingBottomNumber {font-size:12px}
#newProductsDefaultListingTopLinks {font-size:12px;font-weight:bold}
#newProductsDefaultListingBottomLinks {font-size:12px;font-weight:bold}
/* end Navigation */
