/*begin block_products_details.html
print & email icons*/
.print
{
	background-color: #F5F5F5;
	height: 2em;
	text-decoration: none;
}
.pd_itemName DIV
{
	color: #CC0000;
	font-weight: bold;
	font-size: 14px;
	font-family: arial, verdana, Tahoma;
	/*[disabled]line-height:2em;*/
}
/*- Menu Tabs 1---------------------------*/
#tabs1
{
	float: left;
	width: 100%;
	font-size: 93%;
	line-height: normal;
	border-bottom: 1px solid #BCD2E6;
}
#tabs1 UL
{
	margin: 0;
	padding: 0px 0px 0;
	list-style: none;
}
#tabs1 LI
{
	display: inline;
	margin: 0;
	padding: 0;
}
#tabs1 A
{
	float: left;
	background: url(../images/modif/tabs/tableft1.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}
#tabs1 A SPAN
{
	float: left;
	display: block;
	background: url(../images/modif/tabs/tabright1.gif) no-repeat right top;
	padding: 5px 0px 4px;
	color: #627EB7;
}
/*Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs1 A SPAN
{
	float: none;
}
/*End IE5-Mac hack*/
#tabs A:hover SPAN
{
	color: #627EB7;
}
#tabs1 A:hover
{
	background-position: 0% -42px;
}
#tabs1 A:hover SPAN
{
	background-position: 100% -42px;
}
#tabs1 #current A
{
	background-position: 0% -42px;
}
#tabs1 #current A SPAN
{
	background-position: 100% -42px;
}
.tab_hover
{
	background-color: #0000FF;
	color: #FFFFFF;
	cursor: pointer;
	width: 100px;
	height: 20px;
	background-image: url(../images/modif/tabs/tableft1.gif), url(no-repeat), url(left), url(top);
	border: 0px solid #000000;
	text-align: center;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}
.tab
{
	background-color: #0000FF;
	color: #FFFFFF;
	cursor: pointer;
	width: 100px;
	height: 20px;
	background-image: url(../images/modif/tabs/tabright1.gif), url(no-repeat), url(right), url(top);
	border: 0px solid #000000;
	text-align: center;
	font-family: verdana;
	font-size: 12px;
	font-weight: none;
}
.data_tab
{
	border: 1px solid #808080;
	width: 500px;
	height: 100px;
	text-align: left;
	font-family: verdana;
	font-size: 12px;
	padding: 0.3em;
}
/*end block_products_details.html
***** Main Table ******/
.basicTable
{
	width: 770px;
}
.mainTable
{
	width: 770px;
}
.mainTable75
{
	width: 770px;
}
.mainTable50
{
	width: 770px;
}
.mainTableCellLeft
{
	padding: 0px 8px 0px 0px;
	vertical-align: top;
}
.mainTableCellCenter
{
	padding: 0px;
	vertical-align: top;
}
.mainTableCellRight
{
	padding: 0px 0px 0px 8px;
	vertical-align: top;
}
.homeGreeting
{
	padding: 0px 0px 15px;
	vertical-align: top;
}
.homeGreeting TABLE
{
	width: 100%;
}
.homeGreeting TABLE TD
{
	padding: 8px 6px;
	border-left: 5px solid #CCCCCC;
	border-right: 5px solid #CCCCCC;
}
.introBlock
{
	border: 1px solid #CCCCCC;
}
.introBlock TD
{
	padding: 6px;
}
/****** Main Table *****
*****************************************************************************
***** Menu ******/
.headerMenu
{
	width: 770px;
	margin: 0px 0px 15px;
	padding: 0px;
}
.headerMenu TD#logo
{
/*Background under logo on the site*/
	background: url(../images/silver/light/top.jpg);
	vertical-align: top;
}
.headerMenu TD#logo IMG
{
/*Logo on the site*/
	margin: 10px 22px 7px;
	border: 0px solid #000000;
}
.headerMenu TD#logoL
{
	display: none;
}
.headerMenu TD#menu
{
/*Text Menu with or without images*/
	width: 100%;
	background: #A9B2BC url(../images/silver/light/bg.gif) repeat-x right top;
}
.headerMenu TD#menu IMG.Img
{
	display: block;
	width: 25px;
	height: 1px;
}
.headerMenu TD#menu TABLE
{
	width: auto;
}
.headerMenu TD#menu TD
{
	text-align: center;
}
.headerMenu TD#menu TD IMG
{
	display: auto;
}
.headerMenu TD#menu TD BR
{
	display: none;
}
/*.headerMenu td#menu td nobr*/
#INVALID-RULE
{
	display: auto;
}
/*Active & Noneactive links in menu*/
A.menu:link, A.menu:visited
{
	font: bold 11px sans-serif, arial, tahoma, verdana;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	border-right: 0px solid #E0E0E0;
	border-top: 0px solid #E0E0E0;
	background: #A9B2BC url(../images/c2s/bg.gif) repeat-x right -1px;
	padding: 3px 10px 4px;
	display: block;
}
A.menu:hover, A.menu:active
{
	font: bold 11px sans-serif, arial, tahoma, verdana;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	border-right: 0px solid #E0E0E0;
	border-top: 0px solid #E0E0E0;
	background: #A9B2BC url(../images/c2s/bg.gif) repeat-x right -1px;
	padding: 3px 10px 4px;
	display: block;
}
A.menuActive:link, A.menuActive:visited
{
	font: bold 11px sans-serif, arial, tahoma, verdana;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
	border-right: 2px solid #E0E0E0;
	border-top: 2px solid #E0E0E0;
	background: #FFFFFF;
	padding: 3px 10px 4px;
	display: block;
}
A.menuActive:hover, A.menuActive:active
{
	font: bold 11px sans-serif, arial, tahoma, verdana;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
	border-right: 2px solid #E0E0E0;
	border-top: 2px solid #E0E0E0;
	background: #FFFFFF;
	padding: 3px 10px 4px;
	display: block;
}
/****** Sub Menu ******/
.subMenuBlock
{
	background: #FFE58F;
	display: none;
	position: absolute;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	z-index: 2500;
}
A.subMenu
{
	width: 150px;
	padding: 6px 20px 6px 10px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	display: block;
	font: 11px tahoma, verdana, sans-serif;
	color: #000000;
	text-decoration: none;
	text-align: left;
	background: #FFE58F;
}
A.subMenu:hover, A.subMenu:active
{
	background: #FFFFFF;
	color: #000000;
	display: block;
	text-decoration: none;
}
/****** Secondary Menu ******/
TABLE.secondaryMenu
{
	width: 100%;
	background: #A9B2BC none;
}
TD#menu TD.secondaryBegin IMG.Img
{
	width: 5px;
	height: 1px;
}
A.secondaryMenu
{
	display: block;
	font: bold 11px arial, tahoma, verdana, sans-serif;
	padding: 0px 0px 0px 20px;
	color: #FFF;
}
A.secondaryMenu:hover
{
	display: block;
	font: bold 11px arial, tahoma, verdana, sans-serif;
	padding: 0px 0px 0px 20px;
	color: #FFF;
}
A.secondaryMenuActive
{
	display: block;
	font: bold 11px arial, tahoma, verdana, sans-serif;
	padding: 0px 0px 0px 20px;
	color: #000;
	text-decoration: none;
}
A.secondaryMenuActive:hover
{
	display: block;
	font: bold 11px arial, tahoma, verdana, sans-serif;
	padding: 0px 0px 0px 20px;
	color: #000;
	text-decoration: underline;
}
TD#menu TD.secondaryEnd
{
	width: 100%;
}
TD#menu TD.secondaryEnd IMG.Img
{
	width: 1px;
	height: 25px;
}
/****** Menu *****
***************************************************************************
************ Breadcrumb *******************/
.breadcrumb
{
	border-bottom: 0px solid #CCCCCC;
	margin: 0px 0px 15px;
}
.breadcrumbBegin
{
	width: 10px;
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #DEDEDE;
	border-bottom: 0px solid #F3F3F3;
	border-left: 0px solid #DEDEDE;
	background: #F3F3F3;
}
.breadcrumbBegin IMG
{
	width: 10px;
	height: 1px;
}
.breadcrumbDelimiter
{
	width: 100%;
	white-space: normal;
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #DEDEDE;
	border-bottom: 1px solid #F3F3F3;
	border-left: 0px solid #DEDEDE;
	font-size: 8pt;
	padding: 4px 0px;
	background: #F3F3F3;
}
.breadcrumbDelimiter TD
{
	font-family: tahoma, arial, verdana, helvetica;
	line-height: 14px;
}
.breadcrumbDelimiter A
{
	color: #2A2A2A;
	text-decoration: none;
	font-size: 10px;
	border-bottom: 1px solid #0075BF;
}
.breadcrumbDelimiter A:hover
{
	color: #0052B4;
	text-decoration: underline;
	font-size: 10px;
}
.breadcrumbDelimiter A.treeItemLast
{
	color: #1C1C1C;
	font-size: 11px;
	text-decoration: none;
}
.breadcrumbDelimiter A.treeItemLast:hover
{
	color: #1C1C1C;
	font-size: 11px;
	text-decoration: none;
}
.breadcrumbDelimiter B
{
	color: #4144B9;
	font-weight: normal;
}
.breadcrumbDelimiter SPAN
{
	color: #000;
	display: auto;
	font-size: 11px;
}
.breadcrumbDelimiter IMG
{
	display: none;
}
.breadcrumbRSS
{
	border-top: 1px solid #CCCCCC;
	border-right: 0px solid #DEDEDE;
	border-bottom: 1px solid #F3F3F3;
	border-left: 0px solid #DEDEDE;
	padding: 0px 4px;
	background: #F3F3F3;
}
.breadcrumbEnd
{
	width: 20px;
	border-top: 1px solid #CCCCCC;
	border-right: 0px solid #DEDEDE;
	border-bottom: 1px solid #F3F3F3;
	border-left: 0px solid #DEDEDE;
	background: #F3F3F3;
}
.breadcrumbEnd IMG
{
	width: 1px;
	height: 1px;
}
/************* Breadcrumb ******************
************** Order Pages ****************/
.breadcrumbDelimiter SPAN.nonactive
{
	font-size: 10pt;
	color: #AAAAAA;
	margin-right: 10px;
	display: inline;
	font-weight: bold;
}
.breadcrumbDelimiter SPAN.active
{
	font-size: 10pt;
	color: #41B944;
	margin-right: 10px;
	display: inline;
	font-weight: bold;
}
/************* end Order Pages **************
***************************************************************************
************ Fieldset ******************
***** Top ******/
.titleTop
{
	margin-top: 0px;
}
.titleTopLeft
{
	width: 10px;
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #DEDEDE;
	border-bottom: 1px solid #CCCCCC;
	border-left: 0px solid #DEDEDE;
	background: #F1F1F1;
}
.titleTopImgLeft
{
	width: 10px;
	height: 1px;
}
.titleTopCenter
{
/*Title of block (example: any blocks, articles,...)*/
	white-space: normal;
	padding: 5px 5px 5px 0px;
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #DEDEDE;
	border-bottom: 1px solid #CCCCCC;
	border-left: 0px solid #DEDEDE;
	background: #F1F1F1;
}
.titleTopCenter
{
}
/*.titleTopCenter div {
color: #41b944;
font-weight: bold;
font-size: 11pt;
font-family: sans-serif,arial,tahoma,verdana;
text-transform: uppercase;

z-index: 2000;
position: relative;
bottom: 0px;
margin: 0px 0px 0px 0px;
background: none;
padding: 0px 0px 0px 0px;
border: 0px solid #626ABC;
}*/
.titleTopCenter DIV
{
	color: #CC0000;
	font-weight: normal;
	font-size: 11pt;
	font-family: arial, verdana;
	line-height: 24px;
}
.titleTopRight
{
	width: 1px;
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-bottom: 0px solid #F3F3F3;
	border-left: 0px solid #DEDEDE;
	background: #F1F1F1;
}
.titleTopImgRight
{
	width: 1px;
	height: 1px;
}
/****** Top *****
***** Center ******/
.block
{
	border-top: 0px solid #CCCCCC;
	border-bottom: 0px solid #DEDEDE;
	border-left: 0px solid #DEDEDE;
	border-right: 0px solid #CCCCCC;
	background: url(#ff);
}
/****** Center *****
***** Bottom ******/
.titleBot
{
	margin-bottom: 15px;
}
.titleBotLeft
{
	width: 20px;
	border-top: 0px solid #DEDEDE;
	border-right: 0px solid #DEDEDE;
	border-bottom: 1px solid #CCCCCC;
	border-left: 0px solid #DEDEDE;
	background: #FFF;
}
.titleBotImgLeft
{
	width: 1px;
	height: 1px;
}
.titleBotRight
{
	width: 100%;
	border-top: 0px solid #DEDEDE;
	border-right: 0px solid #DEDEDE;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #DEDEDE;
	background: #FFF;
}
.titleBotImgRight
{
	width: 1px;
	height: 1px;
}
/****** Bottom *****
************ end Fieldset **************
***************************************************************************
************ userHome *******************/
TD.userHome
{
	padding: 7px;
}
TD.userHomeTitle
{
	font-size: 10pt;
	white-space: nowrap;
	background: #F3F3F3;
}
TD.userHomeTitle B
{
	color: #0000CC;
}
DIV.userHomeBottom
{
	background: none;
	padding: 5px 20px;
	background: #F4F4F4;
	border: 0px solid #CCC;
}
DIV.userHomeBottom A
{
	color: #000000;
	text-decoration: underline;
}
DIV.userHomeBottom A:hover
{
	color: #000000;
	text-decoration: none;
}
TD.userHome IMG.orders
{
	background: url(../images/icons/admin_orders.png) no-repeat;
	width: 50px;
	height: 50px;
	border: 0px solid #000000;
	float: left;
}
* HTML TD.userHome IMG.orders
{
	background-image: none, url(!), url(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 solid #000000;
	float: left;
}
* HTML TD.userHome IMG.profile
{
	background-image: none, url(!), url(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 solid #000000;
	margin: 0px 5px 0px 55px;
}
TD.userHome IMG.support
{
	background: url(../images/icons/admin_support.png) no-repeat;
	width: 50px;
	height: 50px;
	border: 0px solid #000000;
	float: left;
}
* HTML TD.userHome IMG.support
{
	background-image: none, url(!), url(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 solid #000000;
	float: left;
}
* HTML TD.userHome IMG.forum
{
	background-image: none, url(!), url(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 solid #000000;
	float: left;
}
* HTML TD.userHome IMG.products
{
	background-image: none, url(!), url(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 solid #000000;
	float: left;
}
* HTML TD.userHome IMG.pages
{
	background-image: none, url(!), url(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 solid #000000;
	float: left;
}
* HTML TD.userHome IMG.salesorders
{
	background-image: none, url(!), url(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 solid #000000;
	float: left;
}
* HTML TD.userHome IMG.merchant
{
	background-image: none, url(!), url(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 solid #000000;
	float: left;
}
* HTML TD.userHome IMG.affiliates
{
	background-image: none, url(!), url(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 solid #000000;
	float: left;
}
* HTML TD.userHome IMG.payments
{
	background-image: none, url(!), url(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 solid #000000;
	float: left;
}
* HTML TD.userHome IMG.carts
{
	background-image: none, url(!), url(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 solid #000000;
	float: left;
}
* HTML TD.userHome IMG.wishlist
{
	background-image: none, url(!), url(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 solid #000000;
	float: left;
}
* HTML TD.userHome IMG.reminders
{
	background-image: none, url(!), url(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: #999999;
}
/*'|' between button*/
A.button:link, A.button:visited
{
	color: #0051B4;
	padding: 0px 10px 0px 0px;
	font: bold 12px sans-serif, arial;
	white-space: nowrap;
}
A.button:hover, A.button:active
{
	color: #6666FF;
	padding: 0px 10px 0px 0px;
	font: bold 12px sans-serif, arial;
	white-space: nowrap;
}
A.button SPAN
{
	cursor: pointer;
}
A.button IMG
{
	display: none;
}
A.button-add SPAN
{
}
/*add to cart (products categories, product details)*/
A.button-add
{
	color: #41B944 !important;
}
A.button-add:hover
{
	color: #6666FF !important;
}
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
{
	color: #4144B9;
	padding: 0px 5px;
	font: bold 12px sans-serif, arial;
	white-space: nowrap;
}
A.buttonBasket:hover, A.buttonBasket:active
{
	color: #6666FF;
	padding: 0px 5px;
	font: bold 12px sans-serif, arial;
	white-space: nowrap;
}
A.buttonBasket SPAN
{
	cursor: pointer;
}
A.buttonBasket IMG
{
	display: none;
}
A.button-shopping SPAN
{
}
/*Continue shopping (basket)*/
A.button-shopping
{
	color: #41B944 !important;
}
A.button-shopping:hover
{
	color: #6666FF !important;
}
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
{
}
/*Checkout (basket)*/
A.button-checkout
{
	color: #41B944 !important;
}
A.button-checkout:hover
{
	color: #6666FF !important;
}
A.buttonCart:link, A.buttonCart:visited
{
	font: normal 11px tahoma, sans-serif;
	white-space: nowrap;
	white-space: nowrap;
}
A.buttonCart:hover, A.buttonCart:active
{
	font: normal 11px tahoma, sans-serif;
	white-space: nowrap;
	white-space: nowrap;
}
A.buttonCart SPAN
{
	cursor: pointer;
}
A.buttonCart IMG
{
	display: none;
}
A.button-check SPAN
{
}
/*Checkout (small cart)*/
A.button-amend SPAN
{
}
/*Amend cart (small cart)*/
A.button-view SPAN
{
}
/*View cart (small cart)*/
A.buttonMore:link, A.buttonMore:visited
{
	font: bold 9pt sans-serif, arial;
	white-space: nowrap;
}
A.buttonMore:hover, A.buttonMore:active
{
	font: bold 9pt sans-serif, arial;
	white-space: nowrap;
}
A.buttonMore SPAN
{
	cursor: pointer;
}
/*read more... (special offers, etc.)*/
A.buttonMore IMG
{
	display: none;
}
.disabled
{
/*disadled add to cart*/
	color: #666;
	cursor: pointer;
	font: bold 11px sans-serif, arial;
	text-decoration: none;
	border: 1px solid #808080;
	background: #C0C0C0;
	padding-left: 3px;
	padding-right: 3px;
}
A.disabled:hover
{
	color: #666;
	cursor: pointer;
	text-decoration: none;
}
/************* Button Links ******************
************ Category *******************/
.topCategory
{
	background: transparent;
	margin: 0px;
	padding: 3px 0px;
}
.selectedtopCategory
{
	background: #E1E1E1;
	margin: 0px;
	padding: 3px 0px;
}
.subCategory
{
	background: transparent;
	margin: 0px;
	padding: 0px;
}
.selectedsubCategory
{
	background: #E1E1E1;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.topCategory .category_img, .subCategory .category_img, .selectedtopCategory .category_img, .selectedsubCategory .category_img
{
	margin: 0px 0px 0px 5px;
}
/************* Category ******************
************ Latest *******************/
TD.topArticle
{
	padding: 3px 3px 3px 0px;
}
TD.subArticle
{
	padding: 3px 3px 3px 0px;
}
A.subArticle
{
	padding-left: 8px;
	font-size: 11px;
	background: url(../images/bullet.gif) no-repeat left 3px;
}
/************* Latest ******************
************ Offers *******************/
.offerTitle
{
	display: none;
}
.offerTd
{
	text-align: left;
}
.offerTd IMG
{
	float: left;
	margin: 0px 5px 0px 0px;
}
.offerTd DIV.offerText
{
	text-align: justify;
}
/************* Offers ******************
************ Forum *******************/
.forumAdmin
{
	color: #0000FF;
	font-weight: bold;
}
.forumUser
{
	color: #000000;
	font-weight: bold;
}
.forumGuest
{
	color: #000000;
	font-weight: bold;
	font-style: italic;
}
.forumMessageLeft
{
	background: #F4F4F4;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.forumMessageRight
{
	background: #F4F4F4;
	border: 1px solid #CCCCCC;
}
.forumMessageTop
{
	background: #DDDDDD;
	border-bottom: 1px solid #CCCCCC;
}
/************* Categoties (catalogue) *******************/
.bl_categoriescatalog .blockTD
{
	padding-left: 5px;
}
/****************************************************************************
************ Footer *******************/
.footerMenu
{
	width: 770px;
	text-align: center;
	font-size: 8pt;
	margin: 10px 0px;
}
.footerHTML
{
	width: 770px;
	text-align: left;
	margin: 0px;
	border-left: 0px solid #FFAA00;
	border-top: 1px solid #DEDEDE;
}
.footerHTML FONT
{
	font-size: 10px;
	padding: 1px 0px 1px 10px;
}
.footerImg
{
	text-align: right;
}
.footerImg IMG
{
	width: 80px;
	height: 26px;
	border: 0px solid #000000;
	margin-top: 10px;
}
/************* Footer *******************/
.commonbg
{
	background: #FFFFFF;
}
.headerbg
{
	background: #000000;
}
.middlebg
{
	background: #CCCCCC;
}
.usualbg
{
	background: #FFFFFF;
}
/*f4f4f4*/
.errorbg
{
	background: #FF0000;
}
BODY
{
	font: 8pt tahoma, verdana, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
BODY.popup
{
	font: 8pt tahoma, verdana, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
TR, TD
{
	font-size: 11px;
	/*[disabled]font-size:8pt;*/
	/*[disabled]font-family:tahoma, verdana, sans-serif;*/
	line-height: 14px;
	font-family: tahoma, arial, verdana, helvetica;
	color: #1C1C1C;
	/*[disabled]color:#000000;*/
}
TR.usual, TD.usual
{
	background-color: #FFFFFF;
}
TR.header, TD.header
{
	color: #000000;
	font-weight: bolder;
	background-color: #EEEEEE;
}
TR.middle, TD.middle
{
	background-color: #F4F4F4;
	font-weight: bold;
}
TR.error, TD.error
{
	background-color: #FFE0E0;
	color: #D50000;
	font-weight: bold;
}
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 #DEDEDE;
	border-bottom: none;
	background: none;
	padding: 0px;
}
TD.tabActive
{
	border: 1px solid #DEDEDE;
	border-bottom: none;
	background: #DEDEDE;
	padding: 0px;
}
A.tab
{
	background: none;
	color: #3E3EAB;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 8px;
	text-decoration: none;
}
A.tab:hover
{
	background: #DEDEDE;
	color: #6666FF;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 8px;
	text-decoration: none;
}
A.tabActive
{
	background: #DEDEDE;
	color: #3E3EAB;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 8px;
	text-decoration: none;
	cursor: text;
}
A.tabActive:hover
{
	background: #DEDEDE;
	color: #3E3EAB;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 8px;
	text-decoration: none;
	cursor: text;
}
.tabline
{
	background: #DEDEDE;
}
.blockTDtabs TABLE
{
	width: 100%;
	margin-bottom: 10px;
}
DIV.adminTab
{
	font: 11px Verdana, sans-serif;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	padding: 3px 8px 2px;
	margin: 0px 2px;
	cursor: pointer;
	background: none;
	white-space: nowrap;
}
DIV.adminTabActive
{
	font: bold 11px Verdana, sans-serif;
	border: 1px solid #CCCCCC;
	border-top: 2px solid #CCCCCC;
	border-bottom: none;
	padding: 5px 9px;
	margin: 3px 0px 0px;
	white-space: nowrap;
}
TD.adminTab
{
	border-bottom: 1px solid #CCCCCC;
	vertical-align: bottom;
}
TD.adminTabActive
{
	border: none;
}
TD.beginTab
{
	padding: 0px 4px;
	border-bottom: 1px solid #CCCCCC;
}
TD.endTab
{
	padding: 0px 4px;
	width: 90%;
	border-bottom: 1px solid #CCCCCC;
}
A.blackSm, A.blackSm:hover
{
	text-decoration: none;
}
INPUT
{
	font-size: 8pt;
	font-family: tahoma, verdana, sans-serif;
	color: #000000;
}
INPUT.usualprice
{
	background: transparent;
	border: none;
	text-align: right;
	font-family: tahoma, verdana, sans-serif;
	font-size: 10pt;
}
INPUT.orderprice
{
	background: transparent;
	border: none;
	text-align: right;
	font-family: tahoma, verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
INPUT.search
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 8pt;
	width: 120px;
	border-left: 1px solid #747474;
	border-top: 1px solid #747474;
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	color: #000000;
}
INPUT.field
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 8pt;
	border-left: 1px solid #747474;
	border-top: 1px solid #747474;
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	color: #000000;
}
INPUT.text
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 8pt;
	border-left: 1px solid #747474;
	border-top: 1px solid #747474;
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	color: #000000;
}
INPUT.submit
{
	background: #FFE58F url(../images/c2s/bg-button.gif) repeat-x;
	padding-left: 5px;
	padding-right: 5px;
}
SELECT
{
	font-size: 8pt;
	font-family: tahoma, verdana, sans-serif;
	color: #000000;
}
SELECT.search
{
}
TEXTAREA
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 8pt;
	border: 1px solid #747474;
	border-top: 1px solid #747474;
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	color: #000000;
}
FORM
{
	margin: 0px;
}
HR
{
	background: #CCCCCC;
	border: 0px solid #000000;
	color: #CCCCCC;
}
A.header
{
	color: #3E3EAB;
	text-decoration: underline;
}
A.header:hover
{
	color: #6666FF;
	text-decoration: underline;
}
A.title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #0052B4;
	text-decoration: none;
}
A.title:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #0052B4;
	text-decoration: underline;
}
A.smallText
{
	color: #0000CC;
	font-size: 8pt;
}
A.smallText:hover
{
	color: #6666FF;
	font-size: 8pt;
}
A
{
	color: #3E3EAB;
}
A:hover
{
	color: #6666FF;
}
/*prices styles*/
.priceBlock
{
	font-family: arial, verdana, tahoma;
	font-size: 15px;
	color: #2A2A2A;
	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: 11px;
	color: #000000;
	border-left: 1px solid #747474;
	border-top: 1px solid #747474;
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
}
.salesBlock
{
	color: #000;
	font-weight: bold;
	border: none;
	background: transparent;
}
.salesPrice
{
	font-weight: bold;
}
.salesTax
{
	font-weight: normal;
}
.priceSaveBlock
{
	color: #008000;
	font-weight: bold;
}
.priceSaveBlock .price
{
	font-weight: bold;
}
.priceSaveBlock .percent
{
	font-weight: normal;
}
.pointsPriceBlock
{
}
.pointsPriceBlock .points
{
}
.rewardPointsBlock
{
}
.rewardPointsBlock .points
{
}
/*prices styles*/
.productsTable TH
{
	padding: 3px;
}
.productsTable TD
{
	padding: 3px;
}
.productsCategory
{
	font-size: 10pt;
	font-weight: bold;
	color: #0000FF;
	background: #CCCCCC;
	padding: 5px 10px !important;
}
.productsDelimiter
{
	background: #CCCCCC;
	padding: 0px !important;
}
.productsDelimiterTop
{
	background: #CCCCCC;
	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: #EEEEEE;
	border: 1px solid #333333;
}
.wishlist-img-close IMG
{
	margin: 10px 10px 5px 0px;
}
.wishlist-descr
{
	padding: 0px 35px 20px 30px;
	font-size: 12px, 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: -2px;
	margin: 0px 0px 0px 2px;
}
* HTML .bl_productdetails .newProduct IMG
{
	background-image: none, url(!), url(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, url(!), url(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, url(!), url(important);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/new_m.png,sizingMethod=crop);
}
.titleText
{
	color: #3E3EAB;
	text-decoration: underline;
}
.articleDate
{
	font-size: 8pt;
	color: #828282;
	font-style: italic;
}
.top
{
	font-size: 8pt;
	padding: 2 0;
}
.smallText
{
	font-size: 8pt;
}
.middleText
{
	font-size: 9pt;
}
.bigText
{
	font-size: 10pt;
}
.comment
{
	font-size: 8pt;
	color: #7777CC;
}
.message
{
	font-size: 8pt;
	font-weight: bolder;
	color: #0000FF;
}
.title
{
	font-family: tahoma, verdana, sans-serif;
	font-size: 10pt;
	font-weight: bolder;
}
.bigtitle
{
	font-family: arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}
.error
{
	color: #D50000;
}
.terms
{
	height: 300px;
	width: 600px;
	overflow: auto;
	border: 1px solid #C0C0C0;
}
.link
{
	color: #008000;
}
SPAN.nobr
{
	white-space: nowrap !important;
}
A.bigtitle
{
	font-family: arial, sans-serif;
	font-size: 10pt;
	font-weight: bolder;
	color: #0052B4;
	/*[disabled]color:#000000;*/
	text-decoration: none;
}
A.bigtitle:hover
{
	font-family: arial, sans-serif;
	font-size: 10pt;
	font-weight: bolder;
	color: #0052B4;
	/*[disabled]color:#6666FF;*/
	text-decoration: underline;
}
DIV.bl_offers A.bigtitle
{
	font-size: 10pt;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}
DIV.bl_offers A.bigtitle:hover
{
	font-size: 10pt;
	font-weight: bolder;
	color: #6666FF;
	text-decoration: underline;
}
DIV.bl_productdetails DIV.bigtitle
{
	color: #41B944;
	font-weight: bold;
	font-size: 11pt;
	text-transform: uppercase;
}
DIV.bl_productdetails SPAN.bigtitle
{
	display: none;
}
/*************  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 #808080;
	margin-bottom: 5px;
	margin-top: 5px;
}
TH.matrixTop
{
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #C0C0C0;
}
TH.matrixBottom
{
	padding-left: 5px;
	padding-right: 5px;
}
TD.matrixTop
{
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	padding-left: 5px;
	padding-right: 5px;
}
TD.matrixBottom
{
	border-left: 1px solid #C0C0C0;
	padding-left: 5px;
	padding-right: 5px;
}
