/****** Main Table ******/
.basicTable 	{width: 100%;}

.mainTable 		{width: 100%;}
.mainTable75 	{width: 75%;}
.mainTable50 	{width: 50%;}

.mainTableCell	 			{padding: 7px 15px; vertical-align: top;}
.mainTableCellLeft 		{padding: 7px 0px 0px 15px; vertical-align: top;}
.mainTableCellCenter 	{padding: 7px 10px; vertical-align: top;}
.mainTableCellRight 		{padding: 7px 15px 0px 0px; vertical-align: top;}

.homeGreeting 						{padding: 7px 15px 0px 15px; vertical-align: top;}
.homeGreetingTable				{width: 100%; background: #d5d2dd url(../images/ecommerce/bl3-bgr-t.gif) repeat-x top;}
.homeGreetingLeft			{background: url(../images/ecommerce/bl3-lt.gif) no-repeat left top;}
.homeGreetingLeft img	{margin: 7px;}
.homeGreetingCenter	{padding: 15px 0px;}
.homeGreetingRight		{background: url(../images/ecommerce/bl3-rb.gif) no-repeat right bottom;}
.homeGreetingRight img	{margin: 7px;}

.introBlock {border: 1px solid #D5D5D5;}
.introBlock td {padding: 6px;}

/****** Main Table ******/

/*******************************************************************************/

/****** Menu ******/

.headerMenu {
	position: relative;
	width: 100%;
	margin: 0px 0px 0px 0px;
	}

.headerMenu td#logo  {					/* Background under logo on the site */
	display: none;
	}
.headerMenu td#logo img {				/* Logo on the site */
	}
	
.headerMenu td#logoL {vertical-align: top;}
.headerMenu td#logoL img {				/* Logo on the site (if logo is left)*/
	margin: 20px 20px 5px 30px;
	border: 0px;
	}

.headerMenu td#menu {					/* Text Menu with or without images */
	vertical-align: top;
	width: 100%;
	background: ;
	padding: 40px 15px 0px 15px;
	}
.headerMenu td#menu table {width: 100%; background: url(../images/ecommerce/tmenu-bgr.gif) repeat-x top;}
.headerMenu td#menu td {text-align: center;}

td#menu td.begin {width: 14px; background: url(../images/ecommerce/tmenu-l.gif) no-repeat top;}
td#menu td.begin img.Img {width: 14px; height: 1px;}
td#menu td.end {width: 100%; background: url(../images/ecommerce/tmenu-r.gif) no-repeat right top;}
td#menu td.end img.Img {width: 1px; height: 36px;}

/* Active & Noneactive links in menu */

a.menu:link, a.menu:visited, a.menu:hover, a.menu:active 
{display:block;color: #000; text-decoration: none; font: 12px  Tahoma, Arial, Helvetica, sans-serif; text-transform: uppercase;}
a.menu .nobr {display:block; padding: 11px 15px 10px 15px;} 

a.menuActive:link, a.menuActive:visited, a.menuActive:hover, a.menuActive:active 
{display:block;background: url(../images/ecommerce/tmenu-bgr-a.gif) repeat-x top; color: #fff; text-decoration: none; font: 12px  Tahoma, Arial, Helvetica, sans-serif; text-transform: uppercase;}
a.menuActive .nobr {display:block; padding: 11px 15px 10px 15px;} 

/****** Sub Menu ******/

.subMenuBlock {
	display:none;
	position:absolute;
	border-top: 1px solid #6a9c02; 
	border-left: 1px solid #6a9c02;
	z-index: 2500;
}

a.subMenu {
	width: 150px;
	padding: 6px 20px 6px 10px;
	border-right: 1px solid #6a9c02;
	border-bottom: 1px solid #6a9c02;
	display:block;
	font: 11px tahoma, verdana, sans-serif; 
	color: #0a0509;
	text-decoration:none;
	text-align: left;
	background: #c4fc63;
}

a.subMenu:hover, a.subMenu:active {
	background: #efffd6; 
	color: #6a9c02;
	display:block;
	text-decoration:none;
}

/****** Secondary Menu ******/

table.secondaryMenu 		{width: 100%; background: none !important;}
td#menu td.secondaryBegin img.Img	{width: 1px; height: 20px;}
a.secondaryMenu 			{display:block; font: bold 10px  Tahoma, Arial, Helvetica, sans-serif; padding: 0px 0px 0px 20px; color: #000;}
a.secondaryMenu:hover 		{display:block; font: bold 10px  Tahoma, Arial, Helvetica, sans-serif; padding: 0px 0px 0px 20px; color: #000;}
a.secondaryMenuActive 		{display:block; font: bold 10px  Tahoma, Arial, Helvetica, sans-serif; padding: 0px 0px 0px 20px; color: #000; text-decoration: none;}
a.secondaryMenuActive:hover	{display:block; font: bold 10px  Tahoma, Arial, Helvetica, sans-serif; padding: 0px 0px 0px 20px; color: #000; text-decoration: underline;}
td#menu td.secondaryEnd  	{width: 100%;}
td#menu td.secondaryEnd  img.Img	{width: 1px; height: 20px;}

/****** Menu ******/

.filterPopup {
	display: none;
	position: absolute;
	border: 1px solid #CBC6D6; 
	background-color: #E1E0E6;
	z-index: 2000;
}
.filterPopup a {line-height: 160%;}
.filterPopup a:hover, .filterPopup a:active {}

/*****************************************************************************/

/************* Breadcrumb *******************/

.breadcrumb {border: 0px; margin: 0px 0px 7px 0px; background: #d5d2dd url(../images/ecommerce/bl3-bgr-t.gif) repeat-x top;}

.breadcrumbBegin {
	vertical-align: top;
	width: 14px;
	border: 0px solid #999;
	background: url(../images/ecommerce/bl3-lt.gif) no-repeat left top;
	}
.breadcrumbBegin img {width: 14px; height: 1px;}

.breadcrumbDelimiter {
	width: 100%;
	white-space: normal;
	border: 0px;
	font-size: 8pt;
	padding: 6px 6px 6px 6px;
	background: ;
	}
.breadcrumbDelimiter td {}
.breadcrumbDelimiter b {color: #1584d2; font-size: 9pt;}
.breadcrumbDelimiter a {color: #1584d2; text-decoration: none; font-size: 9pt; font-weight: normal;}
.breadcrumbDelimiter a:hover {color: #1584d2; text-decoration: underline; font-size: 9pt; font-weight: normal;}
.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 {
	color: #1584d2;
	font-size: 9pt;
	margin: 0px 5px;
	}
.breadcrumbDelimiter img {display: none;}
	
.breadcrumbRSS {
	border: 0px;
	padding: 0px 6px;
	background: ;
	}

.breadcrumbEnd {
	vertical-align: bottom;
	width: 14px;
	border: 0px solid #999;
	background: url(../images/ecommerce/bl3-rb-bread.gif) no-repeat right bottom;
	}
.breadcrumbEnd img {width: 14px; height: 1px;}

/************* Breadcrumb *******************/
/*************** Order Pages ****************/
.breadcrumbDelimiter span.nonactive {font-size: 11pt; color: #1584d2; margin-right: 10px;}
.breadcrumbDelimiter span.active {font-size: 11pt; color: #1584d2; margin-right: 10px; font-weight: bold;}
/************* end Order Pages ***************/

/*****************************************************************************/

/************* Fieldset *******************/

/****** Top ******/

.titleTop {margin-top: 0px;}

.titleTopLeft {
	width: 14px;
	border: 0px;
	vertical-align: top;
	background: #d2dbdd url(../images/ecommerce/bl5-bgr-t.gif) repeat-x top;
	}
.titleTopImgLeft {width: 14px; height: 14px; background: url(../images/ecommerce/bl5-lt.gif) no-repeat top;}

.titleTopCenter {						/* Title of block (example: any blocks, articles,...) */
	white-space: normal;
	padding:18px 24px 11px 10px;
	border: 0px;
	background: #d2dbdd url(../images/ecommerce/bl5-bgr-t.gif) repeat-x top;
	}
.titleTopCenter div {
	color: #ffffff;
	font: 13pt Tahoma, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}
.titleTopCenter h1 {
	display: block;
	color: #ffffff;
	font: 13pt Tahoma, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	margin: 0px;
	padding: 0px;
}
.titleTopCenter div b {font-weight: normal;}
.titleTopRight {
	width: 1px;
	border: 0px;
	background: #d2dbdd url(../images/ecommerce/bl5-bgr-t.gif) repeat-x top;
	}
.titleTopImgRight {width: 1px; height: 1px;}

/****** Top ******/

/****** Center ******/

.block {
	border: 0px;
	background: #f1f1f1 url(../images/ecommerce/bl5-bgr-c.gif) repeat-x top;
	}
.blockTD {padding: 0px 10px 15px 10px; background: url(../images/ecommerce/bl5-rb.gif) no-repeat right bottom;}
.menuLeft {padding: 0px 10px 15px 10px; background: url(../images/ecommerce/bl5-rb.gif) no-repeat right bottom;}

/****** Center ******/

/****** Bottom ******/

.titleBot {margin-bottom: 7px;}

.titleBotLeft {
	width: 1px;
	border: 0px;
	}
.titleBotImgLeft {width: 1px; height: 1px;}

.titleBotRight {
	width: 100%;
	text-align: right;
	border: 0px;
	}
.titleBotImgRight {width: 1px; height: 1px;}

/****** Bottom ******/

/************* end Fieldset ***************/

/***************custom blocks in left & right column********************/
.mainTableCellRight .titleTopLeft, .mainTableCellLeft .titleTopLeft {width: 14px; background: #fff0b1 url(../images/ecommerce/bl2-bgr-t.gif) repeat-x top;}
.mainTableCellRight .titleTopImgLeft, .mainTableCellLeft .titleTopImgLeft {width: 14px; height: 14px; background: url(../images/ecommerce/bl2-lt.gif) no-repeat top;}
.mainTableCellRight .titleTopCenter, .mainTableCellLeft .titleTopCenter {background: #fff0b1 url(../images/ecommerce/bl2-bgr-t.gif) repeat-x top;}
.mainTableCellRight .titleTopCenter table, .mainTableCellLeft .titleTopCenter table { width: 100%;}
.mainTableCellRight .titleTopCenter div, .mainTableCellLeft .titleTopCenter div {color: #000;}
.mainTableCellRight .titleTopRight, .mainTableCellLeft .titleTopRight {width: 1px; background: #fff0b1 url(../images/ecommerce/bl2-bgr-t.gif) repeat-x top;}
.mainTableCellRight .titleTopImgRight, .mainTableCellLeft .titleTopImgRight {width: 1px; height: 1px;}
 
.mainTableCellRight .block, .mainTableCellLeft .block {background: #fffede url(../images/ecommerce/bl2-bgr-c.gif) repeat-x top;}
.mainTableCellRight .block .blockTD, .mainTableCellLeft .block .blockTD {background: url(../images/ecommerce/bl2-rb.gif) no-repeat right bottom;}
.mainTableCellRight .block .menuLeft, .mainTableCellLeft .block .menuLeft {background: url(../images/ecommerce/bl2-rb.gif) no-repeat right bottom;}
 
/***************custom blocks in left & right column another color********************/
.block-search .titleTopLeft, .block-currency .titleTopLeft, .block-login .titleTopLeft {width: 14px; background: #b4ddff url(../images/ecommerce/bl4-bgr-t.gif) repeat-x top;}
.block-search .titleTopImgLeft, .block-currency .titleTopImgLeft, .block-login .titleTopImgLeft {width: 14px; height: 14px; background: url(../images/ecommerce/bl4-lt.gif) no-repeat top;}
.block-search .titleTopCenter, .block-currency .titleTopCenter, .block-login .titleTopCenter {background: #b4ddff url(../images/ecommerce/bl4-bgr-t.gif) repeat-x top;}
.block-search .titleTopRight, .block-currency .titleTopRight, .block-login .titleTopRight {width: 1px; background: #b4ddff url(../images/ecommerce/bl4-bgr-t.gif) repeat-x top;}
.block-search .titleTopImgRight, .block-currency .titleTopImgRight, .block-login .titleTopImgRight {width: 1px; height: 1px;}

.block-search .block, .block-login .block, .block-currency .block {background: #def0ff url(../images/ecommerce/bl4-bgr-c.gif) repeat-x top;}
.block-search .block .blockTD, .block-currency .block .blockTD, .block-login .block .blockTD {background: url(../images/ecommerce/bl4-rb.gif) no-repeat right bottom;}
.block-search .block .menuLeft, .block-currency .block .menuLeft, .block-login .block .menuLeft {background: url(../images/ecommerce/bl4-rb.gif) no-repeat right bottom;}

/***************custom blocks in left & right column********************/

/***************custom blocks hot********************/
.block-hot .titleTopLeft {width: 14px; background: #d6d2de url(../images/ecommerce/bl3-bgr-t.gif) repeat-x top;}
.block-hot .titleTopImgLeft {width: 14px; height: 14px; background: url(../images/ecommerce/bl3-lt.gif) no-repeat top;}
.block-hot .titleTopCenter {background: #d6d2de url(../images/ecommerce/bl3-bgr-t.gif) repeat-x top;}
.block-hot .titleTopCenter table { width: 100%;}
.block-hot .titleTopRight {width: 1px; background: #d6d2de url(../images/ecommerce/bl3-bgr-t.gif) repeat-x top;}
.block-hot .titleTopImgRight {width: 1px; height: 1px;}
 
.block-hot .block {background: #f1f1f1 url(../images/ecommerce/bl3-bgr-c.gif) repeat-x top;}
.block-hot .block .blockTD {background: url(../images/ecommerce/bl3-rb.gif) no-repeat right bottom;}
.block-hot .block .menuLeft {background: url(../images/ecommerce/bl3-rb.gif) no-repeat right bottom;}

/**************custom blocks block-offers********************/
.block-offers .titleTopLeft {width: 14px; background: #caaef7 url(../images/ecommerce/bl1-bgr-t.gif) repeat-x top;}
.block-offers .titleTopImgLeft {width: 14px; height: 14px; background: url(../images/ecommerce/bl1-lt.gif) no-repeat top;}
.block-offers .titleTopCenter {background: #caaef7 url(../images/ecommerce/bl1-bgr-t.gif) repeat-x top;}
.block-offers .titleTopCenter table { width: 100%;}
.block-offers .titleTopRight {width: 1px; background: #caaef7 url(../images/ecommerce/bl1-bgr-t.gif) repeat-x top;}
.block-offers .titleTopImgRight {width: 1px; height: 1px;}
 
.block-offers .block {background: #ffe1de url(../images/ecommerce/bl1-bgr-c.gif) repeat-x top;}
.block-offers .block .blockTD {background: url(../images/ecommerce/bl1-rb.gif) no-repeat right bottom;}
.block-offers .block .menuLeft {background: url(../images/ecommerce/bl1-rb.gif) no-repeat right bottom;}

/***************simple blocks********************/
.block-filter .titleTopLeft, 
.block-simple .titleTopLeft, 
.block-banners .titleTopLeft, 
.block-navigation .titleTopLeft  {width: 14px; background: #caaef7 url(../images/ecommerce/bl3-bgr-t.gif) repeat-x top;}
.block-filter .titleTopImgLeft, 
.block-simple .titleTopImgLeft, 
.block-banners .titleTopImgLeft, 
.block-navigation .titleTopImgLeft  {width: 14px; height: 14px; background: url(../images/ecommerce/bl3-lt.gif) no-repeat top;}
.block-filter .titleTopCenter, 
.block-simple .titleTopCenter, 
.block-banners .titleTopCenter, 
.block-navigation .titleTopCenter  {background: #caaef7 url(../images/ecommerce/bl3-bgr-t.gif) repeat-x top;}
.block-filter .titleTopRight, 
.block-simple .titleTopRight, 
.block-banners .titleTopRight, 
.block-navigation .titleTopRight  {width: 1px; background: #caaef7 url(../images/ecommerce/bl3-bgr-t.gif) repeat-x top;}
.block-filter .titleTopImgRight, 
.block-simple .titleTopImgRight, 
.block-banners .titleTopImgRight, 
.block-navigation .titleTopImgRight  {width: 1px; height: 1px;}
 
.block-filter .block, 
.block-simple .block, 
.block-banners .block, 
.block-navigation .block  {background: #eeeeef url(../images/ecommerce/bl3-bgr-b.gif) repeat-x top;}
.block-filter .block .blockTD, 
.block-simple .block .blockTD, 
.block-banners .block .blockTD, 
.block-navigation .block .blockTD {background: url(../images/ecommerce/bl3-rb.gif) no-repeat right bottom;}
.block-filter .block .menuLeft, 
.block-simple .block .menuLeft, 
.block-banners .block .menuLeft, 
.block-navigation .block .menuLeft {background: url(../images/ecommerce/bl3-rb.gif) no-repeat right bottom;}

/************** blocks block-categories-list ********************/
.block-categories-list .titleTopLeft {width: 1px; background: #fff;}
.block-categories-list .titleTopImgLeft {width: 1px; height: 1px; background: ;}
.block-categories-list .titleTopCenter {padding:20px 10px 13px 0px; background: #fff ;}
.block-categories-list .titleTopCenter div {color: #8bdb02;}
.block-categories-list .titleTopRight {width: 1px; background: #fff;}
.block-categories-list .titleTopImgRight {width: 1px; height: 1px;}
 
.block-categories-list .block {background: #fff;}
.block-categories-list .block .blockTD {padding: 0px 0px 5px 0px; background:;}

/*******************************************/
#user-home .titleTopLeft {width: 14px; background: #D2DBDD;}
#user-home .titleTopImgLeft {width: 14px; height: 14px; background: url(../images/ecommerce/bl5-lt-user.gif) no-repeat top;}
#user-home .titleTopCenter {background: #D2DBDD;}
#user-home .titleTopCenter table { width: 100%;}
#user-home .titleTopRight {width: 1px; background: #D2DBDD;}
#user-home .titleTopImgRight {width: 1px; height: 1px;}

/*****************************************************************************/
/************* userHome *******************/
td.userHome {padding: 7px;}
td.userHomeTitle {
	font-size: 10pt;
	white-space: nowrap;
	padding: 0px 10px 0px 10px;
	background: #d2dbdd url(../images/ecommerce/bl5-bgr-t.gif) repeat-x top;
}
td.userHomeTitle b {color: #0000CC;}

div.userHomeBottom {font-weight: normal; border: 1px solid #ff9c00; color: #000; font-size: 9pt; cursor: pointer; background: #ff9c00 url(../images/ecommerce/button.gif) repeat-x top; height: 19px; padding: 0px 3px 2px 3px; margin: 0px;}


div.userHomeBottom a {color: #444444; text-decoration:underline;}
div.userHomeBottom a:hover {color: #444444; text-decoration:none;}

div.mioya {top; height: 100px; width: 100px; padding: 0px 0px 0px 0px; margin: 0px;}
div.mioya2 {top; height: 100px; width: 280px; padding: 0px 0px 0px 0px; margin: 0px;}




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; padding: 0px; margin: 0px; white-space: nowrap;}
a.buttonCart:hover, a.buttonCart:active {font: 12px Arial, Helvetica, sans-serif; padding: 0px; margin: 0px; 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: normal normal normal 12px Arial, Helvetica, sans-serif; white-space: nowrap;}
a.buttonMore:hover, a.buttonMore:active {font: normal normal normal 12px Arial, Helvetica, sans-serif; white-space: nowrap;}

a.buttonMore span 	{}			/* read more... (special offers, etc.) */
a.buttonMore b 		{font-weight: normal;}
a.buttonMore img 		{display:none;}

a.disabled {							/* disadled add to cart */
	color: #999; 
	cursor: pointer; 
	font: bold 14px/20px Arial, Helvetica, sans-serif; padding: 0px 10px 0px 0px;
	text-decoration: none;
}
a.disabled:hover {color: #999; cursor: pointer; text-decoration: none;}
/************* Button Links *******************/

/************* Category *******************/
.topCategory 			{background: transparent; margin: 0px; vertical-align: middle;}
.topCategory img.category_img		{background: url(../images/ecommerce/categ-arrow.gif) no-repeat 0px 0px;  margin: 0px;}
.topCategory a.title {color: #1584d2; text-decoration: underline; font: normal normal normal 11pt Tahoma;}
.topCategory a.title:hover {color: #1584d2; text-decoration: none; font: normal normal normal 11pt Tahoma;}
.selectedtopCategory {background: #8bdb02 url(../images/ecommerce/categ-arrow-right-a.gif) no-repeat right bottom; margin: 0px; padding: 0px 0px 0px 0px; vertical-align: middle;}
.selectedtopCategory img.category_img		{background: #8bdb02 url(../images/ecommerce/categ-arrow-a.gif) no-repeat 0px 0px; margin: 0px;}
.selectedtopCategory a.title {color: #ffffff; text-decoration: none; font: normal normal normal 11pt Tahoma;}
.selectedtopCategory a.title:hover {color: #ffffff; text-decoration: underline; font: normal normal normal 11pt Tahoma;}
        
.subCategory 			{background: transparent; margin: 0px; padding: 3px 0px; vertical-align: middle;}
.subCategory a img 			{margin: 4px 0px 0px 0px;}
.subCategory a.title {color: #1584d2; text-decoration: underline; font: normal normal normal 10pt Tahoma;}
.subCategory a.title:hover {color: #1584d2; text-decoration: none; font: normal normal normal 10pt Tahoma;}
.selectedsubCategory {margin: 0px; padding: 3px 0px; vertical-align: middle;}
.selectedsubCategory img 			{background: #fff;}
.selectedsubCategory a img 			{margin: 4px 0px 0px 0px;}
.selectedsubCategory a.title {color: #8bdb02; text-decoration: none; font: normal normal normal 10pt Tahoma; background: #fff;}
.selectedsubCategory a.title:hover {color: #8bdb02; text-decoration: underline; font: normal normal normal 10pt Tahoma; background: #fff;}
/************* Category *******************/

/************* Latest *******************/
td.topArticle {padding: 3px 3px 3px 0px;}
td.subArticle {padding: 3px 3px 3px 0px;}

a.subArticle {padding-left: 8px; font-size: 11px; background: url(../images/bullet.gif) no-repeat left 3px;}
/************* Latest *******************/

/************* Offers *******************/
.block-offers .block .blockTD a.bigtitle			{font-size: 10pt; color: #1584d2; text-decoration: underline;}
.block-offers .block .blockTD a.bigtitle:hover 	{color: #1584d2; text-decoration: none;}
.offerTitleTop				{display: none;}
.offerTitle					{text-align: left; clear: right; display: block;}
.offerTd 					{text-align: left;}
.offerTd img.offerImg		{float: left; padding:2px;background:#fff;margin: 0px 8px 3px 0px;border:1px solid #9e78ff;filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='#9e78ff', Positive='true');/* top: -20px; position: relative;*/} 
.offerTd div.offerText	{text-align: justify;}
.offerTd a.buttonMore span {display:none;}

/************* Product details like Offers *******************/
.block-products-list .block .blockTD img.productImg, .block-product-details .block .blockTD img.productImg 
{padding:2px;background:#fff;border:1px solid #9e78ff;filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='#9e78ff', Positive='true');} 

/************* Forum *******************/
.forumAdmin 			{color: blue; font-weight: bold; }
.forumUser 				{color: black; font-weight: bold; }
.forumGuest       	{color: black;  font-weight: bold; font-style: italic;}
.forumMessageLeft 	{background: #F1F1F1; border-left:1px solid #D2DBDD; 	border-top:1px solid #D2DBDD; border-bottom:1px solid #D2DBDD; }
.forumMessageRight 	{background: #F1F1F1; border: 1px solid #D2DBDD; }
.forumMessageTop 		{background: #D2DBDD; border-bottom: 1px solid #D2DBDD; }

/************* Categoties (catalogue) *******************/
.block-categories-catalog .blockTD	 			{padding-left: 18px;}
.block-categories-catalog .blockTD img 			{display: ;}
.block-categories-catalog a.bigtitle			{padding: 1px 0px 2px 0px;}
.block-categories-catalog a.bigtitle:hover 		{padding: 1px 0px 2px 0px;}
.block-categories-catalog .smallText				{color: Black;}
.block-categories-catalog a.smallText				{color: Black;}
.block-categories-catalog a.smallText:hover 	{color: Black;}

/************* Hot (news,...) *******************/
.block-hot .blockTD img 				{display: none;}
.block-hot .blockTD .articleDate		{display: none;}
.block-hot .blockTD div 				{padding-left: 20px;}
.block-hot a.bigtitle 					{padding: 2px 0px 3px 20px; background: url(../images/ecommerce/arrow-gw.gif) no-repeat 0px 0px; display: block; position: relative; left: -20px; font-size: 10pt; text-decoration: underline;}
.block-hot a.bigtitle:hover 			{padding: 2px 0px 3px 20px; background: url(../images/ecommerce/arrow-gw.gif) no-repeat 0px 0px; text-decoration: none;}
/*.block-hot div.smalltext {padding-left: 15px;}*/

/*****************************************************************************/

/************* Footer *******************/

.footerAll	{ display: block; height: 54px;}
.footerMenu	{text-align:center; font-size:9pt;position:relative;top:28px; margin: 0px 25%;}
.footerMenu	span {display: none;}
.footerMenu	img.separator		{margin: 0px 5px;}
.footerMenu	a.smallText 		{color: #1584d2; font: 10pt Tahoma, Arial, Helvetica, sans-serif; text-decoration: underline;}
.footerMenu	a.smallText:hover {color: #1584d2; font: 10pt Tahoma, Arial, Helvetica, sans-serif; text-decoration: none;}
.footerHTML	{text-align:center; padding: 10px; float:left;}
.footerHTML font	{font-size:8pt;}
.footerImg	{text-align:right; float:right; padding: 0px 10px 0px 0px;}
.footerImg img		{width: 80px; height: 26px; border:0px; margin-top: 10px;}

/************* Footer *******************/

body			{font: 12px Tahoma, Arial, Helvetica, sans-serif; color: #000000; margin: 0px; padding: 0px;}
body.popup	{ margin: 0px; padding: 0px; background: #fff;}

tr, td		{font: 12px Tahoma, Arial, Helvetica, sans-serif; color: #000000;}

h1, h2		{padding: 0px; margin: 0px;}

.middlebg 			{background: #d2dbdd;}
.mainTableCellLeft .middlebg, .mainTableCellRight .middlebg {background-color: #ffe99e;}
.middlebg td 		{font-weight: bold;}
.usualbg  			{background: transparent;}
.errorbg  			{background: #FFE0E0; border: 1px solid #CC0000; color: #CC0000; padding: 6px;}
.errorbg1  			{font: 13px Tahoma, Arial, Helvetica, sans-serif; color: #FFFFFF; background: transparent;}
.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: 13pt;}
input.usualprice	{background-color: transparent; border: none; text-align: right; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 9pt; }
input.usualprice2	{background-color: transparent; border: none; text-align: right; font-family: Tahoma, Arial, Helvetica, sans-serif; font-weight: bold; color:#000000; font-size: 9pt; }
input.orderprice	{background-color: transparent; border: none; text-align: right; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; }
input.search		{border-top: 1px solid #7f9db9;border-right: 1px solid #bacddf;border-bottom: 1px solid #bacddf;border-left: 1px solid #7f9db9; background: #fff;}
input.text			{border-top: 1px solid #7f9db9;border-right: 1px solid #bacddf;border-bottom: 1px solid #bacddf;border-left: 1px solid #7f9db9; color:#000000; background: #fff;}
input.field			{border-top: 1px solid #7f9db9;border-right: 1px solid #bacddf;border-bottom: 1px solid #bacddf;border-left: 1px solid #7f9db9; background: #fff;}
input.fieldSmall{border-top: 1px solid #7f9db9;border-right: 1px solid #bacddf;border-bottom: 1px solid #bacddf;border-left: 1px solid #7f9db9; background: #fff; font-size: 8pt;}
input.submit		{font-weight: normal; border: 1px solid #ff9c00; color: #000; font-size: 9pt; cursor: pointer; background: #ff9c00 url(../images/ecommerce/button.gif) repeat-x top; height: 19px; padding: 0px 3px 2px 3px; margin: 0px;}
	input#clear		{color: #8A8A8A;}
	input#reset		{color: #8A8A8A;}
	input#preview	{color: #FF6C00;}
	input#cancel	{color: #8A8A8A;}
	input#delete	{color: #8A8A8A;}
select				{border-top: 1px solid #7f9db9;border-right: 1px solid #bacddf;border-bottom: 1px solid #bacddf;border-left: 1px solid #7f9db9; background: #fff;}
select.search		{border-top: 1px solid #7f9db9;border-right: 1px solid #bacddf;border-bottom: 1px solid #bacddf;border-left: 1px solid #7f9db9; background: #fff;}
textarea				{border-top: 1px solid #7f9db9;border-right: 1px solid #bacddf;border-bottom: 1px solid #bacddf;border-left: 1px solid #7f9db9; background: #fff;}

td.submit {}

form { margin: 0px; padding: 0px;}

a.header 			{color: #1584d2; text-decoration: underline; }
a.header:hover		{color: #1584d2; text-decoration: none; }
a.title				{font-size: 10pt; font-weight: bold;  color: #1584d2; text-decoration: underline; }
a.title:hover		{font-size: 10pt; font-weight: bold;  color: #1584d2; text-decoration: none; }
a.top10				{color: #000; text-decoration: none; font-size: 8pt; }
a.top10:hover		{color: #000; text-decoration: underline; }
a.smallText			{color: #1584d2; text-decoration: none; font-size: 8pt; }
a.smallText:hover	{color: #1584d2; text-decoration: underline; font-size: 8pt; }
a						{color: #1584d2; text-decoration: underline; font-size: 9pt; }
a:hover				{color: #1584d2; text-decoration: none; }

.block-content a.top10				{color: #1584d2; text-decoration: none; font-size: 9pt; }
.block-content a.top10:hover		{color: #1584d2; text-decoration: underline; font-size: 9pt; }

.titleText			{color: #1584d2; text-decoration: underline;}
.articleDate	{font-size: 8pt; color: #7BC8FF; font-style: italic; }
.top				{font-size: 8pt; padding: 2 0 2 0;}
.smallText		{font-size: 8pt; }
.middleText		{font-size: 9pt; }
.bigText			{font-size: 10pt; }
.comment			{font-size: 8pt; color: #7777CC;}
.message			{font-size: 9pt; color: #0000CC;}
.title			{font-size: 10pt; font-weight: bold; color: #1584d2;}
.bigtitle		{font-size: 11pt; font-weight: bold; color: #1584d2;}
.error			{font-size: 12pt; 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 #c6d2d6;}
/***/.hDelimiter {background: #c6d2d6; border: 0px;}
/***/.block-offers .vDelimiter {border: 0px;}
/***/.block-offers .hDelimiter {background: none;}
/***/
/***/.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: 2px solid #088A4B; border-bottom: none; background: none; padding: 0px;}
td.tabActive		{border: 2px solid #088A4B; border-bottom: none; background: #088A4B; padding: 0px;}

a.tab				{background: none; color: #088A4B; display: block; font-size: 14px; font-weight: bold; padding: 5px 8px; text-decoration: none;}
a.tab:hover			{background: #088A4B; color: #ffffff; display: block; font-size: 14px; font-weight: bold; padding: 5px 8px; text-decoration: none;}
a.tabActive			{background: #088A4B; color: #ffffff; display: block; font-size: 14px; font-weight: bold; padding: 5px 8px; text-decoration: none;}
a.tabActive:hover	{background: #088A4B; color: #ffffff; display: block; font-size: 14px; font-weight: bold; padding: 5px 8px; text-decoration: none;}
.tabline 			{background: #088A4B;}
/***** Visualisation tubs on product details *****/











/***** Visualisation tubs on UserHome pages *****/
td.blockTDtabs		{background: none;}
td.blockTDtabs table	{width: 100%; margin-bottom: 10px;}
div.adminTab 			{font: 11px Verdana, sans-serif; border: 1px solid #98a0a3; border-bottom: none; padding: 3px 8px 2px 8px; margin: 0px 2px; cursor: pointer; background: none; white-space: nowrap;}
div.adminTabActive 	{font: bold 11px Verdana, sans-serif; border: 1px solid #98a0a3; border-top: 2px solid #98a0a3; border-bottom: none; padding: 5px 9px 5px 9px;; margin: 3px 0px 0px 0px; white-space: nowrap;}
td.adminTab			{border-bottom: 1px solid #98a0a3; vertical-align: bottom;}
td.adminTabActive	{border: none;}
td.beginTab			{padding: 0px 4px; border-bottom: 1px solid #98a0a3;}
td.endTab			{padding: 0px 4px; width: 90%; border-bottom: 1px solid #98a0a3;}
a.blackSm, a.blackSm:hover {text-decoration: none;}
/***** Visualisation tubs on UserHome pages *****/
/***** Prices on the site *****/
.priceBlock {							
	color: #8B0000; 
	font:  bold 25px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}
.priceBlock .price {							
	color: #8B0000; 
	font:  bold 25px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.priceBlock .priceTax {font-weight: normal;}



.priceBlockOld {							
	color: #8B0000; 
	font:  bold 15px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: line-through;;
}
.priceBlockOld .price {							
	color: #8B0000; 
	font:  bold 15px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.priceBlockOld .priceTax {font-weight: normal;}

.priceBlockHidden

{							
	color: #000000; 
	font:  bold 25px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
    display: none;
}

.priceBlockHidden .price {							
	color: #000000; 
	font:  bold 25px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.priceBlockHidden .priceTax {font-weight: normal;}

.priceBlockEdit {							
	color: #000000; 
	font:  bold 25px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.precioverde {							
	color: #000000; 
	font:  bold 25px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.cestaroja2 {							
	color: #8B0000; 
	font:  bold 25px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.cuponrojo {							
	color: #8B0000; 
	font:  bold 14px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.priceBlockEdit input.price {text-align: right; font-weight: bold; width: 60px; font-size: 12px; color: black; border-top: 1px solid #7F9DB9;border-right: 1px solid #BACDDF;border-bottom: 1px solid #BACDDF;border-left: 1px solid #7F9DB9;}

.salesBlock  {							
	color: #000000; 
	font:  bold 25px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
    border: none; background: transparent;

}

.salesPrice {							
	color: #000000; 
	font:  bold 25px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.salesPrice1 {							
	color: #000000; 
	font:  bold 25px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}
.salesTax {font-weight: normal;}



.priceSaveBlock {font-size: 15px; color: blue; 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: #000000; background: #D2DBDD; padding: 6px !important; }
.productsDelimiter 		{background: #c6d2d6; padding: 0px !important;}
.productsDelimiterTop 	{background: #c6d2d6; 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: #EDEEEE; border: 1px solid #C6D2D6;}
.wishlist-img-close	img {margin: 10px 10px 5px 0px;}
.wishlist-descr		{padding: 0px 35px 20px 30px; font-size: 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: -2px; 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 *****/


body {padding:0; margin:0; background:#011A27}
body, td, input{
	font-size:11px;
    font-family:Tahoma;
	color:#B0B0B0;
	line-height:13px;
	vertical-align:top;
	padding:0px;
}

textarea{
	font-size:12px;
    font-family:Tahoma;
	color:#000000;
	line-height:13px;
	vertical-align:top;
	padding:0px;
}

br{font-size:10px}
table{border:0px; border-collapse:collapse;	}

.bg1{width:100%; background-image:url(http://cholloplay.com/store/images/top.gif)}
.bg2{width:100%; background-image:url(http://cholloplay.com/store/images/bg.gif)}
.bg3{width:100%; background-image:url(http://cholloplay.com/store/images/bot.gif)}

.bg4{ background:url(http://cholloplay.com/store/images/top1b.jpg) right }
.bg5{ background-image:url(http://cholloplay.com/store/images/1_bg2.gif)}
.bg5 p{ margin:4px 0 0 0px} 

.bg6{ background-image:url(http://cholloplay.com/store/images/1_bg3.gif)}
.bg7{ background-image:url(http://cholloplay.com/store/images/li.gif)}
.bg8{ background-image:url(http://cholloplay.com/store/images/1_li.gif)}
.bg9{ background:url(http://cholloplay.com/store/images/1_bg4.gif) no-repeat right}

.bg10{ background:url(http://cholloplay.com/store/images/1_li1.gif) no-repeat top left}
.bg10b{ background:url(http://cholloplay.com/store/images/1_li2.jpg) no-repeat top left}
.bg10c{ background:url(http://cholloplay.com/store/images/1_li1b.gif) no-repeat top left}
.bg11{ background:url(http://cholloplay.com/store/images/1_li2.gif) no-repeat bottom left}
.bg11b{ background:url(http://cholloplay.com/store/images/1_li2b.jpg) no-repeat bottom left}
.bg12{ background:url(http://cholloplay.com/store/images/1_li3.gif)}
.bg13{ background:url(http://cholloplay.com/store/images/1_li4.gif) repeat-x top left #F4F4F4}


.bg510{ background:url(http://cholloplay.com/store/images/5_li1.jpg) no-repeat top left}
.bg511{ background:url(http://cholloplay.com/store/images/5_li2.jpg) no-repeat bottom left}
.bg512{ background:url(http://cholloplay.com/store/images/5_li3.jpg)}



.bg110{ background:url(http://cholloplay.com/store/images/3_li1.gif) no-repeat top left}
.bg110b{ background:url(http://cholloplay.com/store/images/3_li2.jpg) no-repeat top left}

.bg110c{ background:url(http://cholloplay.com/store/images/3_li1b.gif) no-repeat top left}

.bg111{ background:url(http://cholloplay.com/store/images/3_li2.gif) no-repeat bottom left}
.bg111b{ background:url(http://cholloplay.com/store/images/3_li2b.jpg) no-repeat bottom left}
.bg112{ background:url(http://cholloplay.com/store/images/3_li3.gif)}
.bg113{ background:url(http://cholloplay.com/store/images/3_li4.gif) repeat-x top left #F4F4F4}





.bg10z{ background:url(http://cholloplay.com/store/images/1_li1z8.jpg) no-repeat top left}
.bg10zb{ background:url(http://cholloplay.com/store/images/1_li2z.jpg) no-repeat top left}
.bg10zc{ background:url(http://cholloplay.com/store/images/1_li1zb.gif) no-repeat top left}
.bg11z{ background:url(http://cholloplay.com/store/images/1_li2z8.jpg) no-repeat bottom left}
.bg11zb{ background:url(http://cholloplay.com/store/images/1_li2bz.jpg) no-repeat bottom left}
.bg12z{ background:url(http://cholloplay.com/store/images/lineaaa.jpg)}
.bg13z{ background:url(http://cholloplay.com/store/images/1_li4z.gif) repeat-x top left}


.pic{ margin:6px 0 5px 0px; display:block}
.pic1{ margin:9px 0 0px 0px; display:block}


.jamp1{ width:119px; height:18px; color:#464646; font-size:10px; padding-left:2px; font-family:Tahoma;}
.jamp2{ width:159px; height:18px; color:#464646; font-size:10px; padding-left:2px; font-family:Tahoma;}
  

a{color:#FFFFFF; text-decoration:underline} 
a:hover{text-decoration:none}

b a{color:#153392; text-decoration:underline} 
b a:hover{text-decoration:none}

ul{margin:0; padding:0 0 0 10px; list-style:none}
li{background:url(http://cholloplay.com/store/images/bg_list1.gif)  repeat-x; bottom left  margin:0px}
li a{background:url(http://cholloplay.com/store/images/bg_list.gif)  center left no-repeat; color:#FFE534; font-weight:bold; text-decoration:none; padding-left:14px; line-height:21px }
li a:hover{color:#ffffff; text-decoration:none}
 

.set ul{margin:0; padding:0 0 0 10px; list-style:none}
.set li{background:url(http://cholloplay.com/store/images/bg_list3.gif)  bottom left no-repeat; margin:0px}
.set li a{background:url(http://cholloplay.com/store/images/bg_list2.gif)  center left no-repeat; color:#FFE534; font-weight:normal; text-decoration:none; padding-left:10px; line-height:21px; font-size:11px }
.set li a:hover{color:#ffffff; text-decoration:none}
.set p{ margin:5px 0 0 0px} 

.set1{ color:#6BA3AE; font-size:9px; line-height:10px}


.catemio1{background:url(http://cholloplay.com/store/images/bg_list1.gif) bottom left no-repeat; margin:5px}




.product td         {color:#698B8E; font-size:9px; line-height:12px}
.product a		    {color:#153392; font-size:11px; text-decoration:none; font-weight:bold}
.product a:hover	{color:#153392;text-decoration:underline;}
.product span       {color:#3F4143; font-size:11px;}
.product b	 		{color:#E23310; font-size:12px; }
.product span	 	{color:#8E1214; font-size:16px;}

.product div a		    {color:#698B8E; font-size:9px; font-weight:normal;text-decoration:underline; text-transform:none;}
.product div a:hover	{color:#698B8E;text-decoration:none;}

.product div b a		    {color:#153392; font-size:11px; text-decoration:none; font-weight:bold}
.product div b a:hover	{color:#153392;text-decoration:underline;}
 

.header p{ margin:5px 0 0 0px} 
.header div{ margin:39px 0 0 0px} 

.footer{color:#255D6D; text-align:center } 
.footer a {color:#2F9CB7; text-decoration:underline; font-family:Verdana; font-size:11px } 
.footer a:hover {color:#2F9CB7; text-decoration:none } 
.footer span a {color:#255D6D; text-decoration:none; font-family:Tahoma; } 
.footer span a:hover {color:#255D6D; text-decoration:underline } 
.footer span { color:#2F9CB7}

.more{background:url(http://cholloplay.com/store/images/bg_list.gif)  center left no-repeat; color:#FFE534; font-weight:bold; text-decoration:none; padding-left:14px; margin-left:10px}
.more1{background:url(http://cholloplay.com/store/images/bg_list2.gif)  center left no-repeat; color:#FFE534; font-weight:normal; text-decoration:none; padding-left:10px; margin-left:10px}

#input{
 width:140px; height:25px; 
 color:#000000; font-size:11px; font-family:tahoma;
   padding-top:3px;
   padding-left:5px
}
#input1{
   padding-left:0px;
   width:36px; height:34px;
   border:0px;
   margin:22px 0 0 0px;
}
.botonadd {							
	color: #ffffff; 
	font: bold 11px Arial, Helvetica, sans-serif; padding: 0px 10px 0px 0px;
	text-decoration: none;
}


.botonadd1 {							
	color: #ffffff; 
	font: bold 15px Arial, Helvetica, sans-serif; padding: 0px 10px 0px 0px;
	text-decoration: none;
}

.subcate {							
	color: #ffffff; 
	font: bold 11px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}


.navepeq {							
	color: #ffffff; 
	font: bold 13px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}


.navepeq2 {							
	color: #1584d2; 
	font: bold 13px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}


.navegran {							
	color: #ff8040; 
	font: bold 25px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}


.cesta1 {							
	color: #000000; 
	font: bold 13px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.cesta1b {							
	color: #000000; 
	font: bold 12px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.cesta9 {							
	color: #FFFFFF; 
	font: bold 14px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}


.cesta22 {							
	color: #1584d2; 
	font: bold 14px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}


.cesta222 {							
	color: #1584d2; 
	font: bold 20px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.cesta90 {							
	color: #000000; 
	font:  9px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}


.cesta2 {							
	color: #000000; 
	font: 12px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}


.cestaimeinegro {							
	color: #000000; 
	font: bold 13px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}


.cestaimeirojo {							
	color: #8B0000; 
	font: bold 13px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.cestaimeiverde {							
	color: #006400; 
	font: bold 13px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.cesta2mio {							
	color: #FFFFFF; 
	font: 12px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.cesta2b {							
	color: #000000; 
	font: 11px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.cesta3 {							
	color: #191970; 
	font: bold 13px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.cestafound {							
	color: #1584d2; 
	font: bold 13px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.cestaresp {							
	color: #1584d2; 
	font: bold 13px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.cestarojo {							
	color: #1584d2; 
	font: bold 12px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}
.cesta4 {							
	color: #006400; 
	font: bold 14px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: underline;
}

.cesta44 {							
	color: #006400; 
	font: bold 14px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.cesta4b {							
	color: #006400; 
	font: bold 14px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}


.cestarotulo {							
	color: #2E2EFE; 
	font: bold 16px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.cestareco {							
	color: #1584d2; 
	font: bold 14px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.rotulohomepuntos {							
	color: #FFFFFF; 
	font: bold 14px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}


.linkpedidos {							
	color: #1584d2; 
	font: bold 12px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}


.cestaya {							
	color: #006400; 
	font: bold 15px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: underline;
}


.cestaya5 {							
	color: #2E8B57; 
	font: bold 15px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: underline;
}

.cestaya1 {							
	color: #006400; 
	font: bold 15px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}
.tabcolor1 {							
	color: #000000; 
	font: bold 13px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}


.textodes {							
	color: #000000; 
	font:  12px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.textodes1 {							
	color: #000000; 
	font:  bold 12px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.rotuloprod {							
	color: #2E2EFE; 
	font:  bold 13px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}


.destacado {							
	color: #000000; 
	font:  12px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}


.preciogrande {							
	color: #8B0000; 
	font:  bold 25px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.infogastos {							
	color: #008000; 
	font:  bold 18px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.cerrarlink {							
	color: #8B0000; 
	font:  bold 12px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.textoescribir {							
	color: #8B0000; 
	font:  bold 13px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.preciopuntos {							
	color: #808080; 
	font:  bold 12px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.nuevoprecio {							
	color: #FFFFFF; 
	font:  bold 13px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.nuevoprecio1 {							
	color: #FFFFFF; 
	font:  bold 11px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.nuevoprecio2 {							
	color: #000000; 
	font:  bold 11px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.preciorebajado {							
	color: #000000; 
	font:  bold 25px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.preciorebajado1 {							
	color: #000000; 
	font:  bold 20px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.prodrelacionados {							
	color: #1584d2; 
	font:  bold 12px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.prodrelacionados1 {							
	color: #1584d2; 
	font:  bold 12px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.ofertasindex {							
	color: #1584d2; 
	font:  bold 14px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.preciorelpeq {							
	color:  #8B0000; 
	font:  bold 13px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.preciorelpeq2 {							
	color:  #8B0000; 
	font:  bold 13px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.rotuloblanco {							
	color:  #FFFFFF; 
	font:  bold 13px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.micuenta {							
	color:  #FFFFFF; 
	font:  bold 12px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.rotuloblanco1 {							
	color: #1584d2; 
	font:  12px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.bigtitle1 {							
	color: #1584d2; 
	font:  bold 14px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.ultimanoticia {							
	color: #A9A9A9; 
	font:   12px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.small2 {							
	color: #FFD700; 
	font:   bold 10px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.pricem1 {							
	color: #8B0000; 
	font:  bold 12px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}
.puntosenpedido {							
	color: #8B0000; 
	font:  bold 13px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.matrixmen {							
	color: #000000; 
	font:  bold 10px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px;
	text-decoration: none;
}