/**
 * 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 $
 */
 
div.clearLeft {
	clear:left;
	display:block;
}
.floatleft {
	float:left;}
.floatright {
	float:right;}
body {
	margin: 0;
	text-align:center;
	font-family: Arial,sans-serif;
	font-size: 11px;
	padding:0;
	}

a img {border: none; }

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

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navCatTabs ul li a:hover {
	color: #B88255;
	text-decoration: underline;
	}
#navSupp ul li a:hover {
 	color:#EEEEEE;
	text-decoration: underline;
}

a:active, a:visited, a:link {
	color: #000;
	text-decoration:none
	}
a:hover {
	text-decoration:underline;}

h1 {
	font-size: 1.5em;
	color: #9a9a9a;
	}

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

/*  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: 1em;
	margin: 0.1em;
	font-family:Tahoma, Geneva, sans-serif;

	}
SELECT, input[type=text] {
	border:1px inset #4C394B;}
TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	/*background: #E4FEF5;*/
	}

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

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: black;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

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

LABEL.inputLabel {
	width: 9em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

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

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

P, ADDRESS {
	padding: 0.5em;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	margin-bottom:20px;
	}

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

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

.messageStackCaution {
	color:red;
	}

/*wrappers - page or section containers*/
#pagewrapper {
	width:984px; margin:0 auto 40px auto; padding: 0; text-align:left;}
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 982px;
	vertical-align: top;
	border-width:0 1px;
	border-color:#474747;
	border-style:solid;
	}
#navSupp{
	width:984px;
	margin:auto;
}
#logoWrap{
	margin:0 auto;
	width:984px;
	}
#topBannerWrapper {
	float:left;
	width:400px;
	padding-top:40px;}
#cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#contentMainWrapper {
	margin:0 auto;
	padding:0;
	}
#headerWrapper {
	margin:0 auto;	padding:0;
	width:984px;
	}
#headerWrapper a {
	color:#FFF; text-decoration:none;
	}
#topBarWrap{
	width:984px;
	margin:0 auto;
	height:28px;
	background:url(../images/topnav_bg.gif) repeat-x;
	}
#topBarWrap ul  {
	margin:0 auto; padding:0;
	}	
#topBarWrap ul li {
	float:left;
	color:#FFFFFF;
	padding:3px;
	list-style-type:none;
	}
#topBarWrap ul li a {
	color:#FFFFFF;
	text-decoration:none;
	white-space:nowrap;
	display:block;
	line-height:20px;
	vertical-align:middle;
	font-size:11px;
	font-weight:bold;
	padding:0 8px;
	}
.navbarTab:hover a {
	background-color:#aaa;
	}
#topBarWrap span.navbarTab{
	cursor:pointer;
}

.inDept, #topBarWrap span.inDept a:hover, #topBarWrap span.inDept a:hover h2 {	/* retain purple background for inDept link */
	background-color:#4C3948;
	text-decoration:none;
}
.navDivider {
	height:20px;
	line-height:20px;
	float:left;
	background:url(../images/navtab_split.gif) no-repeat 4px 8px;
}
.navDivider2 {
	height:19px;
	line-height:19px;
	margin-top:4px;
	background:url(../images/navtab_split.gif) no-repeat 0 8px;
	float:left;
	margin-left:2px;
	margin-right:2px;
}

h2.navLink {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	margin:0 auto;
	padding:0;
}


#topSearch, #topTags {
	text-align:left;
	float:left;
	padding-top:3px;
	padding-left:5px; 
	padding-right:5px;}
#topTags {
	padding-top:5px;}
#topSearch input {
	margin-top:2px;
	vertical-align:top; }
#topBar{
	width:836px;
	margin:0 auto;
	color:#BEA97C;
	font-weight:bold;
	padding: .8em;
	}
.topBox{
	float:right;
	padding: 0 0.3em;
	margin-top:3px;
	}
#nav_header{
	text-align:right; width:310px; color:#FFF; font-size:9px; font-weight:bold; text-transform:uppercase;
	}
#nav_header ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
#nav_header ul li { float:right;
padding:0 0 0 8px;}
#lang_header{
	padding-left:1em;
	}
#lang_header a{
	margin-left: 4px;
	}
#cart_header{
	padding:0;
	text-align:center;
	margin-left:120px;
	}
#cartImgWrapper { width:35px; height:50px; float:right;}
#cart_header ul li {
	list-style:none;
	text-align:center;}
#cartImg {
	border:1px solid #BEA97C;display:block;width:40px; height:40px;}
#cartName {
	text-align:right; float:right; width:275; padding:18px 0 0;}
#cartName a {
	font-size:10px; font-weight:bold; font-style:normal; text-decoration:none;}
#topright {
	float:right;
	text-align:right;
	width:310px;
	color:#fff; }

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	}
	
#tagline {
	color:#000000;
	font-size: 1.8em;
	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: 45%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

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

#navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	padding: 0;
	color: #918255;
	height: 1%;
	}

#payments{
	float:left;
	background:url(../images/payments.gif) 1.5em 0 no-repeat;
	width:25%;
	padding:1em 0;
	}
#bottomNav{
	margin:auto;
	padding-top:15px;
	}
#bottomNav a, #bottomNav a:visited{
	color:#9a9a9a;
	text-decoration:underline;
	}
#siteinfoLegal {
	margin-top:15px;
	}
#navCatTabsWrapper {
	color: #F5FFD7;
	background-image:none;
}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 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, #navSupp ul li a:visited, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	white-space: nowrap;
	}
#navSupp ul li a:hover {
	color:#918255;
	text-decoration:underline;
	}

#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.8em 0;
	font-size: 0.95em;
	margin-left: 20px;
	}

#navEZPagesTop {
	font-size: 11px;
	margin: 0;
	color:#ffffff;
	}

#navEZPagesTop a:link, #navEZPagesTop a:visited{
	color:#ffffff;
	padding:0;
	}
#navEZPagesTop a:hover{
	text-decoration:underline;
	}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}

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

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

.alert {
	color: #B97258;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn {
	padding: 0;
	margin:20px;
	}
#bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0;
	}
#bannerOne{
	padding:0;
	margin: 0 auto;
	}
#bannerOne li{
	list-style-type:none;}	
.banners img{
	padding:0;
	}

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

/*Shopping Cart Display*/
#cartSubTotal {
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 0.1em;
	background-color:#F3EEE2;
	height: 3em;	
	}

.tableRow, .tableHeading {
	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: #B97258;
	}

.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, .centerBoxContentsBestSellers, .centerBoxContentsNew, .centerBoxContentsBestSellers {
	margin: 1em 0em;
	}

.centerBoxWrapper {
	/*border-left: 1px solid #9a9a9a;
	border-right: 1px solid #9a9a9a;
	border-bottom: 4px solid #9a9a9a;*/
	height: 1%;
	margin: 1.1em 0;
	}

h2.centerBoxHeading {
	font-size: 1.4em;
	color: #4B394A;
	}

/*sideboxes*/
#navColumnOne.columnLeft {
	background:#000;}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
font-size:18px; text-transform:uppercase; font-style:normal; color:#EDEDED; font-weight:normal;
	}
.leftBoxHeading, .rightBoxHeading {
	margin: 0em;
	padding:1em .5em;
}
#categoriescssHeading {	padding:1em .5em 0 .5em;}
.centerBoxHeading{
	margin: 0em;
	padding:.3em 0 .4em 1em;
	/*background:#5D7FA4 url(../images/centerboxHeadingbg.gif) repeat-x;*/
}
#categoriesHeading {
	background: url(../images/title_fade.jpg) repeat-x;
	font-size:11px;
	padding:.2em 0 .4em 1em;
	}
#whatsnewHeading, #manufacturersHeading, #currenciesHeading, #musicgenresHeading, 
#recordcompaniesHeading, #searchHeading, #search-headerHeading, #shoppingcartHeading {
	background: url(../images/title_fade.jpg) repeat-x;
	font-size:1.1em;
	padding:.4em 0 .5em 1em;
	}
#bestsellersHeading, #reviewsHeading, #featuredHeading, #informationHeading, #moreinformationHeading, 
#ezpagesHeading, #bannerboxallHeading, #specialsHeading, #languagesHeading, #whosonlineHeading, 
#productnotificationsHeading, #tellafriendHeading {
	font-size:1.6em;
	padding:1em 0 1em .5em;
	}
#categories ul{
	padding:0;
	margin:0;
	list-style:none;
	}
.category-top li{
	padding:0;
	margin:0;
	background: #EEEEEE;
	vertical-align:middle;
	}
li.category-top a{
	padding:.4em 0 0 1.5em;
	margin:0;
	color:#918255;
	font-weight:bold;
	display:block;
	height:1.8em;
	border-bottom:1px solid #eeeeee;
	/*background:#EEEEEE url(../images/boxlistbg.png) .4em 0.5em no-repeat;*/
	}
li.category-products a{
	padding:.4em 0 0 1.5em;
	margin:0;
	color:#918255;
	font-weight:normal;
	display:block;
	height:1.2em;
	/*border-bottom:1px solid #9a9a9a;
	background:#EEEEEE url(../images/boxlistbg.png) 1.2em 0.5em no-repeat;*/
	}
li.category-top a:hover{
	background:#333333 url(../images/boxlistbg.png) .4em 0.5em no-repeat;
	color:#EEEEEE;
	}
li.category-products a:hover{
	background:#333333 url(../images/boxlistbg.png) 1.2em 0.5em no-repeat;
	color:#EEEEEE;
	}
#categoriesContent{
	padding:0;
	margin:0;
	}
#bestsellersContent {
	color:#333333; 
	}
.scroller_container {
	height:210px;}
#informationContent a:link, #informationContent a:visited, #bestsellersContent, 
#bestsellersContent a:link, #bestsellersContent a:visited{
	color:#fff;
	}
#extralinks{
	padding: .5em 0 .5em 1em;
	}
h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

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

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

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

#bestsellers ol {
	padding: 0;
	}

.ic{
	display:none;
	}
#bannerboxHeading {
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #008000;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #333333;
	font-weight:bold;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #B97258;
	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 {
	border-top:1px solid #000000;
	margin:10px 0;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	border-top:1px solid #000000;
	margin:10px 0;
	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: #F3EEE2;
	height: 2em;
	border:1px solid #ffffff;
	}

.productListing-rowheading {
	background-image: url(../images/centerBoxHeadingbg.gif);
	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 {
	padding-bottom:10px;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}

/***IMAGE HANDLER SUPPORT ***/

#trailimageid {
  position: absolute;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 220px;
  height: 0px;
  z-index: 1000;
}

#trailimageid div {
  padding: 5px;
  background-color: #FFF;
  border: 1px solid #888;
  text-align: center;
}

#trailimageid h1 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 2px 0px;
  text-align: left;
  width: 100%;
}

#trailimageid img {
  margin: 2px;
  border: none;
}
#indexDefaultHeading {
	display:none;}
#indexDefaultMainContent {
	margin:0 auto;
	padding:0;}
#indexDefaultMainContent .div{
	margin:0 auto;
	padding:0;}
#navColumnOne {
	/*border-left:2px solid #FAF8F3;
	border-right:2px solid #FAF8F3;*/}
#siteinfoLegal, #siteinfoLegal a {	
	color: #5B6571;
	text-decoration:none; }
#topBarWrap a:visited {
	text-decoration:none;}
#fp{
	margin:0 auto;
	*margin-top:-12px;
	width:750px;}
#fpads_l {
	float:left;
	border:1px solid #DAD3C0;
	width:500px;
	height:400px;
	}
#fpads_r {
	float:right; }
.fpads {
	border:1px solid #DAD3C0;
	width:220px;
	height:125px;
	}
#fpads_2 {
	display:block;
}
#fpads_3 {	display:block;	margin:10px 0;}
#fpads_4 {	display:block;}

#subscribe {
	/*background: url(../images/home_notify.gif) right top no-repeat;*/}
/* split pages navigation number */

span.aPage, span.thisPage {
border:1px solid #918255;
cursor:pointer !important;
font-size:12px;
height:18px;
line-height:18px;
margin:0 1px 0 1px;
min-width:12px;
padding-left:3px;
padding-right:3px;
text-align:center;
}
span.thisPage {
background-color:#4C394B;
color:#FFFFFF;
cursor:default;
font-weight:bold;
}


.prev_navi_button {
	background:url(../images/prev_navi_button.gif) no-repeat;
	width:70px;
	height:18px;
	display:block;
	float:left;
	margin:1px 0 0 0;
	padding:0;}
.page {
	float:left; }
.next_navi_button {
	background:url(../images/next_navi_button.gif) no-repeat;
	width:70px;
	height:18px;
	display:block;
	float:left;
	margin:1px 0 0 5px;
	padding:0;}

/*products listings*/
.productslisting {
	margin-top:10px;
	color:#918255; }
.productslisting a:link, .productslisting a:visited {
	text-decoration:none; }
.productslisting a:hover {
	color:#918255;
	text-decoration:underline; }
.productslistingrow {
	margin-bottom:20px;}

/* product info */
#productInfoLeft { float:left; width:320px; margin-top:15px;}
#productInfoMid { float:left; width:410px; margin-top:15px; background: url(../images/spriteImage-1px-tiles.gif) repeat-x 0 -80px; padding:0 5px;}
#productInfoRight { float:right; width:175px;  text-align:center; background-color:#F3F2ED; padding:10px 15px; margin:15px 10px 10px 0; color:#918255; }
.attribsRadioButton {
	display:block; float:left;
	background:url(../images/radio_bg.gif) no-repeat;
	width:23px;
	height:22px;
	text-align:center;	
}

.one {
	background:none;
}

.optionImage { float:left;}
.attribImages { vertical-align:middle;}

.wrapperAttribsOptions input {
	float:left;
}

#z0 { height:40px;display:block;float:left; padding:7px 5px 0 0;}
#z1 { height:40px;display:block;float:left; padding-top:15px;}
#z2 { height:40px;display:block;float:left; padding-top:15px;}
#z3 { height:40px;display:block;float:left; padding:12px 5px 0 5px;}
#z4 { height:40px;display:block;float:left; padding-top:15px;}

#productGeneral form {
	margin:0 auto;}
h4.optionName {
	display:block;
	color:#5B6571;}
#attribsOptionsText {
	font-weight:normal;
	display:none;
	}
h1#productName {
	color:#000; 
	margin-bottom:10px;
	font-size:1.3em;
	 }
#SizeChart {
	color:#918255;
	font-weight:normal;
	margin-left:150px;}

#productInfoMid #categoryIcon {
	display:inline; }

#bestsellersContent .productPriceDiscount {
	display:none;}
#productReviewTextLink {
	background:url(../images/arrow_right.gif) no-repeat -2px 2px;
	padding-left:10px;}
.reviewCount strong {
	display:none;}
.cartTotalDisplay, .cartUnitDisplay {
	text-align:center;}
#scProductsHeading {
	text-align:left;}
.scHeading {
	background-color:#777;
	color:#FFF;
	}
.dashline {
	height:5px;
	background:url(../images/dash_line.gif) repeat-x #ffffff;}
.dashline2 {
	height:10px;
	background:url(../images/dash_line3.gif) repeat-x #ffffff;
	width:480px;}
.reviewCount {
	margin:5px 0 15px 15px;
	display:block;}
input[type=hidden] {
	margin:0 auto;
	padding:0;
	height:0px;
	width:0px;}
.cartAttribsList ul {
	margin:0 auto;
	padding:0;
	color:#5B6571;}
.cartImage {
	width:100px;}
#scSubTotal {
	background-color:#FFFFFF;
	margin-left: 8px;
	padding-left:8px;
	padding-right: 8px;
	color:#5B6571;
	font-weight:normal;}
.cartProductDisplay, .cartUnitDisplay, .cartQuantity, .cartTotalDisplay {
	padding-top:10px;}
#cartDefaultHeading {
	color:#4C394B;
	font-size:18px;
	font-weight:normal;
	}
#shippingEstimatorContent {
	text-align:left;}
#shippingEstimatorContent label {
	width:100px;
	text-align:right;}
/* shipping estimator */
#popupShippingEstimator {
	text-align:center;
	background:url(../images/bg.png) repeat-x;}
.shippingEstimatorWrapper {
	width:560px;
	padding:0 2px;
	border-left:#BEA97C solid 1px;
	border-right:#BEA97C solid 1px;
	margin:0 auto;}
.shippingEstimatorInnerWrapper {
	background-color:#FFFFFF;
	margin:0 auto;
	padding:5px;}
#shippingEstimatorContent h2 {
	padding:5px;}
.cartTotalsDisplay, #seProductsHeading, #seProductsHeading, #seTotalHeading  {
	background-color:#F3EEE2;
	padding:6px 3px;}
#seProductsHeading, #seProductsHeading, .seDisplayedAddressLabel {
	text-align:left;}
.seDisplayedAddressInfo {
	font-size:18px;
	padding:5px 3px 10px 10px;}
#productReviewsDefaultProductImage ul, #reviewsInfoDefaultProductImage ul, #reviewWriteMainImage ul {
	list-style:none;
	margin:0 auto;
	padding:0;
	}
h3#bannerbox2Heading {
	display:none;}	

/* reviews */
.ReviewsRow {
	background:url(../images/spriteImage-1px-tiles.gif) repeat-x 0 -80px;
	padding-top:5px;
	padding-left:5px;}
.p_f_en a {
	text-decoration:none;}
.centerColumnRight {
	width:480px;}
	
/* 产品页面 更多图片 */
.additionalimagethumbs {
	margin-top:10px;}
.pagenaviwrapper {
	margin-bottom:10px;}
#otherProducts {
	padding:0; margin-top:20px;}
#otherProducts h2.centerBoxHeading { font-weight:normal; font-size:12px}
#bestseller.leftboxcontainer { height:150px; }

.productslistingcell {
	float:left;
	padding:10px 14px 15px 0;
	width:177px;}
.lastcell { padding-right:0px;}
.productlistingimage {
	border:1px solid #ccc;
	width:175px;
	display:block;
	height:175px;
	vertical-align:bottom;
	text-align:center;}
.productlistingdesc, .productlistingname, .productlistingprice { padding:0 10px;}
.highlight {
/*	background:url(../images/featuredON_bg.jpg) no-repeat;
	height:170px; */}
#productTellFriendLink { margin-top:20px; margin-bottom:10px; }
#productPrices { font-size:12px; }
#shopthiscate { background:url(../images/arrow_right.gif) no-repeat 3px 2px; padding-left:15px;}

#accountLinksWrapper ul { margin-left:20px; font-size:12px; line-height:24px;}
#loginboxContent ul { margin-left:15px; font-size:12px; line-height:18px; padding:0;}
#loginboxContent li { background:none;}
#loginboxContent ul li ul { margin-left:0;}
#loginboxContent ul li ul li { background:url(../images/arrow_right.gif) no-repeat 3px 5px; padding-left:15px;}
.productListing-data a img { margin-bottom:6px;}
.productSpecialPrice { font-weight:bold; }

.pagenaviwrapper { clear:both; }
#QuantityDiscounts {background-color:#E2D8C5; width:400px;}
.QuanyityDiscountTD { background-color:#fff;}
.QuanyityDiscountTH { background-color:#F3F2ED;}
.jscroller2_up ol { margin-left:0 }
#featuredProducts { clear:both; }

.categoried_featuredCategory { clear:both; }
.categoried_featured_item, .categoried_featured_lists { list-style:none; display:inline; }
.categoried_featured_item { float:left; width:140px; margin:10px 10px 10px 0; padding:0; text-align:center; }
.lastCol { margin:10px 0; }
#mainWrapper { clear:both;}

#bannerFive { background:#474747; color:#FFF; text-align:left; padding:5px 10px;}
#bannerFive ul { font-weight:bold; text-transcolor:#FFF; form:uppercase; float:left; width:140px; border-right:1px solid #808080; padding:0 20px 0 0; list-style-type:none; margin:0 0 0 20px;}
#bannerFive ul li { font-weight:normal; text-align:left; text-transform:none; padding:0; margin:0 auto;}
#bannerFive ul li a { font-weight:normal; color:#FFF; }
#productinfo_MainImage img { border:1px solid #999;} 
.imgLink { background:url(../images/pdp_zoom.gif) no-repeat center; width:325px; height:24px;}

#prodinfo_left { width:327px; margin:0 30px 0 0;}
#productinfo_additionalimg { width:320px; border:1px solid #999; padding:0 5px 5px 0; margin-bottom:20px; margin-left:0;}
#productinfo_additionalimg li { float:left; margin:0; margin:5px 0 0 5px; list-style-type:none;}
#productinfo_additionalimg li img { border:1px solid #999;}
#prodinfo_right { width:391px;}
#productAttributes .wrapperAttribsOptions h4.optionName { display:none;}

.wrapperAttribsOptions select { width:120px;}
.itemrelated_left { width:191px;}
.itemrelated_right{ width:200px;}

.normalprice { display:block;}
.pi_addtocart { text-align:right;}

#loginDefault .floatingBox { float:left; margin-right:20px;}
#bestsellersContent { padding:0 10px;}
.footernewsletter { float:right; background:url(../images/botnav_intheknow.gif) no-repeat 5px 10px; padding-top:35px;}
.footernewsletter input { margin-top:0; vertical-align:middle;}
.scroller_container ol li { list-style-type:none;}
#homeBanners { padding:20px; padding-bottom:0;}
#loginboxContent a { color:#FFF;}

#privacy h1,#ezPagesHeading 
{
	text-transform:uppercase;
	display:block;
	border-bottom: 1px solid #000;
	color:#000;}