/* reset  styles */



html, div, span, iframe, p font, ol, ul, li,

fieldset, form, label, legend, tbody, tr, th, {

	margin: 0px;

	padding: 0px;

	border: 0px;

	outline: 0px;

	font: 11px Arial, Helvetica, sans-serif; 

	color: #000;

	vertical-align: top;

	

}

:focus {

	outline: 0px;

}

ol, ul {

	list-style: none;

}


h1, h2, h3, h4, h5, h6	{color: #000; font: bold 15px Arial, Helvetica, sans-serif; margin: 0px; padding: 0px;}

a img, a:hover img	{border: none;}

div.clear	{height: 0px; font-size: 0px; line-height: 0px; clear: both;}
hr	{display: none;}
form { margin: 0px; padding: 0px;}
/* end  reset  styles */

/****** Main Table ******/
.basicTable 	{width: 955px; }

.mainTable {width: 955px; margin: 0px auto;}
.mainTable75 {width: 955px; margin: 0px auto;}
.mainTable50 {width: 955px; margin: 0px auto;}

.mainTableCellLeft 		{padding: 5px 5px 5px 0px; vertical-align: top;}
.mainTableCellCenter 	{padding: 5px 0px 5px 0px; vertical-align: top;}
.mainTableCellRight 	{padding: 5px 0px 5px 5px; vertical-align: top;}

.homeGreeting 		{padding: 4px 10px 4px 10px; vertical-align: top;}
.homeGreetingTable	{width: 100%;}
.homeGreetingLeft	{}
.homeGreetingLeft img	{}
.homeGreetingCenter 		{padding: 10px 0px; width: 100%;}
.homeGreetingRight	{}
.homeGreetingRight img	{}

.introBlock {border: 0px solid #D5D5D5;}
.introBlock td {padding: 6px;}

/****** Main Table ******/

/*******************************************************************************/

/****** Menu ******/

.headerMenu1 {
	position: fixed;
	width: 955px; 
    
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	}

.headerMenu {
	position:  relative;
	width: 955px;
	height: 135px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../images/chart/header1.jpg) no-repeat  ;
	margin: 0px auto;
	}

	

.headerMenu td#menu {					/* Text Menu with or without images */
	width: 100%;
	padding: 0px 0px 0px 0px;
	height:15px;
	
	}

.headerMenu td#menu img.Img {width: 0px; height: 0px;}

.headerMenu td#menu table {width: 100%; background: #E4DFD6 url(../images/chart/menuBg.gif) repeat-x top left;}

.headerMenu td#menu td {text-align: center; border-left: 1px solid #B1A694; border-bottom: 1px solid #B1A694;}

.headerMenu td#menu td.begin	{width: 1px; height: 1px; display: none;}

.headerMenu td#menu td.begin img	{width: 1px; height: 1px;}

.headerMenu td#menu td.end	{width: 30%; border-top: 4px solid #B1A694; border-right: 1px solid #B1A694;}

.headerMenu td#menu td.end img	{width: 1px; height: 1px;}



/* Active & Noneactive links in menu */



a.menu:link, a.menu:visited {color: #5F514E; text-decoration: none; font: bold 12px/14px Verdana, Arial, Helvetica, sans-serif; white-space: nowrap; display: block;}

a.menu:hover, a.menu:active {color: #990000; text-decoration: none; font: bold 12px/14px Verdana, Arial, Helvetica, sans-serif; white-space: nowrap; display: block;}

a.menuActive:link, a.menuActive:visited {color: #FF8201; text-decoration: none; font: bold 12px/14px Verdana, Arial, Helvetica, sans-serif; white-space: nowrap; display: block;}

a.menuActive:hover, a.menuActive:active {color: #990000; text-decoration: none; font: bold 12px/14px Verdana, Arial, Helvetica, sans-serif; white-space: nowrap; display: block;}



a.menu span {color: #5F514E; text-decoration: none; font: bold 12px/14px Verdana, Arial, Helvetica, sans-serif; white-space: nowrap; display: block; padding: 5px 10px; border-top: 4px solid #B1A694;}

a.menu:hover span {color: #990000; text-decoration: none; font: bold 12px/14px Verdana, Arial, Helvetica, sans-serif; white-space: nowrap; display: block; padding: 9px 10px 5px 10px; border-top: 0px solid #FF8201; background: url(../images/chart/delimiter.gif) no-repeat center top;}

a.menuActive span {

	color: #FF8201;

	text-decoration: none;

	font: bold 12px/14px Verdana, Arial, Helvetica, sans-serif;

	white-space: nowrap;

	display: block;

	padding: 9px 10px 5px 10px;

	border-top: 0px solid #FF8201;

	background: url(../images/chart/delimiter.gif) no-repeat center top;

}

a.menuActive:hover span {color: #990000; text-decoration: none; font: bold 12px/14px Verdana, Arial, Helvetica, sans-serif; white-space: nowrap; display: block; padding: 9px 10px 5px 10px; border-top: 0px solid #FF8201; background: url(../images/chart/delimiter.gif) no-repeat center top;}



/****** Sub Menu ******/



.subMenuBlock {

	display:none;

	position:absolute;

	border-top: 1px solid #B1A694; 

	border-left: 1px solid #B1A694;

	z-index: 2500;

}



a.subMenu {

	width: 240px;

	padding: 6px 20px 6px 10px;

	border-right: 1px solid #B1A694;

	border-bottom: 1px solid #B1A694;

	display:block;

	font: bold 11px verdana, sans-serif; 

	color: #3366FF;

	text-decoration:none;

	text-align: left;

	background: #E4DFD6 url(../images/chart/menuBg.gif) repeat-x top left;

}



a.subMenu:hover, a.subMenu:active {

	background: #E4DFD6 url(../images/chart/menuBg.gif) repeat-x top left; 

	font: bold 11px verdana, sans-serif; 

	color: #EF681E;

	display:block;

	text-decoration: none;

}



/****** Secondary Menu ******/



table.secondaryMenu 		{width: 100%;}

td#menu td.secondaryBegin	{width: 1px; height: 1px; display: none;}

a.secondaryMenu 			{color:  #5F514E; text-decoration: none; font: bold 12px/14px Verdana, Arial, Helvetica, sans-serif; white-space: nowrap; display: block;}

a.secondaryMenu:hover 		{color: #5F514E; text-decoration: none; font: bold 12px/14px Verdana, Arial, Helvetica, sans-serif; white-space: nowrap; display: block;}

a.secondaryMenuActive 		{color: #FF8201; text-decoration: none; font: bold 12px/14px Verdana, Arial, Helvetica, sans-serif; white-space: nowrap; display: block;}

a.secondaryMenuActive:hover	{color: #FF8201; text-decoration: none; font: bold 12px/14px Verdana, Arial, Helvetica, sans-serif; white-space: nowrap; display: block;}

td#menu td.secondaryEnd  	{width: 100%; border-right: 1px solid #B1A694;}

td#menu td.secondaryEnd  img.Img	{width: 1px; height: 1px;}



a.secondaryMenu span {color: #5F514E; text-decoration: none; font: bold 12px/14px Verdana, Arial, Helvetica, sans-serif; white-space: nowrap; display: block; padding: 5px 20px; border-top: 4px solid #B1A694;}

a.secondaryMenu:hover span {color: #5F514E; text-decoration: underline; font: bold 12px/14px Verdana, Arial, Helvetica, sans-serif; white-space: nowrap; display: block; padding: 5px 20px; border-top: 4px solid #B1A694;}

a.secondaryMenuActive span {color: #FF8201; text-decoration: none; font: bold 12px/14px Verdana, Arial, Helvetica, sans-serif; white-space: nowrap; display: block; padding: 9px 20px 5px 20px; border-top: 0px solid #FF8201; background: url(../images/chart/delimiter.gif) no-repeat center top;}

a.secondaryMenuActive:hover span {color: #FF8201; text-decoration: none; font: bold 12px/14px Verdana, Arial, Helvetica, sans-serif; white-space: nowrap; display: block; padding: 9px 20px 5px 20px; border-top: 0px solid #FF8201; background: url(../images/chart/delimiter.gif) no-repeat center top;}



/****** Menu ******/



.filterPopup {

	display: none;

	position: absolute;

	border: 1px solid #FF8201; 

	background-color: #fff;

	z-index: 2000;

	padding: 0px 3px;

}

.filterPopup a {line-height: 160%;}

.filterPopup a:hover {line-height: 160%;}

.block-filter .padding10px div	{padding-bottom: 3px;}

.block-filter .padding10px div a img	{margin-top: 3px;}



/*****************************************************************************/



/************* Breadcrumb *******************/



.breadcrumb {border: 0px solid #D5D5D5; margin: 0px 0px 10px 0px;}



.breadcrumbBegin {display: none;}

.breadcrumbBegin img {width: 1px; height: 1px;}



.breadcrumbDelimiter {

	width: 100%;

	white-space: normal;

	font-size: 11px;

	}

.breadcrumbDelimiter td {}

.breadcrumbDelimiter b {color: #5F514E; font-size: 11px;}

.breadcrumbDelimiter a {color: #5F514E; text-decoration: none; font-size: 11px; font-weight: normal;}

.breadcrumbDelimiter a:hover {color: #5F514E; text-decoration: underline; font-size: 11px; font-weight: normal;}

.breadcrumbDelimiter a.treeItemLast {font-weight: bold; text-decoration: none; cursor: text; color: #FF8201;}

.breadcrumbDelimiter a.treeItemLast:hover {font-weight: bold; text-decoration: none; cursor: text; color: #FF8201;}

.breadcrumbDelimiter span {

	color: #5F514E;

	font-size: 11px;

	}

.breadcrumbDelimiter img {display: none;}

	

.breadcrumbRSS {}



.breadcrumbEnd {display: none;}

.breadcrumbEnd img {width: 1px; height: 1px;}



/************* Breadcrumb *******************/

/*************** Order Pages ****************/

.breadcrumbDelimiter span.nonactive {font-size: 11px; color: #5F514E; margin-right: 10px;}

.breadcrumbDelimiter span.active {font-size: 11px; color: #FF8201; margin-right: 10px; font-weight: bold;}

/****************** end Order Pages ***********************************/



/*****************************************************************************/



/************* Fieldset *******************/



/****** Top ******/



.titleTop {margin-top: 0px; background: #fff url(../images/chart/topTC.gif) repeat-x top left;}



.titleTopLeft {width: 9px; background: url(../images/chart/topTL.gif) no-repeat top left;}

.titleTopImgLeft {width: 9px;}



.titleTopCenter {						/* Title of block (example: any blocks, articles,...) */

	white-space: normal;

	padding: 4px 0px 4px 0px;

	}



.titleTopCenterSE {						/* Title of block (example: any blocks, articles,...) */

	white-space: normal;

	padding: 5px 0px 5px 0px;

	}





.titleTopCenter table	{margin: 0px auto;}



.titleTopCenter div {

	color: #A36001;

	font: bold 13px/16px Arial, Helvetica, sans-serif;

}



.titleTopCenterSE div {

	color: #3366FF;

	font: bold 13px/16px Arial, Helvetica, sans-serif;

}





.titleTopCenter h1 {

	color: #A36001;

	font: bold 13px/18px Arial, Helvetica, sans-serif;

}



.titleTopCenterSE h1 {

	color: #3366FF;

	font: bold  13px/18px Arial, Helvetica, sans-serif;

}



.titleTopCenter div b {font-weight:;}

.titleTopRight {width: 9px; background: url(../images/chart/topTR.gif) no-repeat top right;}

.titleTopImgRight {width: 9px;}



/****** Top ******/



/****** Center ******/



.block {background: #fff url(../images/chart/blockCL.gif) repeat-y top left;}

.blockTD {background: url(../images/chart/blockCR.gif) repeat-y top right; padding: 8px;}

.menuLeft {background: url(../images/chart/blockCR.gif) repeat-y top right; padding: 8px;}



/****** Center ******/



/****** Bottom ******/



.titleBot {margin-bottom: 13px;}



.titleBotLeft {

	width: 9px;

	height: 9px;

	background: url(../images/chart/botTL.gif) no-repeat top left;

	}

.titleBotImgLeft {width: 9px; height: 9px;}



.titleBotRight {

	width: 100%;

	text-align: right;

	background: url(../images/chart/botTC.gif) repeat-x top left;

	}

.titleBotImgRight {width: 9px; height: 9px; background: url(../images/chart/botTR.gif) no-repeat top right;}



/****** Bottom ******/



.block-filter .titleTopRight, .block-simple .titleTopRight, .block-banners .titleTopRight, .block-navigation .titleTopRight

 {width: 100%;}

.block-filter .titleTopImgLeft, .block-simple .titleTopImgLeft, .block-banners .titleTopImgLeft, .block-navigation .titleTopImgLeft 

 {width: 9px; height: 28px; background: url(../images/chart/topTL.gif) no-repeat top left;}

.block-filter .titleTopImgRight, .block-simple .titleTopImgRight, .block-banners .titleTopImgRight, .block-navigation .titleTopImgRight

 {width: 9px; height: 28px;}



/*table#user-home .titleTopLeft {background: url(../images/rainbow/block-t-l.gif) no-repeat top;}

table#user-home .titleTopRight {width: 100%; background: url(../images/default/cblock-t-bgr.gif) repeat-x top; text-align: right;}

table#user-home .titleTopImgLeft {width: 24px; height: 23px;}

table#user-home .titleTopImgRight {width: 24px; height: 23px; background: url(../images/default/cblock-t-r.gif) no-repeat top right;}*/



/************* end Fieldset ***************/



/*****************************************************************************/

/************* userHome *******************/

td.userHome {padding: 7px;}

td.userHomeTitle {

	font-size: 12px;

	white-space: nowrap;

	background: url(../images/chart/centerTC.gif) repeat-x top left;

}

td.userHomeTitle b {color: #0000CC;}



div.userHomeBottom {						

	background: none;

	padding: 0px 20px 0px 20px;

	}

div.userHomeBottom a {color: #444444; text-decoration:underline;}

div.userHomeBottom a:hover {color: #444444; text-decoration:none;}



td.userHome img.orders 		{background: url(../images/icons/admin_orders.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}

* html td.userHome img.orders {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_orders.png,sizingMethod=crop);}

td.userHome img.profile 	{background: url(../images/icons/admin_profile.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}

* html td.userHome img.profile {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_profile.png,sizingMethod=crop);}

td.userHome img.arr		 	{background: url(../images/icons/arr.gif) no-repeat; width: 15px; height: 16px; border:0px; margin: 0px 5px 0px 55px;}

td.userHome img.support 	{background: url(../images/icons/admin_support.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}

* html td.userHome img.support {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_support.png,sizingMethod=crop);}

td.userHome img.forum 		{background: url(../images/icons/admin_forum.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}

* html td.userHome img.forum {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_forum.png,sizingMethod=crop);}

td.userHome img.products 	{background: url(../images/icons/admin_products.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}

* html td.userHome img.products {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_products.png,sizingMethod=crop);}

td.userHome img.pages 		{background: url(../images/icons/admin_pages.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}

* html td.userHome img.pages {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_pages.png,sizingMethod=crop);}

td.userHome img.salesorders	{background: url(../images/icons/admin_salesorders.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}

* html td.userHome img.salesorders {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_salesorders.png,sizingMethod=crop);}

td.userHome img.merchant 	{background: url(../images/icons/admin_merchant.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}

* html td.userHome img.merchant {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_merchant.png,sizingMethod=crop);}

td.userHome img.affiliates 	{background: url(../images/icons/admin_affiliates.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}

* html td.userHome img.affiliates {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_affiliates.png,sizingMethod=crop);}

td.userHome img.payments 	{background: url(../images/icons/admin_payments.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}

* html td.userHome img.payments {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_payments.png,sizingMethod=crop);}

td.userHome img.carts	 	{background: url(../images/icons/admin_carts.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}

* html td.userHome img.carts {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_carts.png,sizingMethod=crop);}

td.userHome img.wishlist 	{background: url(../images/icons/admin_wishlist.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}

* html td.userHome img.wishlist {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_wishlist.png,sizingMethod=crop);}

td.userHome img.reminders 	{background: url(../images/icons/admin_reminders.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}

* html td.userHome img.reminders {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_reminders.png,sizingMethod=crop);}



td.userHome div {margin: 0px 0px 0px 50px;}

/************* userHome *******************/



/*****************************************************************************/



/************* Button Links *******************/

td.butTd {}

td.butTd span.spacer {display: none; color: #5F5150;}	/* '|' between button */



a.button:link, a.button:visited {font: bold 11px/15px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px; white-space: nowrap; display: inline-block; text-decoration: none; color: #fff; background: url(../images/chart/buttonRight_orange.gif) no-repeat 100% 50%; margin-left: 7px; margin-bottom: 5px;}

a.button:hover, a.button:active {font: bold 11px/15px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px; white-space: nowrap; display: inline-block; text-decoration: none; color: #fff; background: url(../images/chart/buttonRight_orange.gif) no-repeat 100% 50%; margin-left: 7px; margin-bottom: 5px;}



a.button span 	{font: bold 11px/15px Arial, Helvetica, sans-serif; padding: 3px 3px 3px 10px; white-space: nowrap; display: inline-block; cursor: pointer; color: #fff; background: url(../images/chart/buttonLeft_orange.gif) no-repeat 0% 50%; position: relative; left: -7px;}

a.button:hover span 	{font: bold 11px/15px Arial, Helvetica, sans-serif; padding: 3px 3px 3px 10px; white-space: nowrap; display: inline-block; cursor: pointer; color: #fff; background: url(../images/chart/buttonLeft_orange.gif) no-repeat 0% 50%; position: relative; left: -7px;}

a.button img 	{display: none;}



a.button-add span 		{font-weight: bold;}		/* add to cart (products categories, product details) */

a.button-view span 		{}		/* view cart (products categories, product details) */

a.button-check span 		{}		/* check out (products categories, product details) */

a.button-wishlist span 	{}		/* wishlist (products categories, product details) */



a.buttonBasket:link, a.buttonBasket:visited {font: bold 11px/15px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px; white-space: nowrap; display: inline-block; text-decoration: none; color:  #fff; background: url(../images/chart/buttonRight_orange.gif) no-repeat 100% 50%; margin-left: 7px; margin-bottom: 5px;}

a.buttonBasket:hover, a.buttonBasket:active {font: bold 11px/15px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px; white-space: nowrap; display: inline-block; text-decoration: none; color: #fff; background: url(../images/chart/buttonRight_orange.gif) no-repeat 100% 50%; margin-left: 7px; margin-bottom: 5px;}

a.buttonBasket span 	{font: bold 11px/15px Arial, Helvetica, sans-serif; padding: 3px 3px 3px 10px; white-space: nowrap; display: inline-block; cursor: pointer; color:  #fff; background: url(../images/chart/buttonLeft_orange.gif) no-repeat 0% 50%; position: relative; left: -7px;}

a.buttonBasket:hover span 	{font: bold 11px/15px Arial, Helvetica, sans-serif; padding: 3px 3px 3px 10px; white-space: nowrap; display: inline-block; cursor: pointer; color: #003; background: url(../images/chart/buttonLeft_orange.gif) no-repeat 0% 50%; position: relative; left: -7px;}

a.buttonBasket img 	{display: none;}

a.button-shopping span 	{font-weight: bold;}			/* Continue shopping (basket) */

a.button-retrieve span 	{}			/* Retrieve Cart (basket) */

a.button-save span 		{}			/* Save cart (basket) */

a.button-clear span 		{}			/* Clear cart (basket) */

a.button-checkout span 	{font-weight: bold;}			/* Checkout (basket) */



a.buttonCart:link, a.buttonCart:visited {font: bold 11px/15px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px; white-space: nowrap; display: inline-block; text-decoration: none; color: #fff; background: url(../images/chart/buttonRight_orange.gif) no-repeat 100% 50%; margin-left: 7px; margin-bottom: 5px;}

a.buttonCart:hover, a.buttonCart:active {font: bold 11px/15px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px; white-space: nowrap; display: inline-block; text-decoration: none; color: #fff; background: url(../images/chart/buttonRight_orange.gif) no-repeat 100% 50%; margin-left: 7px; margin-bottom: 5px;}

a.buttonCart span 	{font: bold 11px/15px Arial, Helvetica, sans-serif; padding: 3px 3px 3px 10px; white-space: nowrap; display: inline-block; cursor: pointer; color: #fff; background: url(../images/chart/buttonLeft_orange.gif) no-repeat 0% 50%; position: relative; left: -7px;}

a.buttonCart:hover span 	{font: bold 11px/15px Arial, Helvetica, sans-serif; padding: 3px 3px 3px 10px; white-space: nowrap; display: inline-block; cursor: pointer; color: #fff; background: url(../images/chart/buttonLeft_orange.gif) no-repeat 0% 50%; position: relative; left: -7px;}

a.buttonCart img 		{display: none;}



a.button-check span 		{}		/* Checkout (small cart) */

a.button-amend span 		{}		/* Amend cart (small cart) */

a.button-view span 		{}		/* View cart (small cart) */



a.buttonMore:link, a.buttonMore:visited {font: bold 11px/15px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px; white-space: nowrap; display: inline-block; text-decoration: none; color: #fff; background: url(../images/chart/buttonRight_brown.gif) no-repeat 100% 50%; margin-left: 7px; margin-bottom: 5px;}

a.buttonMore:hover, a.buttonMore:active {font: bold 11px/15px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px; white-space: nowrap; display: inline-block; text-decoration: none; color: #fff; background: url(../images/chart/buttonRight_brown.gif) no-repeat 100% 50%; margin-left: 7px; margin-bottom: 5px;}



a.buttonMore span 	{font: bold 11px/15px Arial, Helvetica, sans-serif; padding: 3px 3px 3px 10px; white-space: nowrap; display: inline-block; cursor: pointer; color: #fff; background: url(../images/chart/buttonLeft_brown.gif) no-repeat 0% 50%; position: relative; left: -7px;}	

a.buttonMore:hover span 	{font: bold 11px/15px Arial, Helvetica, sans-serif; padding: 3px 3px 3px 10px; white-space: nowrap; display: inline-block; cursor: pointer; color: #fff; background: url(../images/chart/buttonLeft_brown.gif) no-repeat 0% 50%; position: relative; left: -7px;}		/* read more... (special offers, etc.) */

a.buttonMore b 		{font-weight:;}

a.buttonMore img 	{display:none;}



a.disabled {							/* disadled add to cart */

	color: gray; 

	cursor: pointer; 

	font: bold 14px/20px Arial, Helvetica, sans-serif; padding: 0px 10px 0px 0px; 

}

a.disabled:hover {color: gray; cursor: pointer; text-decoration: none;}

/************* Button Links *******************/



/************* Category *******************/

.topCategory 			{margin: 0px; padding: 0px 0px 0px 0px;}

.selectedtopCategory 	{margin: 0px; padding: 0px 0px; }

.topCategory a.title	{font: bold 11px Arial, Helvetica, sans-serif; color: #5F5150; text-decoration: none; }

.topCategory a.title:hover	{font: bold 11px Arial, Helvetica, sans-serif; color: #CC6600; text-decoration: none; background-color: #FFE0C4;}



.selectedtopCategory  a.title	{font: bold 11px Arial, Helvetica, sans-serif; color: #CC0000; text-decoration: none; }
.selectedtopCategory  a.title:active	{font: bold 11px Arial, Helvetica, sans-serif; color: #CC0000; text-decoration: none;}


.selectedtopCategory a.title:hover	{font: bold 11px Arial, Helvetica, sans-serif; color: #CC0000; text-decoration: underline;}

        

.subCategory 			{margin: 0px; padding: 0px 0px 0px 0px;}

.selectedsubCategory 	{margin: 0px; padding: 0px 0px 0px 0x; background: #F3ECE1;}

.subCategory a.title, .selectedsubCategory a.title	{font: bold 11px Arial, Helvetica, sans-serif; color: #5F514E; text-decoration: none;}

.subCategory a.title:hover, .selectedsubCategory a.title:hover	{font: bold 11px Arial, Helvetica, sans-serif; color: #5F514E; text-decoration: underline;}



.topCategory .category_img, .subCategory .category_img, .selectedtopCategory .category_img, .selectedsubCategory .category_img {margin: 0px 0px 0px 0px; }

.topCategory .category_img1, .subCategory .category_img1, .selectedtopCategory .category_img1, .selectedsubCategory .category_img1 {margin: 0px 0px 0px 0px; display:none;}





/************* Category *******************/



/************* Latest *******************/

td.topArticle {padding: 3px 3px 3px 0px;}

td.subArticle {padding: 3px 3px 3px 0px;}



a.subArticle {padding-left: 8px; font-size: 11px; background: url(../images/bullet.gif) no-repeat left 3px;}

/************* Latest *******************/



/************* Offers *******************/

.block-offers .block .blockTD a.bigtitle		{font: bold 14px Arial, Helvetica, sans-serif; color: #5F5150; text-decoration: none; text-transform: uppercase;}

.block-offers .block .blockTD a.bigtitle:hover 	{font: bold 14px Arial, Helvetica, sans-serif; color: #5F5150; text-decoration: underline; text-transform: uppercase;}

.offerTitleTop				{display: none;}

.offerTitle					{text-align: left; clear: right; display: block; margin: 0px; padding: 0px;}

.offerTd 					{text-align: left;}

.offerTd img.offerImg		{float: left; margin: 0px 10px 3px 0px;} 

.offerTd div.offerText	{text-align: justify; padding-top: 5px;}

.offerTd a.buttonMore span {}





.block-products-list .block .blockTD img.productImg, .block-product-details .block .blockTD img.productImg 

{margin-right: 10px; margin-bottom: 10px;} 





/************* Forum *******************/

.forumAdmin 			{color: #FF8201; font-weight: bold;}

.forumUser 				{color: black; font-weight: bold;}

.forumGuest       	{color: black;  font-weight: bold; font-style: italic;}

.forumMessageLeft 	{background: #fff; border-left:1px solid #B1A694; border-top:1px solid #B1A694; border-bottom:1px solid #B1A694; padding: 5px;}

.forumMessageRight 	{background: #fff; border-left:1px solid #B1A694; border-right:1px solid #B1A694; border-bottom:1px solid #B1A694;}

.forumMessageRight .usualbg	{ padding: 5px;}

.forumMessageTop 		{background: #F0EDE9; height: 27px; border-bottom: 1px solid #B1A694; border-top: 1px solid #B1A694; padding-top: 5px; padding-left: 5px; }



/************* Categoties (catalogue) *******************/

.block-categories-catalog .blockTD	 			{padding-left: 18px;}

.block-categories-catalog .blockTD img 		{margin-right: 5px;}

.block-categories-catalog a.bigtitle			{}

.block-categories-catalog a.bigtitle:hover 	{}

.block-categories-catalog div.smallText	{margin-bottom: 6px;}



/************* Hot (news,...) *******************/

.block-hot .blockTD img 				{display: none;}

.block-hot .blockTD .articleDate		{display: none;}

.block-hot .blockTD div 				{}

.block-hot a.bigtitle 					{}

.block-hot a.bigtitle:hover 			{}

/*.block-hot div.smalltext {padding-left: 15px;}*/



/*****************************************************************************/



/************* Footer *******************/

.footerAll	{background: #F3ECE1; border-top: 5px solid #CBAA77; padding-bottom: 30px;}

.footerMenu	a.smallText	{font: 12px Arial, Helvetica, sans-serif; color: #5F5150; text-decoration: underline; margin: 0px 12px 0px 7px;}

.footerMenu	a.smallText:hover	{font: 12px Arial, Helvetica, sans-serif; color: #5F5150; text-decoration: none; margin: 0px 12px 0px 7px;}

.footerMenu	{text-align:center; font-size:8pt; border-top: 5px solid #EAD8BC; padding-top: 18px; padding-bottom: 10px;}

.footerMenu	span {padding: 0px 0px 0px 5px; display: none;}

.footerHTML	{text-align:center; padding: 10px; background: #EAD8BC;}

.footerHTML font	{font: 11px Arial, Helvetica, sans-serif; color: #5F5150;}

.footerImg	{text-align:right; padding: 0px 10px 0px 0px; display: none;}

.footerImg img		{width: 80px; height: 26px; border:0px;}



/************* Footer *******************/



body			{font: 11px Arial, Helvetica, sans-serif; color: #000; margin: 0px; padding: 0px 0px; background: #E6DED1 url(../images/chart/bodyBg.gif) repeat-x top left;}

body.popup	{font: 11px Arial, Helvetica, sans-serif; color: #000; margin: 0px; padding: 14px; background: #E6DED1;}



tr, td		{font: 11px Arial, Helvetica, sans-serif; color: #000;}



.middlebg 			{ background-color: #CDA378;}


.middlebg td 		{font-weight:; }

.usualbg  			{ }

.usualbg1  			{ background-color:  #CCC;}


.usualbg1 a	{ color: #930; font-weight:bold;}
.usualbg1 a:hover	{ color: #C60; font-weight:bold;}


.errorbg  			{background: #FFE0E0; border: 1px solid #CC0000; color: #CC0000; padding: 6px;}

.popup .errorbg	{padding: 4px;}

.messagebg  		{color: #5F5150; font-weight: bold; padding: 6px;}



.padding10px				{padding: 0px;}

.padding6px td				{padding: 6px;}

.block-product-details

.padding6px td				{padding: 6px 10px;}

.padding6px td td			{padding: 0px;}

.padding6px

.padding4px td				{padding: 4px;}

.padding4px td				{padding: 4px;}

.padding4px td td			{padding: 0px;}

.paddingReviews td		{padding: 0px 11px;}

.paddingReviews td td	{padding: 0px;}

.paddingRev5px td			{padding: 5px 11px;}

.paddingRev3px td			{padding: 3px 3px 3px 11px;}



input				{font: 12px/16px Arial, Helvetica, sans-serif; color: #000;}

input.usualprice	{background-color: transparent; border: none; text-align: right; font: 12px/16px Arial, Helvetica, sans-serif; color: #000;}

input.orderprice	{background-color: transparent; border: none; text-align: right; font: 12px/16px Arial, Helvetica, sans-serif; color: #000; color: #000; font-weight: bold; }

input.search		{border: 1px solid #B1A694; background: #fff; font: 12px/16px Arial, Helvetica, sans-serif; color: #000;}

input.text			{border: 1px solid #B1A694; background: #fff; font: 12px/16px Arial, Helvetica, sans-serif; color: #000;}

input.field			{border: 1px solid #B1A694; background: #fff; font: 12px/16px Arial, Helvetica, sans-serif; color: #000;}

input.fieldSmall	{border: 1px solid #B1A694; background: #fff; font: 11px/16px Arial, Helvetica, sans-serif; color: #000;}

input.submit		{font-weight: normal; border: 0px; color: #fff; font: bold 11px Arial, Helvetica, sans-serif; cursor: pointer; background: url(../images/chart/buttonRight_orange.gif) no-repeat center right; height: 21px; padding: 1px 5px 2px 0px; margin: 0px;}

	input#clear		{color: #ccc;}

	input#reset		{color: #ccc;}

	input#preview	{color: #C70808;}

	input#cancel	{color: #ccc;}

	input#delete	{color: #ccc;}

select				{border: 1px solid #B1A694; background: #fff; font: 12px/16px Arial, Helvetica, sans-serif; color: #000;}

select.search		{border: 1px solid #B1A694; background: #fff; font: 12px/16px Arial, Helvetica, sans-serif; color: #000;}

textarea			{border: 1px solid #B1A694; background: #fff; font: 12px/16px Arial, Helvetica, sans-serif; color: #000;}



input.field {margin-bottom: 3px;}

select.field {margin-bottom: 3px;}



span.submit {background: url(../images/chart/buttonLeft_orange.gif) no-repeat center left; font: bold 11px/25px Arial, Helvetica, sans-serif; padding-left: 7px !important; padding-right: 5px; white-space: nowrap; display: inline-block; cursor: pointer;}



a.header 			{color: #5F5150; text-decoration: none; }

a.header:hover		{color: #5F5150; text-decoration: none; }

a.title				{font: bold 11px Verdana, Arial, Helvetica, sans-serif; color: #5F5150; text-decoration: none;}

a.title:hover		{font: bold 11px Verdana, Arial, Helvetica, sans-serif; color: #5F5150; text-decoration: none;}

a.smallText			{color:   #5F5150; text-decoration: none; font-size: 11px; }

a.smallText:hover	{color: #5F5150; text-decoration:  none; font-size: 11px; }

a					{color: #FF8201; text-decoration:  none; font: 12px 'Trebuchet MS', Arial, Helvetica, sans-serif; }

a:hover				{color: #CC6633 ; text-decoration: none; font: 12px 'Trebuchet MS', Arial, Helvetica, sans-serif; }



.titleText	  {color: #FF8201; text-decoration: none; font: 12px 'Trebuchet MS',Arial,Helvetica,sans-serif;}

.articleDate	{font-size: 8pt; color: #000; font-style: italic; font-weight: bold;}

.top				  {font-size: 8pt; padding: 2px 0px;}

.smallText		{font-size: 11px; color:  #5F5150;}

.middleText		{font-size: 9pt; }

.bigText			{font-size: 10pt; }

.comment			{font-size: 8pt; color: #7777CC; }

.message			{font-size: 9pt; color: #0000CC; }

.title			{font: bold 12px Verdana, Arial, Helvetica, sans-serif; color: #5F5150;}

.bigtitle		{font: bold 14px Verdana, Arial, Helvetica, sans-serif; color: #5F5150;}

a.bigtitle		{font: bold 15px Verdana, Arial, Helvetica, sans-serif; color: #0066CC; text-decoration: none;}

a.bigtitle:hover		{font: bold 15px Verdana, Arial, Helvetica, sans-serif; color: #5F5150; text-decoration:  none;}

.error			{color: red; }

.terms      {height: 300px; width: 600px; overflow: auto; border: 1px solid silver; }

.link       {color: green; }



span.nobr       {white-space: nowrap !important;}



/***** Delimiter for list and rollover for details *****/

/***/.vDelimiter {border-right: 0px solid #E9E9E9;}

/***/.hDelimiter {background: ; border: 0px;}

/***/

/***/.rolloverImagesTop {padding: 10px 0px 0px 0px;}

/***/.rolloverImages {float: left; padding: 5px; text-align: center; width: 30%;}

/***/.manufacturerImage {padding: 10px 0px 0px 0px;}

/***** Delimiter for list and rollover for details *****/



/***** Visualisation tubs on product details *****/

td.tab				{border: 1px solid #B1A694; border-bottom: none; background: none; padding: 0px;}

td.tabActive		{border: 1px solid #B1A694; border-bottom: none; background: #fff; padding: 0px;}

a.tab				{background: #fff; color: #5F5150; display: block; font-size: 12px; font-weight: bold; padding: 5px 8px; text-decoration: none;}

a.tab:hover			{background: #fff; color: #EF681E; display: block; font-size: 12px; font-weight: bold; padding: 5px 8px; text-decoration: none;}

a.tabActive			{background: #fff; color: #EF681E; display: block; font-size: 12px; font-weight: bold; padding: 5px 8px; text-decoration: none; cursor: text;}

a.tabActive:hover	{background: #fff; color: #EF681E; display: block; font-size: 12px; font-weight: bold; padding: 5px 8px; text-decoration: none; cursor: text;}

.tabline 			{border-top: 1px solid #B1A694;}

/***** Visualisation tubs on product details *****/

/***** Visualisation tubs on UserHome pages *****/

.blockTDtabs table	{width: 100%; margin-bottom: 10px;}

div.adminTab 			{font: 11px Verdana, sans-serif; border: 1px solid #919B9C; border-bottom: none; padding: 3px 8px 2px 8px; margin: 0px 2px; cursor: pointer; background: #E9E9E9; white-space: nowrap;}

div.adminTabActive 	{font: bold 11px Verdana, sans-serif; border: 1px solid #919B9C; border-top: 2px solid #919B9C; border-bottom: none; padding: 5px 9px 5px 9px; margin: 3px 0px 0px 0px; white-space: nowrap;}

td.adminTab			{border-bottom: 1px solid #919B9C; vertical-align: bottom;}

td.adminTabActive	{border: none;}

td.beginTab			{padding: 0px 4px; border-bottom: 1px solid #919B9C;}

td.endTab			{padding: 0px 4px; width: 99%; border-bottom: 1px solid #919B9C;}

a.blackSm, a.blackSm:hover {text-decoration: none;}

/***** Visualisation tubs on UserHome pages *****/

/***** Prices on the site *****/

.priceBlock {color: #660000; font: bold 13px Arial, Helvetica, sans-serif; margin-bottom: 5px; margin-top:15;}

.priceBlock .price {color: #CC0000; font: bold 13px Arial, Helvetica, sans-serif;}

.priceBlock .priceTax {color: #FF8201; font: 12px Arial, Helvetica, sans-serif;}

.priceBlock .priceTax span {color: #FF8201; font: 12px Arial, Helvetica, sans-serif;}



.priceBlockOld {color:  #666666; text-decoration: line-through; font: 13px Arial, Helvetica, sans-serif bold;}

.priceBlockOld .price {color: #CC0000; font: 13px bold Arial, Helvetica, sans-serif;}

.priceBlockOld .priceTax {color: #666666; font: 13px Arial, Helvetica, sans-serif;}



.priceBlockHidden {color: #000; font-weight: bold; display: none;}

.priceBlockHidden .price {font-weight: bold;}

.priceBlockHidden .priceTax {font-weight: normal;}



.priceBlockEdit {color: #000; font-weight: bold;}

.priceBlockEdit input.price {text-align: right; font-weight: bold; width: 60px; font-size: 12px; color: black; border-top: 1px solid #7F9DB9;border-right: 1px solid #BACDDF;border-bottom: 1px solid #fff; border-left: 1px solid #fff;}



.salesBlock {color: #FF8201; font: bold 13px Arial, Helvetica, sans-serif; margin-bottom: 5px; margin-top:3px;}

.salesPrice {color: #FF8201; font: bold 13px Arial, Helvetica, sans-serif;}

.salesTax {color: #FF8201; font: 12px Arial, Helvetica, sans-serif;}



.priceSaveBlock {color: #5F5150; font-weight: bold;}

.priceSaveBlock .price {color: #5F5150; font-weight: bold;}

.priceSaveBlock .percent {font-weight: normal;}



.pointsPriceBlock {}

.pointsPriceBlock .points {}



.rewardPointsBlock {}

.rewardPointsBlock .points {}

/***** Prices on the site *****/

/***** Visualisation product list as table *****/

.productsTable th 		{padding: 3px;}

.productsTable td 		{padding: 3px;}

.productsCategory 		{font-size: 12px; font-weight: bold; color:  #5F5150; background: ; padding: 6px !important; }

.productsDelimiter 		{background: ; padding: 0px !important;}

.productsDelimiterTop 	{background: ; padding: 0px !important;}

.productsDelimiterTop img 	{height: 2px;}

/***** Visualisation product list as table *****/

/***** Rating iamges *****/

.neutral {display: none; }

.commend		{background: url(../images/icons/commend.png) no-repeat; width: 20px; height: 20px; border:0px;}

* html .commend {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/commend.png,sizingMethod=crop);}

.discommend	{background: url(../images/icons/discommend.png) no-repeat; width: 20px; height: 20px; border:0px;}

* html .discommend {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/discommend.png,sizingMethod=crop);}

.not-rated	{background: url(../images/icons/not-rated.png) no-repeat; width: 97px; height: 18px; border:0px;}

* html .not-rated {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/not-rated.png,sizingMethod=crop);}

.rating-1	{background: url(../images/icons/rating-1.png) no-repeat; width: 97px; height: 18px; border:0px;}

* html .rating-1 {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/rating-1.png,sizingMethod=crop);}

.rating-2	{background: url(../images/icons/rating-2.png) no-repeat; width: 97px; height: 18px; border:0px;}

* html .rating-2 {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/rating-2.png,sizingMethod=crop);}

.rating-3	{background: url(../images/icons/rating-3.png) no-repeat; width: 97px; height: 18px; border:0px;}

* html .rating-3 {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/rating-3.png,sizingMethod=crop);}

.rating-4	{background: url(../images/icons/rating-4.png) no-repeat; width: 97px; height: 18px; border:0px;}

* html .rating-4 {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/rating-4.png,sizingMethod=crop);}

.rating-5	{background: url(../images/icons/rating-5.png) no-repeat; width: 97px; height: 18px; border:0px;}

* html .rating-5 {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/rating-5.png,sizingMethod=crop);}

/***** Rating iamges *****/

/***** Wishlist pop-up window *****/

.wishlist-opacity	{display: none; z-index: 900; filter: alpha(opacity=50); left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; background-color: #E1E1E1; moz-opacity: 0.5; opacity: 0.5;}

.wishlist-shadow	{display: none; z-index: 1000; position: absolute; top: 0px; left: 0px; width: 400px; background: #CCCCCC;}

.wishlist-block		{position: relative; bottom: 5px; right: 5px; width: 400px; background: #F4F4F4; border: 1px solid #B1A694;}

.wishlist-img-close	img {margin: 10px 10px 5px 0px;}

.wishlist-descr		{padding: 0px 35px 20px 30px; font: 14px, sans-serif; text-align:justify;}

/***** Wishlist pop-up window *****/

/***** New Product's icon *****/

.block-product-details .newProduct {display: block; position: relative; padding-right: 34px !important;}

.block-product-details .newProduct img {background: url(../images/icons/new_l.png) no-repeat; width: 30px; height: 22px; border: none; position: absolute; bottom: -1px; margin: 0px 0px 0px 2px;}

* html .block-product-details .newProduct img {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/new_l.png,sizingMethod=crop);}

.block-products-list .newProduct img {background: url(../images/icons/new_l.png) no-repeat; width: 30px; height: 22px; border: none; position: relative; bottom: -6px; margin: 0px 0px 0px 2px;}

* html .block-products-list .newProduct img {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/new_l.png,sizingMethod=crop);}

.newProduct img {background: url(../images/icons/new_m.png) no-repeat; width: 20px; height: 16px; border: none; position: relative; bottom: -3px; margin: 0px 0px 0px 2px;}

* html .newProduct img {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/new_m.png,sizingMethod=crop);}

/***** New Product's icon *****/

/***** Restricted Item's icon *****/

.block-products-list .restrictedItem img.restrictedItem {background: url(../images/icons/lock.png) no-repeat; width: 22px; height: 23px; border: none; position: relative; bottom: -3px; margin: 0px 0px 0px 2px;}

* html .block-products-list .restrictedItem img.restrictedItem {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/lock.png,sizingMethod=crop);}

.restrictedItem img.restrictedItem {background: url(../images/icons/lock-s.png) no-repeat; width: 15px; height: 16px; border: none; position: relative; bottom: -3px; margin: 0px 0px 0px 2px;}

* html .restrictedItem img.restrictedItem {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/lock-s.png,sizingMethod=crop);}

.restrictedCategory img.restrictedCategory {background: url(../images/icons/lock-s.png) no-repeat; width: 15px; height: 16px; border: none; position: relative; bottom: -3px; margin: 0px 0px 0px 2px;}

* html .restrictedCategory img.restrictedCategory {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/lock-s.png,sizingMethod=crop);}

/***** Restricted Item's icon *****/

/***** Manual list *****/

.level1 {padding: 2px 2px 2px 15px;}

.level1 a {font-weight: bold;}

.level1 a:hover {font-weight: bold;}

.level2 {padding: 2px 2px 2px 30px;}

.level3 {padding: 2px 2px 2px 40px;}

.level4 {padding: 2px 2px 2px 50px;}

/***** Manual list *****/

/***** Custom menu list *****/

.menuLeft .level1 {padding: 2px 2px 2px 5px;}

.menuLeft .level2 {padding: 2px 2px 2px 15px;}

.menuLeft .level3 {padding: 2px 2px 2px 30px;}

.menuLeft .level4 {padding: 2px 2px 2px 40px;}

.menuLeft .a a {font-weight: bold;}

.menuLeft .a a:hover {font-weight: bold;}

/***** Custom menu list *****/

/***** Matrix price *****/

table.matrix { border: 1px solid gray; margin-bottom: 5px; margin-top: 5px; }

th.matrixTop { padding-left: 5px; padding-right: 5px; border-bottom: 1px solid silver;  }

th.matrixBottom { padding-left: 5px; padding-right: 5px; }

td.matrixTop { border-bottom: 1px solid silver; border-left: 1px solid silver; padding-left: 5px; padding-right: 5px; }

td.matrixBottom { border-left: 1px solid silver; padding-left: 5px; padding-right: 5px; }

/***** Matrix price *****/





/*********************************************************/

.mainTableCellCenter .titleTop {margin-top: 0px; background: #CBA37B url(../images/chart/centerTC.gif) repeat-x top left;}

.mainTableCellCenter .titleTopLeft {width: 6px; background: url(../images/chart/centerTL.gif) no-repeat top left; vertical-align: bottom !important;}

.mainTableCellCenter .titleTopImgLeft {width: 6px; height: 7px; background: url(../images/chart/centerBL.gif) no-repeat bottom left; vertical-align: bottom !important;}

.mainTableCellCenter .titleTopCenter {padding: 5px 0px 5px 0px; background: url(../images/chart/centerBC.gif) repeat-x bottom left; vertical-align: middle;}

.mainTableCellCenter .titleTopCenter div {

	color: #fff;

	font: bold 13px/16px Arial, Helvetica, sans-serif;

}

.mainTableCellCenter .titleTopCenter h1 {

	color: #fff;

	font: bold 14px/18px Arial, Helvetica, sans-serif;

}

.mainTableCellCenter .titleTopCenter div b {font-weight:;}

.mainTableCellCenter .titleTopRight {width: 6px; background: url(../images/chart/centerTR.gif) no-repeat top right; vertical-align: bottom !important;}

.mainTableCellCenter .titleTopImgRight {width: 6px; height: 7px; background: url(../images/chart/centerBR.gif) no-repeat bottom right; vertical-align: bottom !important;}

.mainTableCellCenter .block {background: none;}

.mainTableCellCenter .blockTD {background: none;}

.mainTableCellCenter .menuLeft {background: none;}

.mainTableCellCenter .titleBot {margin-bottom: 13px;}

.mainTableCellCenter .titleBotLeft {

	width: 9px;

	height: 9px;

	background: none;

	}

.mainTableCellCenter .titleBotImgLeft {width: 9px; height: 9px;}



.mainTableCellCenter .titleBotRight {

	width: 100%;

	text-align: right;

	background: none;

	}

.mainTableCellCenter .titleBotImgRight {width: 9px; height: 9px; background: none;}

.mainTableCellCenter .block-filter .titleTop, .mainTableCellCenter .block-simple .titleTop, .mainTableCellCenter .block-banners .titleTop, .mainTableCellCenter .block-navigation .titleTop {}

.mainTableCellCenter .block-filter .titleTopLeft, .mainTableCellCenter .block-simple .titleTopLeft, .mainTableCellCenter .block-banners .titleTopLeft, .mainTableCellCenter .block-navigation .titleTopLeft {width: 6px; height: 20px;}





.block-product-details .manufacturerImage	{padding: 15px;}



.block-products-table-view .blockTD select	{float: left; margin-bottom: 10px;}

.block-products-table-view .productsTable th	{font-weight: bold; font-size: 12px;}

.block-products-table-view a.button-add	{float: left;}



.block-login-advanced .padding6px td.middlebg font	{font-size: 12px; font-weight: bold;}

.block-checkout-login .padding6px td.middlebg font	{font-size: 12px; font-weight: bold;}



.block-top-sellers .blockTD img	{margin-right: 10px; margin-bottom: 10px; float: left;}

.block-top-sellers .blockTD	{padding: 10px 0px;}

.block-top-sellers .blockTD a	{font: bold 12px Arial, Helvetica, sans-serif; color: #5F5150; text-decoration: underline;}

.block-top-sellers .blockTD a:hover	{font: bold 12px Arial, Helvetica, sans-serif; color: #5F5150; text-decoration: none;}

.block-top-sellers .blockTD td.top	{border-bottom: 1px solid #E2DBD0;}



.block-top-rated .blockTD img	{margin-right: 10px; margin-bottom: 10px; float: left;}

.block-top-rated .blockTD	{padding: 10px;}

.block-top-rated .blockTD a	{font: bold 12px Arial, Helvetica, sans-serif; color: #5F5150; text-decoration: underline;}

.block-top-rated .blockTD a:hover	{font: bold 12px Arial, Helvetica, sans-serif; color: #5F5150; text-decoration: none;}

.block-related-products .blockTD img	{margin-right: 10px; margin-bottom: 10px; float: left;}

.block-related-products .blockTD	{padding: 10px;}

.block-related-products .blockTD a	{font: bold 12px Arial, Helvetica, sans-serif; color: #5F5150; text-decoration: underline;}

.block-related-products .blockTD a:hover	{font: bold 12px Arial, Helvetica, sans-serif; color: #5F5150; text-decoration: none;}

.block-top-viewed .blockTD img	{margin-right: 10px; margin-bottom: 10px; float: left;}

.block-top-viewed .blockTD	{padding: 10px;}

.block-top-viewed .blockTD a	{font: bold 12px Arial, Helvetica, sans-serif; color: #5F5150; text-decoration: underline;}

.block-top-viewed .blockTD a:hover	{font: bold 12px Arial, Helvetica, sans-serif; color: #5F5150; text-decoration: none;}

.block-products-recently-viewed .blockTD img	{margin-right: 10px; float: left;}

.block-products-recently-viewed .blockTD	{padding: 10px;}

.block-products-recently-viewed .blockTD a	{font: bold 12px Arial, Helvetica, sans-serif; color: #5F5150; text-decoration: underline;}

.block-products-recently-viewed .blockTD a:hover	{font: bold 12px Arial, Helvetica, sans-serif; color: #5F5150; text-decoration: none;}

.block-products-latest .blockTD img	{margin-right: 10px; margin-bottom: 10px; float: left;}

.block-products-latest .blockTD	{padding: 10px;}

.block-products-latest .blockTD a	{font: bold 12px Arial, Helvetica, sans-serif; color: #5F5150; text-decoration: underline;}

.block-products-latest .blockTD a:hover	{font: bold 12px Arial, Helvetica, sans-serif; color: #5F5150; text-decoration: none;}

.block-products-recommended .blockTD img	{margin-right: 10px; margin-bottom: 10px; float: left;}

.block-products-recommended .blockTD	{padding: 10px;}

.block-products-recommended .blockTD a	{font: bold 12px Arial, Helvetica, sans-serif; color: #5F5150; text-decoration: underline;}

.block-products-recommended .blockTD a:hover	{font: bold 12px Arial, Helvetica, sans-serif; color: #5F5150; text-decoration: none;}

.block-basket-recommended select	{margin-right: 8px;}





.block-offers .titleTop {margin-top: 0px; background: #fff; border-top: 2px solid #FF8201;}

.block-offers .titleTopLeft {width: 9px; background: #fff; border-left: 2px solid #FF8201;}

.block-offers .titleTopImgLeft {width: 9px; background: none; margin: 0px;}

.block-offers .titleTopCenter {padding: 4px 0px 4px 0px; background: none;}

.block-offers .titleTopCenter table	{margin: 0px auto;}

.block-offers .titleTopCenter div {color: #FF8201; font: bold 18px/22px Arial, Helvetica, sans-serif;}

.block-offers .titleTopCenter div b {font-weight:;}

.block-offers .titleTopRight {width: 9px; background: #fff; border-right: 2px solid #FF8201;}

.block-offers .titleTopImgRight {width: 9px; background: none; margin: 0px;}

.block-offers .block {background: #fff; border-right: 2px solid #FF8201; border-left: 2px solid #FF8201;}

.block-offers .blockTD {background: #fff; padding: 8px;}

.block-offers .menuLeft {background: #fff; padding: 8px;}

.block-offers .titleBotLeft {

	background: #fff;

	border-left: 2px solid #FF8201;

	border-bottom: 2px solid #FF8201;

	}

.block-offers .titleBotRight {

	width: 100%;

	text-align: right;

	background: #fff;

	border-bottom: 2px solid #FF8201;

	}

.block-offers .titleBotImgRight {background: #fff; border-right: 2px solid #FF8201;}



.block-offers a.buttonMore	{font: bold 14px/16px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px; white-space: nowrap; display: inline-block; text-decoration: none; color: #fff; background: url(../images/chart/offerMoreRight.gif) no-repeat 100% 50%; margin-left: 7px; margin-bottom: 5px; margin-top: 5px; text-transform: uppercase; padding-right: 10px;}

.block-offers a.buttonMore:hover	{font: bold 14px/16px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px; white-space: nowrap; display: inline-block; text-decoration: none; color: #fff; background: url(../images/chart/offerMoreRight.gif) no-repeat 100% 50%; margin-left: 7px; margin-bottom: 5px; margin-top: 5px; text-transform: uppercase; padding-right: 10px;}



.block-offers a.buttonMore span 	{font: bold 14px/16px Arial, Helvetica, sans-serif; padding: 3px 3px 3px 10px; white-space: nowrap; display: inline-block; cursor: pointer; color: #fff; background: url(../images/chart/offerMoreLeft.gif) no-repeat 0% 50%; position: relative; left: -7px; text-transform: uppercase;}	

.block-offers a.buttonMore:hover span 	{font: bold 14px/16px Arial, Helvetica, sans-serif; padding: 3px 3px 3px 10px; white-space: nowrap; display: inline-block; cursor: pointer; color: #fff; background: url(../images/chart/offerMoreLeft.gif) no-repeat 0% 50%; position: relative; left: -7px; text-transform: uppercase;}



.block-filter .titleTopRight, .block-simple .titleTopRight, .block-banners .titleTopRight, .block-navigation .titleTopRight

 {width: 100%;}

.block-filter .titleTopImgLeft, .block-simple .titleTopImgLeft, .block-banners .titleTopImgLeft, .block-navigation .titleTopImgLeft 

 {width: 9px; height: 28px; background: url(../images/chart/topTL.gif) no-repeat top left;}

.block-filter .titleTopImgRight, .block-simple .titleTopImgRight, .block-banners .titleTopImgRight, .block-navigation .titleTopImgRight

 {width: 9px; height: 28px;}



.mainTableCellCenter .block-filter .titleTop, .mainTableCellCenter .block-simple .titleTop, .mainTableCellCenter .block-banners .titleTop, .mainTableCellCenter .block-navigation .titleTop {margin-top: 0px; background: #CBA37B url(../images/chart/simpleCenter.gif) repeat-x top left; height: 28px;}

.mainTableCellCenter .block-filter .titleTopLeft, .mainTableCellCenter .block-simple .titleTopLeft, .mainTableCellCenter .block-banners .titleTopLeft, .mainTableCellCenter .block-navigation .titleTopLeft {width: 6px; background: url(../images/chart/centerTL.gif) no-repeat top left; vertical-align: bottom;}

.mainTableCellCenter .block-filter .titleTopImgLeft, .mainTableCellCenter .block-simple .titleTopImgLeft, .mainTableCellCenter .block-banners .titleTopImgLeft, .mainTableCellCenter .block-navigation .titleTopImgLeft {width: 6px; height: 7px; background: url(../images/chart/centerBL.gif) no-repeat bottom left; vertical-align: bottom;}

.mainTableCellCenter .block-filter .titleTopRight, .mainTableCellCenter .block-simple .titleTopRight, .mainTableCellCenter .block-banners .titleTopRight, .mainTableCellCenter .block-navigation .titleTopRight {width: 6px; background: url(../images/chart/centerTR.gif) no-repeat top right; vertical-align: bottom;}

.mainTableCellCenter .block-filter .titleTopImgRight, .mainTableCellCenter .block-simple .titleTopImgRight, .mainTableCellCenter .block-banners .titleTopImgRight, .mainTableCellCenter .block-navigation .titleTopImgRight {width: 6px; height: 7px; background: url(../images/chart/centerBR.gif) no-repeat bottom right; vertical-align: bottom; float: right;}



.block-forum-topics .titleTop	{height: 28px;}









.topl a	{	display: compact;

float: inherit;

	padding: 3px 5px 3px 20px;

	color: #333333;

	text-decoration: none;

	font-weight:bold;

	margin-left: 0px;

 }



.topl a:hover	{color: #CC6633 ; text-decoration: none; font: 12px; font-stretch:expanded; font-weight:bold;}



#topl #faq {

	background: url(../../faq.gif) no-repeat left;}

#td .bask a { color:#06C;}

#topl #busket{

	background: url(../../inquiry_basket.gif) no-repeat left;

}



.topCategorytitler a.titler	{font: bold 11px Arial, Helvetica, sans-serif; color: #3366FF; text-decoration: none;}

.topCategorytitler a.titler:hover	{font: bold 11px Arial, Helvetica, sans-serif; color: #3300FF; text-decoration: none;}

.topCategorytitler a.titlerActive 	{font: bold 11px Arial, Helvetica, sans-serif; color: #990000; text-decoration: none; }


