/****** Main Table ******/
.basicTable 	{width: 100%; background: #182E72 url(../images/mfk/bodyBg2.jpg) repeat-x top;}

.mainTable {width: 100%;}
.mainTable75 {width: 100%;}
.mainTable50 {width: 100%;}

.mainTableCell		 	{padding: 0px; vertical-align: top;}
.mainTableCellLeft 		{padding: 10px 0px 24px 27px; vertical-align: top;}
.mainTableCellCenter 	{padding: 10px 15px 24px 15px; vertical-align: top;}
.mainTableCellRight 	{padding: 10px 20px 24px 0px; vertical-align: top;}

.homeGreeting 		{padding: 20px 40px 0px 40px; vertical-align: top;}
.homeGreeting table	{width: 100%;}
.homeGreeting table td	{color: #fff;}

.introBlock {}
.introBlock td {padding: 6px; color: #fff; font: 12px Tahoma, Arial, Helvetica, sans-serif;}

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

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

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

.headerMenu {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	}

.headerMenu td#logo  {					/* Background under logo on the site */
	background: ;
	vertical-align: top;
	}
.headerMenu td#logo img {				/* Logo on the site */
	border: none;
	margin: 20px 20px 0px 0px;
	}
	
.headerMenu td#logoL {display: none;}
.headerMenu td#logoL img {				/* Logo on the site (if logo is left)*/
	display: none;
	}

.headerMenu td#menu {					/* Text Menu with or without images */
	width: 100%;
	padding: 0px;
	vertical-align: top;
	}
.headerMenu td#menu img.Img {width: 0px; height: 0px;}
.headerMenu td#menu table {width: 100%;}
.headerMenu td#menu td {text-align: center;}
.headerMenu td#menu td.begin {width: 23%; background: url(../images/mfk/menuCustom.jpg) no-repeat right center;}
.headerMenu td#menu td.end {width: 26%; background: url(../images/mfk/menuCustom.jpg) no-repeat left center;}

/* Active & Noneactive links in menu */

a.menu:link, a.menu:visited {color: #fff; text-decoration: none; font: bold 14px Arial, Helvetica, sans-serif; padding: 17px 15px; background: url(../images/mfk/menuCustom.jpg) repeat-x center; display: block; white-space: nowrap;}
a.menu:hover, a.menu:active {color: #000; text-decoration: none; font: bold 14px Arial, Helvetica, sans-serif; padding: 17px 15px; background: url(../images/mfk/menuCustomActive.jpg) repeat-x center; display: block; white-space: nowrap;}
a.menuActive:link, a.menuActive:visited {color: #000; text-decoration: none; font: bold 14px Arial, Helvetica, sans-serif; padding: 17px 15px; background: url(../images/mfk/menuCustomActive.jpg) repeat-x center; display: block; white-space: nowrap;}
a.menuActive:hover, a.menuActive:active {color: #000; text-decoration: none; font: bold 14px Arial, Helvetica, sans-serif; padding: 17px 15px; background: url(../images/mfk/menuCustomActive.jpg) repeat-x center; display: block; white-space: nowrap;}


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

.subMenuBlock {
	display:none;
	position:absolute;
	border-top: 1px solid #4E5362; 
	border-left: 1px solid #4E5362;
	z-index: 2500;
}

a.subMenu {
	width: 80px;
	padding: 8px 20px 8px 18px;
	border-right: 1px solid #4E5362;
	border-bottom: 1px solid #4E5362;
	display:block;
	font: bold 12px Arial, Helvetica, sans-serif; 
	color: #fff;
	text-decoration:none;
	text-align: left;
	background: #182E72 url(../images/mfk/menuCustom.jpg) repeat-x top;
}

a.subMenu:hover, a.subMenu:active {
	background: #303A4F url(../images/mfk/menuCustomActive.jpg) repeat-x top; 
	color: #000;
	display:block;
	font-weight: bold;
	text-decoration:none;
}

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

table.secondaryMenu 		{width: 100%;}
td#menu td.secondaryBegin  	{width: 20%; background: url(../images/mfk/menuCustom.jpg) no-repeat right center;}
td#menu td.secondaryBegin img.Img	{width: 1px; height: 1px;}
a.secondaryMenu 			{color: #fff; text-decoration: none; font: bold 14px Arial, Helvetica, sans-serif; padding: 17px 18px; background: url(../images/mfk/menuCustom.jpg) repeat-x center; display: block; white-space: nowrap;}
a.secondaryMenu:hover 		{color: #000; text-decoration: none; font: bold 14px Arial, Helvetica, sans-serif; padding: 17px 18px; background: url(../images/mfk/menuCustomActive.jpg) repeat-x center; display: block; white-space: nowrap;}
a.secondaryMenuActive 		{color: #000; text-decoration: none; font: bold 14px Arial, Helvetica, sans-serif; padding: 17px 18px; background: url(../images/mfk/menuCustomActive.jpg) repeat-x center; display: block; white-space: nowrap;}
a.secondaryMenuActive:hover	{color: #000; text-decoration: none; font: bold 14px Arial, Helvetica, sans-serif; padding: 17px 18px; background: url(../images/mfk/menuCustomActive.jpg) repeat-x center; display: block; white-space: nowrap;}
td#menu td.secondaryEnd  	{width: 22%; background: url(../images/mfk/menuCustom.jpg) no-repeat left center;}
td#menu td.secondaryEnd  img.Img	{width: 1px; height: 1px;}
/****** Menu ******/

.filterPopup {
	display: none;
	position: absolute;
	border: 1px solid #000000; 
	background-color: #9097A5;
	z-index: 2000;
}
.filterPopup a {line-height: 140%;}
.filterPopup a:hover, .filterPopup a:active {}

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

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

.breadcrumb {margin: 10px 0px 0px 0px;}

.breadcrumbBegin {vertical-align: bottom; width: 11px; background: url(../images/mfk/bread_TL.gif) no-repeat top left;}
.breadcrumbBegin img {width: 0px; height: 9px; background: url(../images/mfk/bread_BL.gif) no-repeat left bottom;}

.breadcrumbDelimiter {
	width: 100%;
	white-space: normal;
	padding: 6px 25px 6px 6px;
	background: #C7AD70;
	}
.breadcrumbDelimiter td {}
.breadcrumbDelimiter b {color: #000; font-size: 12px;}
.breadcrumbDelimiter a {font: normal 11px Tahoma, sans-serif; color: #000; text-decoration: underline;}
.breadcrumbDelimiter a:hover {font: normal 11px Tahoma, sans-serif; color: #000; text-decoration: none;}
.breadcrumbDelimiter a.treeItemLast {font: bold 11px Tahoma, sans-serif; color: #000; text-decoration: none; cursor: text;}
.breadcrumbDelimiter a.treeItemLast:hover {font: bold 11px Tahoma, sans-serif; color: #000; text-decoration: none; cursor: text;}
.breadcrumbDelimiter span {color: #000; font-size: 11px;}
.breadcrumbDelimiter img {display: none;}
	
.breadcrumbRSS {background: none;}

.breadcrumbEnd {vertical-align: bottom; width: 11px; background: url(../images/mfk/bread_TR.gif) no-repeat top right;}
.breadcrumbEnd img {width: 0px; height: 9px; background: url(../images/mfk/bread_BR.gif) no-repeat right bottom;}

/************* Breadcrumb *******************/
/*************** Order Pages ****************/
.breadcrumbDelimiter span.nonactive {font-size: 12px; color: #000; margin-right: 10px;}
.breadcrumbDelimiter span.active {font-size: 12px; color: #000; margin-right: 10px; font-weight: bold;}
/****************** end Order Pages ***********************************/

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

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

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

.titleTop {margin-top: 12px; background: #FFFFFF;}

.titleTopLeft {background: url(../images/mfk/cornerTLp.gif) no-repeat top left; width: 13px; height: 11px;}
.titleTopImgLeft {width: 13px; height: 11px;}

.titleTopCenter {						/* Title of block (example: any blocks, articles,...) */
	white-space: normal;
	padding: 16px 10px 2px 10px;
	border: 0px;
	}
.titleTopCenter div {
	color: #000;
	font: normal 25px Arial, Helvetica, sans-serif;
}
.titleTopCenter div b {font-weight: normal;}
.titleTopRight {width: 13px; height: 11px; background: url(../images/mfk/cornerTRp.gif) no-repeat top right;}
.titleTopImgRight {width: 13px; height: 11px;}

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

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

.block {background: #FFFFFF;}
.blockTD {background: none; padding: 10px;}

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

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

.titleBot {margin-bottom: 3px; background: #FFFFFF;}

.titleBotLeft {width: 13px; height: 11px; background: url(../images/mfk/cornerBLp.gif) no-repeat left top;}
.titleBotImgLeft {width: 13px; height: 11px;}

.titleBotRight {
	background: url(../images/mfk/cornerBRp.gif) no-repeat top right;
	width: 100%;
	text-align: right;
	height: 11px;
	}
.titleBotImgRight {width: 13px; height: 11px;}

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

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

/**************Left Col********************/
.mainTableCellLeft .bl_search input.search {width: 140px; padding-top: 2px;}
.mainTableCellLeft .titleTop {margin-top: 2px; background: none;}
.mainTableCellLeft .titleTopLeft {display: none;}
.mainTableCellLeft .titleTopImgLeft {width: 0px;}
.mainTableCellLeft .titleTopRight {display: none;}
.mainTableCellLeft .titleTopImgRight {width: 0px;}
.mainTableCellLeft .block {background: none;}
.mainTableCellLeft .titleBot {margin-bottom: 2px; background: none;}
.mainTableCellLeft .titleBotLeft {display: none;}
.mainTableCellLeft .titleBotImgLeft {width: 0px;}
.mainTableCellLeft .titleBotRight {display: none;}
.mainTableCellLeft .titleBotImgRight {width: 0px;}
.mainTableCellLeft .blockTD td	{color: #BFC8DD;}
.mainTableCellLeft .blockTD td a, .mainTableCellLeft .blockTD td a:hover	{color: #BFC8DD;}

/**************Block Search*********************/
.bl_search .search {width: 95%; margin: 0px 0px 4px 0px;}
.bl_search input.search {width: 85%; margin: 0px 0px 4px 0px;}
.bl_search .blockTD table {width: 100%;}
.bl_search br {display: none;}

/**************Block Cart******************/
.bl_cart .middle	{background: none;}

/*****************************************************************************/
/************* userHome *******************/
td.userHome {padding: 7px;}
td.userHome a.title, td.userHome a.title:hover	{color: #000; font: bold 14px Tahoma, Arial, Helvetica, sans-serif;}
td.userHomeTitle {
	font-size: 12px;
	white-space: nowrap;
	color: #000;
}
td.userHomeTitle b {color: #000;}

div.userHomeBottom {						
	background: #A6AEBD;
	padding: 20px 20px 20px 20px;
	}
div.userHomeBottom a {color: #fff; text-decoration:underline; text-transform: uppercase;}
div.userHomeBottom a:hover {color: #fff; text-decoration:none; text-transform: uppercase;}

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

a.button:link, a.button:visited {color: #000; display: inline-block; font: 11px/26px Tahoma, Verdana, sans-serif; text-decoration: none; padding: 5px 8px 5px 0px; white-space: nowrap; background: url(../images/mfk/grey_right.gif) no-repeat center right; margin-bottom: 3px;}
a.button:hover, a.button:active {color: #000; display: inline-block; font: 11px/26px Tahoma, Verdana, sans-serif; text-decoration: none; padding: 5px 8px 5px 0px; white-space: nowrap; background: url(../images/mfk/grey_right.gif) no-repeat center right; margin-bottom: 3px;}

a.button span 	{color: #000; font: 11px Tahoma, Verdana, sans-serif; white-space: nowrap; background: url(../images/mfk/grey_left.gif) no-repeat center left; padding: 5px 0px 5px 8px; cursor: pointer;}
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 {color: #000; display: inline-block; font: 11px/26px Tahoma, Verdana, sans-serif; text-decoration: none; padding: 5px 8px 5px 0px; white-space: nowrap; background: url(../images/mfk/grey_right.gif) no-repeat center right; margin-bottom: 3px;}
a.buttonBasket:hover, a.buttonBasket:active {color: #000; display: inline-block; font: 11px/26px Tahoma, Verdana, sans-serif; text-decoration: none; padding: 5px 8px 5px 0px; white-space: nowrap; background: url(../images/mfk/grey_right.gif) no-repeat center right; margin-bottom: 3px;}

a.buttonBasket span 	{color: #000; font: 11px Tahoma, Verdana, sans-serif; white-space: nowrap; background: url(../images/mfk/grey_left.gif) no-repeat center left; padding: 5px 0px 5px 8px; cursor: pointer;}
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 {color: #000; display: inline-block; font: 11px/26px Tahoma, Verdana, sans-serif; text-decoration: none; padding: 5px 8px 5px 0px; white-space: nowrap; background: url(../images/mfk/grey_right.gif) no-repeat center right; margin-bottom: 3px;}
a.buttonCart:hover, a.buttonCart:active {color: #000; display: inline-block; font: 11px/26px Tahoma, Verdana, sans-serif; text-decoration: none; padding: 5px 8px 5px 0px; white-space: nowrap; background: url(../images/mfk/grey_right.gif) no-repeat center right; margin-bottom: 3px;}

a.buttonCart span 	{color: #000; font: 11px Tahoma, Verdana, sans-serif; white-space: nowrap; background: url(../images/mfk/grey_left.gif) no-repeat center left; padding: 5px 0px 5px 8px; 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 {color: #000; font: 11px Tahoma, Verdana, sans-serif; text-decoration: underline; white-space: nowrap;}
a.buttonMore:hover, a.buttonMore:active {color: #000; font: 11px Tahoma, Verdana, sans-serif; text-decoration: underline; white-space: nowrap;}

a.buttonMore span 	{color: #000; font: 11px Tahoma, Verdana, sans-serif; text-decoration: underline; white-space: nowrap; cursor: pointer;}			/* read more... (special offers, etc.) */
a.buttonMore b 		{font-weight: normal;}
a.buttonMore img 	{display:none;}

a.disabled {							/* disadled add to cart */
	color: gray; 
	cursor: pointer; 
	font: bold 12px/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: 6px 0px;}
.selectedtopCategory    {margin: 0px; padding: 6px 0px;}
.topCategory a.title	{}
.selectedtopCategory a.title	{}
        
.subCategory 			{margin: 0px; padding: 3px 0px;}
.selectedsubCategory    {margin: 0px; padding: 3px 0px;}
.subCategory a.title	{}
.selectedsubCategory a.title	{}

.topCategory img, .subCategory img, .selectedtopCategory img, .selectedsubCategory img {margin: 5px 8px 0px 5px;}
/************* Category *******************/

/**************Categories Catalogue*******/
.bl_categoriescatalog .topCategory a.title, .bl_categoriescatalog .selectedtopCategory a.title	{margin-left: 0px;}
.bl_categoriescatalog .subCategory a.title, .bl_categoriescatalog .selectedsubCategory a.title	{margin-left: 0px;}

/************* 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/light/bullet.gif) no-repeat left 3px;}

.bl_latest .blockTD a img	{display: none;}
.bl_latest .articleDate	{display: none;}
.bl_latest .topArticle a	{background: url(../images/mfk/bullet_gray.gif) no-repeat center left; padding-left: 26px; display: inline-block; padding-top: 4px; padding-bottom: 4px; position: relative; left: -26px;}
.bl_latest .blockTD	{padding-left: 36px;}
.bl_latest .topArticle a.buttonMore	{background: none; padding-left: 26px; padding-top: 0px; padding-bottom: 0px; display: block;}
/************* Latest *******************/

/************* Offers *******************/
.bl_offers .block .blockTD a.bigtitle			{display: block;}
.bl_offers .block .blockTD a.bigtitle:hover 	{display: block;}
.offerTitleTop				{display: none;}
.offerTitle					{text-align: left; clear: right; display: block;}
.offerTd 					{text-align: left; padding-bottom: 30px;}
.offerTd img.offerImg		{float: left; margin-right: 18px; margin-bottom: 0px; border: 3px solid #182E72;}
.offerTd a:hover .offerImg	{float: left; margin-right: 18px; margin-bottom: 0px; border: 3px solid #303A4F;}
.offerTd a.buttonMore span {}

.bl_productslist .block .blockTD img.productImg, .bl_productdetails .block .blockTD img.productImg 
{margin-right: 18px; margin-bottom: 0px; border: 3px solid #182E72;} 
.bl_productslist .block .blockTD a:hover .productImg 
{margin-right: 18px; margin-bottom: 0px; border: 3px solid #303A4F;}

/************* Forum *******************/
.forumAdmin 			{color: blue; font-weight: bold;}
.forumUser 				{color: #000; font-weight: normal;}
.forumGuest       	{color: black;  font-weight: bold; font-style: italic;}
.forumMessageLeft 	{background: #EDEEEF; border-left: 1px solid #3A4147; 	border-top:1px solid #3A4147; border-bottom:1px solid #3A4147;}
.forumMessageRight 	{background: #EDEEEF; border: 1px solid #3A4147; }
.forumMessageTop 		{background: #9097A5; border-bottom: 1px solid #3A4147; }

.bl_forumlist .title a, .bl_forumlist .title a:hover	{font-weight: bold;}
.bl_forumtopics .blockTD a, .bl_forumtopics .blockTD a:hover	{font-weight: normal;}
/************* Categoties (catalogue) *******************/
.bl_categoriescatalog a.bigtitle			{text-decoration: underline;}
.bl_categoriescatalog a.bigtitle:hover 	{text-decoration: none;}

/************* Hot (news,...) *******************/
.bl_hot .blockTD img 				{display: none;}
/*****************************************************************************/

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

.footerMenu	{text-align:center; font-size:8pt; background: url(../images/mfk/footerLine.gif) repeat-x top; margin: 0px 12px; padding-top: 25px;}
.footerMenu a.smallText	{color: #fff !important;}
.footerMenu	span {padding: 0px 0px 0px 5px; color: #fff;}
.footerHTML	{text-align:center; padding: 10px;}
.footerHTML font	{font-size:12px; color: #fff;}
.footerImg	{text-align:right;}
.footerImg img		{width: 80px; height: 26px; border:0px;}

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

/*.commonbg { background: #FFFFFF; }
.headerbg { background: #6699FF; }
.usualbg  { background: #f4f4f4; }*/
.middlebg {background: #FFFFFF;}
.errorbg  { background: #FF0000; }

body		{ font: 12px Tahoma, Arial, Helvetica, sans-serif; color: #000; margin: 0px; padding:0px; background: #182E72;}
body.popup	{ font: 12px Tahoma, Arial, Helvetica, sans-serif; color: #000; margin: 0px; padding:0px;}

tr, td						{font-size: 12px; font-family: Tahoma, Arial, Helvetica, sans-serif; color: #000; }
/*tr.usual, td.usual		{background-color: #F4F4F4; }
tr.header, td.header		{background-color: #6699FF; color: white; }*/
tr.middle, td.middle		{background: #A6AEBD;}
tr.error, td.error		{background-color: #FFE0E0; color: red; font-weight: bold; }
table.usual 				{background: #A6AEBD;}

body.popup tr.usual, body.popup td.usual		{background-color: transparent; }
body.popup tr.header, body.popup td.header		{background-color: #E9E9E9; color: #1584D2; }

td.padding10px			{padding: 10px;}
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: 3px solid #182E72; border-bottom: none; background: none; padding: 0px;}
td.tabActive		{border: 3px solid #182E72; border-bottom: none; background: #182E72; padding: 0px;}
a.tab					{background: none; color: #000; display: block; font-size: 12px; font-weight: bold; padding: 5px 8px; text-decoration: none;}
a.tab:hover			{background: #182E72; color: #000; display: block; font-size: 12px; font-weight: bold; padding: 5px 8px; text-decoration: none;}
a.tabActive			{background: #182E72; color: #000; display: block; font-size: 12px; font-weight: bold; padding: 5px 8px; text-decoration: none; cursor: text;}
a.tabActive:hover	{background: #182E72; color: #000; display: block; font-size: 12px; font-weight: bold; padding: 5px 8px; text-decoration: none; cursor: text;}
.tabline 			{border-top: 3px solid #182E72;}

.blockTDtabs table	{width: 100%; margin-bottom: 10px;}
div.adminTab 			{border-bottom: none; padding: 3px 8px 2px 8px; margin: 0px 2px; cursor: pointer; white-space: nowrap;}
div.adminTabActive 	{border-bottom: none; padding: 5px 9px 5px 9px; margin: 3px 0px 0px 0px; white-space: nowrap;}
td.adminTab			{vertical-align: bottom;}
td.adminTabActive	{border: none;}
td.beginTab			{padding: 0px 4px;}
td.endTab			{padding: 0px 4px; width: 90%;}
a.blackSm, a.blackSm:hover {text-decoration: none;}

input					{font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #000;}
input.usualprice	{border: none; text-align: right; font-family:Tahoma,  Arial, Helvetica, sans-serif; font-size: 11px; background: #fff;}
input.orderprice	{border: none; text-align: right; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; background: #fff;}
input.search		{border: 1px solid #3E475D; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; background: #fff;}
input.text			{border: 1px solid #3E475D; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; background: #fff;}
input.field			{border: 1px solid #3E475D; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; background: #fff;}
input.fieldSmall	{border: 1px solid #3E475D; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 10px; background: #fff; }
input.submit		{border: none; color: #000; cursor: pointer; background: url(../images/mfk/grey_right.gif) no-repeat right; padding: 0px 3px 1px 0px; height: 19px; margin: 0px; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; text-transform: capitalize; font-weight: normal;}
	input#clear		{color: #8A8A8A;}
	input#reset		{color: #8A8A8A;}
	input#preview	{color: #FF6C00;}
	input#cancel	{color: #8A8A8A;}
	input#delete	{color: #8A8A8A;}
select				{border: 1px solid #3E475D; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; background: #fff; font-weight: normal;}
select.search		{border: 1px solid #3E475D; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; background: #fff; font-weight: normal;}
option				{font: normal 11px Tahoma, Arial, Helvetica, sans-serif; background: #fff;}
textarea			{border: 1px solid #3E475D; font-family: Arial, Helvetica, sans-serif; font-size: 11px; background: #fff;}

span.submit {background: url(../images/mfk/grey_left.gif) no-repeat left; padding-left: 3px !important; white-space: nowrap; display: inline-block; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; cursor: pointer; font-weight: normal;}
html:root span.submit	{padding: 3px 3px 3px 3px; cursor: pointer;}
/*For old templates < ver. 3.3*/
td.submit {background: url(../images/kitchen/redLeft.gif) no-repeat left; padding-left: 3px !important;}
.bl_subscribe input.field	{margin-bottom: 8px;}
.bl_subscribe a	{margin-top: 8px; display: block;}
.bl_basketrecommended select	{margin-right: 8px;}

form { margin: 0; }

hr {background: #A6AEBD; border: 0px; color: #A6AEBD; display: none;}

a.header 			{color: #BFC8DD; text-decoration: underline; }
a.header:hover		{color: #BFC8DD; text-decoration: underline; }
a.title				{font-size: 15px; font-weight: bold;  color: #000; text-decoration: underline; }
a.title:hover		{font-size: 15px; font-weight: bold;  color: #000; text-decoration: none; }
a.smallText			{color: #000; text-decoration: underline; font-size: 12px; }
a.smallText:hover	{color: #000; text-decoration: none; font-size: 12px; }
a					{color: #000; text-decoration: underline; font-size: 12px; }
a:hover				{color: #000; text-decoration: none; }

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

/* prices styles */
.priceBlock {color: #000; font-weight: bold;}
.priceBlock .price {font-weight: bold;}
.priceBlock .priceTax {font-weight: normal;}

.priceBlockOld {color: #C3CDD6; text-decoration: line-through;}
.priceBlockOld .price {font-weight: normal;}
.priceBlockOld .priceTax {font-weight: normal;}

.priceBlockHidden {color: #C3CDD6; font-weight: bold; display: none;}
.priceBlockHidden .price {font-weight: bold;}
.priceBlockHidden .priceTax {font-weight: normal;}

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

.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 styles */

.productsTable th 		{padding: 3px;}
.productsTable td 		{padding: 3px;}
.productsCategory 		{font-size: 10pt; font-weight: bold; color: #000000; background: #A6AEBD; padding: 5px 10px !important; }
.productsDelimiter 		{background: #A6AEBD; padding: 0px !important;}
.productsDelimiterTop 	{background: #A6AEBD; 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: #F4F4F4; border: 2px solid #182E72;}
.wishlist-img-close	img {margin: 10px 10px 5px 0px;}
.wishlist-descr		{padding: 0px 35px 20px 30px; font-size: 14px, sans-serif; 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: -1px; 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: -6px; 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: #000; text-decoration: none; }
.top				{font-size: 8pt; padding: 2px 0px 2px 0px;}
.smallText		{font-size: 8pt; }
.middleText		{font-size: 9pt; }
.bigText			{font-size: 10pt; }
.comment			{font-size: 8pt; color: #000; }
.message			{font-size: 9pt; color: #000; }
.title			{font-size: 15px; font-weight: normal; color: #000; font-family: Tahoma, Arial, Helvetica, sans-serif;}
.bigtitle		{font-size: 14px; font-weight: bold; color: #000; font-family: Tahoma, Arial, Helvetica, sans-serif;}
a.bigtitle		{font-size: 14px; font-weight: bold; color: #000; text-decoration: underline; font-family: Tahoma, Arial, Helvetica, sans-serif;}
a.bigtitle:hover		{font-size: 14px; font-weight: bold; color: #000; text-decoration: none; font-family: Tahoma, Arial, Helvetica, sans-serif;}
.error			{color: red; }
.terms      {height: 300px; width: 600px; overflow: auto; border: 1px solid silver; }
.link       {color: green; }
span.nobr       {white-space: nowrap !important;}
.bl_reviews .blockTD a.smallText	{color: #000; font-size: 11px; text-decoration: none;}
.bl_reviews .blockTD a.smallText:hover	{color: #000; font-size: 11px; text-decoration: underline;}

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

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