/**
 * 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: #333333;
	line-height: 17px;
	}
.body-bg {
	background: #f3f3f3 url("../images/body_up.gif") no-repeat center top;
}
/*.body-upper-bg {
	background: url("../images/body_bg.gif") no-repeat 50% top fixed;
}*/
a img {border: none;}
#logo{margin-top:-26px;}

a:link, #navEZPagesTOC ul li a {
	color: #2b2b2b;
	text-decoration: underline;
	}
 
a:visited {
	color: #2b2b2b;
	text-decoration: underline;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #2b2b2b;
	text-decoration: none;
	}

a:active {
	color: #2b2b2b;
	}

.blue-link a {
	color: #0075e2;
}
.columnLeft a, .columnRight a {
	text-decoration: none;
}
.columnLeft a:hover, .columnRight a:hover {
	text-decoration: underline;
}

h1 {
	font: bold 20px Arial;
	color: #555555;
	
	}

h2 {
	font: bold 18px tahoma;
	
	display: block;
	}

h3 {
	font-size: 1.2em;
	
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1em;
	}
.biggerText {
	font-size: 1.2em;
	}

h1, h2, h4, h5, h6 {
	margin: 0.0em 0;
	}

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%;
	}
/* 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 {
	padding: 0.2em;
	line-height: 23px;
	}
h4.optionName {
	padding: 0;
	margin: 0;
	
	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: 10em;
	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.2em;
	}


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 {
position: absolute;
right: 12px;
top: 3px;
}
#login_logout_section{margin-top:-8px;}
.float-left {
	margin-left:200px;
	margin-top:10px;
	clear: both;
}
#headerWrapper{position:relative;}

.list-style-none {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin: 0;
} 
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.2em;
	
	margin: 20px 20px 0 20px;
	border: 1px solid #9a9a9a;
	}

.messageStackWarning img, .messageStackError img, .messageStackSuccess img, .messageStackCaution img {
	display: none;
}
.messageStackWarning, .messageStackError {
	background: #ffecdd url("../images/icons/warning.gif") no-repeat 8px 10px;
	color: #960000;
	border: 1px solid #f8d5c8;
	padding-left: 30px;
	}
.messageStackError {
	background: #ffecdd url("../images/icons/error.gif") no-repeat 8px 10px;
}

.messageStackSuccess {
	background: #e0f8b6 url("../images/icons/success.gif") no-repeat 8px 10px;
	color: #000000;
	border: 1px solid #d0e46e;
	padding-left: 30px;
	}

.messageStackCaution {
	background: #ffebc2 url("../images/icons/warning.gif") no-repeat 8px 10px;
	color: #000000;
	border: 1px solid #fbcec9;
	padding-left: 30px;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
	width: 1100px;
	vertical-align: top;
/*	border: 1px solid #9a9a9a;*/
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#headerWrapper {
	
	height:147px;
}
.topper-menu li {
	font: 11px arial;
	float: left;	
	margin: 9px 2px 0 14px;
}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.2em;
	margin-right: 0.2em;
	margin-top:45px;
	}

#tagline {
	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%;
	}

/*navigation*/

.current {
	font-size: 15px;
	padding: 2px;
}

.navSplitPagesLinks, .navSplitPagesResult {
	padding: 5px 0 2px 0;
}

.navSplitPagesLinks a {
	color: #0075E2;
	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;
	padding: 0.5em 0.2em;
	height: 1%;
	}
#navSuppWrapper {
	border-top: 1px solid #cecece;	
	margin: 25px 0 0 0;
	height:400px;
	background: url("../images/footrebg.jpg");
	color:#fff;
}
#navSuppWrapper a{color:#fff;}
#navSuppWrapper a:hover,.cart-header a:hover,#login_logout_section li a:hover{
text-decoration: underline;
}

#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 arial;
	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;
	font: 11px arial !important;
	line-height: 16px !important;
}

#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: 7px 5px 5px 5px;
	font: 11px tahoma;
	margin: 40px 0 10px 0;
	color: #999999;
	}
#navBreadCrumb a {
	color: #999999;
}

#tab_nav a {
	color: #black;
	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/bg_tabs_right.gif") no-repeat right 0;
	padding: 10px 20px 9px 18px;
}

#tab_nav li:hover {
	background-position: left -39px;
}
#tab_nav li:hover a {
	background-position: right -39px;
}

#tab_nav .tab_active{
	background-position: 0 -78px;
}
#tab_nav .tab_active a {
	background-position: right -78px;
}
#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;
}
#tab_nav li.home-link:hover a {
	background-position: left -39px;
}


#login_logout_section, #login_logout_section a {
	font: normal 12px arial;
	color: black;
	padding: 10px 7px;
}
#login_logout_section a:hover {
	text-decoration: none;
}

.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;
}


#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}
/* Tools section styles */

.line-header {
	font: 1px arial;
	margin: 0 4px;
}
.search-header-input {
	
	height: 21px;
	padding: 1px 0 0 3px;
	float: left;
}

.search-header input {
font: 12px arial;
    padding-left: 5px;
    color: #696969;
    /* background: none; */
    width: 260px;
    height: 30px;
    margin: 25px 8px -10px 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, .advanced_search a:visited {
	font: 11px Arial;
	text-decoration: none;
	color: #555555;
	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;
	color:black;
}
.cart-header a:link, .cart-header a:visited {
	color: black; 
}
.cart-header .blue-link {
	background: url("../images/arrow_double.gif") no-repeat scroll right 7px;
	padding: 0 11px 0 0 !important;
}
.cart-icon {
	width: 17px;
	height: 12px;
	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: 700px;
}

.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;
	}

#productDescription, .shippingEstimatorWrapper {
	font-size: 13px !important;
	padding: 0.2em;
	}
.left-side-info {
	vertical-align: top;
}

.centerColumn{position:relative;line-height:2em;}
#productAttributes {
	width: 400px;
    line-height: 0.5em;
    position: absolute;
    right: 30px;
    top: 100px;
}

#productPrices{
  /*  position: absolute;*/
    
    top: 60px;
	font:21px arial;
	color: #a30101;
	margin-top:10px;
}
#productDetailsList {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 6px 0 0 0;
	width: 90% !important;
}
.product-info-label {
	font: bold 11px arial;
	color: #777777;
}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	color:red;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}
#bannerTwo, #bannerThree {
	padding: 0 0 8px 0;
}
#bannerOne {
	padding: 0;
}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}
#siteinfoIP {
	float: left;
}
.centerBoxContentsSpecials a, .centerBoxContentsAlsoPurch a, .centerBoxContentsFeatured a, .centerBoxContentsNew a, .specialsListBoxContents a, .centerBoxContentsSpecials a:visited, .centerBoxContentsAlsoPurch a:visited, .centerBoxContentsFeatured a:visited, .centerBoxContentsNew a:visited, .specialsListBoxContents a:visited {	
	margin: 1px 8px;
	text-decoration: underline;
}
.centerBoxContentsSpecials a:hover, .centerBoxContentsAlsoPurch a:hover, .centerBoxContentsFeatured a:hover, .centerBoxContentsNew a:hover, .specialsListBoxContents a:hover {
	color: #d5002e;	
	text-decoration: none;
}

/*Shopping Cart Display*/
#cartAdd {
	width:290px;
	text-align: center;
	float:right;
	border: 1px solid #c9caca;
    margin:140px 105px 0 0;
	padding: 10px;
	}


.tableHeading TH {
	border-bottom: 1px solid #d9d9d9;
	background: #f0f0f0;
	}

.tableHeading, #cartSubTotal {
	background: #f9f9f9;
 }

#cartSubTotal {
	border-top: 1px solid #d9d9d9;
	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: #d5002e;
}
.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: #888888;
	font-size:15px;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale{
	color: red;font-size:15px;
	}

.productPriceDiscount{
background:url("../images/red.jpg") no-repeat right 0;
color: white;
font-size:15px;

}	
	
#reviewsInfoDefaultPrice {
	font: bold 16px arial;
	color: #a30101;
	margin: 0 0 6px 0;
	display: block;
}
.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;
	} 

 #cartBoxVoucherBalance {
	font-weight: bold;
	color:black;
	}
#cartBoxEmpty{
    color:black;
}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0px 15px 15px 10px ;
	}
#productMainImage{
border: 1px solid #E6E6E6;
margin-top: 18px;
width: 385px;
margin-right:90px
}


#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, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

.centerBoxWrapper {
	height: 1%;
	padding-left:25px;
	}
#similar_product{margin:120px 0 20px 0;}
#similar_product h2{border-bottom: 1px solid #ABABAB;}

h2.centerBoxHeading {
	font: bold 19px Arial;
	color: #555555;
	padding: 9px 0 2px 0 !important;
	margin: 24px 0 15px 0 !important;
}
.centerBoxWrapper h2 {
	margin: 0 0 8px 0 !important;
	
}

/*sideboxes*/
.columnLeft {
	padding: 0 18px 0 0;
}
.columnRight {
	padding: 0 0 0 18px;
}

h3.leftBoxHeading, h3.rightBoxHeading {
	font: bold 1.1em arial;
	color: #333333;
	background: url("../images/menu.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: #000000;
	text-decoration: underline;
	}


h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #000000;
	text-decoration: none;
	} 
.sidebox-header-left {
	background: url("../images/menu.gif") no-repeat left top;
	padding: 0 0 0 0.3em;
}
.main-sidebox-header-left {
	background: url("../images/menu.gif") no-repeat left top !important;
	padding: 0 0 0 0.3em;
}
.main-sidebox-header-right {
	color: black !important;
	background: url("../images/menu.gif") 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: #abbbd3;
	padding: 0.45em 0.3em 0.44em 0.4em !important;
	}
.leftBoxHeading label, .rightBoxHeading label {
	line-height: 15px;
}
.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	margin: 16px 0 4px 0;
	}

.sideBoxContent {
	border: 1px solid #E6E6E6;
	border-top: none;
	background-color:#e8e8e8;
	padding: 0.7em 0.9em;
	}
.sideBoxContent a, .sideBoxContent div, .rightBoxContainer div, .leftBoxContainer div {
	font: normal 11px arial, verdana;
	color: #454545;
	line-height: 17px;
}
.sideBoxContent a:visited {
	text-decoration: none;
}
.sideBoxContent a:hover {
	text-decoration: underline;
}

.sidebox-products {
	display: block;
	color: #d5002e !important;
	padding: 2px;
}
#shoppingcartContent {
	background: #f7f7f7 !important;
}
.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, #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;
	}
.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: #333333;
	text-decoration: none !important;
	}
.categories-top-list a:hover {
	color: #333333;
	text-decoration: underline;
}
.categories-top-list a:visited {
	color: #333333;
	text-decoration: none;
}
.categories-top-list {
	padding: 4px 0;
	background: url("../images/dotted_line.gif") repeat-x 0 top;
}
.no-dots {
	background: none;
}
.sub-count {
	color: #aaaaaa;
	line-height: 12px !important;
}

.subcategory {
	padding: 0 0 6px 8px;
}
.subcategory a {
	line-height: 12px !important;
}

a.category-subs, a.category-products, a.category-subs:visited, a.category-products:visited {
	color: black;
	text-decoration: none;
	}
a.category-subs:hover, a.category-products:hover {
	color: #d5002e;
	text-decoration: none;
}

SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #f4f4f4;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #fdfdfd;
	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;
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #dadada;
	height: 2em;
	}

.productListing-rowheading {
	background: #eef1f6;
	border: 1px solid #e2e6ec;
	height: 2em;
	}
.productListing-rowheading th {
	border-bottom: 1px solid #e2e6ec;
	border-top: 1px solid #e2e6ec;
	}

.tabTable {
	margin: 6px 0 4px 0;
}

.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;
	}

#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;
	}

.home-banner {
	float: left;
	padding: 0 0 18px 0;
}

.centerBoxContentsNew{
border: 1px solid #E6E6E6;
padding-top: 20px;
margin-left: 9px;
height: 300px;
margin-bottom: 5px;
padding:20px 14px 0 14px;
}
.centerBoxContentsProducts{
border: 1px solid #E6E6E6;
padding-top: 10px;
margin-left: 5px;
height: 280px;
margin-bottom: 5px;
}

#head-txt{
margin-right:200px;
/*margin-left:-20px;*/
}

#navSuppWrapper a,#login_logout_section a,.centerBoxWrapper a,.centerBoxContentsProducts a,.cart-header a{text-decoration:none;}
.centerBoxWrapper a{line-height: 1.4em;}

#login_logout_section a:hover{ text-decoration:underline;}

.itemTitle{font-weight: normal;}

#conten-text{
width:280px;
margin:10px 0 5px 0px;
font-size:1.2em;
}
#bot-des{
text-align: center;
height: 24px;
color: #FFF;
}

#productAdditionalImages{margin-top:10px;}
#productAdditionalImages img{margin-bottom:5px;}
.additionalImages img{border: 1px solid #c4c3c3;}



.detail {
clear: both;

line-height: 16px;
margin-top: 20px;

word-wrap: break-word;}

.thrs {
font-size: 10px;
color: #fff;}

#jie1 {
position: relative;
z-index: 2;
height: 20px;
border-bottom: 1px solid #b6b9c0;
}
.stylish-right ul {
margin: 0;
padding: 0;
}

#jie1 li.active {
color: #892741;
font-weight: bold;
background: url(../images/albg.jpg) no-repeat;
position: relative;
top: 1px;
font-weight: bold;
}

#jie1 li {
float: left;
width: 92px;
line-height: 24px;
height: 20px;
text-align: center;
cursor: pointer;
font-size: 14px;
padding: 0;
color: #892741;
border-left: 1px solid #d4d5d8;
list-style: none outside none;
background: url(../images/talbg.jpg) no-repeat;
font-weight: normal;
}
#jie1 li.active {
color: #892741;
font-weight: bold;
font-weight: bold;
}
#jie2 li {
line-height: 25px;
position: relative;
top: 0px;
padding: 15px 0;
font-size: 14px;
text-align: left;
}

#jie2 a {text-decoration: none;}
.facebook{margin-top:10px;}
#foot-table{margin-top:20px;}

#foot-img{float:right;margin-top:-20px;}





.navNextPrevWrapper{
   float: right;
   width: 280px;
   }   


 .product-name{
 line-height:1.3em;
 }
 
 .product-name{color:#013878 !important}
 
 .wrapperAttribsOptions .back {
    width: 80%;
    margin: 3px;
}

.wrapperAttribsOptions {
    width: 100%;
    float: left;
    margin: 5px;}
h4.optionName {
    color: #fff;
    background: #999;
    padding: 1px;
    width: 120px;
    text-align: center;
    border-radius: 3px;
}
.centerBoxContentsProducts a{
    font-size: 13px;
    font-weight: bold;
    color: #013878 !important;
}

#xg-img{
    padding:10px 10px 0 10px;
    height: 230px;
    margin-bottom: 5px;
}
#xg-img a{color: #013878 !important;}
#footer{float:left;}

#foot-table{margin-left:40px;}

#foot-txt{float:right;width:300px;margin-top:25px;margin-right:20px;}

.conten-h1 h1{font-size: 29px;}

#enfant-txt{
    float: right;
    margin-right: 340px;
    color: red;
    margin-top: -5px;
}
#main-zj-img img{
margin:13px 0 0 0px;
}


#main-page-img h1{
text-align: center;
font-size: 2.5em;
color: #454547;
margin: 50px 0 30px 0;
}















#main-page-img{padding:25px 15px 0 15px;}

/*****首页FLASH图片切换*****/
#ifocus ul{ margin:0; padding:0; list-style-type:none;}
#ifocus { width:1070px; height:530px; background:#F8F8F8;}
	#ifocus_pic { display:inline; position:relative;float:left;width:1070px; height:530px; overflow:hidden; }
		#ifocus_piclist { position:absolute; }
		#ifocus_piclist li { width:1070px; height:530px; overflow:hidden; display:none}
		#ifocus_piclist img { width:1070px; height:530px;}
	#ifocus_btn { display:inline; float:right; width:180px;}
		#ifocus_btn li { width:180px; height:88px; cursor:pointer; opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=50); }
		#ifocus_btn img { width:155px; height:73px; margin:7px 0 0 20px; }
		#ifocus_btn .current { background: url(images/focus.gif) no-repeat; opacity:1; -moz-opacity:1; filter:alpha(opacity=100); }
	#ifocus_opdiv { position:absolute; left:0; bottom:0; width:1070px; height:35px; background:#000; opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=50); }
	#ifocus_tx { position:absolute; left:8px; bottom:8px; color:#FFF; }
		#ifocus_tx .normal { display:none; }











