/**
 * Template designed by 12leaves.com
 * 12leaves.com - Free ecommerce templates and design services
 *
 * 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: arial, helvetica, sans-serif;
	font-size: 0.72em;
	color: #fff;
	background:url("../images/body_bg.jpg") no-repeat center top #271d10; 
	line-height: 17px;
	*white-space: nowrap;
	}

a img {border: none; }

a:link{
	color: #fff;
	text-decoration: none;
	}
#navEZPagesTOC ul li a {
	color: #091c32;
	text-decoration: underline;
	}
 
a:visited {
	color: #fff;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #091c32;
	text-decoration: none;
	}

a:active {
	color: #091c32;
	text-decoration: none;
	}
a:hover{
	color: #f46200;
	text-decoration: underline;
}
.blue-link a {
	color: #0075e2;
}
.columnLeft a, .columnRight a {
	text-decoration: none;
}
.columnLeft a:hover, .columnRight a:hover {
	text-decoration: none;
}
#columnCenter {
	padding: 8px 0 0 0;
	border:1px solid #47361e;
	background:#513d20;
/*	background:#fff;*/
}
ul{list-style:none;padding:0;margin:0;}
p {
	border-bottom:1px solid #CACACA;
	padding-bottom:10px;
	color:#fff;
	font-family:Arial;
	font-size:12px;
	line-height:18px;
}
span {
/*	color:#fff;
	font-size:13px;*/
	font-weight:bold;
}

h1 {
	padding: 0 0 2px 0;
	background: #4c3619;
	color:#FFFFFF;
	font-family:"Times New Roman",Times,serif;
	font-size:18px;
	font-weight:bold;
	margin-top:6px;
	padding:6px;

	}

h2 {
	font: bold 18px tahoma;
	
	display: block;
	}

h3 {
	font-size: 1.2em;
	padding-bottom: 10px;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1em;
	}
.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0 0;
	}

/*  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 {
	height: 1%;
	}
*/

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
/*	display: inline;*/
	font-size: 12px;
	margin: 0.1em;
	}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}
/*input:focus, select:focus, textarea:focus {
	background: #ffffe7;
	margin:0.1em;
	}
*/

/* Only for IE7*/
*+ html FIELDSET {
	padding: 13px;
	margin: 3px 0 12px 0;
	border: 1px solid #d6d6d6;
	}
/* /Only for IE7*/

FIELDSET {
	padding: 13px;
	margin: 10px 0 17px 0;
	border: 1px solid #d6d6d6;
	}

LEGEND {
	font: bold 13px arial;
	padding: 4px 7px;
	color: #305159;
	background: #f5f5f5;
	}

LABEL {
/*	line-height: 1.5em;*/
	padding: 0 0.2em;
	line-height: 23px;
	float:left;
	}
label.checkboxLabel,
label.radioButtonLabel{float:none;}
h4.optionName {
	padding: 0;
	margin: 0;
	width: 100px;
	font: bold 11px verdana;
}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}
.categoryListBoxContents a {
	text-decoration: none;
}

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: 5px 0;
	border: none;
/*	border-bottom: 1px solid #e4e4e4;*/
	}
.dotted-line {
	height: 1px;
	background: url("../images/dotted_line.gif") repeat-x 0 0;
}
.float-right {
	float:right;
}
ul.float-right {
	float:none;
	padding:0 5px;
}
.float-left {
	float: left;
}

.list-style-none {
	list-style-image: none;
	color:#fff;
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin: 0; 
} 
/*#tab_nav .list-style-none li { background: url("../images/banner_bg.jpg") no-repeat top right;}*/
ul.inline-list li {
	float: left;
	padding: 0 0 0 12px;
}

.align-center {
	margin: auto !important;
	text-align: center !important;
}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.3em;
	margin: 0 8px;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning, .messageStackError {
	background-color: #cf0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #e0f8b6;
	color: #000000;
	border: 1px solid #d0e46e;
	}

.messageStackCaution {
	background-color: #ffe3a8;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	width: 980px;
	vertical-align: top;
	padding:0;
	/*border-left:1px solid #5d1c0a;
	border-right:1px solid #5d1c0a;*/
/*	border: 1px solid #9a9a9a;*/
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#headerWrapper{}

.topper-menu{height:30px;padding-right:5px;}
.topper-menu li {
	font: 11px verdana;
	float: left;	
	margin: 6px 2px 0 14px;
	_margin: 6px 2px 0 13px;
	color:#fff;
}
.topper-menu li a {color:#fff;}
.topper-menu li a:hover {color:#fff;}

#logoWrapper{background:url(../images/header_bg.jpg) repeat-x left top;height:126px;}
#logo {
	padding: 20px 0 0 0;
	margin-left:-25px;
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right:0;
	}

#tagline {
/*	margin: 0.7em 0 0 1em;
	padding: 0 0 0.4em 1em;*/
	float: left;
	}
#tagline_header {
	border-left: 1px solid #dddddd;
	font: bold 20px arial;
	color: #888888;
	margin: 0.7em 1em;
	padding: 0 0 0 1em;
}


#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 44%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.current {
	font-size: 15px;
	padding: 2px;
}

.navSplitPagesLinks, .navSplitPagesResult {
	padding: 5px 0 2px 0;
}

.navSplitPagesLinks a {
	color: #717171;
	padding: 2px;
	margin: 0px;
}

.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: #abbbd3;*/
	padding: 0.5em 0.2em;
	font-weight: bold;
/*	color: #ffffff;*/
	height: 1%;
	}
#navSuppWrapper {
	margin: 0px 0 0 0;
	padding: 8px 0 0 0;
	line-height:1.8em;
	background:#513D20 url(../images/footer_bg.jpg) repeat-x left top;
}
#navSupp li{float:left;padding:3px;font-size:8px;}
#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#navMain ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li, #navCatTabs ul li {
	display: inline;
	}

.footer-links li {
	font: normal 11px verdana;
	float: left;
	margin: 0 2px 0 2px;
}

#navMain ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}
.legalCopyright {
	float: left;
	clear:left;
	font: 11px verdana !important;
	line-height: 16px !important;
	margin-top:7px;
	padding:0 5px 5px;
}

#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 0.5em;
	font: 11px tahoma;
	margin: 0em;
	color: #999999;
	}
#navBreadCrumb a {
	color: #999999;
}

#top_nav {
	
	font: bold 13px Tahoma;
	margin: 0em;
	height: 45px;
	position:relative;
	margin-bottom:-2px;
	}
#tab_nav a {	
	color: #ffffff;
	text-decoration: none;
}

#tab_nav li {
	float: left;
	/*background: url("../images/bg_tabs_left.gif") no-repeat 0 0;
	padding: 0 0 0 5px;*/
}
#tab_nav li a {
	display: block;
	background: url("../images/menu_bg.gif") no-repeat left top ;
	padding: 0 10px 0 20px;
	line-height:43px;
	font-size:13px;
	height:43px;
	font-weight:bold;
	position:relative;
	margin:0 10px 0 10px;
	color:#331f04;
	
}
#tab_nav li a.register{color:#D71D1E;}
#tab_nav li a span{
	display: block;
	background: url("../images/menu_bg.gif") no-repeat right top ;
	padding:0 10px 0 0;
	line-height:43px;
	height:43px;
	width:10px;
	
	 position:absolute;
	right:-10px;
	top:0;
	
}
#tab_nav li a:hover {
	background: url("../images/menu_bg.gif") no-repeat left top ;
	color:#ffffff;
	/*color:#6bcde2;*/
	/*background: url("../images/banner_bg.jpg") no-repeat top right;*/
	/*background:#4c0c02;*/
}
#tab_nav li a:hover span {
	/*color:#6bcde2;*/
	/*background: url("../images/banner_bg.jpg") no-repeat top right;*/
	/*background:#4c0c02;*/
}
#tab_nav li:hover {
	background-position: left -39px;
}
#tab_nav li:hover a {
	/*background-position: right -39px;*/
	background: url("../images/menu_bg.gif") no-repeat left top ;
	color:#ffffff;
}

#tab_nav #tab_active{
	background-position: 0 -78px;
}
#tab_nav #tab_active a {
	/*background-position: right -78px;*/
	background: url("../images/menu_bg.gif") no-repeat top left;
}
#tab_nav li.home-link {
	padding: 0;
}
#tab_nav li.home-link a {
	display: block;
	/*background: url("../images/home_tab.gif") no-repeat left 0;*/
	padding-left: 22px;
	color:#fff;
}
#tab_nav li.home-link:hover a {
	/*background-position: right -39px;*/
	background: url("../images/menu_bg.gif") no-repeat left top ;
}
#login_logout_section{color: #4A4A48;}

 #login_logout_section a {
	font: 12px arial;
	color: #f46200;	
	padding: 0;
	line-height:30px;
	*line-height:28px;
	font-weight:bold;
}

#login_logout_section{clear:right;padding-right:5px;}

#login_logout_section a:hover {
	text-decoration: underline;
}

.top-nav-right {
	/*background: url("../images/top_nav_right_bg.gif") no-repeat right top;*/
	height: 36px;
	width: 6px;
	float: right;
}
.top-nav-left {
	background: url("../images/top_nav_left_bg.gif") no-repeat left top;
	height: 36px;
	width: 6px;
	float: left;
}
.tools-nav-right {
	background: url("../images/tools_nav_right_bg.gif") no-repeat right bottom;
	height: 31px;
	width: 6px;
	float: right;
}
.tools-nav-left {
	background: url("../images/tools_nav_left_bg.gif") no-repeat left bottom;
	height: 31px;
	width: 6px;
	float: left;
}

#navColumnOne, #navColumnTwo {
	background:#4c3619;
	}
/* Tools section styles */
#tools_wrapper {	
	margin: 0; 
	padding: 0;
}
.line-header {
	font: 1px arial;
	margin: 0 4px;
}
.search-header-input {
	height: 21px;	
	float: left;
	margin:11px 10px 0 17px;	
	_margin:11px 10px 0 9px;
	padding:1px 0 0 3px;
	width:299px;
}
.search-header-input input{
	width:250px;
	_margin:0;
	padding:0;
}

.search-header {
	margin: 3px 0;
}
.search-header input {
	font: 18px arial;
	border: 0px;
	margin: -5px;
	color: #fff;
	background: none;
	margin: 0 8px 0 0;
}
.search-header form {
	float: left;
}
.search-header input:focus {
	background: none;
}

.advanced_search {
	padding: 0 6px 2px 0;
	margin: 5px 0 0 14px;
}
.advanced_search a {
	font: 11px Arial;
	text-decoration: none;
	color: #336b7d;
	padding: 0 7px 0 0;
	background: url("../images/arrow_small.gif") no-repeat right center;
}
.advanced_search a:hover {
	text-decoration: underline;
}
.cart-header {
	padding: 1px;
	margin: 2px auto 3px auto !important;
}
.cart-header span {
	font-weight: bold;
}
.cart-header a:link, .cart-header a:visited {
	color: #F38900; 
}
.cart-icon {
	width: 16px;
	height: 15px;
	margin: 1px 6px 0 0;
}
.full {
	background: url("../images/cart_full_icon.gif") no-repeat left top;
}
.empty {
	background: url("../images/cart_empty_icon.gif") no-repeat left top;
}
.td-search-header {
	width: 438px;
	height:65px;
	background:url("../images/search_bg.gif") no-repeat left top;
	clear:right;
}
.td-cart {
	width: 303px;
	text-align: right;
	padding: 0 4px 0 0;	
	
}
.td-languages {
	width: 303px;
	text-align: right;
	padding: 0;
	clear:right;
	line-height:30px;
}
.languages-wrapper select, .languages-wrapper {
	font: 11px tahoma, arial !important;
}
.languages-wrapper select {
	height: 18px;
}
.languages-wrapper form {
	float: right;
}
.languages-wrapper label {
	padding: 3px 0;
	line-height: 17px !important;
}
/* /Tools section styles */


/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	font-size: 13px !important;
	padding: 0.2em;
	color:#fff;
	}

#productAttributes {
	padding: 10px 14px;
	margin: 10px 0;
	border: 1px #b8b8b8 solid;
	
}

.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;
	}
.centerColumn {
	padding: 0 0.4em 0.8em;
}
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}
#siteinfoIP {
	float: left;
	padding:0 5px;
}
.centerBoxContentsSpecials a, .centerBoxContentsAlsoPurch a, .centerBoxContentsFeatured a, .centerBoxContentsNew a, .specialsListBoxContents a {
	color: #f46200;	
	margin: 1px 8px;
}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #e2e2e2;
	background: #f8f8f8;
	padding: 1em;
	}

.tableHeading TH {
	border-bottom: 1px solid #aaaaaa;
	}

.tableHeading, #cartSubTotal {
	background-color: #4C3619;
	 }

#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 {
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}
#cartBoxListWrapper a {
	color: #0075E2;
}
.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.7em;
	background: #FCFCEA;
	border: 1px solid #F3ECD9;	
}
#mediaManagerHeading {
	margin-top: 5px;
	padding-top: 0 !important;
}

.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	color: #ffffff;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #a30101;
	}

#productPrices, #reviewsInfoDefaultPrice {
	font: bold 16px arial;
	color: #a30101;
	margin: 0 0 6px 0;
	display: block;
	color:#333;
}
.orderHistList {
	margin: 0;
	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: 10px 15px 15px 10px ;

	}
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage{float:none;}
#reviewsInfoDefault .buttonRow{float:left;}
#reviewsInfoDefault #reviewsInfoDefaultPrice{clear:both;}
.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}

.attributesComments {
	margin: 10px 0;
	color: #83785c;
}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxWrapper {
/*	border: 1px solid #e6e6e6;*/
	
	margin: 8px 0;
/*	padding: 12px;*/
	}

h2.centerBoxHeading {
	font: bold 14px Arial;
	color: #ffffff;
	background:url(../images/centerBoxHeading.jpg) no-repeat left top;
	height:36px;
	line-height:36px;
	font-style:normal;		
	padding: 0px 15px;
	margin: 0 !important;
}
.centerBoxWrapper h2 {
	margin: 0 !important;	
}

/*sideboxes*/
.columnLeft {
	padding: 0 5px 0 0;
	background:#6BCDE2;
}
.columnRight {
	padding: 0 0 0 5px;
}

h3.leftBoxHeading, h3.rightBoxHeading {
	font: bold 1.1em arial;
	color: #163e4d;
	background: url("../images/sidebox_right.gif") no-repeat right top;
	}

h3.leftBoxHeading, h3.rightBoxHeading {
	color: #163e4d;
	background: url("../images/sidebox_right.gif") no-repeat right top;
	}

h3.leftBoxHeading a:link, h3.rightBoxHeading a:link, h3.leftBoxHeading a:visited, h3.rightBoxHeading a:visited {
	font: normal 11px verdana, arial;
	color: #0078e8;
	text-decoration: underline;
	}


h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #0078e8;
	text-decoration: none;
	} 
.sidebox-header-left {
	background: url("../images/sidebox_left.gif") no-repeat left top;
	padding: 0 0 0 0.3em;
}
.main-sidebox-header-left {
	background: url("../images/main_sidebox_left.gif") no-repeat left top !important;
	padding: 0 0 0 0.3em;
}
.main-sidebox-header-right {
	background: url("../images/main_sidebox_right.gif") no-repeat right top !important;
	padding: 0 0 0 0.3em;
}

#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font: bold 1.1em arial;
}

.leftBoxHeading, .rightBoxHeading {
	margin: 0em;
	background-color: #abbbd3;
	padding: 0.45em 0.3em 0.44em 0.4em !important;
	}
.leftBoxHeading label, .rightBoxHeading label {
	line-height: 15px;
}
.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	margin: 7px 0 4px 0;
	}

.sideBoxContent {
	border: 3px solid #3d3a38;
	border-top: none;
	background:#47361e;
	background:  /*url("../images/cont_bg.jpg") no-repeat*/ #47361e;
/*	background-color: #fff;*/
/*	padding: 0.7em 0.4em 1em 0.4em;*/
	padding: 0.7em 1.8em;
	overflow:hidden;
	}
.centeredContent{
	overflow:hidden;
	float:left;
}
/*#Content {background:url("../images/centcont_bg.jpg")  no-repeat;}*/
#navColumnOneWrapper .centeredContent{float:none;}
.sideBoxContent a, .sideBoxContent div, .rightBoxContainer div, .leftBoxContainer div {
	font: normal 11px arial, verdana;
	color: #fff;
	line-height: 17px;
}
.sidebox-products {
	display: block;
	color: #0075E2 !important;
	padding: 2px;
}
#shoppingcartContent {
	background: #f4fcfd !important;
}
.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #FFFFFF;
	}
 #cartBoxEmpty {color:#fff;}
.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}
	th{ color:#fff;}
.additionalImages a {
	text-decoration: none;
}

#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin: 0 0 0 8px;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}
#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top {
	font: 12px arial;
	text-decoration: none;
	padding: 0 0 0 9px;
	background: url("../images/arrow.gif") no-repeat 0 4px;
	}
A.category-links, A.category-links:visited {
	color: #fff;
	text-decoration: none;
	}
.categories-top-list {
	padding: 4px 0;
	background: url("../images/dotted_line.gif") repeat-x 0 top;
}
.categories-top-list a {display:block;}

.no-dots {
	background: none;
}
.sub-count {
	color: #aaaaaa;
	line-height: 12px !important;
}

.subcategory {
	
	/*background:#F3EEE2;*/
	background:#6e5f51;
	
}
.subcategory a {
	line-height: 22px !important;
	display:block;
	text-decoration:underline;

}

A.category-subs, A.category-products {
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	}
A.category-subs:hover, A.category-products:hover {
	text-decoration: none;
}

SPAN.category-subs-parent {
	font-weight: bold;
	
	}
a:hover SPAN.category-subs-parent:hover {
	text-decoration:none;
}
SPAN.category-subs-selected {
	font-size:11px;
	
	background:#5b3f23;
	color:#fff;
	}

/* end categories box links */

/*misc*/
.back {
	float: left;
	}

#shoppingCartDefault #PPECbutton {
	float:right;
	}
.navSplitPagesLinks{float:right;}
#shoppingCartDefault .forward,
#checkoutPayment .forward,
#checkoutConfirmDefault .forward,
#checkoutShipping .forward{float:right;}
.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #533D28;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #513D20;
	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: #4C3619;
	height: 2em;
	}

.productListing-rowheading {
	background-color: #78aa01;
	background:url(../images/centerBoxHeading.jpg) no-repeat;
	height:36px;
	height: 2em;
	color:#fff;
	font:italic bold 13px Arial;
	}
.productListing-heading a {color:#fff;font:italic bold 13px Arial;}

.tabTable {
	margin: 6px 0 4px 0;
}
.tabTable td {
	padding: 12px 8px;
	text-align: left;
}

.productListing-even {
	/*background-color: #f7f7f3;*/
}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}
#productAttributes LABEL {float:none;}

#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;
	}
#bannerOne, #bannerTwo, #bannerThree {
	margin: 0;
	padding: 0 0 9px 0;
}

/*bannerlist*/

div#feature_list {
	background:transparent url(../images/bannerlist/feature-tab-bg.gif) repeat;
	
	height:356px;
	margin-top:3px;
	overflow:hidden;
	position:relative;
	width:100%;


	
}
div#feature_list ul {
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	
	
}

ul#tabs {
	left:0;
	width:285px;
	z-index:2;
}
ul#tabs li {
	color:#000000;
	font-family:Arial;
	font-size:12px;
	line-height:30px;
}
ul#tabs li a {
	color:#FFFFFF;
	display:block;
	height:30px;
	outline:medium none;
	padding:10px;
	text-decoration:none;
}
ul#tabs li a.current {
	background:transparent url(../images/bannerlist/feature-tab-current.png) no-repeat;	
	color:#D71E1C;
}
h3 {
	font-size:16px;
	margin:0;
	padding:0;
	text-transform:uppercase;
}
ul#output {
	height:354px;
	position:relative;
	right:0;
	width:729px;
}
/*bannerlist*/
/*index*/
.indexLeft  {float:left;width:681px;padding:0 0.3em 0 0}
.indexRight {float:right;width:283px;}
	.manufacturer{margin-bottom:5px;}
	#manufacturer-logo{background:#a4a4a4;padding:5px;height:80px;}
	#manufacturer-logo .sideBoxContent {float:left;padding:0;border:0;}
	#manufacturer-logo .sideBoxContent img{width:55px;height:40px;}

	.reviews{background:#3c2d1d;padding:9px 3px 3px;margin:5px 0 0 0;}
	.reviews .img{display:none;}
	.reviews .title{display:none;}
	.reviews .reviews_rating{display:none;}
		#listticker {
			/*border-left:1px solid #cd6346;
			border-right:1px solid #cd6346;*/
			height:255px;
			margin:0;
			overflow:hidden;
			padding:4px 0 0 1px;
			color:#333;
			
		}
		#listticker a:link{ color:#333;}
		#listticker li {
			border:0 none;
			color:#000000;
			font-family:Arial;
			height:65px;
			list-style:none;
			margin:0;
			padding:19px 10px 0;
		}
		.hp_ele_2 {
			background:#a09f9f;
		}
		.hp_ele_1 {
			background:#d3d2d1;
		}
		.customer-name  {
			float:right;
			font-size:11px;
			color:#333;
		}
		
		.title {
			color:#000000;
			font-size:13px;
			font-weight:bold;
			padding-top:5px;
		}
		
		
		.question {
			border-bottom:1px dotted #EAEAEA;
			color:#ffffff;
			font-family:Arial;
			font-size:12px;
			height:23px;
			padding-top:5px;
		}
		table p{
			border:none;
		}
		.return a {
			color:#9D0000;
		}
		
	#topsellers{}
		#topsellers #Content{height:330px;}
		#topsellers h3{padding:0px 15px 0px; padding-bottom:0px;background:url(../images/topsellers.jpg) no-repeat left top;color:#fff;font-size:14px;font-weight:bold; height:34px; line-height:34px;}
		#topsellers h3 em {font-style:normal;}
		#topsellers .top_sellers{color:#5D5D5D;float:left;padding-bottom:15px;padding-top:15px;width:210px;height:55px;}
		#topsellers .pro-img {float:left;}
		#topsellers .pro-img img{}
		#topsellers .pro-name {float:left;padding-left:5px;}
		#topsellers .pro-name a{width:150px;display:block; overflow:hidden;height:50px;text-decoration: none;}
		#topsellers .pro-name a:hover{width:150px;display:block; overflow:hidden;height:50px;text-decoration: underline;}
	#feature_list_hot li{list-style:none;float:left;padding:0 2px;}
		
/*index*/
/*news*/
.archiveLinkList{width:100%;}
.archiveLinkList li {border-bottom:1px dotted #D0D0D0;clear:both;}
span.news_title{font-weight:normal;font-size:12px;line-height:23px;}
span.news_date{font-weight:normal;font-size:12px;line-height:23px;float:right;}
p.articleHeading{display:none;}
/*news*/
/*footer*/
.foot2 {
	font-family:Arial,Helvetica,sans-serif;
	float:left;
	padding-left:8px;
	width:150px;
	
}
.foottitle {
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
}
.footlist {
	color:#C2C2C2;
	height:auto;
	padding-left:5px;
	list-style:none;
}
.footlist a {

	color:#ffffff;
	font-size:11px;
	line-height:23px;
	padding-left:2px;
	text-align:left;
	text-decoration: none;
}
.footlist a:hover{
	color:#CCC;
	text-decoration: underline;
}
.foot3 {
	float:left;
	height:99px;
	padding-left:8px;
	width:230px;
}
.footer-links {color:#b7daf5;}
.footer-links a{color:#b7daf5;}
.footer-links a:hover{color:#fff; text-decoration:none;}
.legalCopyright{color:#b7daf5;}
.legalCopyright a{color:#fff;}
.legalCopyright a:hover{color:#fff;}
/*footer*/
/*categories*/
#categories .sidebox-header-left{display:none;}
#categories .sideBoxContent{border:0;padding:0;}
#categories .categories-top-list {/*background:url(../images/cate_bg.gif) repeat-x left top;*/height:22px; background:#5a4025;  border-bottom:1px solid #987848; display:block;}
#categories a.category-top{line-height:22px;background:none;font-size:11px;color:#fff;}
#categories a:hover { color:#d3d3d3;}
#categories a.category-top span{font-size:14px;}
.subcategory span.category-subs-selected{display:block;}
.categories-top-list span.category-subs-selected{background:none;}
.categoryImg{border: 3px solid #3d3a38;border-top:none;border-bottom:none; background:#47361E;}
.catDescContent{border: 3px solid #3d3a38;border-top:none;border-bottom:none; color:#fff; background:#47361E;}
/*categories*/

/*product info*/
#productMainImage{margin: 0px auto;}
#productMainImage.centeredContent{float:none;}
.navNextPrevWrapper{float:none;}

/*product info*/
/*nav*/
.secondNav{ position:relative;z-index:1002;clear:both;}
.subNav{border:5px solid #674829;background:#fff;padding:8px; position:absolute;z-index:1005;top:-2px; color:#333;}
#subNav2{left:97px;width:300px;}
#subNav2 li{float:left;width:150px;}
#subNav3{left:219px;}
#subNav3 li{width:150px;}
#subNav4{left:465px;}
#subNav4 li{width:150px;}
.subNav a {display:block;padding:5px; color:#333;}
.subNav a:hover {background:#674829; text-decoration:none;color:#FFF;}
#small_ban{float:left;width:817px;}
#services{float:right;width:160px;}
/*nav*/  
.centerBoxWrapper .sideBoxContent {background: #47361e /*url(../images/centcont_bg.jpg) no-repeat left top*/;}


#pdp_content #pdp_styles a {float:none;}

#whatsNew .sideBoxContent {background: #47361e /*url(../images/yanjing_bg.jpg) no-repeat left top*/;}
#productListing-data {color:#fff;}
#ezPageDefault {background:#513d20}
#privacy {background:#513d20}
.content_email a{color:#fff;}
.content_email a:hover{color:#F46200;}