/**
* 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 { background: #FFFFFF; color: #333333;  font-family: Arial,Helvetica,sans-serif; font-size: 12px; margin: 0; line-height:18px;}
table { border: 0 none; border-collapse: collapse;  border-spacing: 0;}
a, a:active{ outline:none; star:expression(this.onFocus=this.blur());}
a img {border: none; }
input, select, TEXTAREA{outline:none;}
#prevOrders td{ text-align:center;}
#prevOrders td address{ text-align:left;}
a:link, #navEZPagesTOC ul li a {
	color: #000000;
	text-decoration: none;
	}
*{ padding:0; margin:0; list-style:none;}
img{ border:none;}
a:visited {
	color: #000000;
	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: #000000;
	text-decoration: none;
	}

a:active {
	color: #000000;
	}

.blue-link a {
	color: #0075e2;
}
.columnLeft a, .columnRight a {
	text-decoration: none;
}
.columnLeft a:hover, .columnRight a:hover {}
#columnCenter {}
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: 1em;
	}
.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 { }

/*  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;
	}

SELECT, INPUT {
/*	display: inline;*/
	font-size: 12px;
	margin: 0.1em;
	}
FORM{ margin:0; font-size:12px;}
TEXTAREA {
	margin: auto;
	display: block;
	width: 100%;
	}
/*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 12px Verdana;
	padding: 4px 6px;
	color: #333333;
	}

LABEL {line-height: 22px;}
h4.optionName {
	padding: 0;
	margin: 0;
	width: 100px;
	font: bold 11px verdana;
}
/*.optionName label {
	font: bold 12px Verdana;
}*/
/*.attribsSelect {
	width: 120px;
	float: left;
}*/

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;
	}

ADDRESS {padding: 0.5em;font-style: normal;}
P{ padding:0.5em 0;}

.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;
}
.float-left {
	float: left;
}

.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.8em;
	padding: 0.3em;
	margin: 0 0px 10px;
	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;}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}
#logo img{}
.topper-menu li {float: left; width:auto; height: 30px; line-height: 30px;padding: 0;}
.topper-menu li a{  background: transparent url("../images/crumb_bg_black.png") no-repeat scroll right center; color: #cccccc; display: block;font-weight: bold;height: 30px;line-height: 30px;padding: 0 20px 0 13px;}
.topper-menu li a:hover{ text-decoration:none; color:#FFFFFF;}
#logoWrapper{ float:left; width:auto;}
#logo {padding: 15px 0 5px;}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {}

#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, .navSplitPagesLinks a:hover{padding: 2px; text-decoration:underline;}

.navSplitPagesLinks, .navSplitPagesResult {
	padding:2px 0;
}

.navSplitPagesLinks a {
	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, #navCatTabsWrapper {
	margin: 0em;
/*	background-color: #abbbd3;*/
	padding: 0.5em 0.2em;
	font-weight: bold;
/*	color: #ffffff;*/
	height: 1%;
	}
#navSuppWrapper {margin: 0; padding: 10px 0 15px; background:#000000;}
#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 14px;
}

#navMain ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
	}
.legalCopyright { text-align:center; color:#CCCCCC;}
#siteinfoLegal a{ color:#CCCCCC;}
#siteinfoLegal a:hover{ color:#FFFFFF;}
#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 { color: #797979; font-size: 12px;font-weight: bold; width:980px; margin: 4px auto 0;}
#navBreadCrumb a{}
#navBreadCrumb a:hover{color: #422335;text-decoration: underline;}
#top_nav {
	background: #777777 url("../images/ezpages_bg.gif");
	font: bold 14px arial;
	margin: 0em;
/*	padding: 0.5em;*/
	height: 39px;
	}
#tab_nav a {
	color: #ffffff;
	text-decoration: none;
}

#tab_nav li {
/*	margin: 10px 15px;*/
	float: left;
/*	display: inline;*/
	background: url("../images/bg_tabs_left.gif") no-repeat 0 0;
	padding: 0 0 0 5px;
	border-right: 1px solid #616161;
}
#tab_nav li a {
	display: block;
	background: url("../images/bg_tabs_right.gif") no-repeat right 0;
	padding: 10px 20px 10px 18px;
}

#tab_nav li:hover {
	background-position: left -40px;
}
#tab_nav li:hover a {
	background-position: right -40px;
}

#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: 0px 20px 10px 18px;
	height: 27px;
	width: 2px;
}
#tab_nav li.home-link:hover a {
	background-position: left -39px;
}


#login_logout_section, #login_logout_section a {
	font: normal 11px verdana;
	color: #ffffff;
	padding: 11px 7px;
}
#login_logout_section a:hover {
	text-decoration: none;
}

.top-nav-right {
	background: url("../images/top_nav_right_bg.gif") right top;
	height: 39px;
	width: 6px;
	float: right;
}
.top-nav-left {
	background: url("../images/top_nav_left_bg.gif") left top;
	height: 39px;
	width: 6px;
	float: left;
}

#navColumnOne, #navColumnTwo {
	background-color: transparent;
	}
/* Tools section styles */
#tools_wrapper {
	height: 28px;
	background: #fbfbec;
	margin: 0 4px !important; 
	padding: 2px 3px 3px 3px;
}
.line-header {
	font: 1px arial;
	margin: 0 4px;
}
.search-header-input {float: left;}
.search-header-input input{ background: transparent none repeat scroll 0 0; border: medium none;  height: 25px; line-height: 25px; margin: 0; padding: 0 0 0 5px;}
.topper-menu{ width:auto;}
.search-header {
	margin: 3px 0;
}
.search-header input {
	border: 0px;
	margin: 0px;
	color: #696969;
	background: none;
}
.search-header form {
	float: left;
}
.search-header input:focus {
	background: none;
}

.advanced_search {
	padding: 0 6px 2px 0;
	margin: 4px 0 0 10px;
}
.advanced_search a {
	font: 11px Verdana;
	text-decoration: none;
	color: #757575;
}
.advanced_search a:hover {
	text-decoration: underline;
}
.cart-header {
	padding: 1px;
	margin: 2px auto 3px auto !important;
	background: #f7fcde;
}
.cart-header span {
	font-weight: bold;
}
.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: 303px;
}
.td-languages {
	width: 303px;
}
.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,*/ .shippingEstimatorWrapper {
	font-size: 13px !important;
	padding: 0.2em;
	}

#productAttributes { line-height: 30px;}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
#bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.8em;
	}
.centerColumn { float:right; width:760px; min-height:480px;}
.smallText, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}
#siteinfoIP {
	float: left;
}
.centerBoxContentsSpecials a, .centerBoxContentsAlsoPurch a, .centerBoxContentsFeatured a, .centerBoxContentsNew a, .specialsListBoxContents a {}
.leftbestwidthborder {
    border: 1px solid #cccccc;
    height: 50px;
    width: 50px;
}
.leftbestwidthborder:hover {
    border: 1px solid #a30101;
}
/*Shopping Cart Display*/
#cartAdd {font-size: 12px; font-weight: bold; margin:20px 0 0;}
#cartAdd input{ text-align:center;}
.tableHeading TH {
	border-bottom: 1px solid #aaaaaa;
	}

.tableHeading, #cartSubTotal {}

#cartSubTotal {
    color: #ff0000;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 2.2em;
    padding-right: 1em;
    text-align: right;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
	}
#cartContentsDisplay td {
    border-bottom: 1px solid #dddddd;
    padding: 10px;
    text-align: center;
    vertical-align: top;
}
.cartUnitDisplay, .cartTotalDisplay {text-align: center;}
.cartUnitDisplay {
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
}
.cartTotalDisplay, .accountTotalDisplay {
    color: #ff0000;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
}
#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
/*	color: #0075E2;*/
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
/*	color: #0075E2;*/
	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: #797979;
	}
.productSpecialPrice {
    font-size: 16px;
    font-weight: bold;
}
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

#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;
	} 

#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: 0px 15px 15px 0 ;
	}

.categoryIcon {}

#cartImage {margin: 0 0 10px; float:none; display:block;}

/*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: 10px 0;
	}

.centerBoxWrapper {}

h2.centerBoxHeading {color: #3c2b17; font-size: 18px; margin: 10px 0 0; padding: 5px 10px; background:#cccccc none repeat scroll 0 0;}
.centerBoxWrapper h2 {}
#navColumnOneWrapper{ background:#f9f9f9;}
/*sideboxes*/
.columnLeft {}
.columnRight {
	padding: 0 0 0 28px;
}

h3.leftBoxHeading, h3.rightBoxHeading {color: #422335;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 1.4em; padding:0 10px;
    height: 37px;
    line-height: 30px;
    white-space: nowrap;}
h3#categoriesHeading.leftBoxHeading{color: #422335; font-size:15px; text-transform: uppercase;}
h3#categoriesHeading.leftBoxHeading span {
    color: #fe0000;
    font-size: 25px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
}
h3.leftBoxHeading a, h3.rightBoxHeading a {
	font: normal 11px verdana, arial;
	color: #ffffff;
	text-decoration: underline;
	}


h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 
.sidebox-header-left {}
.main-sidebox-header-left {}
.main-sidebox-header-right {}

#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font: bold 1.1em arial;
	color: #ffffff;
}

.leftBoxHeading, .rightBoxHeading {}
.leftBoxHeading label, .rightBoxHeading label {
	line-height: 16px;
}
.leftBoxContainer, .rightBoxContainer {padding: 0 0 10px;background:#f9f9f9; border-bottom: 2px solid #e6e6e6;}
.sideBoxContent {padding: 8px 10px;}
#categories #categoriesContent.sideBoxContent { padding: 0;}
.sideBoxContent a, .sideBoxContent div, .rightBoxContainer div, .leftBoxContainer div {}
.sidebox-products {
	display: block;
	padding: 2px;
}
#shoppingcartContent {
	background: #f4fcfd !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;
}
.leftbestprice .productPriceDiscount{ display:none;}
#bestsellers .wrapper {}
.leftbestprice .productSpecialPrice{ font-size:12px;}
#bestsellers ol {padding: 0;}
#bestsellers li {padding: 5px 0;}
#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top { color:#000000; display:block;}
A.category-top:hover{ color: #cc0000; font-weight:bold;}
A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
	}
.categories-top-list {font-size: 12px;line-height: 14px; color: #797979;padding: 5px 10px;}
.no-dots {
	background: none;
}
.sub-count {
	color: #aaaaaa;
	line-height: 12px !important;
}

.subcategory {
	padding: 0 0 6px 12px;
}
.subcategory a {
	line-height: 12px !important;
}

A.category-subs, A.category-products {
	color: #0075E2;
	text-decoration: underline;
	}
A.category-subs:hover, A.category-products:hover {
	text-decoration: none;
}

SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {color: #cc0000; font-weight:bold;font-size: 12px;}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	height: 1.5em;
	vertical-align: top;
	}
.rowEven td, .rowOdd td {
    border-bottom: 1px solid #ffffff;
}
.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 {height: 2em;}

.productListing-rowheading {
	background-color: #cfd8e6;
	height: 2em;
/*	color: #FFFFFF;*/
	}

.tabTable {
	margin: 6px 0 4px 0;
}
.tabTable td {
	padding: 12px 8px;
	text-align: left;
}

.productListing-even {}

#siteMapList {
	width: 95%;
	float: right;
	}
#siteMapList ul{ float:left; width:48%;}
#siteMapList ul ul{ width:100%; margin-top:5px;}
#siteMapList ul li{ width:100%; margin-bottom:10px; float:left; font-size:14px; font-weight:bold;}
#siteMapList ul li ul li{ margin:0; font-size:12px; font-weight:normal;}

.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;
	}
#bannerOne, #bannerTwo, #bannerThree {
	margin: 0;
	padding: 0 0 9px 0;
}
#reviewsBody #reviewsDefault .smallProductImage img { margin-right:10px; width:140px; height:auto;}
#checkoutPayment .radioButtonLabel img {  margin-right: 6px;  vertical-align: bottom;}
#head_top{ width:980px; margin:0 auto 10px;}
#contactUsForm TEXTAREA { display: inline; margin: 0.2em 0.1em; width: 75%;}
#contactUsForm LABEL {float: left;width: 9em;}
#logorightbox{ float:right; width:620px; padding: 0;text-align: right; font-size:13px;}
.headcurrencies{ padding:10px 0 0; color:#cccccc;}
.curentitlelabel, .curencybox{ float:right; width:auto;}
.curentitlelabel{ margin:0.1em 0.3em 0.1em 0.1em;}
.headloginCartbox{padding: 10px 0 0; color: #cccccc;}
.headloginCartbox span {background: transparent url("../images/buycarter.gif") no-repeat scroll 0 center; margin: 0 0 0 8px; padding: 2px 5px 0 20px;}
.headloginCartbox:hover span{ color:#FFFFFF;}
.headloginCartbox a{ color:#cccccc;}
.headloginCartbox a:hover{ text-decoration:underline; color:#FFFFFF;}
.headerSearchbox{ background: transparent url("../images/head_search.gif") no-repeat scroll right top; float:right; width:auto; margin: 3px 0 0;}
#head_nav_linksshow{ font-weight: bold; height: 30px; line-height: 30px;background:#333333 none repeat scroll 0 0;}
.indexbannerboxshow, #footerpaymentbox{ text-align:center;}
#footerpaymentbox{ padding: 15px 0;}
#foot_nav_links_li{ text-align:center;padding: 15px 0; color:#cccccc; width:980px; margin:auto;}
#foot_nav_links_li a { padding: 0 5px; color:#cccccc;}
#foot_nav_links_li a:hover{ color:#ffffff; text-decoration:none;}
.black_indexpic{ width:160px; height:160px; margin:auto;}
.black_indexpicinside{ width:160px; height:160px; display:table-cell; vertical-align:middle; text-align:center;}
.black_indexname{line-height:18px; margin:5px auto; width:160px; text-align:left;}
#specialsListing .specialsListBoxContents .indexlistinside .indexname{line-height:18px; height:36px; overflow:hidden; margin:5px auto; width:150px; text-align:left;}
#specialsListing .specialsListBoxContents .indexlistinside .indexprice{ text-align:left; width:150px; margin:auto;}
.black_indexname a, #specialsListing .specialsListBoxContents .indexlistinside .indexname a{ display:block; color:#333333;}
.black_indexname a:hover, #specialsListing .specialsListBoxContents .indexlistinside .indexname a:hover{ color:#990000; text-decoration:underline;}
.black_indexprice{ text-align:left; width:160px; margin:auto;}
h2#cartEmptyText{ padding:40px 0; text-transform:uppercase; margin:5px 0 20px; font-size:20px; border:1px dashed #cccccc;}
.dispalynonebut{ display:none;}
.centerBoxContentsProducts{ margin:1em 0; width:25% !important;}
#specialsListing .specialsListBoxContents .indexlistinside .indexpic .indexpiconein{ width:150px; height:150px; margin:auto;}
#specialsListing .specialsListBoxContents .indexlistinside .indexpic .indexpiconein .indexpictwoinsi{width:150px;height:150px;display:table-cell;vertical-align:middle;text-align:center;}
#detailWrap { margin: 0 0 20px;}
.leftpicbox{float: left; width: 370px;}
.leftpicbox #productMainImage{ float:none; margin:0;}
.additionalImages{ margin:10px 0 0;}
#productAdditionalImages{ padding:0 0 10px; border:1px solid #cccccc;}
.rightnamedetials{ float:right; width: 370px;}
#productName { border-bottom: 1px dashed #cccccc; font-size: 15px;margin: 0 5px 0 0;padding: 0 0 8px; color: #666666;}
#productPrices, ul#productDetailsList li { border-bottom: 1px dashed #cccccc; line-height: 30px;}
#productPrices .productPriceDiscount { display: none;}
#productPrices .productSpecialPrice{ color:#FF0000;}
.attributesCartbox{ }
.line { border-bottom: 1px dashed #cccccc;clear: both; margin: 6px auto; width: 100%;}
.pay { background: transparent url("../images/payments.jpg") no-repeat scroll left center; height: 69px; margin: auto;width: 222px;}
.doordesc_container, .tomsInfoReviewsBox{}
#productinfoBody #productMaininfo h2.centerBoxHeading{}
.titleforDescription { background: transparent url("../images/bg-detailTabCurrent.gif") no-repeat scroll 0 0; color: #f3ac00; cursor: pointer;display: block;float: left; font-weight: bold; height: 35px; line-height: 33px;margin: 0 1px 0 0;text-align: center;text-shadow: 1px 1px 1px #1f1f1f;width: 120px;font-size: 14px;}
.detailTabBottom { background: #3e3e3e none repeat scroll 0 0; height: 3px; margin: 1px 0 0;}
.productDescriptionClas p{padding:0;margin:0 0 10px;}
.productDescriptionClas img{max-width:100%;height:auto;}
.launchpad-company-logo{text-align:center;}
.productDescriptionClas{padding:10px 5px;}
.productDescriptionClas a .Apple-style-span-color{ font-weight:bold;color: #ffb848;}
.productDescriptionClas a:hover{ text-decoration:none;}
#reviestomstitle { font-size: 16px; font-weight: bold; padding: 10px;text-transform: uppercase;}
.tomsInforeviewwrite .Inforeviewtable td {padding: 5px;}
span.red { color: #ff0000; vertical-align: middle;}
.tomsInforeviewwrite #reviewsWrite_tow .ratingRow_Info .ratingRowInfotoms label img{ height:15px; width:auto;margin: 0 5px 0 2px;vertical-align: top;}
#productReviewsDefaultHeading, #reviewsWriteHeading{ line-height:normal;}
.rating img{ height:16px; width:auto; margin:0 3px 0 0; vertical-align:sub;}
.rating{font-size:12px; font-weight:normal;}
#reviewsInfoDefaultMainContent{ padding:10px; margin:10px 0; border:1px dashed #cccccc;}
.tomsInforeviwshow{ padding:0 5px;}
#cartContentsDisplay {border: 5px solid #cccccc;}
.cartQuantity input{ text-align:center;}
.instructions{ float:right; width:50%; padding:0.5em 0;}
address.adresleft40width{ padding:0.5em 0;}
.leftbestpic{ width:50px; height:50px; display:table-cell; vertical-align:middle; text-align:center; background:#FFFFFF;}
.leftbestname{ line-height:18px; height:36px; overflow:hidden;}
.leftbestname a{ display:block;}
.relatedlistProducts{border: 1px solid #bbbbbb; border-radius: 5px; margin: 1em auto; padding: 10px 0;width: 180px;}
.relatedlistProducts:hover { border: 1px solid #cccccc; box-shadow: 0 2px 3px #999999;transition: all 0.2s ease-in-out 0s;}
a.head_right_nav_a{ color: #cccccc; padding: 0 8px; text-decoration: none;}
a.head_right_nav_a:hover{ color: #FFFFFF; text-decoration: underline;}
#mainMiddleContentBox{padding: 15px 0 30px; width:980px; margin:auto;}
h1#productListHeading, h1#specialsListingHeading{border-bottom:1px dashed #cccccc;color: #fe0000;font-family:Georgia,"Times New Roman",Times,serif;font-size:36px;height:36px;line-height:36px;padding: 0 7px 18px; margin:0 0 10px;}
h1#ezPagesHeading, h1#shippingInfoHeading, h1#privacyDefaultHeading, h1#conditionsHeading, h1#siteMapHeading{ color: #fe0000; font-family: Georgia,"Times New Roman",Times,serif; font-size: 21px; height: 26px; line-height: 26px; margin: 0 0 10px;}
.black_indexprice .productSpecialPrice{ margin:0 0 0 13px;}
#indexMaintextbox{}
#indexMaintextbox h1 {color: #fe0000; font-family: Georgia,"Times New Roman",Times,serif; font-size: 36px; height: 36px;line-height: 36px;}
#indexMaintextbox h1 span { color: #98255c;font-family: Georgia,"Times New Roman",Times,serif;}
#indexMaintextbox p {color: #666666;line-height: 20px; margin: 10px 0; padding:0;}
.centerBoxContentsNew, centerBoxContentsFeatured, .centerBoxContentsSpecials, .centerBoxContentsProducts, .specialsListBoxContents{background: transparent url("../images/cpbj.png") no-repeat scroll right 0; padding:0 0 20px;}
.centerBoxContentsNew.indexxulie3, .centerBoxContentsFeatured.indexxulie3, .centerBoxContentsSpecials.indexxulie3, .centerBoxContentsProducts.indexxulie3, .specialsListBoxContents.indexxulie3{ background:none;}
.fukuan { border: 1px dashed #cccccc; height: 78px; margin: 15px 0 0; overflow: hidden;}
.sou { float: left; padding: 0 0 0 40px;width: 226px;}
.sou dt { background: transparent url("../images/suo.gif") no-repeat scroll 5px 15px; display: block;font-size: 11px;font-weight: bold;height: 30px; padding: 14px 0 0 32px;}
.sou dd { height: 26px;}
.rtl { float: right; font-size: 11px; font-weight: bold; height: 30px; padding: 30px 50px 0 10px; text-align: left;}
.leftbestprice .normalprice{}
.headnavewidth1000{ width:980px; margin:auto;}
#headerWrapper{ background:#000000;}
#footerpaymentbox, #siteinfoLegal{ width:980px; margin:auto;}
#feature-bullets ul li{list-style:disc inside;}
.productDescriptionClas img{max-width:100%;height:auto;}
.launchpad-company-logo{text-align:center;}