/****** Main Table ******/
.basicTable 	{width: 982px;}
.mainTable 		{width: 100%; background: #fff;}
.mainTable75 	{width: 75%;}
.mainTable50 	{width: 500px;}
.mainTableCell		 		{padding: 0px 8px 4px 8px; vertical-align: top;}
.mainTableCellLeft 		{padding: 0px 8px 4px 17px; vertical-align: top; border-right: 1px solid #C0E1EE;}
.mainTableCellCenter 	{padding: 0px 17px 4px 8px; vertical-align: top;}
.mainTableCellRight 		{padding: 4px 0px 4px 8px; vertical-align: top;}
.homeGreeting 				{padding: 25px 17px 20px 23px; vertical-align: top;}
.homeGreetingTable		{width: 100%;}
.homeGreetingLeft			{}
.homeGreetingCenter 		{width: 100%;}
.homeGreetingRight		{}
.homeGreetingRight img, .homeGreetingLeft img	{display: none;}
/***carbon counter*****/
.box1 	{width: 67%; float: left;} 
div.cnt1 {float: left; width: 30%;}
div.cnt1 img {margin-bottom: 15px;}
div.cnt2 {text-align: justify; line-height: 16px;}
div.cnt2 div {padding-top: 10px;}

.box2 	{width: 29%; float: right;}
.countTitle 			{background: url(../images/ecolink/div-type-title-right.gif) no-repeat 100% 0%; height: 30px;}
.countTitle div 		{background: url(../images/ecolink/crbn-cntr-left-top.gif) no-repeat 0% 0%; height: 30px; font-weight: bold; color: #fff; padding-left: 20px;}
.countTitle div img 	{height: 18px; width: 1px;}
div.countBody1				{background: url(../images/ecolink/carbon-count-bg-right.gif) no-repeat 100% 100%; height: 130px;}
div.countBody2				{padding: 20px 10px 20px 25px; background: url(../images/ecolink/carbon-count-bg-left.gif) no-repeat 0% 100%; height: 90px;}
table.countInput				{margin-top: 25px;}
table.countInput td.nBrd	{border: none;}
table.countInput td.tdTx	{border: none; font-weight: bold; color: #2568B8; padding-left: 5px;}
table.countInput td input.counter  {width: 143px; text-align: right; border: none; padding: 6px 0px 6px 0px; color: #56646C; vertical-align: bottom !important; font: 12px/14px Tahoma, Helvetica, sans-serif; letter-spacing: 10px; cursor: pointer; background: none;}
table.countInput td.forCounter	{text-align: right; width: 143px; background: url(../images/ecolink/counterBg.gif) no-repeat 0px 0px; height: 24px;}
* html table.countInput td input.counter	{position: relative; right: 12px;}
*+html table.countInput td input.counter	{position: relative; right: 12px;}

div.clear		{clear: both;}

.introBlock {border: 0px solid #D5D5D5;}
.introBlock td {padding: 6px; padding-bottom: 0px; padding-top: 10px;}

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

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

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

.headerMenu {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background: url(../images/ecolink/bgr_03.jpg) no-repeat center top;
	}

.headerMenu td#logo  {					/* Background under logo on the site */
	vertical-align: top;
	text-align: right;
	}
.headerMenu td#logo img.imgRes  {margin-right: 100px;}	
* html .headerMenu td#logo .imgRes  {margin-right: 100px; background-image: none ! important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/ecolink/ecolink-resources.png,sizingMethod=crop);}
/*.headerMenu td#logo .pngDiv*/  {}
	
.headerMenu td#logo img {				/* Logo on the site */
	/*position: relative;
	left: 540px;*/
	border: 0px;
	margin: 45px 0px 72px 0px;
	}
	
.headerMenu td#logoL {display: none;}

.headerMenu td#menu {					/* Text Menu with or without images */
	width: 100%;
	background:  url(../images/ecolink/menuBgr.gif) repeat-x center;
	height: 50px;
	}

.headerMenu td#menu table 	{width: 100%;}
.headerMenu td#menu td 		{text-align: center;}
.headerMenu td#menu table td.topmenu {background: url(../images/ecolink/menu_delim.gif) no-repeat right center;}
.headerMenu td#menu table td#m_25.topmenu {background: none;}
.headerMenu td#menu td.begin {}
.headerMenu td#menu td.begin img.Img {width: 10px; height: 0px;}
.headerMenu td#menu td.end {}
.headerMenu td#menu td.end img.Img {width: 10px; height: 0px;}
/* Active & Noneactive links in menu */
a.menu:link, a.menu:visited {
	font: bold 11px Tahoma;
	text-decoration:none; 
	color: white; 
	background: ; 
	padding: 0px 0px 0px 0px; 
	display: block;
	margin-top: 8px;
	text-transform: uppercase;
	}
a.menu:hover, a.menu:active {
	font: bold 11px Tahoma;
	text-decoration:none; 
	color: white; 
	background: ; 
	padding: 0px 0px 0px 0px; 
	display: block;
	margin-top: 8px;
	text-transform: uppercase;
	}
a.menuActive:link, a.menuActive:visited {
	font: bold 11px Tahoma;
	text-decoration:none; 
	color: #2A8E03; 
	background: white url(../images/ecolink/active_menu_right.gif) no-repeat right; 
	padding: 0px 0px 0px 0px;
	display: block;
	margin-top: 8px; 
	text-transform: uppercase;
	}
a.menuActive:hover, a.menuActive:active {
	font: bold 11px Tahoma;
	text-decoration:none; 
	color: #2A8E03; 
	background: White url(../images/ecolink/active_menu_right.gif) no-repeat right; 
	padding: 0px 0px 0px 0px;
	display: block;
	text-transform: uppercase;
	}
a.menu span.nobr {display: block; padding: 11px 20px 17px 20px;}
a.menuActive span.nobr {display: block; background: url(../images/ecolink/active_menu_left.gif) no-repeat left; padding: 12px 20px 17px 20px; }
/****** Sub Menu ******/

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

a.subMenu {
	width: 150px;
	padding: 6px 20px 6px 10px;
	border-right: 1px solid #ffd075;
	border-bottom: 1px solid #ffd075;
	display:block;
	font: 11px tahoma, verdana, sans-serif; 
	color: #0a0509;
	text-decoration:none;
	text-align: left;
	background: #fff1c7;
}

a.subMenu:hover, a.subMenu:active {
	background: #fffbed; 
	color: #1584d2;
	display:block;
	text-decoration:none;
}
/****** Secondary Menu ******/
table.secondaryMenu 		{width: 100%;}
td#menu td.secondaryBegin img.Img	{width: 1px; height: 25px;}
a.secondaryMenu 			{display:block; font: bold 10pt arial,tahoma,verdana,sans-serif; padding: 0px 0px 0px 20px; color: #52ae30;}
a.secondaryMenu:hover 		{display:block; font: bold 10pt arial,tahoma,verdana,sans-serif; padding: 0px 0px 0px 20px; color: #52ae30;}
a.secondaryMenuActive 		{display:block; font: bold 10pt arial,tahoma,verdana,sans-serif; padding: 0px 0px 0px 20px; color: #444444; text-decoration: none;}
a.secondaryMenuActive:hover	{display:block; font: bold 10pt arial,tahoma,verdana,sans-serif; padding: 0px 0px 0px 20px; color: #444444; 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 #ffd075; 
	background-color: #fff1c7;
	z-index: 2000;
}
.filterPopup a {color: #0a0509; line-height: 160%;}
.filterPopup a:hover, .filterPopup a:active {color: #1584d2;}
/*****************************************************************************/
/************* Breadcrumb *******************/
.breadcrumb 			{margin: 10px 0px 10px 0px;}
.breadcrumbBegin 		{}
.breadcrumbBegin img {width: 0px; height: 0px;}
.breadcrumbDelimiter {
								width: 100%;
								white-space: normal;
								font-size: 12px;
								padding: 0px 0px 0px 5px;
								background: none;
							}
.breadcrumbDelimiter td {}
.breadcrumbDelimiter b {color: #1677B8;}
.breadcrumbDelimiter a {color: #56646C; text-decoration: none;}
.breadcrumbDelimiter a:hover {color: #56646C; text-decoration: underline;}
.breadcrumbDelimiter a.treeItemLast {font-weight: bold; text-decoration: none; cursor: text;}
.breadcrumbDelimiter a.treeItemLast:hover {font-weight: bold; text-decoration: none; cursor: text;}
.breadcrumbDelimiter span 	{}
.breadcrumbDelimiter img 	{display: none;}

.breadcrumbRSS {background: none;}
.breadcrumbEnd {}
.breadcrumbEnd img {width: 0px; height: 0px;}
/************* Breadcrumb *******************/
/*************** Order Pages ****************/
.breadcrumbDelimiter span.nonactive {font-size: 11pt; color: #aaaaaa; margin-right: 10px;}
.breadcrumbDelimiter span.active {font-size: 11pt; color: #444444; margin-right: 10px; font-weight: bold;}
/****************** end Order Pages ***********************************/

/****** Top ******/
.titleTop 				{margin-top: 0px;}
.titleTopLeft 			{background:  url(../images/ecolink/titleTopLeft.gif) no-repeat left top;}
.titleTopImgLeft		{width: 8px;}

.titleTopCenter 		{white-space: normal; padding: 8px 0px 8px 10px;	background:  url(../images/ecolink/titleTopCenter.gif) repeat-x top; width: 100%;}
.titleTopCenter img 	{display: none;}
.titleTopCenter div 	{font: bold 12px Tahoma; text-transform: uppercase; color: White;}
.titleTopCenter h1 	{font: bold 12px Tahoma; text-transform: uppercase; color: White;}

.titleTopRight 		{background: url(../images/ecolink/titleTopRight.gif) no-repeat right top;}
.titleTopImgRight 	{width: 9px;}
/****** Top ******/

/****** Center ******/
.block 								{}
.block .blockTD 					{padding: 10px 8px 10px 8px;}
.block .blockTD .padding10px 	{padding: 0px 0px 0px 0px;}
/****** Center ******/

/****** Bottom ******/
.titleBot 			{margin-bottom: 0px;}
.titleBotLeft 		{background: ;}
.titleBotImgLeft 	{width: 0px; height: 0px;}
.titleBotRight 	{width: 100%; background: ;}
.titleBotImgRight {width: 0px; height: 0px;}
/****** Bottom ******/

/*table#user-home .titleTopLeft {background: url(../images/rainbow/block-t-l.gif) no-repeat top;}*/
table#user-home .titleTopRight 	{width: 100%; background: url(../images/default/cblock-t-bgr.gif) repeat-x top; text-align: right;}
table#user-home .titleTopImgLeft {width: 24px; height: 23px;}
table#user-home .titleTopImgRight {width: 24px; height: 23px; background: url(../images/default/cblock-t-r.gif) no-repeat top right;}

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

.block-content {padding-top: 15px;}
.block-content ul {margin: 10px 10px 10px 30px; padding: 0px;}
.block-FAQ .hDelimiter img {background: #56646c; height: 1px; width: 100%;}
.block-FAQ .buttonMore {display: none !important;}

/*.block-offers .titleTopLeft 			{background:  url(../images/ecolink/red-title-left.gif) no-repeat left top;}
.block-offers .titleTopCenter 		{background:  url(../images/ecolink/red-title-center.gif) repeat-x top; width: 100%;}
.block-offers .titleTopRight 			{background: url(../images/ecolink/red-title-right.gif) no-repeat right top;}*/

.block-offers .block .blockTD a.bigtitle			{text-decoration: none; color: #56646c; font-size: 14px;}
.block-offers .block .blockTD a.bigtitle:hover 	{text-decoration: underline; color: #56646c; font-size: 14px;}
.block-offers .priceBlock {display: none;}
.offerTitleTop						{display: none;}
.block-offers .offerTitle		{text-align: left; clear: right; display: block; margin: 0px 0px 10px 0px; padding: 0px;}
.offerTd 					{text-align: left;}
.offerTd img.offerImg	{float: left; padding:2px;background:#fff; margin: 0px 15px 10px 0px;border:0px solid #78C7FF;/*filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='#CAE7FF', Positive='true');*//* top: -20px; position: relative;*/} 

div.offerText				{text-align: justify; line-height: 20px;}
div.offerRidMo				{padding-top: 8px;}
.block-offers h2.offerTitle	{background: #F3F8FA; margin: 50px 0px 8px 0px; padding: 15px 2px; text-align: center;}
.block-offers td.offerDesc	{width: 170px; text-align: center;}

.block-products-list .block .blockTD img.productImg,
{padding:2px;background:#fff;border:0px solid #78C7FF;/*filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='#CAE7FF', Positive='true');*//* top: -20px; position: relative;*/} 
/**************************************************************************/
.block-product-details div.bigtitle {display: none;}
.block-product-details img.productImg, .block-product-details td.imgDetTD {display: none;}
.block-product-details .titleTop		{margin-top: 15px;}
.block-product-details .blockTD 		{padding: 15px 17px 0px 17px;}

/****//****//****//***Details Descriptions Templates****//****//****//****//****/
.left-wrapper {float: left;}
.left-wrapper div {padding-bottom: 25px;}

.right-wrapper	{margin-left: 175px; line-height: 18px;}
.hdng {font-weight: bold; font-size: 14px;}

a.siAnim {margin-left: 20px;}

#swfBig {border: 1px solid #c4c4c4; background: #fff;}
#swfBig div img {cursor: pointer; margin: 10px 10px 0px 0px;}
div.clear-det {clear: both; padding: 10px; border-top: 1px solid #C0E1EE;}
/*****************************************************************************/
.block-articles-latest a.bigtitle			{text-decoration: none;	}
.block-articles-latest a.bigtitle:hover	{text-decoration: underline;}
.offerTitle										{margin: 0px 0px 10px 0px; padding: 0px;}
.block-articles-latest img.imgArticle 	{margin: 0px 15px 50px 0px;}
.block-articles-latest  .articleDate	{display: none;}
/******************************************************************************/
.mainIndex .comment 		{display: none;}
.block-categories-catalog .blockTD 			{padding-bottom: 0px;}
.block-categories-catalog img.vertical-h 	{height: 50px; width: 1px;}
.block-categories-catalog div.catalogNm 	{text-align: center; background: #F3F8FA; padding: 15px 0px 0px 0px; height: 55px; vertical-align: middle; overflow: hidden;}
.block-categories-catalog div.catalogNm  a.bigtitle 			{color: #56646C; font-size: 14px; text-decoration: none;}
.block-categories-catalog div.catalogNm  a.bigtitle:hover 	{text-decoration: underline;}

.mainProducts	img.vertical-h 	{height: 1px; width: 1px;}
.mainProducts .block-categories-catalog div.catalogNm 		{text-align: center; background: #F3F8FA; padding: 15px 0px 0px 0px; height: 65px; vertical-align: middle; overflow: hidden;}
.mainProducts .comment {padding: 10px 20px 0px 20px;}
.block-categories-catalog .category_cat_img img {margin-right: 20px;}
table.catlalogBox td {padding: 12px 0px 12px 0px; border-bottom: 1px solid #C0E1EE;}

.bodyproducts .block-categories-catalog img.vertical-h {height: 1px; width: 1px;}
.bodyproducts .block-categories-catalog div.catalogNm 	{text-align: left; padding: 10px; height: auto !important; overflow: visible;}
.bodyproducts div.offerRidMo				{text-align: left; padding-left: 10px;}

/********************//***Categy Description Block***//*************************/
.block-category-description .blockTD 		{padding: 20px 17px 10px 17px;}
.block-category-description .padding10px 	{line-height: 18px;}
/*.block-category-description .padding10px img {margin: 0px 35px 20px 0px;}*/
.commercial-blrs	{margin-left: 260px;}
.block-category-description img.descImg {display: none;}

.block-category-description ul li {padding: 3px 0px;}
.heding {padding: 5px 0px;}
/*****************************************************************************/
.block-simple .titleTop {display: none;}
.block-simple .titleBot	{display: none;}
.block-simple .blockTD	{padding: 10px 0px 10px 5px;}
div.catalogP-2 div 		{float: left; width: 24%; text-align: center;} 
div.catalogP-2 div img 	{margin-bottom: 14px;}
div.catalogP-2 div div 	{text-align: center; width: 96%; height: 30px; background: #F3F8FA; margin-right: 2px; padding-top: 5px;}
div.catalogP-2 div div a {color: #56646C; font-weight: bold; font-size: 11px;}
/********************************************************************************/
.ft-right	{background: url(../images/ecolink/ft-ban-right.gif) no-repeat 100% 0%;}
.ft-left		{background: url(../images/ecolink/ft-ban-left.gif) no-repeat 0% 0%; padding: 7px 0px 20px 0px;}
.ft-img		{float: left; padding-left: 20px;}
.ft-txt		{color: #fff; font-weight: bold; margin-left: 60%; padding-top: 20px;}
.ft-left a 	{color: #fff; font-weight: bold; text-decoration: underline; text-transform: uppercase;}
.ft-left a:hover {text-decoration: none;}
/********************************************************************************/
.block-articles-list .padding10px a img {margin: 0px 15px 10px 0px;}
.block-articles-list .padding10px div {line-height: 18px;}
.block-articles-list .padding10px div a.buttonMore {margin-top: 10px;}
.block-articles-list h2.listing {margin-bottom: 5px; margin-top: 10px;}
/********************************************************************************/
.block-articles-details .padding10px img {margin: 0px 15px 10px 0px;}
.block-articles-details .blockTD 		  {padding-left: 17px;}
.block-articles-details div {line-height: 18px;}
/******//******//******//******//******//******//******//******//******//******/
.block-site-map .titleTop, .block-custom-page-body .titleTop {margin-top: 10px;}
.block-custom-page-body .padding10px {line-height: 18px;}
/**price comparison article***/
table.cmprsnTbl	{border-collapse: collapse; color: #333333;}
tr.hdr td			{background: #1d7f02; font-weight: bold; color: #fff; padding: 10px;}
tr.comparisons td	{background:#f3f8fa;font-weight: bold; color: #56646c; padding: 10px;}
tr.cprsnsCntxt	td {padding: 10px; line-height: 18px; vertical-align: top;}
/************* userHome *******************/
td.userHome {padding: 7px;}
td.userHomeTitle {
	font-size: 10pt;
	white-space: nowrap;
	background: url(../images/default/cblock-t-bgr.gif) repeat-x top;
}
td.userHomeTitle b {color: #0000CC;}

div.userHomeBottom {						
	background: none;
	padding: 0px 20px 0px 20px;
	}
div.userHomeBottom a {color: #444444; text-decoration:underline;}
div.userHomeBottom a:hover {color: #444444; text-decoration:none;}

td.userHome img.orders 		{background: url(../images/icons/admin_orders.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.orders {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_orders.png,sizingMethod=crop);}
td.userHome img.profile 	{background: url(../images/icons/admin_profile.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.profile {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_profile.png,sizingMethod=crop);}
td.userHome img.arr		 	{background: url(../images/icons/arr.gif) no-repeat; width: 15px; height: 16px; border:0px; margin: 0px 5px 0px 55px;}
td.userHome img.support 	{background: url(../images/icons/admin_support.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.support {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_support.png,sizingMethod=crop);}
td.userHome img.forum 		{background: url(../images/icons/admin_forum.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.forum {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_forum.png,sizingMethod=crop);}
td.userHome img.products 	{background: url(../images/icons/admin_products.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.products {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_products.png,sizingMethod=crop);}
td.userHome img.pages 		{background: url(../images/icons/admin_pages.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.pages {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_pages.png,sizingMethod=crop);}
td.userHome img.salesorders	{background: url(../images/icons/admin_salesorders.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.salesorders {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_salesorders.png,sizingMethod=crop);}
td.userHome img.merchant 	{background: url(../images/icons/admin_merchant.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.merchant {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_merchant.png,sizingMethod=crop);}
td.userHome img.affiliates 	{background: url(../images/icons/admin_affiliates.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.affiliates {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_affiliates.png,sizingMethod=crop);}
td.userHome img.payments 	{background: url(../images/icons/admin_payments.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.payments {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_payments.png,sizingMethod=crop);}
td.userHome img.carts	 	{background: url(../images/icons/admin_carts.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.carts {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_carts.png,sizingMethod=crop);}
td.userHome img.wishlist 	{background: url(../images/icons/admin_wishlist.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.wishlist {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_wishlist.png,sizingMethod=crop);}
td.userHome img.reminders 	{background: url(../images/icons/admin_reminders.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.reminders {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_reminders.png,sizingMethod=crop);}

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

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

/************* Button Links *******************/
td.butTd {}
td.butTd span.spacer {display: auto; color: #1584D2;}	/* '|' between button */

a.button:link, a.button:visited {font: 14px/20px Arial, Helvetica, sans-serif; padding: 0px 10px 0px 0px; white-space: nowrap;}
a.button:hover, a.button:active {font: 14px/20px Arial, Helvetica, sans-serif; padding: 0px 10px 0px 0px; white-space: nowrap;}

a.button span 	{}
a.button img 	{display: none;}

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

a.buttonBasket:link, a.buttonBasket:visited {font: 14px/20px Arial, Helvetica, sans-serif; white-space: nowrap;}
a.buttonBasket:hover, a.buttonBasket:active {font: 14px/20px Arial, Helvetica, sans-serif; white-space: nowrap;}

a.buttonBasket span 	{}
a.buttonBasket img 	{display: none;}

a.button-shopping span 	{font-weight: bold;}			/* Continue shopping (basket) */
a.button-retrieve span 	{}			/* Retrieve Cart (basket) */
a.button-save span 		{}			/* Save cart (basket) */
a.button-clear span 		{}			/* Clear cart (basket) */
a.button-checkout span 	{font-weight: bold;}			/* Checkout (basket) */

a.buttonCart:link, a.buttonCart:visited {font: 12px Arial, Helvetica, sans-serif; white-space: nowrap;}
a.buttonCart:hover, a.buttonCart:active {font: 12px Arial, Helvetica, sans-serif; white-space: nowrap;}

a.buttonCart span 	{}
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 12px Tahoma, Arial, Helvetica, sans-serif; color: #fff; white-space: nowrap; background: url(../images/ecolink/btnsBgr.gif) repeat-x 0% 0%; display: inline-block; padding: 3px 5px 3px 5px; text-decoration: none;}
a.buttonMore:hover, a.buttonMore:active {font: bold 12px Tahoma, Arial, Helvetica, sans-serif; color: #fff; white-space: nowrap; background: url(../images/ecolink/btnsBgr.gif) repeat-x 0% 0%; display: inline-block; padding: 3px 5px 3px 5px; text-decoration: none;}

a.buttonMore span 	{}			/* read more... (special offers, etc.) */
a.buttonMore b 		{}
a.buttonMore img 		{display:none;}

a.disabled {							/* disadled add to cart */
	color: gray; 
	cursor: pointer; 
	font: bold 14px/20px Arial, Helvetica, sans-serif; padding: 0px 10px 0px 0px; 
}
a.disabled:hover {color: gray; cursor: pointer; text-decoration: none;}
/************* Button Links *******************/

/************* Category *******************/
.topCategory 			{background: transparent; margin: 0px; padding: 3px 0px;}
.selectedtopCategory {background: #F4F4F4; margin: 0px; padding: 3px 0px; border-top: 1px solid #F4F4F4; border-bottom: 1px solid #F4F4F4;}
        
.subCategory 			{background: transparent; margin: 0px; padding: 0px;}
.selectedsubCategory {background: #F4F4F4; margin: 0px; padding: 0px; border-top: 1px solid #F4F4F4; border-bottom: 1px solid #F4F4F4;}

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

/************* 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 #D5D5D5; 	border-top:1px solid #D5D5D5; border-bottom:1px solid #D5D5D5; }
.forumMessageRight 	{background: #F4F4F4; border: 1px solid #D5D5D5; }
.forumMessageTop 		{background: #E9E9E9; border-bottom: 1px solid #D5D5D5; }

/************* Hot (news,...) *******************/
.block-hot .blockTD img 				{display: none;}
.block-hot .blockTD .articleDate		{display: none;}
.block-hot .blockTD div 				{padding-left: 15px;}
.block-hot a.bigtitle 					{padding-left: 15px; background: url(../images/default/arrow-green.gif) no-repeat 0px 4px; display: block; position: relative; left: -15px; font-size: 10pt; text-decoration: underline;}
.block-hot a.bigtitle:hover 			{padding-left: 15px; background: url(../images/default/arrow-green.gif) no-repeat 0px 4px; text-decoration: none;}
/*.block-hot div.smalltext {padding-left: 15px;}*/

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

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

.footerAll 	{background: #fff; padding: 0px 10px 10px 10px;}
.footerMenu	{text-align:center; padding: 5px 0px 15px 0px;}
.footerMenu a.smallText {color: #56646C;}
.footerMenu	span {padding: 0px 0px 0px 5px;}
.footerHTML	{text-align:center; padding: 10px; padding-bottom: 0px;}
.footerHTML font	{font-size:12px;}
.footerImg	{text-align:right; padding: 0px 10px 0px 0px; display: none;}
.footerImg img		{width: 80px; height: 26px; border:0px;}

.footerLogos {margin-bottom: 25px;}
.footerLogos td {text-align:center;}
.footerLogosMain .blockTD {padding: 0px 10px 5px 10px; background: url(../images/ecolink/foot_bgr.gif) repeat-x bottom;}

.footerCotacts {margin-bottom: 10px;}
.footerCotacts td {padding: 0px 10px 0px 10px;}
.footerCotacts a 			{font-size: 12px; letter-spacing: 1px; color: #504DB4;}
.footerCotacts a:hover 	{font-size: 12px; letter-spacing: 1px; color: #504DB4;}
.footerCotacts td.footerCotactsTD {background: #F3F8FA;}
.footerConctsDepts 					{background: #F3F8FA; margin-right: 10px;}
.footerCotacts .footerConctsDepts td {padding: 10px; line-height: 18px;} 
.footerCotacts .footerConctsDepts .contctBrd	{font: bold 12px Tahoma; text-transform: uppercase; color: #1D7F02; border-bottom: 1px solid #1D7F02; padding: 10px 0px 10px 5px;}
.footerConctsDepts div {padding-bottom: 10px;}

div.copy	{padding: 10px 0px 10px 0px;}

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

body			{font: 12px Tahoma, Arial, Helvetica, sans-serif; color: #56646C; margin: 0px; padding: 0px; background: #E5EFFB;}
body.popup	{font: 12px Tahoma, Arial, Helvetica, sans-serif; color: #56646C; margin: 0px; padding: 0px;}

tr, td		{font: 12px Tahoma, Arial, Helvetica, sans-serif; color: #56646C;}

h1, h2		{padding: 0px; margin: 0px; font: 12px Tahoma, Arial, Helvetica, sans-serif; color: #666666;}

.middlebg 			{}
.middlebg td 		{font-weight: bold;}
.usualbg  			{background: transparent;}
.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-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 12px; }
input.usualprice	{background-color: transparent; border: none; text-align: right; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; }
input.orderprice	{background-color: transparent; border: none; text-align: right; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; }
input.search		{border: 1px solid #BACDDF;}
input.text			{border: 1px solid #BACDDF;}
input.field			{border: 1px solid #BACDDF;}
input.fieldSmall	{border: 1px solid #BACDDF;font-size: 10px;}
input.submit		{font-weight: bold; border: 0px; color: #fff; font-size: 12px; cursor: pointer; background: url(../images/ecolink/btnsBgr.gif) repeat-x right; height: 28px; padding: 0px 7px 2px 0px; margin: 0px;}
	input#clear		{color: #8A8A8A;}
	input#reset		{color: #8A8A8A;}
	input#preview	{color: #FF6C00;}
	input#cancel	{color: #8A8A8A;}
	input#delete	{color: #8A8A8A;}
select				{border: 1px solid #BACDDF;font-size: 12px;}
select.search		{border: 1px solid #BACDDF;}
textarea				{border: 1px solid #BACDDF;font-size: 12px;}

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

input.submit {margin: 2px 0px 2px 0px;}
html>body input.submit {margin: 4px 0px 4px 0px;}
* html input.submit {margin: 0px 0px 0px 0px;}

span.submit {background: url(../images/ecolink/btnsBgr.gif) repeat-x left; font: 25px Arial; padding-left: 7px !important; white-space: nowrap; display: inline-block;}
/*For old templates < ver. 3.3*/
td.submit {background: url(../images/default/button-l-bgr.gif) no-repeat left; padding-left: 7px !important;}

form { margin: 0px; padding: 0px;}

a.header 			{color: #1584D2; text-decoration: underline; }
a.header:hover		{text-decoration: underline; }
a.title				{font-size: 12px; font-weight: bold;  color: #1584D2; text-decoration: underline; }
a.title:hover		{text-decoration: none; }
a.smallText			{color: #1584D2; text-decoration: none; font-size: 11px; }
a.smallText:hover	{text-decoration: underline;}
a						{color: #1584D2; text-decoration: none; font-size: 12px; }
a:hover				{text-decoration: underline;}

.titleText	  {color: #1584d2; text-decoration: none; }
.articleDate	{font-size: 11px; color: #56646C; font-weight:bold; padding: 5px 0px 5px 0px;}
.top				  {font-size: 11px; padding: 2px 0px;}
.smallText		{font-size: 11px; }
.middleText		{font-size: 12px; }
.bigText			{font-size: 14px; }
.comment			{font-size: 11px; color: #56646C; }
.message			{font-size: 12px; color: #0000CC; }
.title			{font-size: 12px; font-weight: bold; color: #1584D2; }
.bigtitle		{font-size: 13px; font-weight: bold; color: #2568B8; }
.error			{color: red; }
.terms      {height: 300px; width: 600px; overflow: auto; border: 1px solid silver; }
.link       {color: green; }

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

/***** Delimiter for list and rollover for details *****/
/***/.vDelimiter {border-right: 1px solid #E9E9E9;}
/***/.hDelimiter {border: 0px;}
/***/.hDelimiter div {margin: 10px 0px 10px 0px; background: #C0E1EE;}
/***/
/***/.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 #E9E9E9; border-bottom: none; background: none; padding: 0px;}
td.tabActive		{border: 1px solid #E9E9E9; border-bottom: none; background: #E9E9E9; padding: 0px;}
a.tab					{background: none; color: #1584D2; display: block; font-size: 14px; font-weight: bold; padding: 5px 8px; text-decoration: none;}
a.tab:hover			{background: #E9E9E9; color: #1584D2; display: block; font-size: 14px; font-weight: bold; padding: 5px 8px; text-decoration: none;}
a.tabActive			{background: #E9E9E9; color: #1584D2; display: block; font-size: 14px; font-weight: bold; padding: 5px 8px; text-decoration: none; cursor: text;}
a.tabActive:hover	{background: #E9E9E9; color: #1584D2; display: block; font-size: 14px; font-weight: bold; padding: 5px 8px; text-decoration: none; cursor: text;}
.tabline 			{background: #E9E9E9;}
/***** Visualisation tubs on product details *****/
/***** Visualisation tubs on UserHome pages *****/
.blockTDtabs table	{width: 100%; margin-bottom: 10px;}
div.adminTab 			{font: 11px Verdana, sans-serif; border: 1px solid #919B9C; border-bottom: none; padding: 3px 8px 2px 8px; margin: 0px 2px; cursor: pointer; background: #E9E9E9; white-space: nowrap;}
div.adminTabActive 	{font: bold 11px Verdana, sans-serif; border: 1px solid #919B9C; border-top: 2px solid #919B9C; border-bottom: none; padding: 5px 9px 5px 9px; margin: 3px 0px 0px 0px; white-space: nowrap;}
td.adminTab			{border-bottom: 1px solid #919B9C; vertical-align: bottom;}
td.adminTabActive	{border: none;}
td.beginTab			{padding: 0px 4px; border-bottom: 1px solid #919B9C;}
td.endTab			{padding: 0px 4px; width: 90%; border-bottom: 1px solid #919B9C;}
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: 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 on the site *****/
/***** Visualisation product list as table *****/
.productsTable th 		{padding: 3px;}
.productsTable td 		{padding: 3px;}
.productsCategory 		{font-size: 10pt; font-weight: bold; color: #1584D2; background: #E9E9E9; padding: 6px !important; }
.productsDelimiter 		{background: #E9E9E9; padding: 0px !important;}
.productsDelimiterTop 	{background: #E9E9E9; padding: 0px !important;}
.productsDelimiterTop img 	{height: 2px;}
/***** Visualisation product list as table *****/
/***** Rating iamges *****/
.neutral {display: none; }
.commend		{background: url(../images/icons/commend.png) no-repeat; width: 20px; height: 20px; border:0px;}
* html .commend {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/commend.png,sizingMethod=crop);}
.discommend	{background: url(../images/icons/discommend.png) no-repeat; width: 20px; height: 20px; border:0px;}
* html .discommend {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/discommend.png,sizingMethod=crop);}
.not-rated	{background: url(../images/icons/not-rated.png) no-repeat; width: 97px; height: 18px; border:0px;}
* html .not-rated {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/not-rated.png,sizingMethod=crop);}
.rating-1	{background: url(../images/icons/rating-1.png) no-repeat; width: 97px; height: 18px; border:0px;}
* html .rating-1 {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/rating-1.png,sizingMethod=crop);}
.rating-2	{background: url(../images/icons/rating-2.png) no-repeat; width: 97px; height: 18px; border:0px;}
* html .rating-2 {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/rating-2.png,sizingMethod=crop);}
.rating-3	{background: url(../images/icons/rating-3.png) no-repeat; width: 97px; height: 18px; border:0px;}
* html .rating-3 {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/rating-3.png,sizingMethod=crop);}
.rating-4	{background: url(../images/icons/rating-4.png) no-repeat; width: 97px; height: 18px; border:0px;}
* html .rating-4 {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/rating-4.png,sizingMethod=crop);}
.rating-5	{background: url(../images/icons/rating-5.png) no-repeat; width: 97px; height: 18px; border:0px;}
* html .rating-5 {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/rating-5.png,sizingMethod=crop);}
/***** Rating iamges *****/
/***** Wishlist pop-up window *****/
.wishlist-opacity	{display: none; z-index: 900; filter: alpha(opacity=50); left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; background-color: #E1E1E1; moz-opacity: 0.5; opacity: 0.5;}
.wishlist-shadow	{display: none; z-index: 1000; position: absolute; top: 0px; left: 0px; width: 400px; background: #CCCCCC;}
.wishlist-block		{position: relative; bottom: 5px; right: 5px; width: 400px; background: #F4F4F4; border: 1px solid #78C7FF;}
.wishlist-img-close	img {margin: 10px 10px 5px 0px;}
.wishlist-descr		{padding: 0px 35px 20px 30px; font: 14px, sans-serif; text-align:justify;}
/***** Wishlist pop-up window *****/
/***** New Product's icon *****/
.block-product-details .newProduct {display: block; position: relative; padding-right: 34px !important;}
.block-product-details .newProduct img {background: url(../images/icons/new_l.png) no-repeat; width: 30px; height: 22px; border: none; position: absolute; bottom: -1px; margin: 0px 0px 0px 2px;}
* html .block-product-details .newProduct img {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/new_l.png,sizingMethod=crop);}
.block-products-list .newProduct img {background: url(../images/icons/new_l.png) no-repeat; width: 30px; height: 22px; border: none; position: relative; bottom: -6px; margin: 0px 0px 0px 2px;}
* html .block-products-list .newProduct img {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/new_l.png,sizingMethod=crop);}
.newProduct img {background: url(../images/icons/new_m.png) no-repeat; width: 20px; height: 16px; border: none; position: relative; bottom: -3px; margin: 0px 0px 0px 2px;}
* html .newProduct img {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/new_m.png,sizingMethod=crop);}
/***** New Product's icon *****/
/***** Restricted Item's icon *****/
.block-products-list .restrictedItem img.restrictedItem {background: url(../images/icons/lock.png) no-repeat; width: 22px; height: 23px; border: none; position: relative; bottom: -3px; margin: 0px 0px 0px 2px;}
* html .block-products-list .restrictedItem img.restrictedItem {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/lock.png,sizingMethod=crop);}
.restrictedItem img.restrictedItem {background: url(../images/icons/lock-s.png) no-repeat; width: 15px; height: 16px; border: none; position: relative; bottom: -3px; margin: 0px 0px 0px 2px;}
* html .restrictedItem img.restrictedItem {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/lock-s.png,sizingMethod=crop);}
.restrictedCategory img.restrictedCategory {background: url(../images/icons/lock-s.png) no-repeat; width: 15px; height: 16px; border: none; position: relative; bottom: -3px; margin: 0px 0px 0px 2px;}
* html .restrictedCategory img.restrictedCategory {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/lock-s.png,sizingMethod=crop);}
/***** Restricted Item's icon *****/
/***** Manual list *****/
.level1 {padding: 2px 2px 2px 15px;}
.level1 a {font-weight: bold;}
.level1 a:hover {font-weight: bold;}
.level2 {padding: 2px 2px 2px 30px;}
.level3 {padding: 2px 2px 2px 40px;}
.level4 {padding: 2px 2px 2px 50px;}
/***** Manual list *****/
/***** Custom menu list *****/
.menuLeft .level1 {padding: 2px 2px 2px 5px;}
.menuLeft .level2 {padding: 2px 2px 2px 15px;}
.menuLeft .level3 {padding: 2px 2px 2px 30px;}
.menuLeft .level4 {padding: 2px 2px 2px 40px;}
.menuLeft .a a {font-weight: bold;}
.menuLeft .a a:hover {font-weight: bold;}
/***** Custom menu list *****/
/***** Matrix price *****/
table.matrix { border: 1px solid gray; margin-bottom: 5px; margin-top: 5px; }
th.matrixTop { padding-left: 5px; padding-right: 5px; border-bottom: 1px solid silver;  }
th.matrixBottom { padding-left: 5px; padding-right: 5px; }
td.matrixTop { border-bottom: 1px solid silver; border-left: 1px solid silver; padding-left: 5px; padding-right: 5px; }
td.matrixBottom { border-left: 1px solid silver; padding-left: 5px; padding-right: 5px; }
/***** Matrix price *****/
