/*[variables]
colors
{
	@20: #CB1D1D;
	@10: #70A0F0;
	@00: #DEDEDE;
}
*/
/****** Main Table ******/
.basicTable
{
	background: transparent repeat scroll left top;
	width: 98%;
}
.mainTable
{
	width: 100%;
}
.mainTable75
{
	width: 75%;
}
.mainTable50
{
	width: 500px;
}
.mainTableCell
{
	padding: 0px 10px;
	vertical-align: top;
}
.mainTableCellLeft
{
	padding: 10px 0px 0px;
	vertical-align: top;
}
.mainTableCellCenter
{
	padding:  10px 10px 0px;
	vertical-align: top;
}
.mainTableCellRight
{
	padding: 10px 0px 0px;
	vertical-align: top;
}
.homeGreeting
{
	padding: 10px;
	vertical-align: top;
}
.homeGreeting TABLE
{
	width: 100%;
	border: 1px solid #CCC;
}
.homeGreeting TABLE TD
{
	padding: 5px;
}
.introBlock
{
	border: 1px solid #CCC;
}
.introBlock TD
{
	padding: 6px;
}
.titleTopCenter H1
{
/*classic_...tblue.css (line 245) -x-system-font: none*/
	background: none;
	font-size: 9pt;
	color: #4D4D4D;
}
/****** Main Table *****
*****************************************************************************
***** Menu ******/
.headerMenu
{
	width: 100%;
	margin: 0px 0px 0px;
	padding: 0px;
}
.headerMenu TD#logo
{
/*Background under logo on the site*/
	vertical-align: top;
	background: url(../images/classic/head.jpg) no-repeat right;
	height: 120px;
}

 

.headerMenu TD#logo IMG
{
/*Logo on the site*/
	border: 0px;
	margin: 13px;
}
.headerMenu TD#logoL
{
	display: none;
}
.headerMenu TD#menu
{
/*Text Menu with or without images*/
	width: 100%;
	background: url(../images/classic/bg.gif) repeat-x;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.headerMenu TD#menu IMG.Img
{
	width: 0px;
	height: 0px;
}
.headerMenu TD#menu TABLE
{
	width: auto;
}
.headerMenu TD#menu TD
{
	text-align: center;
}
/*Active & Noneactive links in menu*/
A.menu:link, A.menu:visited
{
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #4D4D4D;
	text-decoration: none;
	border-right: 0px solid #2E2E2E;
	border-top: 0px solid #2E2E2E;
	border-bottom: 0px solid #2E2E2E;
	background: #A7A7A7 url(../images/classic/bg.gif);
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-top: 3px;
	display: block;
}
A.menu:hover, A.menu:active
{
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FA2A14;
	text-decoration: none;
	border-right: 0px solid #2E2E2E;
	border-top: 0px solid #2E2E2E;
	border-bottom: 0px solid #2E2E2E;
	background: #A7A7A7 url(../images/classic/bg.gif);
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-top: 3px;
	display: block;
}
A.menuActive:link, A.menuActive:visited
{
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #306FAC;
	text-decoration: underline;
	border-right: 0px solid #2E2E2E;
	border-top: 0px solid #2E2E2E;
	border-bottom: 0px solid #2E2E2E;
	background: #A7A7A7 url(../images/classic/bg.gif);
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-top: 3px;
	display: block;
}
A.menuActive:hover, A.menuActive:active
{
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FA2A14;
	text-decoration: none;
	border-right: 0px solid #2E2E2E;
	border-top: 0px solid #2E2E2E;
	border-bottom: 0px solid #2E2E2E;
	background: #A7A7A7 url(../images/classic/bg.gif);
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-top: 3px;
	display: block;
}
/****** Sub Menu ******/
.subMenuBlock
{
	background: #ffffff;
	display: none;
	position: absolute;
	border: 1px solid #F5EEE4;
	text-align: left;
	z-index: 2500;
	padding: 7px;
}
A.subMenu
{
	width: 120px;
	padding: 3px 7px 3px 7px;
	border: 0px outset #F7F0E7;
	font: 11px tahoma, verdana, sans-serif;
	color: black;
	display: block;
	text-decoration: none;
	background: #ffffff;
}
A.subMenu:hover, A.subMenu:active
{
	background: #f0eeee;
	color: #FA2A14;
	display: block;
	text-decoration: underline;
	font-weight: normal;
	
}
/****** Secondary Menu ******/
TABLE.secondaryMenu
{
	width: 100%;
	border-bottom: 1px solid #000;
}
TD#menu TD.secondaryBegin IMG.Img
{
	width: 1px;
	height: 25px;
}
A.secondaryMenu
{
	display: block;
	font: bold 11px arial, tahoma, verdana, sans-serif;
	padding: 0px 0px 0px 20px;
	color: #000;
}
A.secondaryMenu:hover
{
	display: block;
	font: bold 11px arial, tahoma, verdana, sans-serif;
	padding: 0px 0px 0px 20px;
	color: #000;
}
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: 1px solid #CCC;
	margin: 10px 0px 5px;
}
.breadcrumbBegin
{
	width: 20px;
	border: 0px solid #CCC;
	background: #F3F3F3;
}
.breadcrumbBegin IMG
{
	width: 1px;
	height: 1px;
}
.breadcrumbDelimiter
{
	width: 100%;
	white-space: normal;
	padding: 0px;
	border: 0px;
	font-size: 8pt;
	padding: 6px 25px 6px 6px;
	background: #F3F3F3;
}
.breadcrumbDelimiter TD
{
}
.breadcrumbDelimiter A
{
	color: #000000;
	text-decoration: underline;
	font-size: 8pt;
}
.breadcrumbDelimiter A:hover
{
	color: #0000CC;
	text-decoration: underline;
	font-size: 8pt;
}
.breadcrumbDelimiter A.treeItemLast
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	cursor: text;
}
.breadcrumbDelimiter A.treeItemLast:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	cursor: text;
}
.breadcrumbDelimiter SPAN
{
	display: auto;
	font-size: 8pt;
}
.breadcrumbDelimiter IMG
{
	display: none;
}
.breadcrumbRSS
{
	padding: 0px;
	border: 0px;
	padding: 0px 6px;
	background: #F3F3F3;
}
.breadcrumbEnd
{
	width: 20px;
	border: 0px solid #CCC;
	background: #F3F3F3;
}
.breadcrumbEnd IMG
{
	width: 1px;
	height: 1px;
}
/************* Breadcrumb ******************
************** Order Pages ****************/
.breadcrumbDelimiter SPAN.nonactive
{
	font-size: 10pt;
	color: #999999;
	margin-right: 10px;
	font-weight: bold;
}
.breadcrumbDelimiter SPAN.active
{
	font-size: 10pt;
	color: #000000;
	margin-right: 10px;
	font-weight: bold;
}
/************* end Order Pages **************
***************************************************************************
************ Fieldset ******************
***** Top ******/
.titleTop
{
	margin-top: 0px;
}
.titleTopLeft
{
	width: 20px;
	border-top: 1px solid #CCC;
	border-right: 0px solid #CCC;
	border-bottom: 0px solid #CCC;
	border-left: 1px solid #CCC;
	background: url(../images/classic/box_header.gif);
}
.titleTopImgLeft
{
	width: 20px;
	height: 1px;
}
.titleTopCenter
{
/*Title of block (example: any blocks, articles,...)*/
	white-space: normal;
	padding: 0px;
	border-top: 1px solid #CCC;
	border-right: 0px solid #CCC;
	border-bottom: 0px solid #CCC;
	border-left: 0px solid #CCC;
	background: url(../images/classic/box_header.gif);
}
.titleTopCenter DIV
{
	display: inline-block;
	color: #4D4D4D;
	font-weight: bold;
	font-size: 9pt;
	font-family: tahoma, sans-serif, arial, verdana;
	text-transform: normal;
	z-index: 2000;
	position: relative;
	bottom: 0px;
	margin: 0px;
	background: url(../images/classic/box_header.gif);
	padding: 6px 0px;
	/*[disabled]border:1px solid #626ABC;*/
}
.titleTopRight
{
	width: 20px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 0px solid #CCC;
	border-left: 0px solid #CCC;
	background: url(../images/classic/box_header.gif);
}
.titleTopImgRight
{
	width: 20px;
	height: 1px;
}
/****** Top *****
***** Center ******/
.block
{
	border-top: 0px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 0px solid #CCC;
	border-left: 1px solid #CCC;
	background: #FFFFFF;
}
/****** Center *****
***** Bottom ******/
.titleBot
{
	margin-bottom: 5px;
}
.titleBotLeft
{
	width: 20px;
	border: 0px solid #CCC;
	background: #CCC;
}
.titleBotImgLeft
{
	width: 1px;
	height: 1px;
}
.titleBotRight
{
	width: 100%;
	border: 0px solid #CCC;
	background: #CCC;
}
.titleBotImgRight
{
	width: 1px;
	height: 1px;
}
/****** Bottom *****
************ end Fieldset **************
***************************************************************************
************ userHome *******************/
TD.userHome
{
	padding: 7px;
}
TD.userHomeTitle
{
	font-size: 10pt;
	border-top: 1px solid #CCC;
	border-right: 0px solid #CCC;
	border-bottom: 0px solid #CCC;
	border-left: 0px solid #CCC;
	background: #F3F3F3;
}
TD.userHomeTitle B
{
	color: #0000CC;
}
DIV.userHomeBottom
{
	display: auto;
	background: none;
	padding: 5px 20px;
	background: #CCCCCC;
}
DIV.userHomeBottom A
{
	font: bold 11px Tahoma;
	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;
	float: left;
}
* HTML TD.userHome IMG.orders
{
	background-image: none, 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;
	float: left;
}
* HTML TD.userHome IMG.profile
{
	background-image: none, 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;
	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, 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;
	float: left;
}
* HTML TD.userHome IMG.forum
{
	background-image: none, 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;
	float: left;
}
* HTML TD.userHome IMG.products
{
	background-image: none, 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;
	float: left;
}
* HTML TD.userHome IMG.pages
{
	background-image: none, 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;
	float: left;
}
* HTML TD.userHome IMG.salesorders
{
	background-image: none, 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;
	float: left;
}
* HTML TD.userHome IMG.merchant
{
	background-image: none, 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;
	float: left;
}
* HTML TD.userHome IMG.affiliates
{
	background-image: none, 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;
	float: left;
}
* HTML TD.userHome IMG.payments
{
	background-image: none, 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;
	float: left;
}
* HTML TD.userHome IMG.carts
{
	background-image: none, 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;
	float: left;
}
* HTML TD.userHome IMG.wishlist
{
	background-image: none, 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;
	float: left;
}
* HTML TD.userHome IMG.reminders
{
	background-image: none, 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
{
	background-color: #FFFFFF;
}
TD.butTd SPAN.spacer
{
}
/*'|' between button*/
A.button:link, A.button:visited
{
	color: black;
	font: bold 11px/18px tahoma;
	border: 1px solid #808080;
	background: #C0C0C0;
	text-decoration: none;
	padding: 0px 3px;
	white-space: nowrap;
}
A.button:hover, A.button:active
{
	color: black;
	font: bold 11px/18px tahoma;
	border: 1px solid #808080;
	background: #95A2ED;
	text-decoration: none;
	padding: 0px 3px;
	white-space: nowrap;
}
A.button SPAN
{
}
A.button IMG
{
	display: none;
}
A.buttonBasket:link, A.buttonBasket:visited
{
	white-space: nowrap;
}
A.buttonBasket:hover, A.buttonBasket:active
{
	white-space: nowrap;
}
A.buttonBasket SPAN
{
}
A.buttonBasket IMG
{
	display: none;
}
A.buttonCart:link, A.buttonCart:visited
{
	white-space: nowrap;
}
A.buttonCart:hover, A.buttonCart:active
{
	white-space: nowrap;
}
A.buttonCart SPAN
{
}
A.buttonCart IMG
{
	display: none;
}
A.buttonMore:link, A.buttonMore:visited
{
}
A.buttonMore:hover, A.buttonMore:active
{
}
A.buttonMore SPAN
{
}
/*read more... (special offers, etc.)*/
A.buttonMore IMG
{
	display: none;
}
.disabled
{
/*disadled add to cart*/
	color: #666;
	cursor: pointer;
	font: 8pt tahoma;
	text-decoration: none;
	border: 1px solid #808080;
	background: #C0C0C0;
	padding: 0px 3px;
}
A.disabled:hover
{
	color: #666;
	cursor: pointer;
	text-decoration: none;
}
/************* Button Links ******************
************ Category *******************/
.vDelimiter
{
	border-right: 1px solid #CCCCCC;
}
.topCategory
{
	background: transparent;
	margin: 0px;
	padding: 3px 0px;
}
.selectedtopCategory
{
	background: #E1E1E1;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
}
.subCategory
{
	background: transparent;
	margin: 0px;
	padding: 0px;
}
.selectedsubCategory
{
	background: #E1E1E1;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
}
.topCategory .category_img, .subCategory .category_img, .selectedtopCategory .category_img, .selectedsubCategory .category_img
{
	margin: 0px 0px 0px 5px;
}
/************* Category ******************
************ Latest *******************/
TD.topArticle
{
	border-bottom:1px solid #AAAAAA;
	padding:8px 3px 8px 0;
}
}
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
{
	text-align: justify;
}
.offerTd DIV.offerText
{
	/*[empty]display:;*/
}
/************* Forum *******************/
.forumAdmin
{
	color: blue;
	font-weight: bold;
}
.forumUser
{
	color: black;
	font-weight: bold;
}
.forumGuest
{
	color: black;
	font-weight: bold;
	font-style: italic;
}
.forumMessageLeft
{
	background: #F3F3F3;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.forumMessageRight
{
	background: #F3F3F3;
	border: 1px solid #999999;
}
.forumMessageTop
{
	background: #DEDEDE;
	border-bottom: 1px solid #999999;
}
/************* Categoties (catalogue) *******************/
.bl_categoriescatalog .blockTD
{
	padding-left: 18px;
}
/****************************************************************************
************ Footer *******************/
.footerMenu
{
	text-align: center;
	font-size: 8pt;
	margin-top: 10px;
}
.footerMenu SPAN
{
	padding: 0px 0px 0px 5px;
}
.footerHTML
{
	text-align: left;
	margin: 10px 0px;
}
.footerHTML FONT
{
	font-size: 12px;
}
.footerImg
{
	text-align: right;
	padding: 0px 5px;
}
.footerImg IMG
{
	width: 80px;
	height: 26px;
	border: 0px;
}
/************* Footer *******************/
.commonbg
{
/*	background: transparent url(../images/classic/main_bg.gif) repeat scroll left top; */
}
.headerbg
{
	background: #C5C5C5;
}
.middlebg
{
	background: #f5f5f5;
}
.usualbg
{
	background: #FFFFFF;
	padding: 0px 0px 0px 2px;
}
.errorbg
{
	font-size: 14px;
	font-weight: bold;
	background: #FF8C1E;
}
BODY
{
	font: 9pt tahoma, verdana, sans-serif;
	color: black;
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
}
BODY.popup
{
	font: 9pt tahoma, verdana, sans-serif;
	color: black;
	margin: 0;
	padding: 0;
}
TR, TD
{
	font-size: 9pt;
	font-family: tahoma, verdana, sans-serif;
	color: black;
	background-color: transparent url(../images/classic/box_header.gif) repeat scroll 0 0;
}
/*********SHOPPING CART**************/
TR.usual, TD.usual
{
	background-color: #FFFFFF;
}
TR.header, TD.header
{
	background-color: #E9E9E9;
	color: black;
}
TR.middle, TD.middle
{
	background-color: #DEDEDE;
	font-weight: bold;
}
TR.error, TD.error
{
	background-color: #FFE0E0;
	color: #CC0000;
	font-weight: bold;
}
TD.padding10px
{
	padding: 2px 5px 10px;
	border-top: 0px solid #CCCCCC;
}
.padding10px
{
}
.padding10px
{
	padding-top: 8px;
}
.messagebg
{
}
.messagebg
{
	color: #00529B;
	font-weight: bold;
}
TABLE.padding6px TD
{
	padding: 6px;
	background-color: #F1F1F1;
}
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: #DEDEDE;
	padding: 0px;
}
TD.tabActive
{
	border: 1px solid #CCCCCC;
	border-bottom: none;
	background: #CCCCCC;
	padding: 0px;
}
A.tab
{
	background: url(../images/classic/box_header.gif);
	color: #666666;
	display: block;
	font: bold 14px Arial;
	padding: 5px 8px;
	text-decoration: none;
}
A.tab:hover
{
	background: url(../images/classic/box_header.gif);
	color: #000000;
	display: block;
	font: bold 14px Arial;
	padding: 5px 8px;
	text-decoration: none;
}
A.tabActive
{
	background: url(../images/classic/box_header.gif);
	color: #000000;
	display: block;
	font: bold 14px Arial;
	padding: 5px 8px;
	text-decoration: none;
	cursor: text;
}
A.tabActive:hover
{
	background: url(../images/classic/box_header.gif);
	color: #000000;
	display: block;
	font: bold 14px Arial;
	padding: 5px 8px;
	text-decoration: none;
	cursor: text;
}
.tabline
{
	background: #CCCCCC;
}
.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;
	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;
	margin: 3px 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
{
}
INPUT.usualprice
{
	background-color: #F4F4F4;
	border: none;
	text-align: right;
	font-family: tahoma, verdana, sans-serif;
	font-size: 8pt;
}
INPUT.orderprice
{
	background-color: #DEDEDE;
	border: none;
	text-align: right;
	font-family: tahoma, verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
INPUT.search
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 8pt;
	width: 150px;
	border-left: 1px solid #747474;
	border-top: 1px solid #747474;
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	color: black;
}
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: black;
}
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: black;
}
INPUT.submit
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 8pt;
	padding-left: 5px;
	padding-right: 5px;
	height: 19px;
}
SELECT
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: black;
}
SELECT.search
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: black;
}
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: black;
}
FORM
{
	margin: 0px;
}
HR
{
	background: #CCCCCC;
	border: 0px;
	color: #CCCCCC;
}
A.header
{
	color: #000;
	text-decoration: underline;
}
A.header:hover
{
	color: #00F;
	text-decoration: underline;
}
A.title
{
	font-size: 10pt;
	font-weight: bold;
	color: #0000CC;
	text-decoration: underline;
}
A.title:hover
{
	font-size: 10pt;
	font-weight: bold;
	color: #007AC3;
	text-decoration: underline;
}
A.smallText
{
	color: #000000;
	text-decoration: none;
	font-size: 8pt;
}
A.smallText:hover
{
	color: blue;
	text-decoration: underline;
	font-size: 8pt;
}
A
{
	color: black;
	text-decoration: underline;
	font-weight: bold;
}
A:hover
{
	color: blue;
	text-decoration: underline;
	font-weight: bold;
}
OL
{
	color: #3B3B3B;
	margin-left: 25px;
	margin-bottom: 0px;
}
UL.faq
{
	margin-left: 35px;
	margin-bottom: 0px;
	list-style: circle;
}
LI
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	color: black;
	margin-left: -5px;
	margin-bottom: 7px;
}
/*prices styles*/
.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: 50px;
	font-size: 12px;
	color: black;
	border-top: 1px solid #7F9DB9;
	border-right: 1px solid #BACDDF;
	border-bottom: 1px solid #BACDDF;
	border-left: 1px solid #7F9DB9;
}
.salesBlock
{
	color: #000;
	font-weight: bold;
	border: none;
	background: transparent;
}
.salesPrice
{
	font-weight: bold;
}
.salesTax
{
	font-weight: normal;
}
.priceSaveBlock
{
	color: green;
	font-weight: bold;
	font-size: 10pt;
}
.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: #000000;
	background: #C5CBCD;
	padding: 5px 10px !important; /*[e]5px 10px*/
}
.productsDelimiter
{
	background: #CCCCCC;
	padding: 0px !important; /*[e]0px*/
}
.productsDelimiterTop
{
	background: #CCCCCC;
	padding: 0px !important; /*[e]0px*/
}
.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 #78C7FF;
}
.wishlist-img-close IMG
{
	margin: 10px 10px 5px 0px;
}
.wishlist-descr
{
	padding: 0px 35px 20px 30px;
	font-size: 12px;
	text-align: justify;
}
.bl_productdetails .newProduct
{
	display: block;
	position: relative;
	padding-right: 34px !important; /*[e]34px*/
}
.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(! 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(! 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: 40px;
	height: 16px;
	border: none;
	position: relative;
	bottom: -3px;
	margin: 0px 0px 0px 2px;
}
* HTML .newProduct IMG
{
	background-image: none, url(! important);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/new_m.png,sizingMethod=crop);
}
.titleText
{
	color: #000;
	text-decoration: underline;
}
.articleDate
{
	font-size: 8pt;
	color: #7777CC;
	margin-bottom: 5px;
}
.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: 10pt;
	color: #0000CC;
	background: transparent url(../images/classic/title_bg.gif) repeat left top;
}
.title
{
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	color: #000000;
	font-weight: bolder;
}
.bigtitle
{
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 11pt;
	text-decoration: underline;
	color: #000000;
	font-weight: bolder;
}
.error
{
	color: #CC0000;
	font-size: 9pt;
}
.terms
{
	height: 300px;
	width: 600px;
	overflow: auto;
	border: 1px solid silver;
}
.link
{
	color: green;
}
SPAN.nobr
{
	white-space: nowrap !important; /*[e]nowrap*/
}
/*************  Manual  ***************/
.level1
{
	padding: 2px 2px 2px 15px;
}
.level1 A
{
	font-weight: bold;
	font-size: 12px;
}
.level1 A:hover
{
	font-weight: bold;
	font-size: 12px;
}
.level2 A
{
	font-weight: bold;
	font-size: 12px;
}
.level2 A:hover
{
	font-weight: bold;
	font-size: 12px;
}
.level2
{
	padding: 2px 2px 20px 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;
	font-size: 12px;
}
.menuLeft .a A:hover
{
	font-weight: bold;
	font-size: 12px;
}
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;
}
/***** 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; /*[e]none*/
	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; /*[e]none*/
	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; /*[e]none*/
	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; /*[e]none*/
	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; /*[e]none*/
	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; /*[e]none*/
	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; /*[e]none*/
	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; /*[e]none*/
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/rating-5.png,sizingMethod=crop);
}
/***** Rating iamges *****/
