/****** Main Table ******/
.basicTable 	{width: 980px;
	margin-left:auto;
	margin-right:auto;}

.mainTable {
	width: 980px;
	background-image: url(../images/curved/BGGrad.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #e1e1e1;
	color: #727272;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:auto;
	margin-right:auto;}
}
.mainTable75 {width: 980px;}
.mainTable50 {width: 980px;}

.mainTableCell		 	{padding: 8px 16px 8px 16px; vertical-align: top;}
.mainTableCellLeft 		{padding: 8px 0px 8px 16px; vertical-align: top;}
.mainTableCellCenter 	{padding: 8px 16px 8px 16px; vertical-align: top;}
.mainTableCellRight 	{padding: 8px 16px 8px 0px; vertical-align: top;}

.homeGreeting 		{padding: 8px 16px 8px 16px; vertical-align: top;}
.homeGreeting table	{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #727272;
	font-size:70%;
}
.homeGreeting table td	{padding: 5px;}

.introBlock td {padding: 6px;}

/****** Main Table ******/

/*******************************************************************************/

/****** Menu ******/
.mainHeader{
	background-position: center;
}
.headerMenu {
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: top;
	}

.headerMenu td#logo  {					/* Background under logo on the site */
	vertical-align: top;
	}
.headerMenu td#logo img {				/* Logo on the site */
	width: 0px;
	height: 0px;
	border: 0px solid #333;
	}

.headerMenu td#logoL {display: none;}
	
.headerMenu td#menu {					/* Text Menu with or without images */

	}
.headerMenu td#menu img.Img {width: 0px; height: 0px;}
.headerMenu td#menu table {

}
.headerMenu td#menu td {
	width: 980px;
	height:30px;
	background-color: #333333;
	filter:Alpha(opacity=90); /* IE only */
	-moz-opacity:0.9; /* Moz only */
	vertical-align: middle;
}

/* Active & Noneactive links in menu */


a.menu:link, a.menu:visited {
	color:#e4e4e4;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	text-transform: capitalize;
}
a.menu:hover, a.menu:active {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 8pt;
	border-bottom:3px solid #d51415;
	margin-bottom: 2px;
	font-weight: bold;
	text-transform: capitalize;
}
a.menuActive:link, a.menuActive:visited {color:#e4e4e4; text-decoration: none; font-size: 8pt;	font-weight: bold;}
a.menuActive:hover, a.menuActive:active {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 8pt;
	border-bottom:3px solid #d51415;
	margin-bottom: 2px;
	font-weight: bold;
	text-transform: capitalize;
}

/****** Sub Menu ******/

.subMenuBlock {
	display:none;
	position:absolute;
	border-top: 1px solid navy; 
	border-left: 1px solid navy;
	z-index: 2500;
}

a.subMenu {
	width: 150px;
	padding: 6px 20px 6px 10px; 
	border-right: 1px solid navy;
	border-bottom: 1px solid navy;
	display:block;
	font: 11px tahoma, verdana, sans-serif; 
	color: white;
	text-decoration:none;
	text-align: left;
	background-color: #6699FF;
}

a.subMenu:hover, a.subMenu:active {
	background-color: #FAF5FF; 
	color:navy;
	display:block;
	text-decoration:none;
}

/****** Secondary Menu ******/

table.secondaryMenu 		{width: 100%; border-bottom: 1px solid #000; border-top: 1px solid #000; margin: 10px 0px 0px 0px;}
td#menu td.secondaryBegin img.Img	{width: 1px; height: 25px;}
a.secondaryMenu 			{display:block; font: 8pt arial,tahoma,verdana,sans-serif; padding: 0px 0px 0px 20px; color: #000000;}
a.secondaryMenu:hover 		{display:block; font: 8pt arial,tahoma,verdana,sans-serif; padding: 0px 0px 0px 20px; color: #6666ff;}
a.secondaryMenuActive 		{display:block; font: 8pt arial,tahoma,verdana,sans-serif; padding: 0px 0px 0px 20px; color: #0000cc; text-decoration: none;}
a.secondaryMenuActive:hover	{display:block; font: 8pt arial,tahoma,verdana,sans-serif; padding: 0px 0px 0px 20px; color: #6666ff; text-decoration: underline;}
td#menu td.secondaryEnd  	{width: 100%;}
td#menu td.secondaryEnd  img.Img	{width: 1px; height: 25px;}

/****** Menu ******/

/*****************************************************************************/

/************* Breadcrumb *******************/

.breadcrumb {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-bottom: 5px;
}

.breadcrumbBegin {
	width: 20px;
	border-top: 0px solid #999;
	border-right: 0px solid #999;
	border-bottom: 0px solid #999;
	border-left: 0px solid #999;
	}
.breadcrumbBegin img {width: 1px; height: 1px;}

.breadcrumbDelimiter {
	width: 100%;
	white-space: normal;
	border-top: 0px solid #999;
	border-right: 0px solid #999;
	border-bottom: 0px solid #999;
	border-left: 0px solid #999;
	font-size: 8pt;
	padding: 6px 25px 6px 6px;
	}
.breadcrumbDelimiter td {}
.breadcrumbDelimiter a {color: #727272; text-decoration: none; font-size: 8pt;}
.breadcrumbDelimiter a:hover {
	color: #727272;
	text-decoration: none;
	font-size: 8pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc0000;
}
.breadcrumbDelimiter a.treeItemLast {color: #cc0000; font-weight: bold; text-decoration: none; cursor: text;}
.breadcrumbDelimiter a.treeItemLast:hover {color: #cc0000; font-weight: bold; text-decoration: none; cursor: text;}
.breadcrumbDelimiter span {font-size: 8pt;}
.breadcrumbDelimiter img {display: none;}

.breadcrumbRSS {
	padding: 0px 10px 0px 0px;
	}

.breadcrumbEnd {
	width: 20px;
	border-top: 0px solid #999;
	border-right: 0px solid #999;
	border-bottom: 0px solid #999;
	border-left: 0px solid #999;
	background: #faf5ff;
	}
.breadcrumbEnd img {width: 1px; height: 1px;}

/************* Breadcrumb *******************/
/*************** Order Pages ****************/
.breadcrumbDelimiter span.nonactive {font-size: 10pt; color: #000; margin-right: 10px;}
.breadcrumbDelimiter span.active {font-size: 10pt; color: #000; margin-right: 10px; font-weight: bold;}
/************* end Order Pages ***************/

/*****************************************************************************/

/************* Fieldset *******************/

/****** Top ******/

.titleTop {margin-top: 5px;}

.titleTopLeft {
	width: 20px;
	border-top: 0px solid #999;
	border-right: 0px solid #999;
	border-bottom: 0px solid #999;
	border-left: 0px solid #999;
	}
.titleTopImgLeft {
	width: 20px;
	background-image: url(../images/curved/cornlt.png);
	background-repeat: repeat-x;
}

.titleTopCenter {						/* Title of block (example: any blocks, articles,...) */
	background-image: url(../images/curved/corntop.png);
	background-repeat: repeat-x;
	white-space: normal;
	padding:0px 0px 0px 0px;
	border-top: 0px solid #999;
	border-right: 0px solid #999;
	border-bottom: 0px solid #999;
	border-left: 0px solid #999;
	vertical-align: bottom;
	}
.titleTopCenter div {
	color: #525252;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: left;
	vertical-align: bottom;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1em;
	letter-spacing: -0.5px;
	font-weight: 575;
	word-spacing: -2px;
	}
.titleTopCenter em {
	color: #cc0000;
	font-style: normal;
	}
.titleTopRight {
	width: 20px;
	border-top: 0px solid #999;
	border-right: 0px solid #999;
	border-bottom: 0px solid #999;
	border-left: 0px solid #999;
	background: url(../images/curved/cornrt.png) no-repeat top right;
	}
.titleTopImgRight {width: 20px; height: 20px;}

/****** Top ******/

/****** Center ******/

.block {
	background-color: #E4E5E6;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-image: url(../images/curved/cornblockmid.png);
	background-repeat: repeat-y;
	background-position: center;
	}

/****** Center ******/

/****** Bottom ******/

.titleBot {
	margin-bottom: 15px;
	background-image: url(../images/curved/cornbot2.png);
	background-position: center top;
}

.titleBotLeft {
	}
.titleBotImgLeft {
	width: 20px;
	height: 20px;
}

.titleBotRight {
	}
.titleBotImgRight {
	width: 20px;
	height: 20px;
}

/****** Bottom ******/

/************* end Fieldset ***************/

/*****************************************************************************/
/************* userHome *******************/
td.userHome {padding: 7px;}
td.userHomeTitle {
	font-size: 10pt; color: #FFFFFF;
	white-space: nowrap;
	background: #000000;
}
td.userHomeTitle b {color: #FFFFFF;}

div.userHomeBottom {						
	display: auto;
	background: none;
	padding: 10px 20px;
	}
div.userHomeBottom a {font: bold 11px Tahoma; 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 {}	/* '|' between button */
/*
a.button:link, a.button:visited {color: white; font: bold 11px/18px Verdana; border: 2px solid #cc0000; background: #727272; text-decoration: none; padding: 0px 3px; white-space: nowrap;}
a.button:hover, a.button:active {color: #525252; font: bold 11px/18px Verdana; border: 2px solid #cc0000; background: transparent; text-decoration: none; padding: 0px 3px; white-space: nowrap;}

a.button span 	{}
a.button img 	{display: none;}
*/
a.buttonBasket:link, a.buttonBasket:visited {
	white-space: nowrap;
	color: #cc0000;
	text-decoration: none;
}
a.buttonBasket:hover, a.buttonBasket:active {
	white-space: nowrap;
	color: #525252;
	text-decoration: underline;
}

a.buttonBasket span 	{}
a.buttonBasket img 	{display: none;}

a.buttonCart:link, a.buttonCart:visited {white-space: nowrap;	white-space: nowrap;
	color: #cc0000;}
a.buttonCart:hover, a.buttonCart:active {white-space: nowrap;	color: #525252;
	text-decoration: underline;}

a.buttonCart span 	{}
a.buttonCart img 	{display: none;}

a.buttonMore:link, a.buttonMore:visited {	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc0000;
font-weight:bold;}
a.buttonMore:hover, a.buttonMore:active {
	color: #525252;
}

a.buttonMore span 	{}		/* read more... (special offers, etc.) */
/*a.buttonMore img 	{display: none;}*/

.disabled {							/* disadled add to cart */
	color: #666; cursor: pointer; 
	font: 8pt tahoma; 
	text-decoration:none; 
	border: 1px solid #808080; 
	background: transparent; 
	padding: 0px 3px; 
}
a.disabled:hover {color: #666; cursor: pointer; text-decoration:none;}
/************* Button Links *******************/

/************* Category *******************/
.topCategory {background: transparent; margin: 0px; padding: 3px 0px;}
.selectedtopCategory {background: #E0E0E0; margin: 0px; padding: 3px 0px;	border-top: 1px solid #D0D0D0;	border-bottom: 1px solid #D0D0D0;}
        
.subCategory {background: transparent; margin: 0px; padding: 0px;}
.selectedsubCategory {background: #E0E0E0; margin: 0px; padding: 0px;	border-top: 1px solid #D0D0D0;	border-bottom: 1px solid #D0D0D0;}

.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;
	font-size: 8pt;
	color: #525252;
}
.offerTd img	{
	float: left;
	margin: 0px 5px 0px 0px;
} 
.offerTd div	{text-align: left;}
.offerTd div.offerText	{display: ;}

/************* Forum *******************/
.forumAdmin { color: blue; font-weight: bold; }
.forumUser { color: black; font-weight: bold; }
.forumGuest       	{color: black;  font-weight: bold; font-style: italic;}
.forumMessageLeft { background: #f5f5f5; border-left:1px solid #000000; border-top:1px solid #000000; border-bottom:1px solid #000000; }
.forumMessageRight { background: #f5f5f5; border: 1px solid #000000; }
.forumMessageTop { background: #CCCCCC; border-bottom: 1px solid #000000; }

/************* Categoties (catalogue) *******************/
.bl_categoriescatalog .blockTD	 			{padding-left: 16px;}

/*****************************************************************************/

/************* Footer *******************/

/*.footerMenu	{
	font-family:Arial, Helvetica, sans-serif;
	width:980px;
	background:#313131;
	text-align:center;
	padding-top:3px;
	color: #999999;
	margin-bottom: 1px;
	padding-bottom: 3px;
}
.footerHTML	{
	font-family:Arial, Helvetica, sans-serif;
	width:980px;
	background:#313131;
	text-align:center;
	padding-bottom:3px;
	color: #999999;
	margin-bottom: 10px;	
}
.footerHTML font{font-size: 8pt;}*/
.footerTextHeader {font-size: 12pt; color: #a0a0a0; font-weight: bold;} 
.footerNumber {font-size: 14pt; color: #ffffff; font-weight: bold;} 
.footerSmallText {font-size: 10pt; color: #ffffff; font-weight: bold;} 


/************* Footer *******************/

.commonbg {
	background-color: #333333;
	background-image: url(../images/curved/BGBody.png);
	background-repeat: repeat-y;
	margin-top: 5px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left:auto;
	margin-right:auto;
}
.headerbg { background: #000000; }
.middlebg { background: #CCCCCC; }
.usualbg  { background: #333333; }
.errorbg  { background: #FF0000; }
/*
body		{
	color: #727272;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
}*/
body.popup	{
	color: #660000;
	margin: 0px;
	padding: 0px;
	background-color: #e4e5e6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}


tr, td					{font-size: 9pt; font-family: Arial, Helvetica, sans-serif; color: #727272; }
tr.middle, td.middle	{background-color: #CCCCCC; font-weight: bold; }
tr.error, td.error		{background-color: #FFE0E0; color: red; font-weight: bold; }

td.padding10px			{padding: 10px;}
td.padding10px img 		{
	margin: 0px 5px 0px 0px;
}
table.padding6px td		{padding: 6px;}
table.padding6px td td	{padding: 0px;}
table.padding4px td		{padding: 4px;}
table.padding4px td td	{padding: 0px;}
table.paddingReviews td		{padding: 0px 11px;}
table.paddingReviews td td	{padding: 0px;}
table.paddingRev5px td		{padding: 5px 11px;}
table.paddingRev3px td		{padding: 3px 3px 3px 11px;}

td.tab				{border: none; border-bottom: none; background: #CCCCCC; padding: 0px;}
td.tabActive		{border: none; border-bottom: none; background: #000000; padding: 0px;}
a.tab					{background: #CCCCCC; color: #000000; display: block; font-size: 14px; font-weight: bold; padding: 5px 8px; text-decoration: none;}
a.tab:hover			{background: #000000; color: #FFFFFF; display: block; font-size: 14px; font-weight: bold; padding: 5px 8px; text-decoration: none;}
a.tabActive			{background: #000000; color: #FFFFFF; display: block; font-size: 14px; font-weight: bold; padding: 5px 8px; text-decoration: none; cursor: text;}
a.tabActive:hover	{background: #000000; color: #FFFFFF; display: block; font-size: 14px; font-weight: bold; padding: 5px 8px; text-decoration: none; cursor: text;}
.tabline 			{background: #000000;}

.blockTDtabs table	{width: 100%; margin-bottom: 10px;}
div.adminTab 			{font: 11px Verdana, sans-serif; border: 1px solid #000000; border-bottom: none; padding: 3px 8px 2px 8px; margin: 0px 2px; cursor: pointer; background: #CCCCCC; white-space: nowrap;}
div.adminTabActive 	{font: bold 11px Verdana, sans-serif; border: 1px solid #000000; border-top: 2px solid #000000; border-bottom: none; padding: 5px 9px 5px 9px;; margin: 3px 0px 0px 0px; white-space: nowrap;}
td.adminTab			{border-bottom: 1px solid #000000; vertical-align: bottom;}
td.adminTabActive	{border: none;}
td.beginTab			{padding: 0px 4px; border-bottom: 1px solid #000000;}
td.endTab			{padding: 0px 4px; width: 90%; border-bottom: 1px solid #000000;}
a.blackSm, a.blackSm:hover {text-decoration: none;}

input				{font-family: Arial, sans-serif; font-size:7pt; }
input.usualprice	{background-color: transparent; border: none; text-align: right; font-family: Arial, sans-serif; font-size: 10pt; }
input.orderprice	{background-color: transparent; border: none; text-align: right; font-family: Arial, sans-serif; font-size: 10pt; font-weight: bold; }
input.search		{font-family: Arial, sans-serif; font-size:7pt;}
input.text			{font-family: Arial, sans-serif; font-size:7pt;}
input.submit		{font-family: Arial, sans-serif; font-size:7pt; }
select				{font-family: Arial, sans-serif; font-size:7pt;}
select.search		{font-family: Arial, sans-serif; font-size:7pt;}
textarea			{font-family: Arial, sans-serif; font-size:7pt;}

form {margin: 0px;}

hr {background: #CCCCCC; border: 0px; color: #CCCCCC;}

a.header 			{color: #ffffff; text-decoration: underline; }
a.header:hover		{color: #CCCCCC; text-decoration: underline; }
a.title				{font-size: 10pt; font-weight: bold;  color: #666666;}
/*a.title:hover		{
	font-size: 10pt;
	font-weight: bold;
	color: #727272;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #cc0000;
	margin-bottom: 2px;
}*/
a.smallText			{color: #cc0000; text-decoration: none; font-size: 8pt; }
a.smallText:hover	{
	text-decoration: none;
	font-size: 8pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #525252;
}
a					{
	color: #cc0000;
	text-decoration: none;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover				{
	text-decoration: none;
}
.categoryBlock{
	background-color: #CCCCCC;
	border: 1px solid #999999;
	vertical-align: middle;
}
/* prices styles */
.bl_productdetails .priceBlock {color: #cc0000; font-weight: bold;font-size: 14pt;}
.bl_productslist .priceBlock {color: #cc0000; font-weight: bold;font-size: 14pt;}
.priceBlock {color: #cc0000; 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: 12px; color: black;}

.bl_productdetails .salesBlock {color: #cc0000; font-weight: bold;font-size: 14pt;}
.bl_productslist .salesBlock {color: #cc0000; font-weight: bold;font-size: 14pt;}
.salesBlock {color: #cc0000; 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 styles */

.productsTable th 		{padding: 3px;}
.productsTable td 		{padding: 3px;}
.productsCategory 		{font-size: 10pt; font-weight: bold; color: #000000; background: #CCCCCC; padding: 5px 10px !important; }
.productsDelimiter 		{background: #CCCCCC; padding: 0px !important;}
.productsDelimiterTop 	{background: #CCCCCC; padding: 0px !important;}
.productsDelimiterTop img 	{height: 2px;}

.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: #FAF5F5; border: 1px solid #000000;}
.wishlist-img-close	img {margin: 10px 10px 5px 0px;}
.wishlist-descr		{padding: 0px 35px 20px 30px; font-size: 12px; text-align:justify;}

.bl_productdetails .newProduct {display: block; position: relative; padding-right: 34px !important;}
.bl_productdetails .newProduct img {background: url(../images/icons/new_l.png) no-repeat; width: 30px; height: 22px; border: none; position: absolute; bottom: -3px; margin: 0px 0px 0px 2px;}
* html .bl_productdetails .newProduct img {//background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/new_l.png,sizingMethod=crop);}
.bl_productslist .newProduct img {background: url(../images/icons/new_l.png) no-repeat; width: 30px; height: 22px; border: none; position: relative; bottom: -5px; margin: 0px 0px 0px 2px;}
* html .bl_productslist .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);}

.titleText			{color: #000000; text-decoration: none; }
.articleDate	{font-size: 8pt; color: #000000; 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: #777777; }
.message		{font-size: 9pt; color: #000000; }
.title			{font-size: 10pt; font-weight: bold; color: #000000; }
.bigtitle		{
	font-size: 14px;
	color: #525252;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalise;
	font-weight: bold;
padding-bottom: 5px;
}
.bigtitle em{
	font-style: normal;
	color: #cc0000;
}
.pagetitle		{
	font-size: 18px;
	color: #525252;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: -0.5px;

}
.pagetitle em{
	font-style: normal;
	color: #cc0000;}
	
.blocktitle	{
	font-size: 12px;
	color: #525252;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	font-weight: bold;
}
.blocktitle em{
	font-style: normal;
	color: #cc0000;
.error			{color: red; }
.terms      { height: 300px; width: 600px; overflow: auto; border: 1px solid silver; }
.link       {color: green; }

span.nobr       {white-space: nowrap !important;}

/*************  Manual  ***************/

.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;}

/*************  Left Menu  ***************/

.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;}


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; }
.borderProd img	{
	float: left;
	margin: 0px 5px 0px 0px;
} 
