/* reset  styles */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 13px;
	line-height: 18px; 
	font-family: Tahoma, Helvetica, sans-serif;
	color: #000;
	vertical-align: top;
}
table td {
	padding: 0px;
}
:focus {
	outline: 0px;
}
ol, ul {
	list-style: none;
}

h1, h2, h3, h4, h5, h6	{color: #000; font: bold 15px/17px "Trebuchet MS", Arial, Helvetica, sans-serif; margin: 0px; padding: 0px;}

img	{border: none;}
a img, a:hover img	{border: none;}
p	{padding: 0px; margin: 0px; padding: 7px 0px;}
div.clear	{height: 0px; font-size: 0px; line-height: 0px; clear: both;}
/* end  reset  styles */

/****** Main Table ******/
.basicTable 	{width: 990px; margin: 0px auto;}

.mainTable {width: 990px; border-left: 11px solid #E34021; border-right: 11px solid #E34021; background: #fff url(../images/clearway/foo-bgr.jpg) no-repeat 50px bottom;}
.mainTable75 {width: 990px; border-left: 11px solid #E34021; border-right: 11px solid #E34021; background: #fff;}
.mainTable50 {width: 990px; border-left: 11px solid #E34021; border-right: 11px solid #E34021; background: #fff;}

.mainTableCellLeft 		{padding: 20px 10px 80px 20px; vertical-align: top;}
.mainTableCellCenter 	{padding: 20px 27px 80px 27px; vertical-align: top;}
.mainTableCellRight 	{padding: 20px 20px 80px 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%; font: 13px/15px Tahoma, Helvetica, sans-serif;}
.homeGreetingRight	{}
.homeGreetingRight img	{}

.introBlock {border: 0px solid #D5D5D5;}
.introBlock td {padding: 6px;}

/****** Main Table ******/

/*******************************************************************************/

/****** Menu ******/

.headerMenu {
	position: relative;
	width: 990px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../images/clearway/topRight.gif) no-repeat top right;
	}

.headerMenu td#logo  {					/* Background under logo on the site */
	background: url(../images/clearway/topLeft.gif) no-repeat top left;
	vertical-align: top;
	}
.headerMenu td#logo img {				/* Logo on the site */
	border: none;
	background: ;
	}
.headerMenu td#logo .compLogo	{width: 49%; float: left;}
.headerMenu td#logo .compLogo img	{margin: 33px 0px 12px 50px;}
.headerMenu td#logo .compText	{width: 50%; float: left; text-align: right;}
.headerMenu td#logo .compText img	{margin: 40px 40px 15px 0px;}
	
.headerMenu td#logoL {display: none;}
.headerMenu td#logoL img {				/* Logo on the site (if logo is left)*/
	margin: 20px 22px 10px 22px;
	border: 0px;
	display: none;
	}

.headerMenu td#menu {					/* Text Menu with or without images */
	width: 990px;
	background: #ffffff;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	}
.headerMenu td#menu img.Img {width: 0px; height: 0px;}
.headerMenu td#menu table {width: 100%; border-left: 11px solid #E34021; border-right: 11px solid #E34021; background: url(../images/clearway/menu.gif) repeat-x top left;}
.headerMenu td#menu td {text-align: center;}
.headerMenu td#menu td.begin	{width: 28px;}
.headerMenu td#menu td.begin img	{width: 28px; height: 1px;}
.headerMenu td#menu td.end	{width: 25%;}
.headerMenu td#menu td.end img	{width: 25%; height: 1px;}

/* Active & Noneactive links in menu */

a.menu span {color: #fff; text-decoration: none; font: 16px/17px Arial, Helvetica, sans-serif; text-transform: capitalize; display: block; white-space: nowrap; padding: 12px 30px 15px 30px;}
a.menu:hover	{color: #E34021; text-decoration: none !important; font: 16px/17px Arial, Helvetica, sans-serif; text-transform: capitalize; background: url(../images/clearway/menuActive.gif) repeat-x top left;}
a.menu:hover span {color: #E34021; text-decoration: underline; font: 16px/17px Arial, Helvetica, sans-serif; text-transform: capitalize; display: block; white-space: nowrap; padding: 12px 30px 15px 30px; background: url(../images/clearway/menuActive.gif) repeat-x top left;}
a.menuActive span {color: #E34021; text-decoration: none; font: 16px/17px Arial, Helvetica, sans-serif; text-transform: capitalize; display: block; white-space: nowrap; padding: 12px 30px 15px 30px; background: url(../images/clearway/menuActive.gif) repeat-x top left;}
a.menuActive:hover {color: #E34021; text-decoration: none !important; font: 16px/17px Arial, Helvetica, sans-serif; text-transform: capitalize; background: url(../images/clearway/menuActive.gif) repeat-x top left;}
a.menuActive:hover span {color: #E34021; text-decoration: underline; font: 16px/17px Arial, Helvetica, sans-serif; text-transform: capitalize; display: block; white-space: nowrap; padding: 12px 30px 15px 30px; background: url(../images/clearway/menuActive.gif) repeat-x top left;}

/****** Sub Menu ******/

.subMenuBlock {
	display:none;
	position:absolute;
	border-top: 2px solid #EFF0F4; 
	border-left: 2px solid #EFF0F4;
	z-index: 2500;
}

a.subMenu {
	width: 150px;
	padding: 8px 20px 8px 10px;
	border-right: 2px solid #EFF0F4;
	border-bottom: 2px solid #EFF0F4;
	display:block;
	font: 12px/14px Arial, Helvetica, sans-serif; 
	color: #fff;
	text-decoration:none;
	text-align: left;
	background: #133E86 url(../images/clearway/submenu.gif) repeat-x top left;
}

a.subMenu:hover, a.subMenu:active {
	background: #133E86 url(../images/clearway/submenu.gif) repeat-x top left; 
	font: 12px/14px Arial, Helvetica, sans-serif; 
	color: #fff;
	display:block;
	text-decoration: underline;
}

/****** Secondary Menu ******/

table.secondaryMenu 		{width: 100%;}
td#menu td.secondaryBegin img.Img	{width: 28px; height: 25px;}
a.secondaryMenu span			{color: #fff; text-decoration: none; font: 16px/17px Arial, Helvetica, sans-serif; text-transform: capitalize; display: block; white-space: nowrap; padding: 12px 30px 15px 30px;}
a.secondaryMenu:hover span 		{color: #E34021; text-decoration: none; font: 16px/17px Arial, Helvetica, sans-serif; text-transform: capitalize; display: block; white-space: nowrap; padding: 12px 30px 15px 30px; background: url(../images/clearway/menuActive.gif) repeat-x top left;}
a.secondaryMenuActive  span		{color: #E34021; text-decoration: none; font: 16px/17px Arial, Helvetica, sans-serif; text-transform: capitalize; display: block; white-space: nowrap; padding: 12px 30px 15px 30px; background: url(../images/clearway/menuActive.gif) repeat-x top left;}
a.secondaryMenuActive:hover span	{color: #E34021; text-decoration: none; font: 16px/17px Arial, Helvetica, sans-serif; text-transform: capitalize; display: block; white-space: nowrap; padding: 12px 30px 15px 30px; background: url(../images/clearway/menuActive.gif) repeat-x top left;}
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 #C6C5C2; 
	background-color: #8CB0EB;
	z-index: 2000;
}
.filterPopup a {color: #0a0509; line-height: 160%;}
.filterPopup a:hover, .filterPopup a:active {color: #1584d2;}

/*****************************************************************************/

/************* Breadcrumb *******************/

.breadcrumb {margin: 0px 0px 10px 6px;}

.breadcrumbBegin {display: none;}
.breadcrumbBegin img {}

.breadcrumbDelimiter {
	width: 100%;
	white-space: normal;
	}
.breadcrumbDelimiter td {}
.breadcrumbDelimiter b {color: #000; font: 11px/15px Tahoma, Helvetica, sans-serif;}
.breadcrumbDelimiter a {color: #000; font: 11px/15px Tahoma, Helvetica, sans-serif; text-decoration: none;}
.breadcrumbDelimiter a:hover {color: #000; font: 11px/15px Tahoma, Helvetica, sans-serif; text-decoration: underline;}
.breadcrumbDelimiter a.treeItemLast {text-decoration: none; cursor: text; color: #000; font: bold 11px/15px Tahoma, Helvetica, sans-serif;}
.breadcrumbDelimiter a.treeItemLast:hover {text-decoration: none; cursor: text; color: #000; font: bold 11px/15px Tahoma, Helvetica, sans-serif;}
.breadcrumbDelimiter span {color: #000; font: 11px/15px Tahoma, Helvetica, sans-serif;}
.breadcrumbDelimiter img {display: none;}
	
.breadcrumbRSS {}

.breadcrumbEnd {display: none;}
.breadcrumbEnd img {}

/************* Breadcrumb *******************/
/*************** Order Pages ****************/
.breadcrumbDelimiter span.nonactive {color: #000; font: 11px/15px Tahoma, Helvetica, sans-serif; margin-right: 10px;}
.breadcrumbDelimiter span.active {color: #000; font: 11px/15px Tahoma, Helvetica, sans-serif; margin-right: 10px; font-weight: bold;}
/****************** end Order Pages ***********************************/

/*****************************************************************************/

/************* Fieldset *******************/

/****** Top ******/

.titleTop {margin-top: 0px;}

.titleTopLeft {width: 1px; height: 1px;}
.titleTopImgLeft {width: 1px; height: 1px;}

.titleTopCenter {						/* Title of block (example: any blocks, articles,...) */
	white-space: normal;
	padding: 8px 10px 0px 4px;
	}
.titleTopCenter div {
	color: #000;
	font: bold 15px/19px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.titleTopCenter h1 {
	color: #000;
	font: bold 15px/19px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
.titleTopCenter div b {font-weight: normal;}
.titleTopRight {width: 1px; height: 1px;}
.titleTopImgRight {width: 1px; height: 1px;}

/****** Top ******/

/****** Center ******/

.block {}
.blockTD {padding: 0px 3px;}
.menuLeft {padding: 0px 3px;}

/****** Center ******/

/****** Bottom ******/

.titleBot {margin-bottom: 17px;}

.titleBotLeft {width: 1px; height: 1px;}
.titleBotImgLeft {width: 1px; height: 1px;}

.titleBotRight {width: 100%; text-align: right;}
.titleBotImgRight {width: 1px; height: 1px;}

/****** Bottom ******/

.block-filter .titleTopRight, .block-simple .titleTopRight, .block-banners .titleTopRight, .block-navigation .titleTopRight
 {width: 100%; text-align: right;}
.block-filter .titleTopImgLeft, .block-simple .titleTopImgLeft, .block-banners .titleTopImgLeft, .block-navigation .titleTopImgLeft 
 {width: 1px; height: 1px;}
.block-filter .titleTopImgRight, .block-simple .titleTopImgRight, .block-banners .titleTopImgRight, .block-navigation .titleTopImgRight
 {width: 1px; height: 1px;}

table#user-home .titleTopLeft {width: 1px; height: 1px;}
table#user-home .titleTopRight {width: 100%; text-align: right;}
table#user-home .titleTopImgLeft {width: 1px; height: 1px;}
table#user-home .titleTopImgRight {width: 1px; height: 1px;}

/************* end Fieldset ***************/

/*****************************************************************************/
/************* userHome *******************/
td.userHome {padding: 7px;}
td.userHomeTitle {
	font-size: 12px;
	white-space: nowrap;
}
td.userHomeTitle b {color: #0000CC;}

div.userHomeBottom {						
	background: none;
	padding: 0px 20px 0px 20px;
	}
div.userHomeBottom a {color: #444444; text-decoration:underline;}
div.userHomeBottom a:hover {color: #444444; text-decoration:none;}

td.userHome img.orders 		{background: url(../images/icons/admin_orders.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.orders {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_orders.png,sizingMethod=crop);}
td.userHome img.profile 	{background: url(../images/icons/admin_profile.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.profile {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_profile.png,sizingMethod=crop);}
td.userHome img.arr		 	{background: url(../images/icons/arr.gif) no-repeat; width: 15px; height: 16px; border:0px; margin: 0px 5px 0px 55px;}
td.userHome img.support 	{background: url(../images/icons/admin_support.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.support {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_support.png,sizingMethod=crop);}
td.userHome img.forum 		{background: url(../images/icons/admin_forum.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.forum {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_forum.png,sizingMethod=crop);}
td.userHome img.products 	{background: url(../images/icons/admin_products.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.products {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_products.png,sizingMethod=crop);}
td.userHome img.pages 		{background: url(../images/icons/admin_pages.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.pages {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_pages.png,sizingMethod=crop);}
td.userHome img.salesorders	{background: url(../images/icons/admin_salesorders.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.salesorders {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_salesorders.png,sizingMethod=crop);}
td.userHome img.merchant 	{background: url(../images/icons/admin_merchant.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.merchant {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_merchant.png,sizingMethod=crop);}
td.userHome img.affiliates 	{background: url(../images/icons/admin_affiliates.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.affiliates {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_affiliates.png,sizingMethod=crop);}
td.userHome img.payments 	{background: url(../images/icons/admin_payments.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.payments {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_payments.png,sizingMethod=crop);}
td.userHome img.carts	 	{background: url(../images/icons/admin_carts.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.carts {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_carts.png,sizingMethod=crop);}
td.userHome img.wishlist 	{background: url(../images/icons/admin_wishlist.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.wishlist {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_wishlist.png,sizingMethod=crop);}
td.userHome img.reminders 	{background: url(../images/icons/admin_reminders.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.reminders {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_reminders.png,sizingMethod=crop);}

td.userHome div {margin: 0px 0px 0px 50px;}
/************* userHome *******************/

/*****************************************************************************/

/************* Button Links *******************/
td.butTd {}
td.butTd span.spacer {display: auto; color: #1584D2;}	/* '|' between button */

a.button:link, a.button:visited {font: 12px/20px Tahoma, Helvetica, sans-serif; padding: 0px 10px 0px 0px; white-space: nowrap; text-decoration: underline;}
a.button:hover, a.button:active {font: 12px/20px Tahoma, Helvetica, sans-serif; padding: 0px 10px 0px 0px; white-space: nowrap; text-decoration: none;}

a.button span 	{color: #1584D2;}
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: 12px/20px Tahoma, Helvetica, sans-serif; white-space: nowrap; text-decoration: underline;}
a.buttonBasket:hover, a.buttonBasket:active {font: 12px/20px Tahoma, Helvetica, sans-serif; white-space: nowrap; text-decoration: none;}

a.buttonBasket span 	{color: #1584D2; line-height: 14px;}
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/20px Tahoma, Helvetica, sans-serif; white-space: nowrap; text-decoration: underline;}
a.buttonCart:hover, a.buttonCart:active {font: 12px/20px Tahoma, Helvetica, sans-serif; white-space: nowrap; text-decoration: none;}

a.buttonCart span 	{color: #1584D2;}
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: 11px/11px Tahoma, Helvetica, sans-serif; color: #000; white-space: nowrap; text-decoration: none; display: inline-block; border-bottom: 1px solid #fff;}
a.buttonMore:hover, a.buttonMore:active {font: 11px/11px Tahoma, Helvetica, sans-serif; color: #000; white-space: nowrap; text-decoration: none; display: inline-block; border-bottom: 1px solid #000;}

a.buttonMore span 	{}			/* read more... (special offers, etc.) */
a.buttonMore:hover span 	{}
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 			{background: transparent; margin: 0px; padding: 3px 0px;}
.selectedtopCategory {background: #F4F4F4; margin: 0px; padding: 3px 0px; border-top: 1px solid #F4F4F4; border-bottom: 1px solid #F4F4F4;}
        
.subCategory 			{background: transparent; margin: 0px; padding: 0px;}
.selectedsubCategory {background: #F4F4F4; margin: 0px; padding: 0px; border-top: 1px solid #F4F4F4; border-bottom: 1px solid #F4F4F4;}

.topCategory .category_img, .subCategory .category_img, .selectedtopCategory .category_img, .selectedsubCategory .category_img {margin: 0px 0px 0px 5px;}
/************* Category *******************/

/************* Latest *******************/
td.topArticle {padding: 0px;}
td.subArticle {display: none;}

a.subArticle {}
/************* Latest *******************/

/************* Offers *******************/
.block-offers .block .blockTD a.bigtitle			{display: block;}
.block-offers .block .blockTD a.bigtitle:hover 	{display: block;}
.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 8px 3px 0px; border: 4px solid #F4F3EB;} 
.offerTd div.offerText	{text-align: justify; font: 11px/18px Tahoma, Helvetica, sans-serif;}
.offerTd a.buttonMore span {display:none;}


.block-products-list .block .blockTD img.productImg, .block-product-details .block .blockTD img.productImg 
{border: 4px solid #F4F3EB;} 


/************* 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:2px solid #EFF0F4; 	border-top:2px solid #EFF0F4; border-bottom:2px solid #EFF0F4; }
.forumMessageRight 	{background: #fff; border: 2px solid #EFF0F4; }
.forumMessageTop 		{background: #133E86 url(../images/clearway/submenu.gif) repeat-x top left; border-bottom: 2px solid #EFF0F4; }
.forumMessageRight hr	{display: none;}
.forumMessageTop	{padding: 5px;}
.forumMessageRight .usualbg	{padding: 5px;}

/************* 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 				{}
.block-hot a.bigtitle 					{}
.block-hot a.bigtitle:hover 			{}

/*****************************************************************************/

/************* Footer *******************/
.footerAll {background: url(../images/clearway/botRight.gif) no-repeat top right; width: 100%;}
.footerMenu	{text-align:center; background: url(../images/clearway/botLeft.gif) no-repeat top left; padding-top: 0px; padding-bottom: 10px; height: 45px; font: 1px/1px Arial, Helvetica, sans-serif;}
.footerMenu	span {padding: 0px 7px 0px 10px; color: #1584D2;}
.footerMenu	a.smallText	{}
.footerHTML	{text-align:center; padding: 0px;}
.footerHTML font	{font: 11px/21px Tahoma, Helvetica, sans-serif; color: #000;}

/************* Footer *******************/

body			{font: 13px/18px Tahoma, Arial, Helvetica, sans-serif; color: #A81F23; margin: 0px; padding: 15px 0px 50px 0px; background: #A81F23;}
body.popup	{font: 13px/18px Tahoma, Arial, Helvetica, sans-serif; color: #000; margin: 0px; padding: 0px; background: #1786BB;}

tr, td		{font: 13px/18px Tahoma, Arial, Helvetica, sans-serif; color: #000;}

h1, h2		{padding: 0px; margin: 0px;}

.middlebg 			{background: ;}
.middlebg td 		{font-weight: bold;}
.usualbg  			{background: ;}
.errorbg  			{background: #FFE0E0; border: 1px solid #CC0000; color: #CC0000; padding: 6px;}
.popup .errorbg	{padding: 4px;}
.messagebg  		{color: #0000CC; font-weight: bold; padding: 6px;}

.padding10px				{padding: 10px;}
.padding6px td				{padding: 6px 6px 6px 0px;}
.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: 13px/15px Tahoma, Arial, Helvetica, sans-serif; color: #000;}
input.usualprice	{background-color: transparent; border: none; text-align: right; font: 13px/18px Tahoma, Arial, Helvetica, sans-serif; color: #000;}
input.orderprice	{background-color: transparent; border: none; text-align: right; font: bold 13px/18px Tahoma, Arial, Helvetica, sans-serif; color: #000;}
input.search		{border: 1px solid #D5D5D5; background: #fff; font: 13px/18px Tahoma, Arial, Helvetica, sans-serif; color: #000;}
input.text			{border: 1px solid #D5D5D5; background: #fff; font: 13px/18px Tahoma, Arial, Helvetica, sans-serif; color: #000;}
input.field			{border: 1px solid #D5D5D5; background: #fff; font: 13px/18px Tahoma, Arial, Helvetica, sans-serif; color: #000;}
input.fieldSmall	{border: 1px solid #D5D5D5; background: #fff; font: 11px/18px Tahoma, Arial, Helvetica, sans-serif; color: #000;}
input.submit		{font-weight: normal; border: 0px; color: #fff; font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif; cursor: pointer; background: url(../images/clearway/buttonR.jpg) no-repeat right; height: 32px; padding: 0px 10px 2px 0px; margin: 0px;}
	input#clear		{color: #8A8A8A;}
	input#reset		{color: #8A8A8A;}
	input#preview	{color: #FF6C00;}
	input#cancel	{color: #8A8A8A;}
	input#delete	{color: #8A8A8A;}
select				{border: 1px solid #D5D5D5; background: #fff; font: 13px/18px Tahoma, Arial, Helvetica, sans-serif; color: #000;}
select.search		{border: 1px solid #D5D5D5; background: #fff; font: 13px/18px Tahoma, Arial, Helvetica, sans-serif; color: #000;}
textarea			{border: 1px solid #D5D5D5; background: #fff; font: 13px/18px Tahoma, Arial, Helvetica, sans-serif; color: #000;}

input.field {margin-bottom: 3px;}
select.field {margin-bottom: 3px;}

span.submit {background: url(../images/clearway/buttonL.jpg) no-repeat left; font: 28px Arial; padding-left: 10px !important; white-space: nowrap; display: inline-block;}

form { margin: 0px; padding: 0px;}

a.header 			{color: #1584D2; text-decoration: underline; }
a.header:hover		{color: #1584D2; text-decoration: underline; }
a.title				{font: 11px/18px Tahoma, Helvetica, sans-serif;  color: #1584D2; text-decoration: underline; }
a.title:hover		{font: 11px/18px Tahoma, Helvetica, sans-serif;  color: #1584D2; text-decoration: none; }
a.smallText			{color: #1584D2; text-decoration: none; font: 11px/18px Tahoma, Helvetica, sans-serif;}
a.smallText:hover	{color: #1584D2; text-decoration: underline; font: 11px/18px Tahoma, Helvetica, sans-serif;}
a					{color: #1584D2; text-decoration: none; font: 12px/18px Tahoma, Helvetica, sans-serif; outline: none;}
a:hover				{color: #1584D2; text-decoration: underline; font: 12px/18px Tahoma, Helvetica, sans-serif; outline: none;}

.titleText	  {color: #1584d2; text-decoration: none; }
.articleDate	{font-size: 8pt; color: #133E86; font-style: italic; }
.top				  {font-size: 8pt; padding: 2px 0px;}
.smallText		{font: 11px/11px Tahoma, Helvetica, sans-serif; color: #1584D2;}
.middleText		{font-size: 9pt; }
.bigText			{font-size: 10pt; }
.comment			{font-size: 8pt; color: #7777CC; }
.message			{font-size: 9pt; color: #0000CC; }
.title			{font-size: 10pt; font-weight: bold; color: #1584D2; }
.bigtitle		{font: bold 14px/25px 'Trebuchet MS', Arial, Helvetica, sans-serif; color: #1584D2;}
a.bigtitle		{font: bold 14px/25px 'Trebuchet MS', Arial, Helvetica, sans-serif; color: #1584D2; text-decoration: none;}
a.bigtitle:hover		{font: bold 14px/25px 'Trebuchet MS', Arial, Helvetica, sans-serif; color: #1584D2; 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: 1px solid #E9E9E9; display: none;}
/***/.hDelimiter {background: #E9E9E9; border: 0px; display: none;}
/***/
/***/.rolloverImagesTop {padding: 10px 0px 0px 0px;}
/***/.rolloverImages {float: left; padding: 5px; text-align: center; width: 30%;}
/***/.manufacturerImage {padding: 10px 0px 0px 0px;}
/***** Delimiter for list and rollover for details *****/

/***** Visualisation tubs on product details *****/
td.tab				{border: 1px solid #E9E9E9; border-bottom: none; background: none; padding: 0px;}
td.tabActive		{border: 1px solid #E9E9E9; border-bottom: none; background: #E9E9E9; padding: 0px;}
a.tab					{background: none; color: #000; display: block; font-size: 12px; font-weight: bold; padding: 5px 8px; text-decoration: none;}
a.tab:hover			{background: #E9E9E9; color: #000; display: block; font-size: 12px; font-weight: bold; padding: 5px 8px; text-decoration: none;}
a.tabActive			{background: #E9E9E9; color: #000; display: block; font-size: 12px; font-weight: bold; padding: 5px 8px; text-decoration: none; cursor: text;}
a.tabActive:hover	{background: #E9E9E9; color: #000; display: block; font-size: 12px; font-weight: bold; padding: 5px 8px; text-decoration: none; cursor: text;}
.tabline 			{border-top: 1px solid #E9E9E9;}
/***** Visualisation tubs on product details *****/
/***** Visualisation tubs on UserHome pages *****/
.blockTDtabs table	{width: 100%; margin-bottom: 10px;}
div.adminTab 			{font: 11px Verdana, sans-serif; border: 1px solid #919B9C; border-bottom: none; padding: 3px 8px 2px 8px; margin: 0px 2px; cursor: pointer; background: #E9E9E9; white-space: nowrap;}
div.adminTabActive 	{font: bold 11px Verdana, sans-serif; border: 1px solid #919B9C; border-top: 2px solid #919B9C; border-bottom: none; padding: 5px 9px 5px 9px; margin: 3px 0px 0px 0px; white-space: nowrap;}
td.adminTab			{border-bottom: 1px solid #919B9C; vertical-align: bottom;}
td.adminTabActive	{border: none;}
td.beginTab			{padding: 0px 4px; border-bottom: 1px solid #919B9C;}
td.endTab			{padding: 0px 4px; width: 90%; border-bottom: 1px solid #919B9C;}
a.blackSm, a.blackSm:hover {text-decoration: none;}
/***** Visualisation tubs on UserHome pages *****/
/***** Prices on the site *****/
.priceBlock {color: #000; font-weight: bold;}
.priceBlock .price {font-weight: bold;}
.priceBlock .priceTax {font-weight: normal;}

.priceBlockOld {color: #000; text-decoration: line-through;}
.priceBlockOld .price {font-weight: normal;}
.priceBlockOld .priceTax {font-weight: normal;}

.priceBlockHidden {color: #000; font-weight: bold; display: none;}
.priceBlockHidden .price {font-weight: bold;}
.priceBlockHidden .priceTax {font-weight: normal;}

.priceBlockEdit {color: #000; font-weight: bold;}
.priceBlockEdit input.price {text-align: right; font-weight: bold; width: 60px; font-size: 10pt; color: black; border-top: 1px solid #7F9DB9;border-right: 1px solid #BACDDF;border-bottom: 1px solid #BACDDF;border-left: 1px solid #7F9DB9;}

.salesBlock {color: #000; font-weight: bold; border: none; background: transparent;}
.salesPrice {font-weight: bold;}
.salesTax {font-weight: normal;}

.priceSaveBlock {color: green; font-weight: bold;}
.priceSaveBlock .price {font-weight: bold;}
.priceSaveBlock .percent {font-weight: normal;}

.pointsPriceBlock {}
.pointsPriceBlock .points {}

.rewardPointsBlock {}
.rewardPointsBlock .points {}
/***** Prices on the site *****/
/***** Visualisation product list as table *****/
.productsTable th 		{padding: 3px;}
.productsTable td 		{padding: 3px;}
.productsCategory 		{font-size: 10pt; font-weight: bold; color: #1584D2; background: #E9E9E9; padding: 6px !important; }
.productsDelimiter 		{background: #E9E9E9; padding: 0px !important;}
.productsDelimiterTop 	{background: #E9E9E9; padding: 0px !important;}
.productsDelimiterTop img 	{height: 2px;}
/***** Visualisation product list as table *****/
/***** Rating iamges *****/
.neutral {display: none; }
.commend		{background: url(../images/icons/commend.png) no-repeat; width: 20px; height: 20px; border:0px;}
* html .commend {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/commend.png,sizingMethod=crop);}
.discommend	{background: url(../images/icons/discommend.png) no-repeat; width: 20px; height: 20px; border:0px;}
* html .discommend {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/discommend.png,sizingMethod=crop);}
.not-rated	{background: url(../images/icons/not-rated.png) no-repeat; width: 97px; height: 18px; border:0px;}
* html .not-rated {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/not-rated.png,sizingMethod=crop);}
.rating-1	{background: url(../images/icons/rating-1.png) no-repeat; width: 97px; height: 18px; border:0px;}
* html .rating-1 {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/rating-1.png,sizingMethod=crop);}
.rating-2	{background: url(../images/icons/rating-2.png) no-repeat; width: 97px; height: 18px; border:0px;}
* html .rating-2 {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/rating-2.png,sizingMethod=crop);}
.rating-3	{background: url(../images/icons/rating-3.png) no-repeat; width: 97px; height: 18px; border:0px;}
* html .rating-3 {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/rating-3.png,sizingMethod=crop);}
.rating-4	{background: url(../images/icons/rating-4.png) no-repeat; width: 97px; height: 18px; border:0px;}
* html .rating-4 {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/rating-4.png,sizingMethod=crop);}
.rating-5	{background: url(../images/icons/rating-5.png) no-repeat; width: 97px; height: 18px; border:0px;}
* html .rating-5 {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/rating-5.png,sizingMethod=crop);}
/***** Rating iamges *****/
/***** Wishlist pop-up window *****/
.wishlist-opacity	{display: none; z-index: 900; filter: alpha(opacity=50); left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; background-color: #E1E1E1; moz-opacity: 0.5; opacity: 0.5;}
.wishlist-shadow	{display: none; z-index: 1000; position: absolute; top: 0px; left: 0px; width: 400px; background: #CCCCCC;}
.wishlist-block		{position: relative; bottom: 5px; right: 5px; width: 400px; background: #F4F4F4; border: 1px solid #78C7FF;}
.wishlist-img-close	img {margin: 10px 10px 5px 0px;}
.wishlist-descr		{padding: 0px 35px 20px 30px; font: 14px, sans-serif; text-align:justify;}
/***** Wishlist pop-up window *****/
/***** New Product's icon *****/
.block-product-details .newProduct {display: block; position: relative; padding-right: 34px !important;}
.block-product-details .newProduct img {background: url(../images/icons/new_l.png) no-repeat; width: 30px; height: 22px; border: none; position: absolute; bottom: -1px; margin: 0px 0px 0px 2px;}
* html .block-product-details .newProduct img {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/new_l.png,sizingMethod=crop);}
.block-products-list .newProduct img {background: url(../images/icons/new_l.png) no-repeat; width: 30px; height: 22px; border: none; position: relative; bottom: -6px; margin: 0px 0px 0px 2px;}
* html .block-products-list .newProduct img {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/new_l.png,sizingMethod=crop);}
.newProduct img {background: url(../images/icons/new_m.png) no-repeat; width: 20px; height: 16px; border: none; position: relative; bottom: -3px; margin: 0px 0px 0px 2px;}
* html .newProduct img {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/new_m.png,sizingMethod=crop);}
/***** New Product's icon *****/
/***** Restricted Item's icon *****/
.block-products-list .restrictedItem img.restrictedItem {background: url(../images/icons/lock.png) no-repeat; width: 22px; height: 23px; border: none; position: relative; bottom: -3px; margin: 0px 0px 0px 2px;}
* html .block-products-list .restrictedItem img.restrictedItem {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/lock.png,sizingMethod=crop);}
.restrictedItem img.restrictedItem {background: url(../images/icons/lock-s.png) no-repeat; width: 15px; height: 16px; border: none; position: relative; bottom: -3px; margin: 0px 0px 0px 2px;}
* html .restrictedItem img.restrictedItem {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/lock-s.png,sizingMethod=crop);}
.restrictedCategory img.restrictedCategory {background: url(../images/icons/lock-s.png) no-repeat; width: 15px; height: 16px; border: none; position: relative; bottom: -3px; margin: 0px 0px 0px 2px;}
* html .restrictedCategory img.restrictedCategory {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/lock-s.png,sizingMethod=crop);}
/***** Restricted Item's icon *****/
/***** Manual list *****/
.level1 {padding: 2px 2px 2px 15px;}
.level1 a {font-weight: bold;}
.level1 a:hover {font-weight: bold;}
.level2 {padding: 2px 2px 2px 30px;}
.level3 {padding: 2px 2px 2px 40px;}
.level4 {padding: 2px 2px 2px 50px;}
/***** Manual list *****/
/***** Custom menu list *****/
.menuLeft .level1 {padding: 2px 2px 2px 5px;}
.menuLeft .level2 {padding: 2px 2px 2px 15px;}
.menuLeft .level3 {padding: 2px 2px 2px 30px;}
.menuLeft .level4 {padding: 2px 2px 2px 40px;}
.menuLeft .a a {font-weight: bold;}
.menuLeft .a a:hover {font-weight: bold;}
/***** Custom menu list *****/
/***** Matrix price *****/
table.matrix { border: 1px solid gray; margin-bottom: 5px; margin-top: 5px; }
th.matrixTop { padding-left: 5px; padding-right: 5px; border-bottom: 1px solid silver;  }
th.matrixBottom { padding-left: 5px; padding-right: 5px; }
td.matrixTop { border-bottom: 1px solid silver; border-left: 1px solid silver; padding-left: 5px; padding-right: 5px; }
td.matrixBottom { border-left: 1px solid silver; padding-left: 5px; padding-right: 5px; }
/***** Matrix price *****/


.block-simple .blockTD	{padding: 0px;}
.block-simple .blockTD h1.smallTile	{padding: 0px 0px 20px 0px;}
.business img.bigImg	{margin: 6px 10px 40px 50px; float: right !important;}
.block-simple div.business	{padding: 0px 3px;}

.block-articles-latest .topTitle a	{font: normal 11px/18px Tahoma, Helvetica, sans-serif; color: #000; text-decoration: none;}
.block-articles-latest .topTitle a:hover	{font: normal 11px/18px Tahoma, Helvetica, sans-serif; color: #000; text-decoration: underline;}
.block-articles-latest .articleDate	{display: none;}
.block-articles-latest .titleTopCenter div	{color: #E34021; font: 17px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;}
.block-articles-latest .titleTopCenter	{padding: 25px 0px 0px 0px;}
.block-articles-latest .titleTop	{background: url(../images/clearway/testimC.gif) repeat-x top left;}
.block-articles-latest .titleTopLeft {width: 30px; height: 1px; background: url(../images/clearway/testimL.gif) no-repeat top left;}
.block-articles-latest .titleTopImgLeft {width: 30px; height: 1px;}
.block-articles-latest .titleTopRight {width: 30px; height: 1px; background: url(../images/clearway/testimR.gif) no-repeat top right;}
.block-articles-latest .titleTopImgRight {width: 30px; height: 1px;}
.block-articles-latest .blockTD	{background: url(../images/clearway/testimCC.gif) repeat-x top left;}
.block-articles-latest .padding10px	{padding: 10px 25px 0px 25px;}
.block-articles-latest .topArticle .desc	{font: 11px/18px Tahoma, Helvetica, sans-serif; color: #000;}
.block-articles-latest .topArticle .desc a.buttonMore	{font: 11px/12px Tahoma, Helvetica, sans-serif; color: #000; text-decoration: none;}
.block-articles-latest .topArticle .desc a.buttonMore:hover	{font: 11px/12px Tahoma, Helvetica, sans-serif; color: #000; text-decoration: none; border-bottom: 1px solid #000;}

ul	{list-style-image: none; list-style-position: outside; list-style-type: none; padding: 0px; margin: 0px 0px 0px 0px; float: left;}
li	{background: url(../images/clearway/bulit.gif) no-repeat top left; margin: 0px 0px 0px 16px; padding: 0px 0px 0px 20px; font: 13px/18px Tahoma, Helvetica, sans-serif;}
ul.second	{list-style-image: none; list-style-position: outside; list-style-type: none; padding: 0px; margin: -6px 0px 0px 86px; float: left;}
ul.third	{list-style-image: none; list-style-position: outside; list-style-type: none; padding: 0px; margin: -42px 0px 0px 80px; float: left;}
* html ul.second	{margin: -6px 0px 0px 76px; float: left;}
*+html ul.second	{margin: -6px 0px 0px 76px; float: left;}
* html ul.third	{margin: 0px 0px 0px 66px; float: left;}
*+html ul.third	{margin: 0px 0px 0px 66px; float: left;}

.block-articles-details img.articleDLarge	{margin: 0px 10px 40px 50px; float: right;}
.block-articles-details .articleDate	{display: none;}
.block-articles-details .titleTopCenter	{padding-left: 13px;}
.block-articles-details .titleTopCenter h1	{padding-top: 8px;}
.block-articles-details .padding10px	{padding-top: 0px;}

.block-articles-list .padding10px td div a img	{border: 4px solid #F4F3EB; margin-right: 10px;}

.block-basket-recommended select	{margin-right: 10px;}
.userProfile select.text	{width: 263px;}

div.forLinks a, div.forLinks a:hover	{font-size: 12px; font-weight: bold;}


/*****************************/
.login_information {}
.personal_details {float: left; width: 50%;}
.delivery_details {float: left; width: 50%;}
.additional_details {clear: left;}
