/**
 * 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: verdana, arial, helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	background-color: #e5edf5;
	}

a img,a:visited,a:hover,a:link,a:focus,a:active {border: 0 none; }

/*
img, div, a {
  behavior: url(iepngfix.php);
}
*/

/*	color: #0b0846; */
/*	color: #0E65CE; */
a, a:link, a:visited, a:active {
	color: SteelBlue;
	text-decoration: none;
	}
 
/* a:hover, #navEZPagesTop ul li a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover { */
a:hover {
	color: DarkOrange;
	}

th.productListing-heading {
	padding: 0 10px 5px 10px;
	}
	
a.productListing-heading {
	color: white;
	}

h1 {
	font-size: 1.5em;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}
.productListing-data .itemTitle {
font-size: 1.2em;
}

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;
	}
	
#navCurrenciesWrapper {
	margin-bottom: -50px;
	}

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

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

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

LABEL.inputLabel {
	width: 9em;
	float: left;
	}
	
#indexProductList label.inputLabel {
	width: auto;
	}
	
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;
	}

#headerWrapper .clearBoth {
		display: none;
		}
		
#categoriescss {
	background-image: none;
	}

HR {
	height: 1px;
	margin: 0px;
	border: none;
	border-bottom: 1px solid #ccc;	
	}

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

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

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

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

/*wrappers - page or section containers*/
#mainWrapper {
	background-color: #ffffff;
	text-align: left;
/*	width: 100%; */
	vertical-align: top;
	border: 0px;
	max-width:1280px;
	width:expression(document.body.clientWidth > 1280 ? "1280px": "auto" );
	}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	}

#logoWrapper{
	/* background-image: url(../images/header_bg.jpg); */
	background-repeat: no-repeat;
	background-color: #ffffff;
	height:125px;
	}

#logo {
	text-align: center;
	}

#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
	margin: auto;
	} 
#navColumnOneWrapper, #navColumnTwoWrapper {
	margin-left: 0.5em;
	margin-right: 0.5em;
	}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

#cartAdd {
        float: right;
        text-align: center;
        height: 35px;
        width: 150px;
        }
#cartAdd a {
	color: white;
	display: block;
	margin-top: 0.5em;
	font-size: 1em;
	font-weight: bold;
	}
#cartAdd a:hover {
	border-bottom: 1px dashed;
	}

/*navigation*/

.navSplitPagesResult {}

.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}

.navNextPrevWrapper {
	margin-bottom: 3em;
	}
.navNextPrevList {
	display: block;
	white-space: nowrap;
	margin: 0 0 -2em;
	padding: 0.5em 0em;
	list-style-type: none;
	height: 1em;
	}
.navNextPrevList.navPrevButton {
	text-align: left;
	}
.navNextPrevList.navNextButton {
	text-align: right;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0px;
	padding: 0.2em 0.2em;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	}


#navMainWrapper, #navSuppWrapper {
	height: 35px;
	padding: 0px;
}

#navSuppWrapper {
	margin-top: 1em;
	}

/*
#navMainWrapper {
		height: 20px;
}
*/

#navCatTabsWrapper {
	background-color: white;
/*	background-image: url(../images/header_bg_bottom.gif); */
	background-image: none;
}

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

#navMain ul li, #navSupp ul li, #navCatTabs ul li, #navEZPagesTop ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a, #navEZPagesTop ul li a {
	text-decoration: none;
	padding: 0;
	margin: 0 0.5em;
	white-space: nowrap;
	}

#navSupp ul li a, #navEZPagesTop ul li a {
	padding: 0;
	margin: 0 2em;
	font-size: 1.1em;
	color: #ffffff;
}

#navMain ul li a:hover, #navSupp ul li a:hover, #navEZPagesTop ul li a:hover {
	border-bottom: 1px dashed;
}

#navCatTabs ul li a:hover {
	color: DarkOrange;
	}


#navCatTabs ul li a {
	}

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

#navBreadCrumb {
	padding: 0.5em 0.5em;
	
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	}

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

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

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	text-align: justify;
	}

.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, #navBreadCrumb {
	margin: auto;
	width: 90%;
}

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

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

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

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

.centerBoxWrapper {
	height: 1%;
	margin: 1.1em 0;
	}

h2.centerBoxHeading {
	font-size: 1.1em;
	color: #ffffff;
	}

/*sideboxes*/
.columnLeft {}

h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 1.1em;
	color: #ffffff;
	}

.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {
	margin: 0em;
	padding: 5px 2px; 
	height: 20px;
	}

.leftBoxContainer, .rightBoxContainer {
	margin: 0em;
	border: 0px;
	/* border-bottom: 5px solid #336633; */
	margin-top: 1.5em;
}

.leftBoxContainer, .rightBoxContainer, #navMainWrapper, #navSuppWrapper, .centerBoxWrapper, .productTableWrapper {
	background-image: url('../images/green.png');
	background-position: 0px -70px;
	background-repeat: repeat-x;
	margin: 1em 0;
	}

#navMainWrapper {
	margin-top: 0;
}

#categoriescss, #wpsidebar {
	background-image: none;
	}
#brandsscrollbox, #cartAdd {
	background-image: url('../images/orange.png');
	background-position: 0px -70px;
	background-repeat: repeat-x;
	}

.sideBoxContent {
	
	padding: 0.4em;
	}

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, .leftBoxHeading, .centerBoxHeading,.rightBoxHeading, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}

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

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

#productPrices {
	font-weight: normal;
	}

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

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

.rowEven {

	background-color: #F0F0F0;


	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: #cacaca;
	height: 2em;
	}

.productListing-rowheading {
	height: 35px;
	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 {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}

.newsBox {
	font-size: 1em;
}

.newsBox p {

	padding: 0;

}

#navMainSearch {
	float:right;
	margin-right:10px;
	margin-top:-25px;
}

#contentMainWrapper {
	background-position: center 50px;
/*	background-image: url("../images/instruments.gif"); */
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.brands_item {
text-align: center;
padding: 10px 0;
}

#brands_scroll_box{

}

#brandsscrollboxContent<A0>{

}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "-";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
.post .entry {
	text-align: justify;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */




/* manufacturers entries -> */
.manufacturer_list_item a {
	margin: 1px;
	}
.manufacturer_list_item, .manufacturer_list_abc {
	padding: 5px 0;
	}
#manufacturer_list_list .odd, .manufacturer_list_abc {
	background: #fef3e6;
	}
#manufacturer_list_list .even, #manufacturer_list_list .manufacturer_list_selected_item {
	background: #E6F2E6;
	}

#manufacturer_list_list {
	}
	
a.brand_small {
	display: block;
	width: 100px;
	text-align: left;
	white-space: nowrap;
	margin: auto;
	}
a.brand_small .products_count {
	font-size: 0.75em;
	}
/*
a.brand_small {
 font-size:10px;
 text-decoration:none;
 padding:6px;
}
 
 a.brand_small:hover {
 }*/
/*
 color:#222;
 border:1px solid #dad9d9;
 background-color:#edecec;
 padding:1px 5px;
*/
 



/* header entries -> */

div#logo_space
	{
	width:100%;
	height: 100px;
	background-color: #fff;
	background-image: url(../images/TvoyZvuk_logo.png);
	background-repeat:no-repeat;
	}

div#logo_infoblock
	{
	position:relative;
	top: 0px;
	z-index: 10;
	padding: 0px 25px;
	margin: 0px;
	font-family: arial,sans-serif;
	font: 13px arial,sans-serif;
	background-image: url(../images/TvoyZvuk_infobar_transparency.png);
	float:right;
	height: 100%;
	}

div#logo_infoblock:hover
	{
	background-color: #ffffff;
	}
	
div#logo_flashblock
	{
	position:absolute;
	top: 0px;
	padding: 0px;
	margin: 0px;
	float:left;
	}

p#logo_i_p_caption
	{
	color:#080;
	font-weight:bold;
	font-size: 85%;
	margin: 4px;
	padding: 0px;
	border-width: 1px;
	}

p#logo_i_p_text
	{
	color:#222;
	margin: 4px;
	padding: 0px;
	border-width: 1px;
	font-size: 70%;
	}

p#logo_i_p_gray
	{
	color: #888;
	font-size: 90%;
	margin: 4px;
	padding: 0px;
	border-width: 1px;
	font-size: 70%;
	}
/* CSS Stylesheet for WOZ */
#wordpressDefault .centerColumn {
	padding: 0;
	}

#wordpressDefault #header, #wordpressDefault #footer {
	display: none;
}

#wordpressDefault #footer, #wordpressDefault #footer a{
	color:gray;
	font-size:10px;
	text-align:center;
	}

#wordpressDefault hr {
	display: none;
	}

#wpsidebar #searchform #s {
	width: 120px;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0.4em;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
.leftBoxContainer ul li, .rightBoxContainer ul li , .singleBoxContainer ul li{
	list-style-type: none;
	margin:0px;
	padding-left: 0px;
	}

.leftBoxContainer ul, .rightBoxContainer ul , .singleBoxContainer ul{
	margin:0px;
	padding-left:0px;
	}

.leftBoxContainer ul ul, .rightBoxContainer ul ul, .singleBoxContainer ul ul{
	list-style-type: square;
	margin:0px;
	padding-left:5px;
	}

#wpsidebarHeading {
	display: none;
	}
/* End CSS Stylesheet for WOZ */
/* DEFAULT MENU STYLES - in case tree menu doesn't load */
ul.bullet-menu {
  font: 100% Tahoma, Verdana, Arial, sans-serif;
  margin: 0;
  padding: 0;
  }
ul.bullet-menu li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #D3D9E3; 
  }
ul.bullet-menu ul {
  margin: 0 0 0 22px;
  padding: 0 0 .2em;
  }
ul.bullet-menu ul li {
  list-style-type: disc;
  border-style: none;
  margin: 0 0 .15em;
  padding: 0 5px 0 0;
  }
ul.bullet-menu ul ul {
  margin: .2em 0 0 15px;
  padding: 0 0 1px;
  }
ul.bullet-menu li a,
ul.bullet-menu li a:visited {
  padding: 3px 5px 4px 7px;
  display: block;
  /* color: #FFF !important; */
  font-weight: bold;
  text-decoration: none;
  }
ul.bullet-menu li a:hover {
  background: #FFF;
  text-decoration: underline;
  }
ul.bullet-menu ul li a,
ul.bullet-menu ul li a:visited {
  padding: 0;
  display: inline;
  width: auto !important;
  background: none;
  /* color: #C2D6C2 !important; */
  font-weight: normal;
  text-decoration: none;
  }
ul.bullet-menu ul li a:hover {
  background: none;
  text-decoration: underline;
  }
ul.bullet-menu li a.on {
  background: #FFF;
  color: DarkOrange !important;
  }
ul.bullet-menu ul a.on {
  background: none;
  color: DarkOrange !important;
  }


/* TREE MENU STYLES - only apply if menu loads */
ul.tree-menu {
  font: 100% Tahoma, Verdana, Arial, sans-serif;
  margin: 0;
  padding: 0;
  }
ul.tree-menu ul {
  margin: 0;
  padding: 3px 0 0 3px;
/*  background:  url("../images/menu/branch.gif") repeat-y 3px 0;*/
  background: url("../images/menu/branch.gif") repeat-y 3px 0;^M
  }
ul.tree-menu ul ul {
  margin-left: 14px;
  padding: 0;
  border-style: none;
  background-position: 0 0;
  }
ul.tree-menu li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  }

ul.tree-menu li.top-section {
  border-bottom: 1px solid #D3D9E3;
  }
ul.tree-menu li.top-section-end {
  border-bottom: 1px solid #D3D9E3;
  }
ul.tree-menu li.top-section-open {
  border-bottom: 1px solid #D3D9E3;
  }
ul.tree-menu li.top-section-open-end {
  border-bottom: 1px solid #D3D9E3;
  }
ul.tree-menu li.section {
  background: url("../images/menu/node.gif") no-repeat top left;
  }
ul.tree-menu li.section-end {
  background: white url("../images/menu/node-end.gif") no-repeat top left;
  }
ul.tree-menu li.section-open {
  background: url("../images/menu/node-open.gif") no-repeat top left;
  }
ul.tree-menu li.section-open-end {
  background: white url("../images/menu/node-open-end.gif") no-repeat top left;
  }
ul.tree-menu li.top-item {
  background:  url("../images/menu/leaf.gif") no-repeat top left;
  border-bottom: 1px solid #D3D9E3; 
  }
ul.tree-menu li.top-item-end {
  background: white url("../images/menu/leaf-end.gif") no-repeat top left;
  border-bottom: 1px solid #D3D9E3;
  }
ul.tree-menu li.item {
  background: url("../images/menu/leaf.gif") no-repeat top left;
  }
ul.tree-menu li.item-end {
  background: white url("../images/menu/leaf-end.gif") no-repeat top left;
  }
ul.tree-menu a, ul.tree-menu a:visited {
  text-decoration: none;
  }
ul.tree-menu li.top-section a,
ul.tree-menu li.top-section-end a,
ul.tree-menu li.top-item a,
ul.tree-menu li.top-item-end a {
/*  background: #FDE4E1; */
  padding: 3px 5px 4px 7px;
  font-weight: bold;
  display: block;
  }
ul.tree-menu li.top-section-open a,
ul.tree-menu li.top-section-open-end a,
ul.tree-menu li.top-section a:hover,
ul.tree-menu li.top-section-end a:hover,
ul.tree-menu li.top-item a:hover,
ul.tree-menu li.top-item a:active,
ul.tree-menu li.top-item-end a:hover,
ul.tree-menu li.top-item-end a:active {
  background: #FFF;
  padding: 3px 5px 4px 7px;
  font-weight: bold;
  display: block;
  }
ul.tree-menu li.section a,
ul.tree-menu li.section-end a,
ul.tree-menu li.section-open a,
ul.tree-menu li.section-open-end a,
ul.tree-menu li.item a,
ul.tree-menu li.item-end a {
  padding: 1px 5px 4px 18px;
  font-weight: normal;
  background: none;
  width: auto !important;
  display: block;
  }
ul.tree-menu li.section a:hover,
ul.tree-menu li.section-end a:hover,
ul.tree-menu li.section-open a:hover,
ul.tree-menu li.section-open-end a:hover,
ul.tree-menu li.item a:hover,
ul.tree-menu li.item-end a:hover {
  }
/*
ul.tree-menu a.on {
  color: DarkOrange !important;
  background-color: #FFF !important;
  }
ul.tree-menu li.section a.on {
  background: #FFF url("../images/menu/node-on.gif") no-repeat top left;
  }
ul.tree-menu li.section-end a.on {
  background: #FFF url("../images/menu/node-end-on.gif") no-repeat top left;
  }
ul.tree-menu li.section-open a.on {
  background: #FFF url("../images/menu/node-open-on.gif") no-repeat top left;
  }
ul.tree-menu li.section-open-end a.on {
  background: #FFF url("../images/menu/node-open-end-on.gif") no-repeat top left;
  }
ul.tree-menu li.item a.on {
  background: #FFF url("../images/menu/leaf-on.gif") no-repeat top left;
  }
ul.tree-menu li.item-end a.on {
  background: #FFF url("../images/menu/leaf-end-on.gif") no-repeat top left;
  }
ul.tree-menu li.top-item a.on,
ul.tree-menu li.top-item-end a.on {
  background: #FFF;
  }
*/
/* Fixes for IE 6 & below */
* html ul.bullet-menu a,
* html ul.tree-menu a {
  /* change these widths to match the width of your sidebox */
  width: 143px; /* specify width of links for IE 6 */
  width: 131px; /* specify width of links for IE 5, minus padding (& borders?) for broken box model */
  }
* html ul.tree-menu li.section a,
* html ul.tree-menu li.section-end a,
* html ul.tree-menu li.section-open a,
* html ul.tree-menu li.section-open-end a,
* html ul.tree-menu li.item a,
* html ul.tree-menu li.item-end a {
  height: 1%;
  }

#categoriescssHeading {
	display: none;
}#facebox .b {
  background:url(/facebox/b.png);
}

#facebox .tl {
  background:url(/facebox/tl.png);
}

#facebox .tr {
  background:url(/facebox/tr.png);
}

#facebox .bl {
  background:url(/facebox/bl.png);
}

#facebox .br {
  background:url(/facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-1000;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 999;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

.productListing-even {
  background: #f5fffa;
}
