﻿/* reset  styles */

html, div, span, iframe, p, font, ol, ul, li,
fieldset, form, label, legend, table, tbody, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font: 11px Verdana, Helvetica, sans-serif; 
	color: #494949;
	vertical-align: top;
}
:focus {
	outline: 0px;
}
ol, ul {
	list-style: none;
}

h1, h2, h3, h4, h5, h6	{color: #000; font: bold 15px Arial, Helvetica, sans-serif; margin: 0px; padding: 0px;}

a img, a:hover img	{border: none;}
p	{padding: 7px 0px;}
div.clear	{height: 0px; font-size: 0px; line-height: 0px; clear: both;}
hr	{display: none;}
form { margin: 0px; padding: 0px;}
/* end  reset  styles */

/****** Main Table ******/
.basicTable 	{width: 100%; margin-top: 18px; border: 10px solid #fff;}

.mainTable {width: 100%; background: #DBDBDB; border-top: 1px solid #fff;}
.mainTable75 {width: 100%; background: #DBDBDB; border-top: 1px solid #fff;}
.mainTable50 {width: 100%; background: #DBDBDB; border-top: 1px solid #fff;}

.mainTableCellLeft 		{padding: 10px 10px 20px 10px; vertical-align: top;}
.mainTableCellCenter 	{padding: 10px 10px 20px 10px; vertical-align: top;}
.mainTableCellRight 	{padding: 10px 10px 20px 10px; vertical-align: top;}

.homeGreeting 		{padding: 4px 10px 4px 10px; vertical-align: top;}
.homeGreetingTable	{width: 100%;}
.homeGreetingLeft	{}
.homeGreetingLeft img	{}
.homeGreetingCenter 		{padding: 10px 0px; width: 100%;}
.homeGreetingRight	{}
.homeGreetingRight img	{}

.introBlock {border: 0px solid #D5D5D5;}
.introBlock td {padding: 6px;}

/****** Main Table ******/

/*******************************************************************************/

/****** Menu ******/

.headerMenu {
	position: relative;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #fff url(../images/fruit/headerBg.gif) repeat-x top left;
	}

.headerMenu td#logo  {					/* Background under logo on the site */
	background: url(../images/mwslogo_store.gif)  no-repeat left;
	vertical-align: top;
	}
.headerMenu td#logo img {				/* Logo on the site */
	margin: 40px 20px 50px 20px;
	border: 0px;
	}
	
.headerMenu td#logoL {display: none;}
.headerMenu td#logoL img {				/* Logo on the site (if logo is left)*/
	margin: 40px 22px 0px 22px;
	border: 0px;
	display: none;
	}

.headerMenu td#menu {					/* Text Menu with or without images */
	width: 100%;
	padding: 0px 0px 0px 0px;
	vertical-align: bottom;
	}
.headerMenu td#menu img.Img {width: 0px; height: 0px;}
.headerMenu td#menu table {width: 100%; border-bottom: 6px solid #CDCDCD;}
.headerMenu td#menu td {text-align: center;}
.headerMenu td#menu td.begin	{width: 10%; height: 1px;}
.headerMenu td#menu td.begin img	{width: 1px; height: 1px;}
.headerMenu td#menu td.end	{width: 30%;}
.headerMenu td#menu td.end img	{width: 1px; height: 1px;}

/* Active & Noneactive links in menu */

a.menu:link, a.menu:visited {color: #fff; text-decoration: none; font: 14px/16px Verdana, Arial, Helvetica, sans-serif; white-space: nowrap; display: block;}
a.menu:hover, a.menu:active {color: #fff; text-decoration: none; font: 14px/16px Verdana, Arial, Helvetica, sans-serif; white-space: nowrap; display: block;}
a.menuActive:link, a.menuActive:visited {color: #A50000; text-decoration: none; font: 14px/16px Verdana, Arial, Helvetica, sans-serif; white-space: nowrap; display: block; background: url(../images/fruit/menuRight.gif) no-repeat center right;}
a.menuActive:hover, a.menuActive:active {color: #A50000; text-decoration: none; font: 14px/16px Verdana, Arial, Helvetica, sans-serif; white-space: nowrap; display: block; background: url(../images/fruit/menuRight.gif) no-repeat center right;}

a.menu span {color: #fff; text-decoration: none; font: 14px/16px Verdana, Arial, Helvetica, sans-serif; white-space: nowrap; display: block; cursor: pointer; padding: 8px 10px 7px 10px;}
a.menu:hover span {color: #fff; text-decoration: underline; font: 14px/16px Verdana, Arial, Helvetica, sans-serif; white-space: nowrap; display: block; cursor: pointer; padding: 8px 10px 7px 10px;}
a.menuActive span {color: #A50000; text-decoration: none; font: 14px/16px Verdana, Arial, Helvetica, sans-serif; white-space: nowrap; display: block; cursor: pointer; padding: 8px 10px 7px 10px; background: url(../images/fruit/menuLeft.gif) no-repeat center left;}
a.menuActive:hover span {color: #A50000; text-decoration: none; font: 14px/16px Verdana, Arial, Helvetica, sans-serif; white-space: nowrap; display: block; cursor: pointer; padding: 8px 10px 7px 10px; background: url(../images/fruit/menuLeft.gif) no-repeat center left;}

/****** Sub Menu ******/

.subMenuBlock {
	display:none;
	position:absolute;
	border-top: 1px solid #fff; 
	border-left: 1px solid #fff;
	z-index: 2500;
}

a.subMenu {
	width: 150px;
	padding: 6px 20px 6px 10px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: block;
	font: 12px Arial, sans-serif; 
	color: #BA500C;
	text-decoration:none;
	text-align: left;
	background: #CECECE url(../images/fruit/subMenu.gif) repeat-x top left;
}

a.subMenu:hover, a.subMenu:active {
	background: #CECECE url(../images/fruit/subMenu.gif) repeat-x top left; 
	font: 12px Arial, sans-serif; 
	color: #BA500C;
	display: block;
	text-decoration: underline;
}

/****** Secondary Menu ******/

table.secondaryMenu 		{width: 100%;}
td#menu td.secondaryBegin	{width: 1px; height: 1px; display: none;}
a.secondaryMenu 			{color: #666666; text-decoration: none; font: 14px/16px Arial, Helvetica, sans-serif; white-space: nowrap; display: block;}
a.secondaryMenu:hover 		{color: #666666; text-decoration: none; font: 14px/16px Arial, Helvetica, sans-serif; white-space: nowrap; display: block;}
a.secondaryMenuActive 		{color: #666666; text-decoration: none; font: 14px/16px Arial, Helvetica, sans-serif; white-space: nowrap; display: block;}
a.secondaryMenuActive:hover	{color: #666666; text-decoration: none; font: 14px/16px Arial, Helvetica, sans-serif; white-space: nowrap; display: block;}
td#menu td.secondaryEnd  	{width: 100%;}
td#menu td.secondaryEnd  img.Img	{width: 1px; height: 1px;}

a.secondaryMenu span {color: #666666; font: 14px/16px Arial, Helvetica, sans-serif; text-decoration: none; font: bold 12px/14px Verdana, Arial, Helvetica, sans-serif; white-space: nowrap; display: block; padding: 8px;}
a.secondaryMenu:hover span {color: #666666; font: 14px/16px Arial, Helvetica, sans-serif; text-decoration: underline; font: bold 12px/14px Verdana, Arial, Helvetica, sans-serif; white-space: nowrap; display: block; padding: 8px;}
a.secondaryMenuActive span {color: #666666; font: 14px/16px Arial, Helvetica, sans-serif; text-decoration: none; white-space: nowrap; display: block; padding: 8px;}
a.secondaryMenuActive:hover span {color: #666666; font: 14px/16px Arial, Helvetica, sans-serif; text-decoration: none; white-space: nowrap; display: block; padding: 8px;}

/****** Menu ******/

.filterPopup {
	display: none;
	position: absolute;
	border: 1px solid #666666; 
	background-color: #fff;
	z-index: 2000;
	padding: 0px 3px;
}
.filterPopup a {line-height: 160%;}
.filterPopup a:hover {line-height: 160%;}
.block-filter .padding10px div	{padding-bottom: 3px;}
.block-filter .padding10px div a img	{margin-top: 3px;}

/*****************************************************************************/

/************* Breadcrumb *******************/

.breadcrumb {border: 0px solid #D5D5D5; margin: 0px 0px 10px 0px;}

.breadcrumbBegin {display: none;}
.breadcrumbBegin img {width: 1px; height: 1px;}

.breadcrumbDelimiter {
	width: 100%;
	white-space: normal;
	font-size: 11px;
	}
.breadcrumbDelimiter td {}
.breadcrumbDelimiter b {color: #5F514E; font-size: 11px;}
.breadcrumbDelimiter a {color: #5F514E; text-decoration: none; font-size: 11px; font-weight: normal;}
.breadcrumbDelimiter a:hover {color: #5F514E; text-decoration: underline; font-size: 11px; font-weight: normal;}
.breadcrumbDelimiter a.treeItemLast {font-weight: bold; text-decoration: none; cursor: text; color: #666666;}
.breadcrumbDelimiter a.treeItemLast:hover {font-weight: bold; text-decoration: none; cursor: text; color: #666666;}
.breadcrumbDelimiter span {
	color: #5F514E;
	font-size: 11px;
	}
.breadcrumbDelimiter img {display: none;}
	
.breadcrumbRSS {}

.breadcrumbEnd {display: none;}
.breadcrumbEnd img {width: 1px; height: 1px;}

/************* Breadcrumb *******************/
/*************** Order Pages ****************/
.breadcrumbDelimiter span.nonactive {font-size: 11px; color: #5F514E; margin-right: 10px;}
.breadcrumbDelimiter span.active {font-size: 11px; color: #666666; margin-right: 10px; font-weight: bold;}
/****************** end Order Pages ***********************************/

/*****************************************************************************/

/************* Fieldset *******************/

/****** Top ******/
.titleTop {margin-top: 0px; background: #E8E9EA url(../images/fruit/titleTC.gif) repeat-x top left;}

.titleTopLeft {width: 22px; background: url(../images/fruit/titleTL.gif) no-repeat top left;}
.titleTopImgLeft {width: 22px;}

.titleTopCenter {padding: 10px 8px 10px 8px; vertical-align: middle;}
.titleTopCenter div {color: #BA500C; font: bold 14px/18px Verdana, Helvetica, sans-serif;}
.titleTopCenter h1 {color: #BA500C; font: bold 14px/18px Verdana, Helvetica, sans-serif;}
.titleTopCenter div b {font-weight:;}
.titleTopRight {width: 22px; background: url(../images/fruit/titleTR.gif) no-repeat top right;}
.titleTopImgRight {width: 22px;}
/****** Top ******/

/****** Center ******/
.block {}
.blockTD {padding: 0px 10px; background: #fff;}
.menuLeft {padding: 0px 10px; background: #fff;}
/****** Center ******/

/****** Bottom ******/
.titleBot {margin-bottom: 10px;}

.titleBotLeft {width: 5px; height: 5px; background: url(../images/fruit/titleBL.gif) no-repeat top left;}
.titleBotImgLeft {width: 5px; height: 5px;}

.titleBotRight {width: 100%; text-align: right; background: #fff;}
.titleBotImgRight {width: 5px; height: 5px; background: url(../images/fruit/titleBR.gif) no-repeat top right;}
/****** Bottom ******/

.block-filter .titleTopRight, .block-simple .titleTopRight, .block-banners .titleTopRight, .block-navigation .titleTopRight
 {width: 100%;}
.block-filter .titleTopImgLeft, .block-simple .titleTopImgLeft, .block-banners .titleTopImgLeft, .block-navigation .titleTopImgLeft 
 {width: 22px; height: 28px;}
.block-filter .titleTopImgRight, .block-simple .titleTopImgRight, .block-banners .titleTopImgRight, .block-navigation .titleTopImgRight
 {width: 22px; height: 28px;}

/*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 ***************/

/*****************************************************************************/
/************* userHome *******************/
td.userHome {padding: 7px;}
td.userHomeTitle {
	font-size: 12px;
	white-space: nowrap;
	background: url(../images/womenshop/pinkTC.gif) repeat-x top left;
}
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: none; color: #E96A03;}	/* '|' between button */

a.button:link, a.button:visited {font: 12px/15px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px; white-space: nowrap; display: inline-block; text-decoration: none; color: #BA500C; background:  url(../images/fruit/inputRight.gif) no-repeat 100% 50%; margin-left: 7px; margin-bottom: 5px;}
a.button:hover, a.button:active {font: 12px/15px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px; white-space: nowrap; display: inline-block; text-decoration: none; color: #BA500C; background:  url(../images/fruit/inputRight.gif) no-repeat 100% 50%; margin-left: 7px; margin-bottom: 5px;}

a.button span 	{font: 12px/15px Arial, Helvetica, sans-serif; padding: 3px 3px 3px 10px; white-space: nowrap; display: inline-block; cursor: pointer; color: #BA500C; background: url(../images/fruit/inputLeft.gif) no-repeat 0% 50%; position: relative; left: -7px;}
a.button:hover span 	{font: 12px/15px Arial, Helvetica, sans-serif; padding: 3px 3px 3px 10px; white-space: nowrap; display: inline-block; cursor: pointer; color: #BA500C; background: url(../images/fruit/inputLeft.gif) no-repeat 0% 50%; position: relative; left: -7px;}
a.button img 	{display: none;}

a.button-add span, a.button-add:hover 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: 12px/15px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px; white-space: nowrap; display: inline-block; text-decoration: none; color: #BA500C; background:  url(../images/fruit/inputRight.gif) no-repeat 100% 50%; margin-left: 7px; margin-bottom: 5px;}
a.buttonBasket:hover, a.buttonBasket:active {font: 12px/15px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px; white-space: nowrap; display: inline-block; text-decoration: none; color: #BA500C; background:  url(../images/fruit/inputRight.gif) no-repeat 100% 50%; margin-left: 7px; margin-bottom: 5px;}

a.buttonBasket span 	{font: 12px/15px Arial, Helvetica, sans-serif; padding: 3px 3px 3px 10px; white-space: nowrap; display: inline-block; cursor: pointer; color: #BA500C; background: url(../images/fruit/inputLeft.gif) no-repeat 0% 50%; position: relative; left: -7px;}
a.buttonBasket:hover span 	{font: 12px/15px Arial, Helvetica, sans-serif; padding: 3px 3px 3px 10px; white-space: nowrap; display: inline-block; cursor: pointer; color: #BA500C; background: url(../images/fruit/inputLeft.gif) no-repeat 0% 50%; position: relative; left: -7px;}
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/15px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px; white-space: nowrap; display: inline-block; text-decoration: none; color: #BA500C; background:  url(../images/fruit/inputRight.gif) no-repeat 100% 50%; margin-left: 7px; margin-bottom: 5px;}
a.buttonCart:hover, a.buttonCart:active {font: 12px/15px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px; white-space: nowrap; display: inline-block; text-decoration: none; color: #BA500C; background:  url(../images/fruit/inputRight.gif) no-repeat 100% 50%; margin-left: 7px; margin-bottom: 5px;}

a.buttonCart span 	{font: 12px/15px Arial, Helvetica, sans-serif; padding: 3px 3px 3px 10px; white-space: nowrap; display: inline-block; cursor: pointer; color: #BA500C; background: url(../images/fruit/inputLeft.gif) no-repeat 0% 50%; position: relative; left: -7px;}
a.buttonCart:hover span 	{font: 12px/15px Arial, Helvetica, sans-serif; padding: 3px 3px 3px 10px; white-space: nowrap; display: inline-block; cursor: pointer; color: #BA500C; background: url(../images/fruit/inputLeft.gif) no-repeat 0% 50%; position: relative; left: -7px;}
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	{color: #2CA100; text-decoration: none !important; font: 12px 'Trebuchet MS', Arial, Helvetica, sans-serif;}
a.buttonMore:hover	{color: #2CA100; text-decoration: none !important; font: 12px 'Trebuchet MS', Arial, Helvetica, sans-serif;}

a.buttonMore span 	{color: #2CA100; text-decoration: underline; font: 12px 'Trebuchet MS', Arial, Helvetica, sans-serif;}	
a.buttonMore:hover span 	{color: #2CA100; text-decoration: none; font: 12px 'Trebuchet MS', Arial, Helvetica, sans-serif;}
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 			{margin: 0px; padding: 4px 0px;}
.selectedtopCategory 	{margin: 0px; padding: 4px 0px;}
.topCategory a.title	{font: 12px Verdana, Helvetica, sans-serif; color: #494949; text-decoration: none;}
.topCategory a.title:hover	{font: 12px Verdana, Helvetica, sans-serif; color: #494949; text-decoration: underline;}
.selectedtopCategory  a.title	{font: bold 12px Verdana, Helvetica, sans-serif; color: #BA500C; text-decoration: none;}
.selectedtopCategory a.title:hover	{font: bold 12px Verdana, Helvetica, sans-serif; color: #BA500C; text-decoration: underline;}
        
.subCategory 			{margin: 0px; padding: 3px 0px 3px 6px;}
.selectedsubCategory 	{margin: 0px; padding: 3px 0px 3px 6px;}
.subCategory a.title	{font: 11px Verdana, Helvetica, sans-serif; color: #2CA100; text-decoration: none;}
.subCategory a.title:hover	{font: 11px Verdana, Helvetica, sans-serif; color: #2CA100; text-decoration: underline;}
.selectedsubCategory a.title	{font: bold 11px Verdana, Helvetica, sans-serif; color: #2CA100; text-decoration: none;}
.selectedsubCategory a.title:hover	{font: bold 11px Verdana, Helvetica, sans-serif; color: #2CA100; text-decoration: underline;}

.topCategory .category_img, .subCategory .category_img, .selectedtopCategory .category_img, .selectedsubCategory .category_img {margin: 5px 5px 0px 0px;}
/************* 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: bold 14px Arial, Helvetica, sans-serif; color: #E96A03; text-decoration: none; text-transform: uppercase;}
.block-offers .block .blockTD a.bigtitle:hover 	{font: bold 14px Arial, Helvetica, sans-serif; color: #E96A03; text-decoration: underline; text-transform: uppercase;}
.offerTitleTop				{display: none;}
.offerTitle					{text-align: left; clear: right; display: block; margin: 0px; padding: 0px;}
.offerTd 					{text-align: left;}
.offerTd img.offerImg		{float: left; margin: 0px 10px 3px 0px;} 
.offerTd div.offerText	{text-align: justify; padding-top: 5px;}
.offerTd a.buttonMore span {}


.block-products-list .block .blockTD img.productImg, .block-product-details .block .blockTD img.productImg 
{margin-right: 10px; margin-bottom: 10px;} 


/************* Forum *******************/
.forumAdmin 		{color: #C657FA; font-weight: bold;}
.forumUser 			{color: #999; font-weight: bold;}
.forumGuest       	{color: black;  font-weight: bold; font-style: italic;}
.forumMessageLeft 	{background: #fff; border-left:1px solid #DBDBDB; border-top:1px solid #DBDBDB; border-bottom:1px solid #DBDBDB; padding: 5px;}
.forumMessageRight 	{background: #fff; border-left:1px solid #DBDBDB; border-right:1px solid #DBDBDB; border-bottom:1px solid #DBDBDB;}
.forumMessageRight .usualbg	{padding: 5px;}
.forumMessageTop 		{background: #FFCB01 url(../images/fruit/thirdTC.gif) repeat-x bottom left; height: 27px; border-bottom: 0px solid #DBDBDB; border-top: 0px solid #DBDBDB; padding-top: 5px; padding-left: 5px; }
.forumMessageTop .articleDate 	{color: #fff;}

/************* Categoties (catalogue) *******************/
.block-categories-catalog .blockTD	 			{padding-left: 18px;}
.block-categories-catalog .blockTD img 		{margin-right: 5px;}
.block-categories-catalog a.bigtitle			{}
.block-categories-catalog a.bigtitle:hover 	{}
.block-categories-catalog div.smallText	{margin-bottom: 6px;}

/************* Hot (news,...) *******************/
.block-hot .blockTD img 				{display: none;}
.block-hot .blockTD .articleDate		{display: none;}
.block-hot .blockTD div 				{}
.block-hot a.bigtitle 					{}
.block-hot a.bigtitle:hover 			{}
/*.block-hot div.smalltext {padding-left: 15px;}*/

/*****************************************************************************/

/************* Footer *******************/
.footerAll	{background: #878787; padding-bottom: 30px;}
.footerMenu	a.smallText	{font: 12px Arial, Helvetica, sans-serif; color: #fff; text-decoration: none; margin: 0px 7px 0px 7px;}
.footerMenu	a.smallText:hover	{font: 12px Arial, Helvetica, sans-serif; color: #fff; text-decoration: underline; margin: 0px 7px 0px 7px;}
.footerMenu	{text-align:center; font-size: 11px; padding-top: 22px; padding-bottom: 10px;}
.footerMenu	span {padding: 0px 0px 0px 0px; font: 12px Arial, Helvetica, sans-serif; color: #fff;}
.footerHTML	{text-align:center; padding: 5px 10px 0px 10px;}
.footerHTML font	{font: 11px Arial, Helvetica, sans-serif; color: #fff;}
.footerImg	{text-align:right; padding: 0px 10px 0px 0px; display: none;}
.footerImg img		{width: 80px; height: 26px; border: 0px;}

/************* Footer *******************/

body		{font: 11px Verdana, Helvetica, sans-serif; color: #494949; margin: 0px; padding: 0px 10px; background: #F2F2F2;}
body.popup	{font: 11px Verdana, Helvetica, sans-serif; color: #494949; margin: 0px; padding: 14px; background: #F2F2F2;}

tr, td		{font: 11px Verdana, Helvetica, sans-serif; color: #494949;}

.middlebg 			{background: ;}
.middlebg td 		{font-weight:;}
.usualbg  			{background: ;}
.errorbg  			{background: #FFE0E0; border: 1px solid #CC0000; color: #CC0000; padding: 6px;}
.popup .errorbg		{padding: 4px;}
.messagebg  		{color: #E96A03; 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: 12px/16px Arial, Helvetica, sans-serif; color: #000;}
input.usualprice	{background-color: transparent; border: none; text-align: right; font: 12px/16px Arial, Helvetica, sans-serif; color: #000;}
input.orderprice	{background-color: transparent; border: none; text-align: right; font: 12px/16px Arial, Helvetica, sans-serif; color: #000; color: #000; font-weight: bold; }
input.search		{border: 1px solid #C8C8C8; background: #fff; font: 12px/16px Arial, Helvetica, sans-serif; color: #000;}
input.text			{border: 1px solid #C8C8C8; background: #fff; font: 12px/16px Arial, Helvetica, sans-serif; color: #000;}
input.field			{border: 1px solid #C8C8C8; background: #fff; font: 12px/16px Arial, Helvetica, sans-serif; color: #000;}
input.fieldSmall	{border: 1px solid #C8C8C8; background: #fff; font: 11px/16px Arial, Helvetica, sans-serif; color: #000;}
input.submit		{font-weight: normal; border: 0px; color: #fff; font: bold 11px Arial, Helvetica, sans-serif; cursor: pointer; background: url(../images/fruit/buttonRight.gif) no-repeat center right; height: 21px; padding: 1px 5px 2px 0px; margin: 0px;}
	input#clear		{color: #C3C1C1;}
	input#reset		{color: #C3C1C1;}
	input#preview	{color: #5FE975;}
	input#cancel	{color: #C3C1C1;}
	input#delete	{color: #C3C1C1;}
select				{border: 1px solid #C8C8C8; background: #fff; font: 12px/16px Arial, Helvetica, sans-serif; color: #000;}
select.search		{border: 1px solid #C8C8C8; background: #fff; font: 12px/16px Arial, Helvetica, sans-serif; color: #000;}
textarea			{border: 1px solid #C8C8C8; background: #fff; font: 12px/16px Arial, Helvetica, sans-serif; color: #000;}

input.field {margin-bottom: 3px;}
select.field {margin-bottom: 3px;}

span.submit {background: url(../images/fruit/buttonLeft.gif) no-repeat center left; font: bold 11px/25px Arial, Helvetica, sans-serif; padding-left: 7px !important; padding-right: 5px; white-space: nowrap; display: inline-block; cursor: pointer;}

a.header 			{color: #E96A03; text-decoration: underline; }
a.header:hover		{color: #E96A03; text-decoration: underline; }
a.title				{font: bold 12px Verdana, Arial, Helvetica, sans-serif; color: #494949; text-decoration: underline;}
a.title:hover		{font: bold 12px Verdana, Arial, Helvetica, sans-serif; color: #494949; text-decoration: none;}
a.smallText			{color: #E96A03; text-decoration: none; font-size: 11px; }
a.smallText:hover	{color: #E96A03; text-decoration: underline; font-size: 11px; }
a					{color: #2CA100; text-decoration: underline; font: 12px 'Trebuchet MS', Arial, Helvetica, sans-serif; }
a:hover				{color: #2CA100; text-decoration: none; font: 12px 'Trebuchet MS', Arial, Helvetica, sans-serif; }

.titleText	  {color: #666666; text-decoration: none; font: 12px 'Trebuchet MS',Arial,Helvetica,sans-serif;}
.articleDate	{font-size: 8pt; color: #666666; font-style: italic; font-weight: bold;}
.top				  {font-size: 8pt; padding: 2px 0px;}
.smallText		{font-size: 11px; color: #E96A03;}
.middleText		{font-size: 9pt; }
.bigText			{font-size: 10pt; }
.comment			{font-size: 8pt; color: #7777CC; }
.message			{font-size: 9pt; color: #0000CC; }
.title			{font: bold 12px Verdana, Arial, Helvetica, sans-serif; color: #494949;}
.bigtitle		{font: bold 14px Arial, Helvetica, sans-serif; color: #E96A03;}
a.bigtitle		{font: bold 14px Verdana, Arial, Helvetica, sans-serif; color: #E96A03; text-decoration: none;}
a.bigtitle:hover		{font: bold 14px Verdana, Arial, Helvetica, sans-serif; color: #E96A03; text-decoration: underline;}
.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: 0px solid #E9E9E9;}
/***/.hDelimiter {background: ; border: 0px;}
/***/
/***/.rolloverImagesTop {padding: 10px 0px 0px 0px;}
/***/.rolloverImages {float: left; padding: 5px; text-align: center; width: 30%;}
/***/.manufacturerImage {padding: 10px 0px 0px 0px;}
/***** Delimiter for list and rollover for details *****/

/***** Visualisation tubs on product details *****/
td.tab				{border: 1px solid #DBDBDB; border-bottom: none; background: none; padding: 0px;}
td.tabActive		{border: 1px solid #DBDBDB; border-bottom: none; background: #fff; padding: 0px;}
a.tab				{background: #fff; color: #BA500C; display: block; font-size: 12px; font-weight: ; padding: 5px 8px; text-decoration: none;}
a.tab:hover			{background: #fff; color: #BA500C; display: block; font-size: 12px; font-weight: ; padding: 5px 8px; text-decoration: underline;}
a.tabActive			{background: #fff; color: #BA500C; display: block; font-size: 12px; font-weight: bold; padding: 5px 8px; text-decoration: none; cursor: text;}
a.tabActive:hover	{background: #fff; color: #BA500C; display: block; font-size: 12px; font-weight: bold; padding: 5px 8px; text-decoration: none; cursor: text;}
.tabline 			{border-top: 1px solid #DBDBDB;}
/***** 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: 99%; border-bottom: 1px solid #919B9C;}
a.blackSm, a.blackSm:hover {text-decoration: none;}
/***** Visualisation tubs on UserHome pages *****/
/***** Prices on the site *****/
.priceBlock {color: #666666; font: bold 12px Arial, Helvetica, sans-serif;}
.priceBlock .price {color: #666666; font: bold 12px Arial, Helvetica, sans-serif;}
.priceBlock .priceTax {color: #666666; font: 12px Arial, Helvetica, sans-serif;}
.priceBlock .priceTax span {color: #666666; font: 12px Arial, Helvetica, sans-serif;}

.priceBlockOld {color: #666666; text-decoration: line-through; font: 12px Arial, Helvetica, sans-serif;}
.priceBlockOld .price {color: #666666; font: 12px Arial, Helvetica, sans-serif;}
.priceBlockOld .priceTax {color: #666666; font: 12px Arial, Helvetica, sans-serif;}

.priceBlockHidden {color: #000; font-weight: bold; display: none;}
.priceBlockHidden .price {font-weight: bold;}
.priceBlockHidden .priceTax {font-weight: normal;}

.priceBlockEdit {color: #000; font-weight: bold;}
.priceBlockEdit input.price {text-align: right; font-weight: bold; width: 60px; font-size: 12px; color: black; border-top: 1px solid #7F9DB9;border-right: 1px solid #BACDDF;border-bottom: 1px solid #fff; border-left: 1px solid #fff;}

.salesBlock {color: #666666; font: bold 12px Arial, Helvetica, sans-serif;}
.salesPrice {color: #666666; font: bold 12px Arial, Helvetica, sans-serif;}
.salesTax {color: #666666; font: 12px Arial, Helvetica, sans-serif;}
.salesTax span {color: #666666; font: 12px Arial, Helvetica, sans-serif;}

.priceSaveBlock {color: #E96A03; font: bold 12px Arial, Helvetica, sans-serif;}
.priceSaveBlock .price {color: #E96A03; font: bold 12px Arial, Helvetica, sans-serif;}
.priceSaveBlock .percent {color: #E96A03; font: 12px Arial, Helvetica, sans-serif;}

.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: 12px; font-weight: bold; color: #E96A03; background: ; padding: 6px !important; }
.productsDelimiter 		{background: ; padding: 0px !important;}
.productsDelimiterTop 	{background: ; 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 #DBDBDB;}
.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 (width: 90%;)==>Par Ernso *****/
table.matrix { border: 1px solid gray; margin-bottom: 5px; margin-top: 5px; margin-right: 10px;}
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 *****/


/*********************************************************/
.mainTableCellCenter .titleTop {margin-top: 0px; background: #FFCB01 url(../images/fruit/thirdTC.gif) repeat-x top left;}

.mainTableCellCenter .titleTopLeft {width: 22px; background: url(../images/fruit/thirdTL.gif) no-repeat top left;}
.mainTableCellCenter .titleTopImgLeft {width: 22px;}

.mainTableCellCenter .titleTopCenter {padding: 10px 8px 10px 8px; vertical-align: middle;}
.mainTableCellCenter .titleTopCenter div {color: #fff; font: bold 18px/22px Verdana, Helvetica, sans-serif;}
.mainTableCellCenter .titleTopCenter h1 {color: #fff; font: bold 18px/22px Verdana, Helvetica, sans-serif;}
.mainTableCellCenter .titleTopCenter table {margin: 0px auto;}
.mainTableCellCenter .titleTopRight {width: 22px; background: url(../images/fruit/thirdTR.gif) no-repeat top right;}
.mainTableCellCenter .titleTopImgRight {width: 22px;}

/*********************************************************/

.block-product-details .manufacturerImage	{padding: 15px;}

.block-products-table-view .blockTD select	{float: left; margin-bottom: 10px;}
.block-products-table-view .productsTable th	{font-weight: bold; font-size: 12px;}
.block-products-table-view a.button-add	{float: left;}

.block-login-advanced .padding6px td.middlebg font	{font-size: 12px; font-weight: bold;}
.block-checkout-login .padding6px td.middlebg font	{font-size: 12px; font-weight: bold;}

.block-top-sellers .blockTD img	{margin-right: 10px; margin-bottom: 10px; float: left;}
.block-top-sellers .blockTD	{padding: 10px 0px;}
.block-top-sellers .blockTD a	{font: bold 12px Arial, Helvetica, sans-serif; color: #E96A03; text-decoration: underline;}
.block-top-sellers .blockTD a:hover	{font: bold 12px Arial, Helvetica, sans-serif; color: #E96A03; text-decoration: none;}

.block-top-rated .blockTD img	{margin-right: 10px; margin-bottom: 10px; float: left;}
.block-top-rated .blockTD	{padding: 10px;}
.block-top-rated .blockTD a	{font: bold 12px Arial, Helvetica, sans-serif; color: #E96A03; text-decoration: underline;}
.block-top-rated .blockTD a:hover	{font: bold 12px Arial, Helvetica, sans-serif; color: #E96A03; text-decoration: none;}
.block-related-products .blockTD img	{margin-right: 10px; margin-bottom: 10px; float: left;}
.block-related-products .blockTD	{padding: 10px;}
.block-related-products .blockTD a	{font: bold 12px Arial, Helvetica, sans-serif; color: #E96A03; text-decoration: underline;}
.block-related-products .blockTD a:hover	{font: bold 12px Arial, Helvetica, sans-serif; color: #E96A03; text-decoration: none;}
.block-top-viewed .blockTD img	{margin-right: 10px; margin-bottom: 10px; float: left;}
.block-top-viewed .blockTD	{padding: 10px;}
.block-top-viewed .blockTD a	{font: bold 12px Arial, Helvetica, sans-serif; color: #E96A03; text-decoration: underline;}
.block-top-viewed .blockTD a:hover	{font: bold 12px Arial, Helvetica, sans-serif; color: #E96A03; text-decoration: none;}
.block-products-recently-viewed .blockTD img	{margin-right: 10px; float: left;}
.block-products-recently-viewed .blockTD	{padding: 10px;}
.block-products-recently-viewed .blockTD a	{font: bold 12px Arial, Helvetica, sans-serif; color: #E96A03; text-decoration: underline;}
.block-products-recently-viewed .blockTD a:hover	{font: bold 12px Arial, Helvetica, sans-serif; color: #E96A03; text-decoration: none;}
.block-products-latest .blockTD img	{margin-right: 10px; margin-bottom: 10px; float: left;}
.block-products-latest .blockTD	{padding: 10px;}
.block-products-latest .blockTD a	{font: bold 12px Arial, Helvetica, sans-serif; color: #E96A03; text-decoration: underline;}
.block-products-latest .blockTD a:hover	{font: bold 12px Arial, Helvetica, sans-serif; color: #E96A03; text-decoration: none;}
.block-products-recommended .blockTD img	{margin-right: 10px; margin-bottom: 10px; float: left;}
.block-products-recommended .blockTD	{padding: 10px;}
.block-products-recommended .blockTD a	{font: bold 12px Arial, Helvetica, sans-serif; color: #E96A03; text-decoration: underline;}
.block-products-recommended .blockTD a:hover	{font: bold 12px Arial, Helvetica, sans-serif; color: #E96A03; text-decoration: none;}
.block-basket-recommended select	{margin-right: 8px;}

.block-filter .titleTopRight, .block-simple .titleTopRight, .block-banners .titleTopRight, .block-navigation .titleTopRight
 {width: 100%;}
.block-filter .titleTopImgLeft, .block-simple .titleTopImgLeft, .block-banners .titleTopImgLeft, .block-navigation .titleTopImgLeft 
 {width: 9px; height: 28px;}
.block-filter .titleTopImgRight, .block-simple .titleTopImgRight, .block-banners .titleTopImgRight, .block-navigation .titleTopImgRight
 {width: 9px; height: 28px;}

.block-forum-topics .titleTop	{height: 28px;}
.ourprice	{font: bold 14px Arial, Helvetica, sans-serif; color: #666666;}
.taxprice	{color: #666666;}

.block-cart .lineBottom	{background: #dbdbdb;}
.block-cart .middlebg b	{font-weight: normal; color: #2CA100;}

.block-offers a.buttonMore span b	{font-weight: bold;}
.block-offers .titleTop {background: #39D000 url(../images/fruit/offerTC.gif) repeat-x top left;}
.block-offers .titleTopLeft {width: 47px; background: url(../images/fruit/offerTL.gif) no-repeat top left;}
.block-offers .titleTopImgLeft {width: 47px;}
.block-offers .titleTopRight {width: 47px; background: url(../images/fruit/offerTR.gif) no-repeat top right;}
.block-offers .titleTopImgRight {width: 10px;}
.block-offers .titleTopCenter {padding: 0px 8px 0px 8px; vertical-align: middle;}
.block-offers a.buttonMore	{font: bold 12px/16px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px; white-space: nowrap; display: inline-block; text-decoration: none !important; color: #fff; background: url(../images/fruit/buttonMore.gif) no-repeat 100% 50%; margin-left: 7px; margin-bottom: 5px; margin-top: 5px; text-transform: capitalize; padding-right: 10px;}
.block-offers a.buttonMore:hover	{font: bold 12px/16px Arial, Helvetica, sans-serif; padding: 0px 0px 0px 0px; white-space: nowrap; display: inline-block; text-decoration: none !important; color: #fff; background: url(../images/fruit/buttonMore.gif) no-repeat 100% 50%; margin-left: 7px; margin-bottom: 5px; margin-top: 5px; text-transform: capitalize; padding-right: 10px;}
.block-offers a.buttonMore span 	{font: bold 12px/16px Arial, Helvetica, sans-serif; padding: 3px 3px 3px 10px; white-space: nowrap; display: inline-block; cursor: pointer; color: #fff; background: url(../images/fruit/buttonLeft.gif) no-repeat 0% 50%; position: relative; left: -7px; text-transform: capitalize; text-decoration: none !important;}	
.block-offers a.buttonMore:hover span 	{font: bold 12px/16px Arial, Helvetica, sans-serif; padding: 3px 3px 3px 10px; white-space: nowrap; display: inline-block; cursor: pointer; color: #fff; background: url(../images/fruit/buttonLeft.gif) no-repeat 0% 50%; position: relative; left: -7px; text-transform: capitalize; text-decoration: none !important;}