/****** Main Table ******/
.basicTable 	{width: 100%;}

.mainTable {width: 100%; background: #fff;}
.mainTable75 {width: 100%; background: #fff;}
.mainTable50 {width: 100%; background: #fff;}

.mainTableCellLeft 		{padding: 20px 11px 0px 11px; vertical-align: top;}
.mainTableCellCenter 	{padding: 20px 11px 0px 11px; vertical-align: top;}
.mainTableCellRight 	{padding: 20px 11px 0px 11px; vertical-align: top;}

.homeGreeting 		{padding: 4px 10px 4px 10px; vertical-align: top;}
.homeGreeting table	{width: 100%;}
.homeGreeting table td	{}
.homeGreeting table div	{}
.homeGreeting table div div	{padding: 15px;}
.homeGreeting table td span	{color: #1584D2; font: 11px Verdana, Arial, Helvetica, sans-serif; display: block; padding: 0px 0px 5px 0px;}

.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;
	}

.headerMenu td#logo  {					/* Background under logo on the site */
	background: ;
	vertical-align: top;
	}
.headerMenu td#logo img {				/* Logo on the site */
	border: none;
	margin: 10px 10px 10px 0px;
	}
	
.headerMenu td#logoL {display: none;}
.headerMenu td#logoL img {				/* Logo on the site (if logo is left)*/
	margin: 10px 10px 5px 10px;
	border: 0px;
	display: none;
	}

.headerMenu td#menu {					/* Text Menu with or without images */
	width: 100%;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	}
.headerMenu td#menu img.Img {width: 0px; height: 0px;}
.headerMenu td#menu table {width: 100%; background: url(../images/srnz/menu.gif) repeat-x top left;}
.headerMenu td#menu td {text-align: center;}
.headerMenu td#menu td.begin	{background: url(../images/srnz/purple/begin.gif) no-repeat top left; width: 100px;}
.headerMenu td#menu td.begin img	{width: 25px;}
.headerMenu td#menu td.end	{background: url(../images/srnz/purple/end.gif) no-repeat top right; width: 100px;}
.headerMenu td#menu td.end img	{width: 25px;}

/* Active & Noneactive links in menu */

a.menu:link, a.menu:visited {color: #fff; text-decoration: underline; font: bold 13px 'Trebuchet MS', Arial, Helvetica, sans-serif; text-transform: uppercase; white-space: nowrap; display: block; padding: 10px 18px 10px 18px; margin-bottom: 20px; margin-top: 11px;}
a.menu:hover, a.menu:active {color: #fff; text-decoration: underline; font: bold 13px 'Trebuchet MS', Arial, Helvetica, sans-serif; text-transform: uppercase; white-space: nowrap; display: block; padding: 10px 18px 10px 18px; margin-bottom: 20px; margin-top: 11px;}
a.menuActive:link, a.menuActive:visited {color: #4C4B3F; text-decoration: none; font: bold 13px 'Trebuchet MS', Arial, Helvetica, sans-serif; text-transform: uppercase; white-space: nowrap; display: inline-block; padding: 0px 18px 0px 0px; margin-bottom: 20px; background: url(../images/srnz/activeRight.gif) no-repeat right; margin-top: 11px;}
a.menuActive:hover, a.menuActive:active {color: #4C4B3F; text-decoration: none; font: bold 13px 'Trebuchet MS', Arial, Helvetica, sans-serif; text-transform: uppercase; white-space: nowrap; display: inline-block; padding: 0px 18px 0px 0px; margin-bottom: 20px; background: url(../images/srnz/activeRight.gif) no-repeat right; margin-top: 11px;}
a.menuActive span	{background: url(../images/srnz/activeLeft.gif) no-repeat left; display: inline-block; padding: 10px 0px 10px 18px;}
a.menuActive:hover span	{background: url(../images/srnz/activeLeft.gif) no-repeat left; display: inline-block; padding: 10px 0px 10px 18px;}

/****** Sub Menu ******/

.subMenuBlock {
	display:none;
	position:absolute;
	border-top: 1px solid #fff; 
	border-left: 1px solid #fff;
	z-index: 2500;
	margin-top: -20px;
}

a.subMenu {
	width: 150px;
	padding: 6px 20px 6px 10px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display:block;
	font: bold 11px tahoma, verdana, sans-serif; 
	color: #fff;
	text-decoration:none;
	text-align: left;
	background: #79CD02 url(../images/srnz/submenu.gif) repeat-x top left;
}

a.subMenu:hover, a.subMenu:active {
	background: #79CD02 url(../images/srnz/submenu.gif) repeat-x top left; 
	color: #fff;
	display:block;
	text-decoration: underline;
	font: bold 11px tahoma, verdana, sans-serif; 
}

/****** Secondary Menu ******/

table.secondaryMenu 		{width: 100%; margin-bottom: 0px; border-left: 4px solid #fff; border-right: 4px solid #fff;}
td#menu td.secondaryBegin img.Img	{width: 1px; height: 25px;}
a.secondaryMenu 			{display:block; font: bold 13px 'Trebuchet MS', verdana,sans-serif; padding: 10px 20px 10px 20px; color: #fff; text-decoration: underline;}
a.secondaryMenu:hover 		{display:block; font: bold 13px 'Trebuchet MS', verdana,sans-serif; padding: 10px 20px 10px 20px; color: #fff; text-decoration: none;}
a.secondaryMenuActive 		{display:block; font: bold 13px 'Trebuchet MS', verdana,sans-serif; padding: 10px 20px 10px 20px; color: #4C4B3F; text-decoration: underline;}
a.secondaryMenuActive:hover	{display:block; font: bold 13px 'Trebuchet MS', verdana,sans-serif; padding: 10px 20px 10px 20px; color: #4C4B3F; text-decoration: none;}
td#menu td.secondaryEnd  	{width: 100%;}
td#menu td.secondaryEnd  img.Img	{width: 1px; height: 25px;}

/****** Menu ******/

.filterPopup	{display: none; position: absolute; border: 1px solid #6DB6DF; z-index: 2000; background: #fff;}

/*****************************************************************************/

/************* Breadcrumb *******************/

.breadcrumb {margin: 0px 0px 17px 0px;}

.breadcrumbBegin {}
.breadcrumbBegin img {}

.breadcrumbDelimiter {
	width: 100%;
	white-space: normal;
	font-size: 11px;
	}
.breadcrumbDelimiter td {padding-left: 37px;}
.breadcrumbDelimiter b {color: #0066CC; font-size: 12px;}
.breadcrumbDelimiter a {color: #0066CC; text-decoration: none; font-size: 12px; font-weight: normal;}
.breadcrumbDelimiter a:hover {color: #0066CC; text-decoration: underline; font-size: 12px; 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: #0066CC;
	font-size: 11px;
	}
.breadcrumbDelimiter img {display: none;}
	
.breadcrumbRSS {}

.breadcrumbEnd {}
.breadcrumbEnd img {}

/************* Breadcrumb *******************/
/*************** Order Pages ****************/
.breadcrumbDelimiter span.nonactive {font-size: 12px; color: #0066CC; margin-right: 10px;}
.breadcrumbDelimiter span.active {font-size: 12px; color: #0066CC; margin-right: 10px; font-weight: bold;}
/****************** end Order Pages ***********************************/

/*****************************************************************************/

/************* Fieldset *******************/
/****** Top ******/
.titleTop {margin-top: 0px; background: url(../images/srnz/titleCenter.gif) repeat-x top left;}
.titleTopLeft {width: 38px; background: url(../images/srnz/titleLeft.gif) no-repeat top left; vertical-align: bottom;}
.titleTopImgLeft	{background: url(../images/srnz/titleLeftImg.gif) no-repeat bottom left; width: 38px; height: 26px;}
.titleTopCenter {background: url(../images/srnz/titleCenterImg.gif) repeat-x bottom left; padding: 10px 0px 23px 0px;}
.titleTopCenter div {
	color: #fff;
	font: bold 16px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.titleTopCenter h1 {
	color: #ffffff;
	font: bold 16px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.titleTopCenter div b {}
.titleTopRight {background: url(../images/srnz/titleRight.gif) no-repeat top right; width: 15px; vertical-align: bottom;}
.titleTopImgRight	{background: url(../images/srnz/titleRightImg.gif) no-repeat bottom right; width: 15px; height: 26px;}
/****** Top ******/
/****** Center ******/
.blockTD {padding: 0px 11px;}
.menuLeft {padding: 0px 11px;}
/****** Center ******/
/****** Bottom ******/
.titleBot {margin-bottom: 15px;}

/**********************************************************************************************************************************/
.titleTop {margin-top: 0px; background: url(../images/mobile/titleCenter.gif) repeat-x top left;}
.titleTopLeft {width: 38px; background: url(../images/mobile/titleLeft.gif) no-repeat top left; vertical-align: bottom;}
.titleTopImgLeft	{background: url(../images/mobile/titleLeftImg.gif) no-repeat bottom left; width: 38px; height: 26px;}
.titleTopCenter {background: url(../images/mobile/titleCenterImg.gif) repeat-x bottom left; padding: 10px 0px 23px 0px;}
.titleTopCenter div {
	color: #fff;
	font: bold 16px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.titleTopCenter h1 {
	color: #ffffff;
	font: bold 16px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.titleTopCenter div b {}
.titleTopRight {background: url(../images/mobile/titleRight.gif) no-repeat top right; width: 15px; vertical-align: bottom;}
.titleTopImgRight	{background: url(../images/mobile/titleRightImg.gif) no-repeat bottom right; width: 15px; height: 26px;}
/****** Top ******/
/****** Center ******/
.blockTD {padding: 0px 11px;}
.menuLeft {padding: 0px 11px;}
/****** Center ******/
/****** Bottom ******/
.titleBot {margin-bottom: 15px;}
/****** Bottom ******/
/**********************************************************************************************************************************/

.mainTableCellLeft .bl_categorieslist .titleTop {margin-top: 0px; background: url(../images/srnz/titleCenter.gif) repeat-x top left;}
.mainTableCellLeft .bl_categorieslist .titleTopLeft {width: 38px; background: url(../images/srnz/titleLeft.gif) no-repeat top left; vertical-align: bottom;}
.mainTableCellLeft .bl_categorieslist .titleTopImgLeft	{background: url(../images/srnz/blueLeftImg.gif) no-repeat bottom left; width: 38px; height: 26px;}
.mainTableCellLeft .bl_categorieslist .titleTopCenter {background: url(../images/srnz/blueCenterImg.gif) repeat-x bottom left; padding: 10px 0px 23px 0px;}
.mainTableCellLeft .bl_categorieslist .titleTopRight {background: url(../images/srnz/titleRight.gif) no-repeat top right; width: 15px; vertical-align: bottom;}
.mainTableCellLeft .bl_categorieslist .titleTopImgRight	{background: url(../images/srnz/blueRightImg.gif) no-repeat bottom right; width: 15px; height: 26px;}
.mainTableCellLeft .bl_categorieslist .blockTD	{background: #80C6ED; padding-bottom: 20px;}

.bl_simple .titleTopLeft, .bl_banners .titleTopLeft, .bl_navigation .titleTopLeft
 {background: #fff;}
.bl_simple .titleTopRight, .bl_banners .titleTopRight, .bl_navigation .titleTopRight
 {width: 100%; background: #fff; text-align: right;}
.bl_simple .titleTopImgLeft, .bl_banners .titleTopImgLeft, .bl_navigation .titleTopImgLeft 
 {width: 0px; height: 0px;}
.bl_simple .titleTopImgRight, .bl_banners .titleTopImgRight, .bl_navigation .titleTopImgRight
 {width: 0px; height: 0px; background: #fff;}

/*table#user-home .titleTopLeft {background: url(../images/rainbow/block-t-l.gif) no-repeat top;}*/
table#user-home .titleTopRight {width: 100%; background: #fff; text-align: right; display: none;}
table#user-home .titleTopImgLeft {width: 1px; height: 1px; display: none;}
table#user-home .titleTopImgRight {width: 1px; height: 1px; background: #fff; display: none;}

/************* end Fieldset ***************/
/*****************************************************************************/
/************* userHome *******************/
td.userHome {padding: 7px;}
td.userHomeTitle {
	font-size: 11px;
	white-space: nowrap;
	background: url(../images/srnz/titleCenterImg.gif) repeat-x bottom;
}
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: #1584D2;}	/* '|' between button */

a.button:link, a.button:visited {font: 11px/20px Verdana, Arial, Helvetica, sans-serif; padding: 0px 10px 0px 0px; white-space: nowrap; display: inline-block; text-decoration: none; background: url(../images/srnz/buttonRight.gif) no-repeat right top; color: #fff; margin-top: 5px; margin-left: 5px;}
a.button:hover, a.button:active {font: 11px/20px Verdana, Arial, Helvetica, sans-serif; padding: 0px 10px 0px 0px; white-space: nowrap; display: inline-block; text-decoration: none; background: url(../images/srnz/buttonRight.gif) no-repeat right top; color: #fff; margin-top: 5px; margin-left: 5px;}

a.button span 	{font: 11px/20px Verdana, Arial, Helvetica, sans-serif; padding: 0px 0px 2px 10px; white-space: nowrap; display: inline-block; background: url(../images/srnz/buttonLeft.gif) no-repeat left top; color: #fff;}
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: 11px/20px Verdana, Arial, Helvetica, sans-serif; padding: 0px 10px 0px 0px; white-space: nowrap; display: inline-block; text-decoration: none; background: url(../images/srnz/buttonRight.gif) no-repeat right top; color: #fff; margin-top: 5px; margin-left: 5px;}
a.buttonBasket:hover, a.buttonBasket:active {font: 11px/20px Verdana, Arial, Helvetica, sans-serif; padding: 0px 10px 0px 0px; white-space: nowrap; display: inline-block; text-decoration: none; background: url(../images/srnz/buttonRight.gif) no-repeat right top; color: #fff; margin-top: 5px; margin-left: 5px;}

a.buttonBasket span 	{font: 11px/20px Verdana, Arial, Helvetica, sans-serif; padding: 0px 0px 2px 10px; white-space: nowrap; display: inline-block; background: url(../images/srnz/buttonLeft.gif) no-repeat left top; color: #fff;}
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: 11px/20px Verdana, Arial, Helvetica, sans-serif; padding: 0px 10px 0px 0px; white-space: nowrap; display: inline-block; text-decoration: none; background: url(../images/srnz/buttonRight.gif) no-repeat right top; color: #fff;}
a.buttonCart:hover, a.buttonCart:active {font: 11px/20px Verdana, Arial, Helvetica, sans-serif; padding: 0px 10px 0px 0px; white-space: nowrap; display: inline-block; text-decoration: none; background: url(../images/srnz/buttonRight.gif) no-repeat right top; color: #fff;}

a.buttonCart span 	{font: 11px/20px Verdana, Arial, Helvetica, sans-serif; padding: 0px 0px 2px 10px; white-space: nowrap; display: inline-block; background: url(../images/srnz/buttonLeft.gif) no-repeat left top; color: #fff;}
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 11px Arial, Helvetica, sans-serif; white-space: nowrap;}
a.buttonMore:hover, a.buttonMore:active {font: normal normal normal 11px 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: 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: 5px 0px;}
.selectedtopCategory 	{margin: 0px; padding: 6px 0px;}
.topCategory a.title	{color: #4C4B3F; font: bold 12px Arial, Helvetica, sans-serif; text-decoration: none; display: block; padding-left: 10px; margin-left: 0px;}
.topCategory a.title:hover	{color: #fff;; font: bold 12px Arial, Helvetica, sans-serif; text-decoration: underline; display: block; padding-left: 10px; margin-left: 0px;}
.selectedtopCategory a.title	{color: #fff; font: bold 12px Arial, Helvetica, sans-serif; text-decoration: none; display: block; background: url(../images/srnz/bullet.gif) no-repeat center left; padding-left: 10px; margin-left: 0px;}
.selectedtopCategory a.title:hover	{color: #fff; font: bold 12px Arial, Helvetica, sans-serif; text-decoration: underline; display: block; background: url(../images/srnz/bullet.gif) no-repeat center left; padding-left: 10px; margin-left: 0px;}
        
.subCategory 			{margin: 0px; padding: 0px;}
.selectedsubCategory 	{margin: 0px; padding: 0px;}
.subCategory a.title	{color: #4C4B3F; font: 12px Arial, Helvetica, sans-serif; text-decoration: none; display: block; padding-left: 10px; margin-left: 5px;}
.subCategory a.title:hover	{color: #fff; font: 12px Arial, Helvetica, sans-serif; text-decoration: underline; display: block; padding-left: 10px; margin-left: 5px;}
.selectedsubCategory a.title	{color: #fff; font: bold 12px Arial, Helvetica, sans-serif; text-decoration: none; display: block; background: url(../images/srnz/bullet.gif) no-repeat center left; padding-left: 10px; margin-left: 5px;}
.selectedsubCategory a.title:hover	{color: #fff; font: bold 12px Arial, Helvetica, sans-serif; text-decoration: underline; display: block; background: url(../images/srnz/bullet.gif) no-repeat center left; padding-left: 10px; margin-left: 5px;}

.topCategory .category_img, .subCategory .category_img, .selectedtopCategory .category_img, .selectedsubCategory .category_img {margin: 0px 0px 0px 5px; display: none;}

.category_cat_img img {margin: 4px 0px 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/srnz/bullet.gif) no-repeat left 3px;}
/************* Latest *******************/

/************* Offers *******************/
.bl_offers .block .blockTD a.bigtitle			{display: block; padding-bottom: 5px;}
.bl_offers .block .blockTD a.bigtitle:hover 	{display: block; padding-bottom: 5px;}
.offerTitleTop				{display: none;}
.offerTitle					{text-align: left; clear: right; display: block;}
.offerTd 					{text-align: left;}
.offerTd img.offerImg		{float: left; margin: 0px 18px 3px 0px;} 
.offerTd div.offerText	{text-align: justify; padding-top: 8px;}
.offerTd a.buttonMore span {display:none;}

.bl_productslist .block .blockTD img.productImg, .bl_productdetails .block .blockTD img.productImg 
{margin: 0px 18px 3px 0px;} 

/************* Forum *******************/
.forumAdmin 			{color: blue; font-weight: bold;}
.forumUser 				{color: black; font-weight: bold;}
.forumGuest       	{color: black;  font-weight: bold; font-style: italic;}
.forumMessageLeft 	{background: #fff; border-left: 1px solid #87CEF6; border-top: 1px solid #87CEF6; border-bottom: 1px solid #87CEF6; }
.forumMessageRight 	{background: #fff; border: 1px solid #87CEF6; }
.forumMessageTop 		{background: url(../images/srnz/titleCenter.gif) repeat-x top; border-bottom: 1px solid #87CEF6; }

/************* Categoties (catalogue) *******************/
.bl_categoriescatalog .blockTD	 			{padding-left: 18px;}
.bl_categoriescatalog .blockTD img 		{display: ;}
.bl_categoriescatalog a.bigtitle			{text-decoration: underline;}
.bl_categoriescatalog a.bigtitle:hover 	{text-decoration: none;}

/************* Hot (news,...) *******************/
.bl_hot .blockTD img 				{display: none;}
.bl_hot .blockTD .articleDate		{display: none;}
.bl_hot .blockTD div 				{padding-left: 15px;}
.bl_hot a.bigtitle 					{display: block; text-decoration: underline; font: bold 12px Arial, Helvetica, sans-serif; color: #4C4B3F;}
.bl_hot a.bigtitle:hover 			{display: block; text-decoration: none; font: bold 12px Arial, Helvetica, sans-serif; color: #4C4B3F;}

/*****************************************************************************/

/************* Footer *******************/
.footerAll {background: url(../images/srnz/purple/rightFooter.gif) no-repeat top right;}
.footerMenu	{text-align:center; font-size: 11px; background: url(../images/srnz/purple/leftFooter.gif) no-repeat top left; height: 77px; padding: 35px 0px 0px 5px; position: relative; top: 0px;}
.footerMenu a.smallText	{font: 12px Verdana, Arial, Helvetica, sans-serif; color: #fff; text-decoration: none;}
.footerMenu a.smallText:hover	{font: 12px Verdana, Arial, Helvetica, sans-serif; color: #fff; text-decoration: underline;}
.footerMenu	span {padding: 0px 3px 0px 7px; color: #fff;}
.footerHTML	{text-align:center; padding: 0px;}
.footerHTML font	{font-size: 10px;}
.footerImg	{text-align:right; display: none;}
.footerImg img		{width: 80px; height: 26px; border:0px;}

/************* Footer *******************/

/*.commonbg { background: #FFFFFF; }
.headerbg { background: #6699FF; }
.usualbg  { background: #f4f4f4; }
.middlebg { background: #E9E9E9; }*/
.errorbg  { background: #FF0000; }

body		{ font: 9px Verdana, Arial, Helvetica, sans-serif; color: #000; margin: 0px; padding:0px; background: #6C6F9A; padding: 0px 12px 25px 12px;}
body.popup	{ font: 10px Verdana, Arial, Helvetica, sans-serif; color: #000; margin: 0px; padding:0px; background: #6C6F9A;}

tr, td						{font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #000; }
/*tr.usual, td.usual		{background-color: #F4F4F4; }
tr.header, td.header		{background-color: #6699FF; color: white; }
tr.middle, td.middle		{background-color: #E9E9E9; font-weight: bold; }*/
tr.error, td.error		{background-color: #FFE0E0; color: red; font-weight: bold; }
table.usual 				{background-color:;}

body.popup tr.usual, body.popup td.usual		{background-color: transparent; }
body.popup tr.header, body.popup td.header		{background-color: ; color: #1584D2; }

td.padding10px			{padding: 10px;}
table.padding6px td		{padding: 6px;}
table.padding6px td td	{padding: 0px;}
table.padding4px td		{padding: 4px;}
table.padding4px td td	{padding: 0px;}
table.paddingReviews td		{padding: 0px 11px;}
table.paddingReviews td td	{padding: 0px;}
table.paddingRev5px td		{padding: 5px 11px;}
table.paddingRev3px td		{padding: 3px 3px 3px 11px;}

td.tab				{border: 1px solid #87CEF6; border-bottom: none; background: none; padding: 0px;}
td.tabActive		{border: 1px solid #87CEF6; border-bottom: none; background: url(../images/srnz/titleCenter.gif) repeat-x top left; padding: 0px;}
a.tab					{background: none; color: #0066CC; display: block; font-size: 12px; font-weight: bold; padding: 5px 8px; text-decoration: none;}
a.tab:hover			{background: url(../images/srnz/titleCenter.gif) repeat-x top left; color: #0066CC; display: block; font-size: 12px; font-weight: bold; padding: 5px 8px; text-decoration: none;}
a.tabActive			{background: url(../images/srnz/titleCenter.gif) repeat-x top left; color: #0066CC; display: block; font-size: 12px; font-weight: bold; padding: 5px 8px; text-decoration: none; cursor: text;}
a.tabActive:hover	{background: url(../images/srnz/titleCenter.gif) repeat-x top left; color: #0066CC; display: block; font-size: 12px; font-weight: bold; padding: 5px 8px; text-decoration: none; cursor: text;}
.tabline 			{background: #87CEF6; height: 1px;}

.blockTDtabs table	{width: 100%; margin-bottom: 10px;}
div.adminTab 			{font: 11px Verdana, sans-serif; border: 1px solid #919B9C; border-bottom: none; padding: 3px 8px 2px 8px; margin: 0px 2px; cursor: pointer; background: #E9E9E9; white-space: nowrap;}
div.adminTabActive 	{font: bold 11px Verdana, sans-serif; border: 1px solid #919B9C; border-top: 2px solid #919B9C; border-bottom: none; padding: 5px 9px 5px 9px;; margin: 3px 0px 0px 0px; white-space: nowrap;}
td.adminTab			{border-bottom: 1px solid #919B9C; vertical-align: bottom;}
td.adminTabActive	{border: none;}
td.beginTab			{padding: 0px 4px; border-bottom: 1px solid #919B9C;}
td.endTab			{padding: 0px 4px; width: 90%; border-bottom: 1px solid #919B9C;}
a.blackSm, a.blackSm:hover {text-decoration: none;}

input				{font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 12px; }
input.usualprice	{background-color: transparent; border: none; text-align: right; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 12px;}
input.orderprice	{background-color: transparent; border: none; text-align: right; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
input.search		{border-top: 1px solid #3C7BAD; border-right: 1px solid #A4C9E3; border-bottom: 1px solid #A4C9E3; border-left: 1px solid #A4C9E3; font-size: 12px; background: #fff;}
input.text			{border-top: 1px solid #3C7BAD; border-right: 1px solid #A4C9E3; border-bottom: 1px solid #A4C9E3; border-left: 1px solid #A4C9E3; font-size: 12px; background: #fff;}
input.field			{border-top: 1px solid #3C7BAD; border-right: 1px solid #A4C9E3; border-bottom: 1px solid #A4C9E3; border-left: 1px solid #A4C9E3; font-size: 12px; background: #fff;}
input.fieldSmall{border-top: 1px solid #3C7BAD; border-right: 1px solid #A4C9E3; border-bottom: 1px solid #A4C9E3; border-left: 1px solid #A4C9E3; font-size: 11px; }
input.submit		{border: 0px; color: #fff; font: 11px Verdana, Arial, Helvetica, sans-serif; cursor: pointer; background: url(../images/srnz/buttonRight.gif) no-repeat right; height: 21px; padding: 0px 7px 2px 0px; margin: 0px;}
	input#clear		{color: #797878;}
	input#reset		{color: #797878;}
	input#preview	{color: #D84826;}
	input#cancel	{color: #797878;}
	input#delete	{color: #797878;}
select				{border-top: 1px solid #3C7BAD; border-right: 1px solid #A4C9E3; border-bottom: 1px solid #A4C9E3; border-left: 1px solid #A4C9E3; font-size: 12px; background: #fff;}
select.search		{border-top: 1px solid #3C7BAD; border-right: 1px solid #A4C9E3; border-bottom: 1px solid #A4C9E3; border-left: 1px solid #A4C9E3; font-size: 12px; background: #fff;}
textarea				{border-top: 1px solid #3C7BAD; border-right: 1px solid #A4C9E3; border-bottom: 1px solid #A4C9E3; border-left: 1px solid #A4C9E3; font-size: 12px; background: #fff;}

span.submit {background: url(../images/srnz/buttonLeft.gif) no-repeat left; font: 11px Verdana, Arial, Helvetica, sans-serif; padding-left: 7px !important; white-space: nowrap; display: inline-block;}

form { margin: 0; }

hr {background: #E9E9E9; border: 0px; color: #E9E9E9; display: none;}

a.header 			{color: #1584D2; text-decoration: underline; }
a.header:hover		{color: #1584D2; text-decoration: underline; }
a.title				{font-size: 13px; font-weight: bold;  color: #1584D2; text-decoration: underline; }
a.title:hover		{font-size: 13px; font-weight: bold;  color: #1584D2; text-decoration: none; }
a.smallText			{color: #1584D2; text-decoration: none; font-size: 11px; }
a.smallText:hover	{color: #1584D2; text-decoration: underline; font-size: 11px; }
a					{color: #0066CC; text-decoration: underline; font: 11px Arial, Helvetica, sans-serif; outline: none;}
a:hover				{color: #0066CC; text-decoration: none; font: 11px Arial, Helvetica, sans-serif; outline: none;}

.articleDate	{font-size: 11px; color: #7777CC; font-style: italic; }

/* prices styles */
.priceBlock {color: #000; font: 11px Tahoma, Arial, Helvetica, sans-serif;}
.priceBlock .price {font-weight: bold; color: #ED3CA6;}
.priceBlock .priceTax {font-weight: normal;}

.priceBlockOld {color: #000; text-decoration: line-through; font: 11px Tahoma, Arial, Helvetica, sans-serif;}
.priceBlockOld .price {font-weight: normal;}
.priceBlockOld .priceTax {font-weight: normal;}

.priceBlockHidden {color: #000; font-weight: bold; display: none; font: 11px Tahoma, Arial, Helvetica, sans-serif;}
.priceBlockHidden .price {font-weight: bold;}
.priceBlockHidden .priceTax {font-weight: normal;}

.priceBlockEdit {color: #000; font-weight: bold; font: 11px Tahoma, Arial, Helvetica, sans-serif;}
.priceBlockEdit input.price {text-align: right; font-weight: bold; width: 60px; font-size: 13px; color: black; border-top: 1px solid #7F9DB9;border-right: 1px solid #BACDDF;border-bottom: 1px solid #BACDDF;border-left: 1px solid #7F9DB9;}

.salesBlock {color: #000; font: 11px Tahoma, Arial, Helvetica, sans-serif; border: none; background: transparent;}
.salesPrice {font-weight: bold; color: #ED3CA6;}
.salesTax {font-weight: normal;}

.priceSaveBlock {color: green; font: 11px Tahoma, Arial, Helvetica, sans-serif;}
.priceSaveBlock .price {font-weight: bold;}
.priceSaveBlock .percent {font-weight: normal;}

.pointsPriceBlock { font: 11px Tahoma, Arial, Helvetica, sans-serif;}
.pointsPriceBlock .points {}

.rewardPointsBlock { font: 11px Tahoma, Arial, Helvetica, sans-serif;}
.rewardPointsBlock .points {}

/* prices styles */

.productsTable th 		{padding: 3px;}
.productsTable td 		{padding: 3px;}
.productsCategory 		{font-size: 13px; font-weight: bold; color: #1584D2; background: #E9E9E9; padding: 5px 10px !important; }
.productsDelimiter 		{background: #E9E9E9; padding: 0px !important;}
.productsDelimiterTop 	{background: #E9E9E9; padding: 0px !important;}
.productsDelimiterTop img 	{height: 2px;}

.wishlist-opacity	{display: none; z-index: 900; filter: alpha(opacity=50); left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; background-color: #E1E1E1; moz-opacity: 0.5; opacity: 0.5;}
.wishlist-shadow	{display: none; z-index: 1000; position: absolute; top: 0px; left: 0px; width: 400px; background: #CCCCCC;}
.wishlist-block		{position: relative; bottom: 5px; right: 5px; width: 400px; background: #F4F4F4; border: 1px solid #79CC02;}
.wishlist-img-close	img {margin: 10px 10px 5px 0px;}
.wishlist-descr		{padding: 0px 35px 20px 30px; font-size: 14px, sans-serif; text-align:justify;}

.bl_productdetails .newProduct {display: block; position: relative; padding-right: 34px !important;}
.bl_productdetails .newProduct img {background: url(../images/icons/new_l.png) no-repeat; width: 30px; height: 22px; border: none; position: absolute; bottom: -1px; margin: 0px 0px 0px 2px;}
* html .bl_productdetails .newProduct img {//background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/new_l.png,sizingMethod=crop);}
.bl_productslist .newProduct img {background: url(../images/icons/new_l.png) no-repeat; width: 30px; height: 22px; border: none; position: relative; bottom: -6px; margin: 0px 0px 0px 2px;}
* html .bl_productslist .newProduct img {//background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/new_l.png,sizingMethod=crop);}
.newProduct img {background: url(../images/icons/new_m.png) no-repeat; width: 20px; height: 16px; border: none; position: relative; bottom: -3px; margin: 0px 0px 0px 2px;}
* html .newProduct img {//background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/new_m.png,sizingMethod=crop);}

.titleText			{color: #1584d2; text-decoration: none; }
.top				{font-size: 11px; padding: 2px 0px 2px 0px;}
.smallText		{font-size: 11px; }
.middleText		{font-size: 12px; }
.bigText			{font-size: 13px; }
.comment			{font-size: 11px; color: #7777CC; }
.message			{font-size: 12px; color: #0000CC; }
.title			{font-size: 13px; font-weight: bold; color: #0066CC; }
.bigtitle		{font: bold 12px Tahoma, Arial, Helvetica, sans-serif; color: #0066CC; text-decoration: underline;}
a.bigtitle		{font: bold 12px Tahoma, Arial, Helvetica, sans-serif; color: #0066CC; text-decoration: underline;}
a.bigtitle:hover		{font: bold 12px Tahoma, Arial, Helvetica, sans-serif; color: #0066CC; 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;}

/*************  Manual  ***************/

.level1 {padding: 2px 2px 2px 15px;}
.level1 a {font-weight: bold;}
.level1 a:hover {font-weight: bold;}
.level2 {padding: 2px 2px 2px 30px;}
.level3 {padding: 2px 2px 2px 40px;}
.level4 {padding: 2px 2px 2px 50px;}

/*************  Left Menu  ***************/

.menuLeft .level1 {padding: 2px 2px 2px 5px;}
.menuLeft .level2 {padding: 2px 2px 2px 15px;}
.menuLeft .level3 {padding: 2px 2px 2px 30px;}
.menuLeft .level4 {padding: 2px 2px 2px 40px;}

.menuLeft .a a {font-weight: bold;}
.menuLeft .a a:hover {font-weight: bold;}

table.matrix { border: 1px solid gray; margin-bottom: 5px; margin-top: 5px; }
th.matrixTop { padding-left: 5px; padding-right: 5px; border-bottom: 1px solid silver;  }
th.matrixBottom { padding-left: 5px; padding-right: 5px; }
td.matrixTop { border-bottom: 1px solid silver; border-left: 1px solid silver; padding-left: 5px; padding-right: 5px; }
td.matrixBottom { border-left: 1px solid silver; padding-left: 5px; padding-right: 5px; }

/*****************************************************/

.bl_toprated a, .bl_toprated a:hover	{font: 11px Tahoma, Helvetica, sans-serif; color: #000; text-decoration: none;}
.bl_toprated .top b	{color: #79D202;}
.bl_productstopviewed a, .bl_productstopviewed a:hover	{font: 11px Tahoma, Helvetica, sans-serif; color: #000; text-decoration: none;}
.bl_productstopviewed .top b	{color: #79D202;}
.bl_recentlyviewed a, .bl_recentlyviewed a:hover	{font: 11px Tahoma, Helvetica, sans-serif; color: #000; text-decoration: none;}
.bl_recentlyviewed .top b	{color: #79D202;}
.bl_basketrecommended select	{margin-right: 10px;}
.bl_productdetails .titleTopCenter a	{display: none;}

.bl_search input.field	{margin: 4px 0px;}

/**************** Version 3.6 ---------------------*/
.block-filter .titleTop {margin-top: 0px; background:none;}
.block-filter .titleTopLeft {width: 38px; background:none;}
.block-filter .titleTopImgLeft	{background:none; width: 38px; height: 26px;}
.block-filter .titleTopCenter {background:none; padding: 10px 0px 23px 0px;}
.block-filter .titleTopCenter div {
	color: #fff;
	font: bold 16px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.block-filter .titleTopCenter h1 {
	color: #ffffff;
	font: bold 16px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.block-filter .titleTopCenter div b {}
.block-filter .titleTopRight {background:none; width: 15px; vertical-align: bottom;}
.block-filter .titleTopImgRight	{background:none; width: 15px; height: 26px;}
.block-filter .titleTop {height:1px;}




.mainTableCellLeft .block-categories-list .titleTop {margin-top: 0px; background: url(../images/srnz/titleCenter.gif) repeat-x top left;}
.mainTableCellLeft .block-categories-list .titleTopLeft {width: 38px; background: url(../images/srnz/titleLeft.gif) no-repeat top left; vertical-align: bottom;}
.mainTableCellLeft .block-categories-list .titleTopImgLeft	{background: url(../images/srnz/blueLeftImg.gif) no-repeat bottom left; width: 38px; height: 26px;}
.mainTableCellLeft .block-categories-list .titleTopCenter {background: url(../images/srnz/blueCenterImg.gif) repeat-x bottom left; padding: 10px 0px 23px 0px;}
.mainTableCellLeft .block-categories-list .titleTopRight {background: url(../images/srnz/titleRight.gif) no-repeat top right; width: 15px; vertical-align: bottom;}
.mainTableCellLeft .block-categories-list .titleTopImgRight	{background: url(../images/srnz/blueRightImg.gif) no-repeat bottom right; width: 15px; height: 26px;}
.mainTableCellLeft .block-categories-list .blockTD	{background: #80C6ED; padding-bottom: 20px;}


/******************************************************************************************************************************/
.mainTableCellLeft .block-categories-list .titleTop {margin-top: 0px; background: url(../images/mobile/titleCenter.gif) repeat-x top left;}
.mainTableCellLeft .block-categories-list .titleTopLeft {width: 38px; background: url(../images/mobile/titleLeft.gif) no-repeat top left; vertical-align: bottom;}
.mainTableCellLeft .block-categories-list .titleTopImgLeft	{background: url(../images/mobile/blueLeftImg.gif) no-repeat bottom left; width: 38px; height: 26px;}
.mainTableCellLeft .block-categories-list .titleTopCenter {background: url(../images/mobile/blueCenterImg.gif) repeat-x bottom left; padding: 10px 0px 23px 0px;}
.mainTableCellLeft .block-categories-list .titleTopRight {background: url(../images/mobile/titleRight.gif) no-repeat top right; width: 15px; vertical-align: bottom;}
.mainTableCellLeft .block-categories-list .titleTopImgRight	{background: url(../images/mobile/blueRightImg.gif) no-repeat bottom right; width: 15px; height: 26px;}
.mainTableCellLeft .block-categories-list .blockTD	{background: #80C6ED; padding-bottom: 20px;}
/******************************************************************************************************************************/
.block-simple .titleTopLeft, .block-banners .titleTopLeft, .bl_navigation .titleTopLeft
 {background: #fff;}
.block-simple .titleTopRight, .block-banners .titleTopRight, .bl_navigation .titleTopRight
 {width: 100%; background: #fff; text-align: right;}
.block-simple .titleTopImgLeft, .block-banners .titleTopImgLeft, .bl_navigation .titleTopImgLeft 
 {width: 0px; height: 0px;}
.block-simple .titleTopImgRight, .block-banners .titleTopImgRight, .bl_navigation .titleTopImgRight
 {width: 0px; height: 0px; background: #fff;}
 
 
.block-offers .block .blockTD a.bigtitle			{display: block; padding-bottom: 5px;}
.block-offers .block .blockTD a.bigtitle:hover 	{display: block; padding-bottom: 5px;}


.block-products-list .block .blockTD img.productImg, .block-product-details .block .blockTD img.productImg 
{margin: 0px 18px 3px 0px;} 


/************* Categoties (catalogue) *******************/
.block-categories-catalog .blockTD	 			{padding-left: 18px;}
.block-categories-catalog .blockTD img 		{display: ;}
.block-categories-catalog a.bigtitle			{text-decoration: underline;}
.block-categories-catalog a.bigtitle:hover 	{text-decoration: none;}

/************* Hot (news,...) *******************/
.block-hot .blockTD img 				{display: none;}
.block-hot  .blockTD .articleDate		{display: none;}
.block-hot  .blockTD div 				{padding-left: 15px;}
.block-hot  a.bigtitle 					{display: block; text-decoration: underline; font: bold 12px Arial, Helvetica, sans-serif; color: #4C4B3F;}
.block-hot  a.bigtitle:hover 			{display: block; text-decoration: none; font: bold 12px Arial, Helvetica, sans-serif; color: #4C4B3F;}


.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;}


.block-top-rated a, .bl_toprated a:hover	{font: 11px Tahoma, Helvetica, sans-serif; color: #000; text-decoration: none;}
.block-top-rated .top b	{color: #79D202;}
.block_products-top-viewed a, .block_products-top-viewed a:hover	{font: 11px Tahoma, Helvetica, sans-serif; color: #000; text-decoration: none;}
.block_products-top-viewed .top b	{color: #79D202;}
.block-products-recently-viewed a, .block-products-recently-viewed a:hover	{font: 11px Tahoma, Helvetica, sans-serif; color: #000; text-decoration: none;}
.block-products-recently-viewed .top b	{color: #79D202;}
.block-basket-recommended select	{margin-right: 10px;}
.block-product-details .titleTopCenter a	{display: none;}

.block-search input.field	{margin: 4px 0px;}
