/****** Main Table ******/
.basicTable {width: 100%;}
.mainTable {
	width: 980px;
	background: #FFFFFF url(../images/bc2008/mainTable_bg.jpg) no-repeat top;
}
.mainTable75 {
	width: 980px;
	background: #FFFFFF url(../images/bc2008/mainTable_bg.jpg) no-repeat top;
}
.mainTable50 {
	width: 980px;
	background: #FFFFFF url(../images/bc2008/mainTable_bg.jpg) no-repeat top;
}
.mainTableCell {
	padding: 10px;
	vertical-align: top;
}
.mainTableCellLeft {
	vertical-align: top;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 7px;
	margin: 0px;
	width: 230px;
}
.mainTableCellCenter {
	vertical-align: top;
	padding-top: 20px;
	padding-right: 7px;
	padding-bottom: 20px;
	padding-left: 7px;
	width: 98%;
}
.mainTableCellRight {
	vertical-align: top;
	padding-top: 20px;
	padding-right: 7px;
	padding-bottom: 20px;
	padding-left: 7px;
}
.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;}
/****** Main Table ******/
/*******************************************************************************/
/****** Menu ******/
.headerMenu {
	width: 980px;
	padding: 0px;
	margin: 0px;
}
.headerMenu td#logo { /* Background under logo on the site */
	vertical-align: top;
	background-color: #FFFFFF;
	height: 138px;
	width: 980px;
	margin: 0px;
	padding: 0px;
}
.headerMenu td#logo img { /* Logo on the site */
	/* visibility: hidden; */
}
.headerMenu td#logoL {
	display: none;
	visibility: hidden;
}
.headerMenu td#menu { /* Text Menu with or without images */
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/bc2008/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	height: 52px;
	padding-top: 12px;
	padding-right: 6px;
	padding-left: 6px;
}
.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 {
	display: block;
	text-transform: uppercase;
	color: #5F5F5F;
	text-decoration: none;
	width: 107px;
	height: 40px;
	background-image: url(../images/bc2008/menu_item_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	font: bold 12px Arial, Helvetica, sans-serif;
}
a.menu:hover, a.menu:active {
	display: block;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	width: 107px;
	height: 40px;
	background-image: url(../images/bc2008/menu_item_over_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	font: bold 12px Arial, Helvetica, sans-serif;
}
a.menuActive:link, a.menuActive:visited {
	display: block;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	width: 107px;
	height: 40px;
	background-image: url(../images/bc2008/menu_item_over_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	font: bold 12px Arial, Helvetica, sans-serif;
}
a.menuActive:hover, a.menuActive:active {
	display: block;
	text-transform: uppercase;
	color: #5F5F5F;
	text-decoration: none;
	width: 107px;
	height: 40px;
	background-image: url(../images/bc2008/menu_item_over_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	font: bold 12px Arial, Helvetica, sans-serif;
}
/****** Sub Menu ******/
.subMenuBlock { background: #A7A7A7; display:none; position:absolute; border-top: 1px solid black; border-left: 1px solid black; text-align: left; z-index: 2500; }
a.subMenu { width: 150px; padding: 7px 20px 7px 10px; border-right: 1px solid black; border-bottom: 1px solid black; font: 11px tahoma, verdana, sans-serif; color:black; display:block; text-decoration:none; background: #A7A7A7 ; }
a.subMenu:hover, a.subMenu:active { background:#DDDDDD; color:black; display:block; text-decoration:none; }
/****** 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 {
	margin: 10px 0px 25px;
	border: 1px solid #CCCCCC;
}
.breadcrumbBegin {
	width: 20px;
	border: 0px solid #CCCCCC;
	background: #F3F3F3;
}
.breadcrumbBegin img {
	width: 1px;
	height: 1px;
}
.breadcrumbDelimiter {
	padding: 6px 25px 6px 6px;
	font-size: 8pt;
	text-decoration: none;
	background: #F3F3F3;
	white-space: normal;
	width: 100%;
}
.breadcrumbDelimiter td {
}
.breadcrumbDelimiter a {
	color: #333333;
	text-decoration: none;
	font-size: 8pt;
}
.breadcrumbDelimiter a:hover {
	color: #36B1CC;
	font-size: 8pt;
	text-decoration: underline;
}
.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: 10px;}
.titleTopLeft {
	width: 10px;
	height: 45px;
	background-image: url(../images/bc2008/titleTopLeft_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.titleTopImgLeft {
	width: 10px;
	height: 45px;
}
.titleTopCenter { /* Title of block (example: any blocks, articles,...) */
	height: 45px;
	background-image: url(../images/bc2008/titleTopCenter_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.titleTopCenter div {
	display: inline-block;
	color: #36B1CC;
	font-weight: bold;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 2000;
	position: relative;
	bottom: 10px;
	padding-top: 20px;
	padding-left: 5px;
}
.titleTopRight {
	width: 20px;
	background-image: url(../images/bc2008/titleTopRight_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.titleTopImgRight {
	width: 20px;
	height: 45px;
}
/****** Top ******/
/****** Center ******/
.block {
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F1F1F1;
	border-right-color: #F1F1F1;
	border-bottom-color: #F1F1F1;
	border-left-color: #F1F1F1;
	margin-top: 7px;
	margin-bottom: 7px;
	background-image: url(../images/bc2008/block_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 7px;
	padding-bottom: 7px;
}
.blockTD {
	padding-left: 13px;
	padding-right: 13px;
	background-image: url(../images/bc2008/blockTD_bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
/****** Center ******/
/****** Bottom ******/
.titleBot {
	margin-bottom: 5px;
}
.titleBotLeft {
	width: 20px;
}
.titleBotImgLeft {
	width: 1px;
	height: 10px;
}
.titleBotRight {
	width: 100%;
}
.titleBotImgRight {
	width: 1px;
	height: 10px;
}
/****** 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 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 ! 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;}
/* '|' between button */
a.button:link, a.button:visited {
	color: #333333;
	font-size: 8pt;
	font-weight: bold;
	text-decoration:none;
	padding: 3px;
	margin: 3px;
}
a.button:hover, a.button:active {
	color: #36B1CC;
	font-size: 8pt;
	font-weight: bold;
	text-decoration:none;
	padding: 3px;
	margin: 3px;
}
a.button-add span {display: auto; white-space: nowrap;}
/* add to cart (products categories, product details) */
a.button-add img {display: none;}
a.button-view span {display: auto; white-space: nowrap;}
/* view cart (products categories, product details) */
a.button-view img {display: none;}
a.button-check span {display: auto; white-space: nowrap;}
/* check out (products categories, product details) */
a.button-check img {display: none;}
a.button-wishlist span {display: auto; white-space: nowrap;}
/* wishlist (products categories, product details) */
a.button-wishlist img {display: none;}
a.buttonBasket:link, a.buttonBasket:visited {}
a.buttonBasket:hover, a.buttonBasket:active {}
a.button-shopping span {display: auto; white-space: nowrap;}
/* Continue shopping (basket) */
a.button-shopping img {display: none;}
a.button-retrieve span {display: auto; white-space: nowrap;}
/* Retrieve Cart (basket) */
a.button-retrieve img {display: none;}
a.button-save span {display: auto; white-space: nowrap;}
/* Save cart (basket) */
a.button-save img {display: none;}
a.button-clear span {display: auto; white-space: nowrap;}
/* Clear cart (basket) */
a.button-clear img {display: none;}
a.button-checkout span {display: auto; white-space: nowrap;}
/* Checkout (basket) */
a.button-checkout img {display: none;}
a.buttonCart:link, a.buttonCart:visited {}
a.buttonCart:hover, a.buttonCart:active {}
a.button-check span {display: auto; white-space: nowrap;}
/* Checkout (small cart) */
a.button-check img {display: none;}
a.button-amend span {display: auto; white-space: nowrap;}
/* Amend cart (small cart) */
a.button-amend img {display: none;}
a.button-view span {display: auto; white-space: nowrap;}
/* View cart (small cart) */
a.button-view img {display: none;}
a.buttonMore:link, a.buttonMore:visited {}
a.buttonMore:hover, a.buttonMore:active {}
a.buttonMore span {display: auto; white-space: nowrap;}
/* read more... (special offers, etc.) */
a.buttonMore img {display: none;}
.disabled { /* disadled add to cart */ color: #666; cursor: pointer; font: 8pt tahoma, arial,sans-serif; text-decoration:none; border: 1px solid gray; background: silver; padding-left:3px; padding-right:3px; }
a.disabled:hover {color: #666; cursor: pointer; text-decoration:none;}
/************* Button Links *******************/
/************* Category *******************/
.topCategory {
	margin: 0px;
	padding: 3px 0px;
}
.selectedtopCategory {background: #E1E1E1; margin: 0px; padding: 3px 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 {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;}
.offerImg {text-align: left;}
.offerImg img {float: left; margin: 0px 5px 0px 0px;}
.offerImg div {text-align: justify;}
.offerImg div#offerText {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;}
.bl_productslatest table.block {
	background-image: url(../images/bc2008/block_product_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
/*****************************************************************************/
/************* Footer *******************/
.footerAll {
	width: 980px;
	background-image: url(../images/bc2008/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	padding-top: 15px;
}
.footerMenu {
	text-align: center;
	font-size: 10pt;
	margin-top: 10px;
	color: #029FC1;
	font-weight: bold;
}
.footerMenu span {
	padding: 0px 0px 0px 5px;
	color: #029FC1;
}
.footerHTML {
	text-align: center;
	padding: 2px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.footerHTML font {
	font-size: 12px;
	color: #5F5F5F;
}
.footerImg {
	text-align:right;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.footerImg img {
	width: 80px;
	height: 26px;
	border:0px;
}
/************* Footer *******************/
.commonbg {
	background-color: #4C4C4C;
}
.headerbg { background: #CCC999; }
.middlebg {
	background: #DEDEDE;
}
.usualbg { background: #f3f3f3; }
.errorbg { background: #cc0000; }
body {
	color: #5F5F5F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
}
body.popup {
	color: #5F5F5F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
}
tr, td {
	color: #5F5F5F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
tr.usual, td.usual {
	background-color: #FFFFFF;
}
tr.header, td.header {background-color: #e9e9e9; color: black;}
tr.middle, td.middle {
	font-weight: bold;
	background: DEDEDE;
}
tr.error, td.error {background-color: #FFE0E0; color: #cc0000; 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;}
.tab {font-family: Arial,Tahoma; font-size: 11pt; font-weight: bold; text-decoration: none; background: #dedede;}
.tab:hover {text-decoration: none; }
.tabActive {font-family: Arial,Tahoma; font-size: 11pt; font-weight: bold; text-decoration: none; background: #CCC999; color: white;}
.tabActive:hover {text-decoration: none; color: white;}
.tabline {background: #CCC999;}
div.adminTab {
	border-bottom:#919b9c 1px solid;
	border-left:#91a7b4 1px solid;
	border-right:#91a7b4 1px solid;
	border-top:#91a7b4 1px solid;
	padding: 3px 8px 2px 8px;
	margin:3px 2px 0px 2px;
	cursor:hand;
	background:#F5F3EB;
	moz-border-radius:4px 4px 0px 0px;
	whitespace:nowrap;
	white-space: nowrap;
	font: 11px Verdana, sans-serif;
}
div.adminTabActive {
	font-size:10px;
	padding: 5px 9px 4px 9px;
	margin:3px 0px 0px 0px;
	font-weight:bold;
	cursor:default;
	moz-border-radius:4px 4px 0px 0px;
	whitespace:nowrap;
	white-space: nowrap;
	background: #F5F5F5;
	border-top: 2px solid #919b9c;
	border-right: 1px solid #919b9c;
	border-bottom: 0px solid #919b9c;
	border-left: 1px solid #919b9c;
}
td.adminTab {border-bottom: 1px solid #919b9c;}
td.adminTabActive {
	border-width: 0px;
}
td.beginTab {padding: 0px 4px; border-bottom: 1px solid #919b9c;}
td.endTab {padding: 0px 4px; width: 100%; border-bottom: 1px solid #919b9c;}
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: #747474 1px solid; border-top: #747474 1px solid; border-right: #dcdcdc 1px solid; border-bottom: #dcdcdc 1px solid; color:black}
input.text {font-family:Tahoma,Verdana,Arial,sans-serif; font-size:8pt; border-left: #747474 1px solid; border-top: #747474 1px solid; border-right: #dcdcdc 1px solid; border-bottom: #dcdcdc 1px solid; 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 {
	border: 1px solid #747474;
	color:#333333;
	font: 8pt Arial, Helvetica, sans-serif;
}
form {
	margin: 0px;
	padding: 0px;
}
hr {background: #CCCCCC; border: 0px; color: #CCCCCC;}
a.header {
	color: #5F5F5F;
	text-decoration: none;
}
a.header:hover {
	color: #029FC1;
	text-decoration: none;
}
a.title {
	font-size: 10pt;
	font-weight: bold;
	color: #029FC1;
	text-decoration: none;
}
a.title:hover {
	font-size: 10pt;
	font-weight: bold;
	color: #5F5F5F;
	text-decoration: none;
}
a.smallText {
	color: #029FC1;
	text-decoration: none;
	font-size: 8pt;
}
a.smallText:hover {
	color: #5F5F5F;
	text-decoration: none;
	font-size: 8pt;
}
a {
	color: #029FC1;
	text-decoration: none;
}
a:hover {
	color: #5F5F5F;
	text-decoration: none;
}
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; font-family: tahoma, verdana, sans-serif; }
.priceBlockOld { color: #000; text-decoration: line-through; font-family: tahoma, verdana, sans-serif; }
.priceBlockHidden { color: #000; font-weight: bold; font-family: tahoma, verdana, sans-serif; display: none; }
.priceBlockEdit { color: #000; font-weight: bold; font-family: tahoma, verdana, sans-serif; }
.priceBlock .price, .priceBlockHidden .price { font-weight: bold; }
.priceBlockOld .price { font-weight: normal; }
.priceBlockEdit input.price { text-align: right; font-weight: bold; width: 80px; 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; }
.priceBlock .priceTax, .priceBlockHidden .priceTax { font-weight: normal; }
.priceBlockOld .priceTax { font-weight: normal; }
.salesBlock {color: #000; font-weight: bold; border: none; background: transparent; font-family: tahoma, verdana, sans-serif; }
.salesPrice { font-weight: bold; }
.salesTax { font-weight: normal; }
.priceSaveBlock { color: green; font-weight: bold; font-family: tahoma, verdana, sans-serif; }
.priceSaveBlock .price { font-weight: bold; }
.priceSaveBlock .percent { font-weight: normal; }
.pointsPriceBlock { font-family: tahoma, verdana, sans-serif; }
.pointsPriceBlock .points { }
.rewardPointsBlock { font-family: tahoma, verdana, sans-serif; }
.rewardPointsBlock .points { }
.productsTable th {padding: 3px;}
.productsTable td {padding: 3px;}
.productsCategory {font-size: 10pt; font-weight: bold; color: #000000; background: #DEDEDE; 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: #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;}
.titleText {color: #000; text-decoration: underline;}
.articleDate {
	font-size: 8pt;
	color: #5F5F5F;
	margin-bottom: 5px;
}
.top {font-size: 8pt; padding: 2 0 2 0;}
.smallText {font-size: 8pt;}
.middleText {font-size: 9pt;}
.bigText {font-size: 10pt;}
.comment {
	font-size: 8pt;
	color: #666666;
}
.message {font-size: 9pt; color: #0000CC;}
.title {font-family:Arial,Tahoma,Verdana,sans-serif; font-size:9pt; text-decoration:none; color: #000000; font-weight:bolder;}
.bigtitle {
	color: #5F5F5F;
	text-decoration: none;
	font: bold 10pt Arial, Helvetica, sans-serif;
}
.error {
	color: #FF0000;
	font-size: 9pt;
}
.terms {height: 300px; width: 600px; overflow: auto; border: 1px solid silver; }
.link {color: green; }
span.nobr {white-space: nowrap !important;}
/************* Manual ***************/
.level1 {padding: 2px 2px 2px 15px;}
.level1 a {font-weight: bold;}
.level1 a:hover {font-weight: bold;}
.level2 {padding: 2px 2px 2px 30px;}
.level3 {padding: 2px 2px 2px 40px;}
.level4 {padding: 2px 2px 2px 50px;}
/************* Left Menu ***************/
.menuLeft .level1 {padding: 2px 2px 2px 5px;}
.menuLeft .level2 {padding: 2px 2px 2px 15px;}
.menuLeft .level3 {padding: 2px 2px 2px 30px;}
.menuLeft .level4 {padding: 2px 2px 2px 40px;}
.menuLeft .a a {font-weight: bold;}
.menuLeft .a a:hover {font-weight: bold;}