/****** Main Table ******/
.basicTable 	{width: 100%;}

.mainTable {width: 100%;}
.mainTable75 {width: 100%;}
.mainTable50 {width: 100%;}

.mainTableCellLeft 		{padding: 0px 8px 0px 0px; vertical-align: top;}
.mainTableCellCenter 	{padding: 0px; vertical-align: top;}
.mainTableCellRight 	{padding: 0px 0px 0px 8px; vertical-align: top;}

.homeGreeting		{padding: 0px 0px 15px 0px; vertical-align: top;}
.homeGreetingTable	{width: 100%;}
.homeGreetingCenter	{padding: 8px 6px 8px 6px; border-left: 5px solid #CCCCCC; border-right: 5px solid #CCCCCC;}

.introBlock {border: 1px solid #CCCCCC;}
.introBlock td {padding: 6px;}

/****** Main Table ******/

/*******************************************************************************/

/****** Menu ******/

.headerMenu {
	width: 100%;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	}

.headerMenu td#logoL {display: none;}

.headerMenu td#menu {					/* Text Menu with or without images */
	width: 100%;
	background: #A9B2BC url(../images/silver/light/bg.gif) repeat-x right top; 
	}
.headerMenu td#menu img.Img {display: block;width: 25px; height: 1px;}

/* Active & Noneactive links in menu */


a.menu:link, a.menu:visited {
	font: bold 11px sans-serif,arial,tahoma,verdana;
	text-transform: uppercase;
	text-decoration:none; 
	color:white; 
	border-right:0px solid #e0e0e0; 
	border-top:0px solid #e0e0e0; 
	background: #A9B2BC url(../images/c2s/bg.gif) repeat-x right -1px; 
	padding: 3px 10px 4px 10px; 
	display:block;
	}
a.menu:hover, a.menu:active {
	font: bold 11px sans-serif,arial,tahoma,verdana;
	text-transform: uppercase;
	text-decoration:none; 
	color:white; 
	border-right:0px solid #e0e0e0; 
	border-top:0px solid #e0e0e0; 
	background: #A9B2BC url(../images/c2s/bg.gif) repeat-x right -1px; 
	padding: 3px 10px 4px 10px; 
	display:block;
	}
a.menuActive:link, a.menuActive:visited {
	font: bold 11px sans-serif,arial,tahoma,verdana;
	text-transform: uppercase;
	text-decoration:none; 
	color:black; 
	border-right:2px solid #e0e0e0; 
	border-top:2px solid #e0e0e0; 
	background:#ffffff;
	padding: 3px 10px 4px 10px; 
	display:block;
	}
a.menuActive:hover, a.menuActive:active {
	font: bold 11px sans-serif,arial,tahoma,verdana;
	text-transform: uppercase;
	text-decoration:none; 
	color:black; 
	border-right:2px solid #e0e0e0; 
	border-top:2px solid #e0e0e0; 
	background:#ffffff;
	padding: 3px 10px 4px 10px; 
	display:block;
	}

/****** Sub Menu ******/

.subMenuBlock {
	background: #FFE58F;
	display:none;
	position:absolute;
	border-top: 1px solid black;
	border-left: 1px solid black;
	z-index: 2500;
}

a.subMenu {
	width: 150px;
	padding: 6px 20px 6px 10px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	display:block;
	font: 11px tahoma, verdana, sans-serif; 
	color:black;
	text-decoration:none;
	text-align: left;
	background: #FFE58F; 
}

a.subMenu:hover, a.subMenu:active {
	background: white; 
	color:black;
	display:block;
	text-decoration:none;
}

/****** Secondary Menu ******/

table.secondaryMenu 		{background: #A9B2BC; border: 2px solid #e0e0e0; border-top: none; width: 100%;}
td#menu td.secondaryBegin img.Img	{width: 5px; height: 1px;}
a.secondaryMenu 			{display:block; font: bold 11px arial,tahoma,verdana,sans-serif; padding: 0px 0px 0px 20px; color: #000000;}
a.secondaryMenu:hover 		{display:block; font: bold 11px arial,tahoma,verdana,sans-serif; padding: 0px 0px 0px 20px; color: #000000;}
a.secondaryMenuActive 		{display:block; font: bold 11px arial,tahoma,verdana,sans-serif; padding: 0px 0px 0px 20px; color: #000000; text-decoration: none;}
a.secondaryMenuActive:hover	{display:block; font: bold 11px arial,tahoma,verdana,sans-serif; padding: 0px 0px 0px 20px; color: #000000; text-decoration: underline;}
td#menu td.secondaryEnd  	{width: 100%;}
td#menu td.secondaryEnd  img.Img	{width: 1px; height: 25px;}

/****** Menu ******/

.filterPopup {
	display: none;
	position: absolute;
	border: 1px solid #CCCCCC; 
	z-index: 2000;
}
.filterPopup a {line-height: 160%;}
.filterPopup a:hover, .filterPopup a:active {}

/*****************************************************************************/

/************* Breadcrumb *******************/

.breadcrumb {border-bottom: 1px solid #CCCCCC; margin: 0px 0px 15px 0px;}

.breadcrumbBegin {
	width: 10px;
	border-top: 1px solid #CCCCCC;
	border-right: 0px solid #dedede;
	border-bottom: 1px solid #f3f3f3;
	border-left: 0px solid #dedede;
	background: #f3f3f3 url(../images/silver/bgr.gif) repeat-y left;
	}
.breadcrumbBegin img {width: 10px; height: 1px;}

.breadcrumbDelimiter {
	width: 100%;
	white-space: normal;
	border-top: 1px solid #CCCCCC;
	border-right: 0px solid #dedede;
	border-bottom: 1px solid #f3f3f3;
	border-left: 0px solid #dedede;
	font-size: 8pt;
	padding: 4px 0px 4px 0px;
	background: #f3f3f3;
	}
.breadcrumbDelimiter td {}
.breadcrumbDelimiter a {color: #4144B9; text-decoration: underline; font-size: 8pt;}
.breadcrumbDelimiter a:hover {color: #ED1C24; text-decoration: underline; font-size: 8pt;}
.breadcrumbDelimiter a.treeItemLast {font-weight: bold; text-decoration: none; cursor: text;}
.breadcrumbDelimiter a.treeItemLast:hover {font-weight: bold; text-decoration: none; cursor: text;}
.breadcrumbDelimiter b {color: #4144B9;font-weight:normal;}
.breadcrumbDelimiter span {
	color: #000;
	display: auto;
	font-size: 11px;
	}
.breadcrumbDelimiter img {display: none;}

.breadcrumbRSS {
	border-top: 1px solid #CCCCCC;
	border-right: 0px solid #dedede;
	border-bottom: 1px solid #f3f3f3;
	border-left: 0px solid #dedede;
	padding: 0px 4px;
	background: #f3f3f3;
	}

.breadcrumbEnd {
	width: 20px;
	border-top: 1px solid #CCCCCC;
	border-right: 0px solid #dedede;
	border-bottom: 1px solid #f3f3f3;
	border-left: 0px solid #dedede;
	background: #f3f3f3;
	}
.breadcrumbEnd img {width: 1px; height: 1px;}

/************* Breadcrumb *******************/
/*************** Order Pages ****************/
.breadcrumbDelimiter span.nonactive {font-size: 10pt; color: #AAAAAA; margin-right: 10px; display: inline; font-weight: bold;}
.breadcrumbDelimiter span.active {font-size: 10pt; color: #ED1C24; margin-right: 10px; display: inline; font-weight: bold;}
/************* end Order Pages ***************/

/*****************************************************************************/

/************* Fieldset *******************/

/****** Top ******/

.titleTop {margin-top: 0px;}

.titleTopLeft {
	width: 10px;
	background: #f3f3f3 /*url(../images/silver/bgr.gif) repeat-y left*/;
	}
.titleTopImgLeft {width: 10px; height: 1px;}

.titleTopCenter {						/* Title of block (example: any blocks, articles,...) */
	white-space: normal;
	padding: 5px 5px 5px 0px;
	background: #f3f3f3;
	}
.titleTopCenter div {
	color: #ED1C24;
	font: bold 11pt sans-serif,arial,tahoma,verdana;
	text-transform: uppercase;
	}
.titleTopCenter h1 {
	color: #ED1C24;
	font: bold 11pt sans-serif,arial,tahoma,verdana;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

.titleTopRight {
	width: 1px;
	border-right: 5px solid #CCCCCC;
	background: #f3f3f3;
	}
.titleTopImgRight {width: 1px; height: 1px;}

/****** Top ******/

/****** Center ******/

.block {
	border-right: 5px solid #CCCCCC;
	background: #f3f3f3;
	}

/****** Center ******/

/****** Bottom ******/

.titleBot {margin-bottom: 15px;}

.titleBotLeft {
	width: 20px;
	border-bottom: 1px solid #CCCCCC;
	background: #fff;
	}
.titleBotImgLeft {width: 1px; height: 1px;}

.titleBotRight {
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	background: #fff;
	}
.titleBotImgRight {width: 1px; height: 1px;}

/****** Bottom ******/

/************* end Fieldset ***************/

/*****************************************************************************/
/************* userHome *******************/
td.userHome {padding: 7px;}
td.userHomeTitle {
	font-size: 10pt;
	white-space: nowrap;
	background: #f3f3f3;
}
td.userHomeTitle b {color: #0000CC;}

div.userHomeBottom {						
	background: none;
	padding: 5px 20px 5px 20px;
	background: #F4F4F4;border: 0px solid #ccc;
	}
div.userHomeBottom a {color: #000000; text-decoration:underline;}
div.userHomeBottom a:hover {color: #000000; 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: auto; color: #999999;}	/* '|' between button */


a.button:link, a.button:visited {color: #4144B9; padding: 0px 10px 0px 0px; font: bold 12px sans-serif, arial; white-space: nowrap;}
a.button:hover, a.button:active {color: #ED1C24; padding: 0px 10px 0px 0px; font: bold 12px sans-serif, arial; white-space: nowrap;}

a.button span 	{cursor: pointer;}
a.button img 	{display: none;}

a.button-add span			{}			/* add to cart (products categories, product details) */
a.button-add				{color: #FF0000 !important;}
a.button-add:hover		{color: #ED1C24 !important;}
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 {color: #4144B9; padding: 0px 5px; font: bold 12px sans-serif, arial; white-space: nowrap;}
a.buttonBasket:hover, a.buttonBasket:active {color: #ED1C24; padding: 0px 5px; font: bold 12px sans-serif, arial; white-space: nowrap;}

a.buttonBasket span 	{cursor: pointer;}
a.buttonBasket img 	{display: none;}

a.button-shopping span 		{}			/* Continue shopping (basket) */
a.button-shopping				{color: #41B944 !important;}
a.button-shopping:hover		{color: #ED1C24 !important;}
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 		{}			/* Checkout (basket) */
a.button-checkout				{color: #41B944 !important;}
a.button-checkout:hover		{color: #ED1C24 !important;}

a.buttonCart:link, a.buttonCart:visited {font: normal 11px tahoma, sans-serif; white-space: nowrap; white-space: nowrap;}
a.buttonCart:hover, a.buttonCart:active {font: normal 11px tahoma, sans-serif; white-space: nowrap; white-space: nowrap;}

a.buttonCart span 	{cursor: pointer;}
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 9pt sans-serif, arial; white-space: nowrap;}
a.buttonMore:hover, a.buttonMore:active {font: bold 9pt sans-serif, arial; white-space: nowrap;}

a.buttonMore span 	{cursor: pointer;}		/* read more... (special offers, etc.) */
a.buttonMore img 		{display: none;}

.disabled {							/* disadled add to cart */
	color: #666; cursor: pointer; 
	font: bold 11px sans-serif, arial; 
	text-decoration:none; 
	border: 1px solid gray; 
	background: silver; 
	padding-left: 3px; padding-right: 3px; 
}
a.disabled:hover {color: #666; cursor: pointer; text-decoration:none;}
/************* Button Links *******************/

/************* Category *******************/
.topCategory {background: transparent; margin: 0px; padding: 3px 0px;}
.selectedtopCategory {background: #E1E1E1; margin: 0px; padding: 3px 0px; border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC;}
        
.subCategory {background: transparent; margin: 0px; padding: 0px;}
.selectedsubCategory {background: #E1E1E1; margin: 0px; padding: 0px; border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC;}

.topCategory .category_img, .subCategory .category_img, .selectedtopCategory .category_img, .selectedsubCategory .category_img {margin: 0px 0px 0px 5px;}
/************* 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 *******************/
.offerTitle		{display: none;}
.offerTd		{text-align: left;}
.offerTd img	{float: left; margin: 0px 5px 0px 0px;} 
.offerTd div.offerText	{text-align: justify;}
/************* Offers *******************/

/************* Forum *******************/
.forumAdmin { color: blue; font-weight: bold; }
.forumUser { color: black; font-weight: bold; }
.forumGuest       	{color: black;  font-weight: bold; font-style: italic;}
.forumMessageLeft { background: #F4F4F4; border-left: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; }
.forumMessageRight { background: #F4F4F4; border: 1px solid #CCCCCC; }
.forumMessageTop { background: #DDDDDD; border-bottom: 1px solid #CCCCCC; }

/************* Categoties (catalogue) *******************/
.block-categories-catalog .blockTD	 			{padding-left: 5px;}

/*****************************************************************************/

/************* Footer *******************/

.footerMenu			{width: 999px;text-align:center;font-size:8pt;margin: 10px 0px 10px 0px;}
.footerHTML			{width: 999px;text-align:center;margin: 0px; border-left: 4px solid #ffffff; border-top: 1px solid #dedede;}
.footerHTML font	{font-size: 10px;padding: 1px 0px 1px 10px;}
.footerImg			{text-align:right; padding: 0px 10px 0px 0px;}
.footerImg img		{width: 80px; height: 26px; border:0px; margin-top: 10px;}

/************* Footer *******************/

body			{font: 11px Tahoma, Arial, Helvetica, sans-serif; color: black; margin: 0px; padding: 0px;}
body.popup	{font: 11px Tahoma, Arial, Helvetica, sans-serif; color: black; margin: 0px; padding: 0px;}

tr, td		{font: 11px Tahoma, Arial, Helvetica, sans-serif; color: black;}

h1, h2		{padding: 0px; margin: 0px;}

.middlebg 			{background: #CCCCCC;}
.middlebg td 		{font-weight: bold;}
.usualbg  			{background: #F4F4F4;}
.errorbg  			{background: #FFE0E0; border: 1px solid #CC0000; color: #CC0000; padding: 6px;}
.popup .errorbg	{padding: 4px;}
.messagebg  		{color: #0000CC; font-weight: bold; padding: 6px;}

.padding10px				{padding: 10px;}
.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-size: 8pt; font-family: tahoma,verdana,sans-serif; color: black;}
input.usualprice	{background: transparent; border: none; text-align: right; font-family: tahoma,verdana,sans-serif; font-size:10pt;}
input.orderprice	{background: transparent; border: none; text-align: right; font-family: tahoma,verdana,sans-serif; font-size:10pt; font-weight: bold;}
input.search		{font-family:Tahoma,Verdana,Arial,sans-serif; font-size:8pt; width:120px; border-left: #747474 1px solid; border-top: #747474 1px solid; border-right: #dcdcdc 1px solid; border-bottom: #dcdcdc 1px solid; color:black}
input.text			{font-family:Tahoma,Verdana,Arial,sans-serif; font-size:8pt; border-left: #747474 1px solid; border-top: #747474 1px solid; border-right: #dcdcdc 1px solid; border-bottom: #dcdcdc 1px solid; color:black}
input.submit		{background:#FFE58F  repeat-x; padding-left: 5px; padding-right: 5px;}
select				{font-size: 8pt; font-family: tahoma,verdana,sans-serif; color: black;}
select.search		{}
textarea			{font-family:Tahoma,Verdana,Arial,sans-serif; font-size:8pt; border: #747474 1px solid; border-top: #747474 1px solid; border-right: #dcdcdc 1px solid; border-bottom: #dcdcdc 1px solid; color:black}


form { margin: 0px; padding: 0px;}

a.header			{color: #3E3EAB; text-decoration: underline;}
a.header:hover 		{color: #6666ff; text-decoration: underline;}
a.title 			{font-weight: bolder;  color: black; text-decoration: none;}
a.title:hover 		{font-weight: bolder;  color: #6666ff; text-decoration: underline;}
a.smallText 		{color: #0000cc;  font-size: 8pt;}
a.smallText:hover 	{color: #6666ff;  font-size: 8pt;}
a 					{color: #3E3EAB;}
a:hover 			{color: #6666ff;}

.titleText			{color: #3E3EAB; text-decoration: underline;}
.articleDate	{font-size: 8pt; color: #828282; font-style: italic;}
.top			{font-size: 8pt; padding: 2 0 2 0;}
.smallText		{font-size: 8pt;}
.middleText		{font-size: 9pt;}
.bigText		{font-size: 10pt;}
.comment		{font-size: 8pt; color: #7777CC;}
.message		{font-size: 8pt; font-weight:bolder; color: blue;}
.title			{font-family: tahoma, verdana, sans-serif; font-size:10pt; font-weight:bolder}
.bigtitle		{font-family:arial,sans-serif; font-size: 11pt; font-weight: bold;}
.error			{color: #d50000;}
.terms      {height: 300px; width: 600px; overflow: auto; border: 1px solid silver; }
.link       {color: green; }

span.nobr       {white-space: nowrap !important;}

a.bigtitle			{font-family: arial,sans-serif; font-size:10pt; font-weight: bolder;  color: black; text-decoration: none;}
a.bigtitle:hover	{font-family: arial,sans-serif; font-size:10pt; font-weight: bolder;  color: #6666ff; text-decoration: underline;}

div.block-offers a.bigtitle			{font-size:10pt; font-weight: bolder;  color: black; text-decoration: none;}
div.block-offers a.bigtitle:hover	{font-size:10pt; font-weight: bolder;  color: #6666ff; text-decoration: underline;}
div.block-product-details div.bigtitle		{color: #41b944; font-weight: bold; font-size: 11pt; text-transform: uppercase;}
div.block-product-details span.bigtitle	{display:none;}

/***** Delimiter for list and rollover for details *****/
/***/.vDelimiter {border-right: 1px solid #CCCCCC;}
/***/.hDelimiter {background: #CCCCCC; 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 #dedede; border-bottom: none; background: none; padding: 0px;}
td.tabActive		{border: 1px solid #dedede; border-bottom: none; background: #dedede; padding: 0px;}
a.tab					{background: none; color: #3E3EAB; display: block; font-size: 12px; font-weight: bold; padding: 5px 8px; text-decoration: none;}
a.tab:hover			{background: #dedede; color: #6666ff; display: block; font-size: 12px; font-weight: bold; padding: 5px 8px; text-decoration: none;}
a.tabActive			{background: #dedede; color: #3E3EAB; display: block; font-size: 12px; font-weight: bold; padding: 5px 8px; text-decoration: none; cursor: text;}
a.tabActive:hover	{background: #dedede; color: #3E3EAB; display: block; font-size: 12px; font-weight: bold; padding: 5px 8px; text-decoration: none; cursor: text;}
.tabline 			{background: #dedede;}
/***** 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 #CCCCCC; border-bottom: none; padding: 3px 8px 2px 8px; margin: 0px 2px; cursor: pointer; background: none; white-space: nowrap;}
div.adminTabActive 	{font: bold 11px Verdana, sans-serif; border: 1px solid #CCCCCC; border-top: 2px solid #CCCCCC; border-bottom: none; padding: 5px 9px 5px 9px;; margin: 3px 0px 0px 0px; white-space: nowrap;}
td.adminTab			{border-bottom: 1px solid #CCCCCC; vertical-align: bottom;}
td.adminTabActive	{border: none;}
td.beginTab			{padding: 0px 4px; border-bottom: 1px solid #CCCCCC;}
td.endTab			{padding: 0px 4px; width: 90%; border-bottom: 1px solid #CCCCCC;}
a.blackSm, a.blackSm:hover {text-decoration: none;}
/***** Visualisation tubs on UserHome pages *****/
/***** Prices on the site *****/
.priceBlock {color: #000; font-weight: bold;}
.priceBlock .price {font-weight: bold;}
.priceBlock .priceTax {font-weight: normal;}

.priceBlockOld {color: #000; text-decoration: line-through;}
.priceBlockOld .price {font-weight: normal;}
.priceBlockOld .priceTax {font-weight: normal;}

.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: 11px; color:black; border-left: #747474 1px solid; border-top: #747474 1px solid; border-right: #dcdcdc 1px solid; border-bottom: #dcdcdc 1px solid;}

.salesBlock {color: #000; font-weight: bold; border: none; background: transparent;}
.salesPrice {font-weight: bold;}
.salesTax {font-weight: normal;}

.priceSaveBlock {color: green; font-weight: bold;}
.priceSaveBlock .price {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: 10pt; font-weight: bold; color: blue; background: #CCCCCC; padding: 6px !important; }
.productsDelimiter 		{background: #CCCCCC; padding: 0px !important;}
.productsDelimiterTop 	{background: #CCCCCC; 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: #EEEEEE; border: 1px solid #333333;}
.wishlist-img-close	img {margin: 10px 10px 5px 0px;}
.wishlist-descr		{padding: 0px 35px 20px 30px; font-size: 12px, 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: -2px; margin: 0px 0px 0px 2px;}
.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;}
.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 *****/


.bl_site_search {

background:url("../images/search-out.jpg") no-repeat scroll 0 0 transparent;

float:none;

margin-left:7px;

margin-top:0px;

position:relative;

width:276px;

height:64px;

padding-right: 44px;

}
.padding_search {padding:0px;}
.submit_search {

margin-left:0;

position:absolute;

}
.submit_search_buttom {

    background: none repeat scroll 0 0 transparent;

    border: 0 none;

    height: 49px;

    margin-left: 0px;

    margin-top: 6px;

    outline: medium none;

    position: relative;

    width: 65px;

    z-index: 100;



}
.titleBot {margin-bottom:0px;}
input.search {

    background: none repeat scroll 0 0 transparent;

    border-width: 0;

    color: black;

    height: 14px;

    margin-top: 11px;
    margin-left: -69px;

    padding-left: 1px;

    width: 164px;

}
      /****** Bottom ******/








.titleTextCenter { font: 10px Tahoma, Arial, Helvetica, sans-serif;color: black; font-weight: bold }



/*
 * AUTOCOMPLETE
 */
.ac_results {
	padding: 0px;
	border: 1px solid #b9b9b9;
	overflow: hidden;
	z-index: 99999;
	width: 18% !important;
}

.ac_results ul {
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	width: 100%;
	font: menu;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 1.5em;
	overflow: hidden;
    background-color: #F3F3F3;
    color: #black;
}

.ac_loading {
	background: white url('../../images/external/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #F3F3F3 !important;
	color: black !important;
}

.ac_over {
	background-color: #f3f3f3 !impotant;
	color: #EE1C24 !important;

}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			195px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			195px;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			195px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			195px; /* match ul width */
	top:			0;
}

.sf-menu,.sf-menu *{list-style:none;margin:0;padding:0;}
.sf-menu{font-weight: normal;font: 14px sans-serif,arial,tahoma,verdana;line-height:1.0;float:left;margin-bottom:1px;border-bottom: 1px solid #CCCCCC;  padding-bottom: 1px; margin: 0px 0px 15px 0px }
.sf-menu ul{position:absolute;top:-999em;width:100%;}
.sf-menu ul li{width:100%;}
.sf-menu li:hover{visibility:inherit;}
.sf-menu li{float:left;position:relative;background:#f3f3f3;}
.sf-menu a{display:block;position:relative;text-decoration:none;padding:5px 1em;}
.sf-menu li:hover ul,.sf-menu li.sfHover ul{left:0;top:2.5em;z-index:99;}
.sf-menu a,.sf-menu a:visited{color:#000;}
.sf-menu li li{}
.sf-menu li:hover,.sf-menu li.sfHover,.sf-menu a:focus,.sf-menu a:hover,.sf-menu a:active{outline:0;background:#f3f3f3;color: #EE1C24;}
.sf-menu a:hover,.sf-menu a:active{border-bottom:1px #333;}
.sf-menu li > ul{border:1px solid #b9b9b9;}.sf-menu a.sf-with-ul{padding-right:2.25em;min-width:1px;}
.sf-sub-indicator{position:absolute;display:block;right:5px;top:5px;width:10px;height:10px;text-indent:-999em;overflow:hidden;background:url('../../images/external/arrows-ffffff.png') no-repeat -10px -50%;}
a > .sf-sub-indicator{top:5px;background-position:0 -50%;}
a:focus > .sf-sub-indicator,a:hover > .sf-sub-indicator,a:active > .sf-sub-indicator,li:hover > a > .sf-sub-indicator,li.sfHover > a > .sf-sub-indicator{background-position:-10px -50%;}
.sf-vertical,.sf-vertical li{width:100%;}.sf-vertical li:hover ul,.sf-vertical li.sfHover ul{left:100%;top:0;}
ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul,ul.sf-menu li li:hover li ul,ul.sf-menu li li.sfHover li ul{top:-999em;}
ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul,ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfHover ul{left:100%;top:0;}
.sf-menu ul .sf-sub-indicator,.sf-menu ul a:focus > .sf-sub-indicator,.sf-menu ul a:hover > .sf-sub-indicator,.sf-menu ul a:active > .sf-sub-indicator,.sf-menu ul li:hover > a > .sf-sub-indicator,.sf-menu ul li.sfHover > a > .sf-sub-indicator,.sf-vertical .sf-sub-indicator,.sf-vertical a:focus > .sf-sub-indicator,.sf-vertical a:hover > .sf-sub-indicator,.sf-vertical a:active > .sf-sub-indicator,.sf-vertical li:hover > a > .sf-sub-indicator,.sf-vertical li.sfHover > a > .sf-sub-indicator{background-position:-10px 0;}.sf-menu ul a > .sf-sub-indicator,.sf-vertical a > .sf-sub-indicator{background-position:0 0;}

