html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}
/****** Main Table ******/
.basicTable 	{width: 950px;
				background: #f1f2f3;}

.mainTable {width: 950px;}
.mainTable75 {width: 950px;}
.mainTable50 {width: 950px;}

.mainTableCell	 		{padding: 5px; vertical-align: top;}
.mainTableCellLeft 		{padding: 5px 5px 5px 0px; vertical-align: top;}
.mainTableCellCenter 	{padding: 5px 0px 5px 5px; vertical-align: top;}
.mainTableCellRight 	{padding: 5px; 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;}

/****** Main Table ******/

/*******************************************************************************/

/****** Menu ******/

.headerMenu {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}

.headerMenu td#logo  {					/* Background under logo on the site */
	background: url(../images/classic/blue/bg-top.gif);
	vertical-align: top;
	}
.headerMenu td#logo img {				/* Logo on the site */
	border: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
	}

.headerMenu td#logoL {display: none;}

.headerMenu td#menu {					/* Text Menu with or without images */
	width: 100%;
	background: url(../images/classic/blue/bg-menu.gif) repeat-x;
	}
.headerMenu td#menu img.Img {width: 0px; height: 0px;}
.headerMenu td#menu table {width: auto;}
.headerMenu td#menu td {text-align: center;}


.powerlogo {position:relative;
top:-20px;}

/* Active & Noneactive links in menu */


a.menu:link, a.menu:visited {
	font-weight: bold;
	font-size: 12px;
	color:white;
	text-decoration:none;
	border-right:1px solid #2E2E2E;
	border-top:1px solid #2E2E2E;
	border-bottom:1px solid #2E2E2E;
	background:#A7A7A7 url(../images/classic/blue/bg-menu.gif);
	padding: 3px 20px 3px 20px;
	display:block;
}

a.menu:hover, a.menu:active {
	font-weight: bold;
	font-size: 12px;
	color:white;
	text-decoration:none;
	border-right:1px solid #2E2E2E;
	border-top:1px solid #2E2E2E;
	border-bottom:1px solid #2E2E2E;
	background:#A7A7A7 url(../images/classic/blue/bg-menu_active.gif);
	padding: 3px 20px 3px 20px;
	display:block;
}

a.menuActive:link, a.menuActive:visited {
	font-weight: bold;
	font-size: 12px;
	color:white;
	text-decoration:none;
	border-right:1px solid #2E2E2E;
	border-top:1px solid #2E2E2E;
	border-bottom:1px solid #2E2E2E;
	background:#A7A7A7 url(../images/classic/blue/bg-menu.gif);
	padding: 3px 20px 3px 20px;
	display:block;
}
a.menuActive:hover, a.menuActive:active {
	font-weight: bold;
	font-size: 12px;
	color:white;
	text-decoration:none;
	border-right:1px solid #2E2E2E;
	border-top:1px solid #2E2E2E;
	border-bottom:1px solid #2E2E2E;
	background:#A7A7A7 url(../images/classic/blue/bg-menu_active.gif);
	padding: 3px 20px 3px 20px;
	display:block;
}

/****** Sub Menu ******/

.subMenuBlock {
	background: #A7A7A7;
	display:none;
	position:absolute;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	text-align: left;
	z-index: 2500;
}

a.subMenu {
	width: 150px;
	padding: 7px 20px 7px 10px;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	font: 11px;
	color:#333333;
	display:block;
	text-decoration:none;
	background: #A7A7A7 ;
}

a.subMenu:hover, a.subMenu:active {
	background:#DDDDDD;
	color:#333333;
	display:block;
	text-decoration:none;
}

/****** Secondary Menu ******/

table.secondaryMenu 		{width: 100%; border-bottom: 1px solid #333333;}
td#menu td.secondaryBegin img.Img	{width: 1px; height: 25px;}
a.secondaryMenu 			{display:block; font: bold 11px; padding: 0px 0px 0px 20px; color: #333333;}
a.secondaryMenu:hover 		{display:block; font: bold 11px; padding: 0px 0px 0px 20px; color: #333333;}
a.secondaryMenuActive 		{display:block; font: bold 11px; padding: 0px 0px 0px 20px; color: #333333; text-decoration: none;}
a.secondaryMenuActive:hover	{display:block; font: bold 11px; padding: 0px 0px 0px 20px; color: #333333; 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: 0px 0px 10px 0px;}

.breadcrumbBegin {
	width: 20px;
	border: 0px solid #CCC;
	background: #fefefe;
	}
.breadcrumbBegin img {width: 1px; height: 1px;}

.breadcrumbDelimiter {
	width: 100%;
	white-space: normal;
	padding: 0px 0px 0px 0px;
	border: 0px;
	font-size: 8pt;
	padding: 6px 25px 6px 6px;
	background: #fefefe;
	}
.breadcrumbDelimiter td {}
.breadcrumb a {font-size: 8pt;}
.breadcrumb a:hover {font-size: 8pt;}
.breadcrumb a.treeItemLast {color: #333333; font-weight: bold; text-decoration: none; cursor: text;}
.breadcrumb a.treeItemLast:hover {color: #333333; font-weight: bold; text-decoration: none; cursor: text;}
.breadcrumb span {
	display: auto;
	font-size: 8pt;
	}
.breadcrumbDelimiter img {display: none;}

.breadcrumbRSS {
	padding: 0px;
	border: 0px;
	padding: 0px 6px;
	background: #fefefe;
	}

.breadcrumbEnd {
	width: 20px;
	border: 0px solid #CCC;
	background: #fefefe;
	}
.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: #333333; margin-right: 10px; font-weight: bold;}
/************* end Order Pages ***************/

/*****************************************************************************/

/************* Fieldset *******************/

/****** Top ******/

.titleTop {margin-top: 10px;}

.titleTopLeft {
	width: 20px;
	border-top: 1px solid #CCC;
	border-right: 0px solid #CCC;
	border-bottom: 0px solid #CCC;
	border-left: 1px solid #CCC;
	background: #fefefe;
	}
.titleTopImgLeft {width: 20px; height: 1px;}

.titleTopCenter {						/* Title of block (example: any blocks, articles,...) */
	white-space: normal;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #CCC;
	border-right: 0px solid #CCC;
	border-bottom: 0px solid #CCC;
	border-left: 0px solid #CCC;
	background: #fefefe;
	}
.titleTopCenter table {
	width:100%;
}
.titleTopCenter div {
	display: inline-block;
    color: #333333;
    font-weight: bold;
    font-size: 9pt;
    text-transform: normal;

	z-index: 2000;
	position: relative;
	bottom: 10px;
	margin: 0px 0px 0px 0px;
	background: url(../images/classic/blue/bg-legend.gif);
	width:95%;
	padding: 2px 2px 2px 20px;
	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: #fefefe;
	}
.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: #fefefe;
	padding: 10px 10px 20px 10px;
	}

/****** Center ******/

/****** Bottom ******/

.titleBot {margin-bottom: 25px;height:3px;}

.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 *******************/
.userHome {padding: 10px 10px 20px 10px;}
.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: #fefefe;
}
.userHomeTitle b {color: #0000CC;}

div.userHomeBottom {
	display: auto;
	background: none;
	padding: 5px 20px 5px 20px;
	background: #CCCCCC;
	}
div.userHomeBottom a {font: bold 11px; color: #333333; text-decoration:underline;}
div.userHomeBottom a:hover {color: #333333; text-decoration:none;}

.userHome img.orders 		{background: url(../images/icons/admin_orders.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html .userHome img.orders {//background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_orders.png,sizingMethod=crop);}
.userHome img.profile 	{background: url(../images/icons/admin_profile.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html .userHome img.profile {//background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_profile.png,sizingMethod=crop);}
.userHome img.arr		 	{background: url(../images/icons/arr.gif) no-repeat; width: 15px; height: 16px; border:0px; margin: 0px 5px 0px 55px;}
.userHome img.support 	{background: url(../images/icons/admin_support.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html .userHome img.support {//background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_support.png,sizingMethod=crop);}
.userHome img.forum 		{background: url(../images/icons/admin_forum.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html .userHome img.forum {//background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_forum.png,sizingMethod=crop);}
.userHome img.products 	{background: url(../images/icons/admin_products.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html .userHome img.products {//background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_products.png,sizingMethod=crop);}
.userHome img.pages 		{background: url(../images/icons/admin_pages.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html .userHome img.pages {//background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_pages.png,sizingMethod=crop);}
.userHome img.salesorders	{background: url(../images/icons/admin_salesorders.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html .userHome img.salesorders {//background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_salesorders.png,sizingMethod=crop);}
.userHome img.merchant 	{background: url(../images/icons/admin_merchant.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html .userHome img.merchant {//background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_merchant.png,sizingMethod=crop);}
.userHome img.affiliates 	{background: url(../images/icons/admin_affiliates.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html .userHome img.affiliates {//background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_affiliates.png,sizingMethod=crop);}
.userHome img.payments 	{background: url(../images/icons/admin_payments.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html .userHome img.payments {//background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_payments.png,sizingMethod=crop);}
.userHome img.carts	 	{background: url(../images/icons/admin_carts.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html .userHome img.carts {//background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_carts.png,sizingMethod=crop);}
.userHome img.wishlist 	{background: url(../images/icons/admin_wishlist.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html .userHome img.wishlist {//background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_wishlist.png,sizingMethod=crop);}
.userHome img.reminders 	{background: url(../images/icons/admin_reminders.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html .userHome img.reminders {//background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_reminders.png,sizingMethod=crop);}

.userHome div {margin: 0px 0px 0px 50px;}
/************* userHome *******************/

/*****************************************************************************/

/************* Button Links *******************/
.butTd {height:30px;white-space:nowrap;}
.butTd span.spacer {display:none;}	/* '|' between button */
.butTd {text-align: right;margin-top:7px;}

.butTd2 {height:30px;white-space:nowrap;}
.butTd2 span.spacer {display:none;}	/* '|' between button */
.butTd2 {text-align: right;}

a.button:link, a.button:visited {
/*
	color: #4f5a66;
	font: bold 12px;

	border-style: solid;
	white-space: nowrap;

	border-width: 1px 2px 2px 1px;
	border-color: silver darkgray darkgray silver;
	background-color: white;
	padding: 4px 6px 4px 6px;
	text-decoration:none;
	margin:3px;
*/
}
a.button:hover, a.button:active {
/*
	color: #4f5a66;
	font: bold 12px;

	border-style: solid;
	white-space: nowrap;

	border-width: 1px 2px 2px 1px;
	border-color: silver darkgray darkgray silver;
	background-color: lavender;
	padding: 4px 6px 4px 6px;
	text-decoration:none;
*/
}

a.button span 	{}
a.button img 	{}

a.buttonBasket:link, a.buttonBasket:visited {white-space: nowrap;
/*
	color: #4f5a66;
	font: bold 12px;

	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: silver darkgray darkgray silver;
	background-color: white;
	padding: 3px 10px 3px 10px;

	text-decoration:none;
*/
}
a.buttonBasket:hover, a.buttonBasket:active {
/*
	color: #4f5a66;
	font: bold 12px;

	border-style: solid;

	border-width: 1px 2px 2px 1px;
	border-color: silver darkgray darkgray silver;
	background-color: lavender;
	padding: 3px 10px 3px 10px;

	text-decoration:none;
*/
}

/*
a.buttonBasket span 	{display: none;}
a.buttonBasket img 		{background-image: url(../images/button/cart_add.jpg);height: 26px; width: 90px;border:0;}
*/


a.buttonCart:link, a.buttonCart:visited {
/*
	color: #4f5a66;
	font: bold 12px;

	border-style: solid;

	border-width: 1px 2px 2px 1px;
	border-color: silver darkgray darkgray silver;
	background-color: white;
	padding: 2px 5px 2px 5px;
	text-decoration:none;
*/
}
a.buttonCart:hover, a.buttonCart:active {
/*
	color: #4f5a66;
	font: bold 12px;

	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: silver darkgray darkgray silver;

	background-color: lavender;
	padding: 2px 5px 2px 5px;
	text-decoration:none;
*/
}

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;}





a.button-add			{}
a.button-add span		{display:none;}
a.button-add img		{background-image: url(../images/button/cart_add.gif);height: 20px; width: 90px;border:0;}

a.button-view span		{display:none;}
a.button-view img		{background-image: url(../images/button/cart_view.jpg);height: 26px; width: 95px;border:0;}

a.button-wishlist span	{display:none;}
a.button-wishlist img	{background-image: url(../images/button/wishlist.jpg);height: 26px; width: 104px;border:0;}

a.button-check span		{display:none;}
a.button-check img		{background-image: url(../images/button/check.jpg);height: 26px; width: 95px;border:0;}

a.button-shopping span 	{display: none;}
a.button-shopping img 	{background-image: url(../images/button/cart_go.gif);height: 29px; width: 100px;border:0;}



a.button-shopping span 	{display: none;}
a.button-shopping img 	{background-image: url(../images/button/shopping.gif);height: 30px; width: 120px;border:0;}

a.button-retrieve span 	{display: none;}
a.button-retrieve img 	{background-image: url(../images/button/retrieve.jpg);height: 34px; width: 120px;border:0;}

a.button-save span 		{display: none;}
a.button-save img 		{background-image: url(../images/button/cart_save.jpg);height: 34px; width: 120px;border:0;}

a.button-clear span 	{display: none;}
a.button-clear img	 	{background-image: url(../images/button/cart_clear.gif);height: 30px; width: 120px;border:0;}

a.button-checkout span 	{display: none;}
a.button-checkout img 	{background-image: url(../images/button/checkout.gif);height: 30px; width: 120px;border:0;}

a.button-estimate span 	{display: none;}
a.button-estimate img 	{background-image: url(../images/button/estimate.gif);height: 30px; width: 120px;border:0;}



.disabled {							/* disadled add to cart */
	color: #666; cursor: pointer;
	font: 8pt;
	text-decoration:none;
	border: 1px solid #808080;
	background: #C0C0C0;
	padding: 5px 8px;
	border-radius: 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;	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;}
.offerTd		{text-align: left;}
.offerTd img	{float: left; margin: 0px 5px 0px 0px;}
.offerTd div	{text-align: justify;}
.offerTd div.offerText	{display: ;}

/************* Forum *******************/
.forumAdmin { color: blue; font-weight: bold; }
.forumUser { color: #333333; font-weight: bold; }
.forumGuest       	{color: #333333;  font-weight: bold; font-style: italic;}
.forumMessageLeft { background: #fefefe; border-left:1px solid #999999; 	border-top:1px solid #999999; border-bottom:1px solid #999999; }
.forumMessageRight { background: #fefefe; border: 1px solid #999999; }
.forumMessageTop { background: #f1f1f1; 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: center; margin: 10px 0px 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: #f1f2f3; }
.headerbg { background: #999999; }
.middlebg { background: #f1f1f1; }
div.middlebg { background: #f1f1f1; padding: 6px; margin-bottom: 5px;}
.usualbg  { background: #fefefe; }
.errorbg  { background: #cc0000; }


body		{position: relative;padding-bottom: 6rem;min-height: 100%;font: 9pt color: #333333; margin: 0; font-family:"Lucida Grande", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;}
body.popup	{position: relative;padding-bottom: 6rem;min-height: 100%;font: 9pt color: #333333; margin: 0; padding: 0; font-family:"Lucida Grande", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;}


tr, td					{font-size:9pt; color: #333333; font-family:"Lucida Grande", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;line-height:140%;}
tr.usual, td.usual		{background-color: #fefefe;}
tr.header, td.header	{background-color: #e9e9e9; color: #333333;}
tr.middle, td.middle	{background-color: #f1f1f1; font-weight: bold;}
tr.error, td.error		{background-color: #FFE0E0; color: #cc0000; font-weight: bold;}
div.middle	{background-color: #f1f1f1; font-weight: bold; padding: 6px; margin-bottom: 5px;}

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 #f1f1f1; border-bottom: none; background: #f1f1f1; padding: 0px;}
td.tabActive		{border: 1px solid #CCCCCC; border-bottom: none; background: #CCCCCC; padding: 0px;}
a.tab					{background: #f1f1f1; color: #666666; display: block; font: bold 14px; padding: 5px 8px; text-decoration: none;}
a.tab:hover			{background: #CCCCCC; color: #333333; display: block; font: bold 14px; padding: 5px 8px; text-decoration: none;}
a.tabActive			{background: #CCCCCC; color: #333333; display: block; font: bold 14px; padding: 5px 8px; text-decoration: none; cursor: text;}
a.tabActive:hover	{background: #CCCCCC; color: #333333; display: block; font: bold 14px; 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 8px; margin: 0px 2px; cursor: pointer; background: #E9E9E9; white-space: nowrap;}
div.adminTabActive 	{font: bold 11px Verdana, sans-serif; border: 1px solid #919B9C; border-top: 2px solid #919B9C; border-bottom: none; padding: 5px 9px 5px 9px;; margin: 3px 0px 0px 0px; white-space: nowrap;}
td.adminTab			{border-bottom: 1px solid #919B9C; vertical-align: bottom;}
td.adminTabActive	{border: none;}
td.beginTab			{padding: 0px 4px; border-bottom: 1px solid #919B9C;}
td.endTab			{padding: 0px 4px; width: 90%; border-bottom: 1px solid #919B9C;}
a.blackSm, a.blackSm:hover {text-decoration: none;}

input				{}
input.usualprice	{background-color: #fefefe; border: none; text-align: right; font-size: 9pt; font-family:"Lucida Grande", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;}
input.orderprice	{background-color: #f1f1f1; border: none; text-align: right; font-size: 9pt; font-weight: bold;}
input.search		{font-size:9pt; width:120px; border-left: #747474 1px solid; border-top: #747474 1px solid; border-right: #dcdcdc 1px solid; border-bottom: #dcdcdc 1px solid; color:#333333}
input.field			{font-size:9pt; border-left: #747474 1px solid; border-top: #747474 1px solid; border-right: #dcdcdc 1px solid; border-bottom: #dcdcdc 1px solid; color:#333333}
input.text			{font-size:9pt; border-left: #747474 1px solid; border-top: #747474 1px solid; border-right: #dcdcdc 1px solid; border-bottom: #dcdcdc 1px solid; color:#333333}
input.submit		{font-size:9pt; padding-left:5px; padding-right:5px; height:19px}
input.ordersubmit	{font-size:11pt; font-weight:bold;padding-left:25px; padding-right:25px; height:35px;margin:10px 0;cursor:pointer;}
select				{font-size:9pt; color:#333333; font-family:"Lucida Grande", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;}
select.search		{font-size:9pt; color:#333333}
textarea			{font-size:9pt; border: #747474 1px solid; border-top: #747474 1px solid; border-right: #dcdcdc 1px solid; border-bottom: #dcdcdc 1px solid; color:#333333}


form {margin: 0px;}

hr {background: #CCCCCC; border: 0px; color: #CCCCCC;}

a.header			{color: #333333; text-decoration: underline;}
a.header:hover 		{color: #00f; text-decoration: underline;}
a.title 			{font-size: 9pt; font-weight: bold;  color: #333333; text-decoration: underline;padding:0px;}
a.title:hover 		{font-size: 9pt; font-weight: bold;  color: #333333; text-decoration: underline;padding:0px;}

a.news {font-size: 9pt; font-weight: bold;  color: #ff0000; text-decoration: underline;padding:0px;} 
a.news:hover {font-size: 9pt; font-weight: bold;  color: #ff0000; text-decoration: underline;padding:0px;}

a.smallText 		{color: #333333; text-decoration: none; font-size: 9pt;}
a.smallText:hover 	{color: blue; text-decoration: underline; font-size: 9pt;}
a 					{color: #333333; text-decoration: underline;}
a:hover 			{color: blue; text-decoration: underline;}


ol {color:#3B3B3B; margin-left:25px; margin-bottom:0px}
ul.faq {margin-left:35px; margin-bottom:0px; list-style:circle}
li {font-weight:normal; color:#333333; margin-left:-5px; margin-bottom:7px}

/* prices styles */
.priceBlock {color: #333333; font-weight: bold;margin: 5px 0px 5px 0px;}
.priceBlock .price {color: #992222; font-weight: bold;}
.priceBlock .priceTax {color: #992222; font-weight: normal;}

.priceBlockOld {color: #333333; text-decoration: line-through;}
.priceBlockOld .price {font-weight: normal;}
.priceBlockOld .priceTax {font-weight: normal;}

.priceBlockHidden {color: #333333; font-weight: bold; display: none;}
.priceBlockHidden .price {font-weight: bold;}
.priceBlockHidden .priceTax {font-weight: normal;}

.priceBlockEdit {color: #333333; font-weight: bold;}
.priceBlockEdit input.price {text-align: right; font-weight: bold; width: 50px; font-size: 12px; color: #333333; border-left: #747474 1px solid; border-top: #747474 1px solid; border-right: #dcdcdc 1px solid; border-bottom: #dcdcdc 1px solid;}

.salesBlock {color: #333333; font-weight: bold; border: none; background: transparent;}
.salesPrice {font-weight: bold;}
.salesTax {font-weight: normal;}

.priceSaveBlock {color: red; 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: #333333; background: #f1f1f1; 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;}

.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 ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/new_l.png,sizingMethod=crop);}
.bl_productslist .newProduct img {background: url(../images/icons/new_l.png) no-repeat; width: 30px; height: 22px; border: none; position: relative; bottom: -6px; margin: 0px 0px 0px 2px;}
* html .bl_productslist .newProduct img {//background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/new_l.png,sizingMethod=crop);}
.newProduct img {background: url(../images/icons/new_m.png) no-repeat; width: 20px; height: 16px; border: none; position: relative; bottom: -3px; margin: 0px 0px 0px 2px;}
* html .newProduct img {//background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/new_m.png,sizingMethod=crop);}

.titleText			{color: #333333; text-decoration: underline;}
.articleDate	{font-size: 8pt; color: #7777CC; margin-bottom: 5px;}
.top			{font-size: 8pt; padding: 2 0 2 0;}
.smallText		{font-size: 8pt; padding:5px;}
.middleText		{font-size: 9pt;}
.bigText		{font-size: 10pt;}
.comment		{font-size: 8pt; color: #7777CC;}
.message		{font-size: 9pt; color: #0000CC;}
.bigtitle		{font-size:11pt; text-decoration:underline; color: #333333; font-weight:bolder;height;}
.bigtitle:hover	{font-size:11pt; text-decoration:underline; color: #333333; font-weight:bolder;height;}
.error			{color: #cc0000; font-size:9pt;text-align: left;}
.terms      {height: 300px; width: 600px; overflow: auto; border: 1px solid silver; }
.link       {color: green; }

span.nobr       {white-space: nowrap !important;}

/*************  Manual  ***************/

.level1 {padding: 2px 2px 2px 15px;}
.level1 a {font-weight: bold;}
.level1 a:hover {font-weight: bold;}
.level2 {padding: 2px 2px 2px 30px;}
.level3 {padding: 2px 2px 2px 40px;}
.level4 {padding: 2px 2px 2px 50px;}

/*************  Left Menu  ***************/

.menuLeft .level1 {padding: 2px 2px 2px 5px;}
.menuLeft .level2 {padding: 2px 2px 2px 15px;}
.menuLeft .level3 {padding: 2px 2px 2px 30px;}
.menuLeft .level4 {padding: 2px 2px 2px 40px;}

.menuLeft .a a {font-weight: bold;}
.menuLeft .a a:hover {font-weight: bold;}

table.matrix { border: 1px solid gray; margin-bottom: 5px; margin-top: 5px; }
th.matrixTop { padding-left: 5px; padding-right: 5px; border-bottom: 1px solid silver;  }
th.matrixBottom { padding-left: 5px; padding-right: 5px; }
td.matrixTop { border-bottom: 1px solid silver; border-left: 1px solid silver; padding-left: 5px; padding-right: 5px; }
td.matrixBottom { border-left: 1px solid silver; padding-left: 5px; padding-right: 5px; }

.example			{font-size: 8pt; color: #888888;}
.login_area			{font-size: 8pt; color: #FFFFFF; letter-spacing:2px;}
a.login_area		{font-size: 8pt; color: #FFFFFF; letter-spacing:2px;font-weight: bold;}
a.login_area:hover	{font-size: 8pt; color: #FFFFFF; letter-spacing:2px;font-weight: bold;}

td.custom_products_list {
	background-color:#FFFFFF;
	font-family:"Lucida Grande", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	font-size:11px;
	border-style:solid;
	border:1px solid #CCCCCC;
	padding:5px;
	margin:3px;
	height:20px;
	font-weight: bold;
	/* vertical-align:top; */
}
.block_title {
	border-radius: 10px 10px 0 0;
	border: 1px solid #3053ab;
	background-color: #325abd;
	color: #ffffff;
	font-weight: bold;
	padding: 7px 0 7px 15px;
}
.page_body {
	border-radius: 0 0 10px 10px;
	border: 1px solid #cccccc;
	padding: 20px;
	background-color: #ffffff;
	margin-bottom: 10px;
}
.notitleblock {
	border-radius: 10px;
	border: 1px solid #cccccc;
	padding: 20px;
	background-color: #ffffff;
	margin-bottom: 10px;
}
@media (min-width: 768px) {
.xlbr {display:none;}
}
.simple_body {
	border-radius: 10px;
	border: 1px solid #cccccc;
	padding: 20px;
	background-color: #ffffff;
	margin-bottom: 10px;
}
.featured {
	min-height: 310px;
}
.featured {
	margin: 0;
	padding: 20px 10px !important;
	border-bottom: 1px dotted #888888;
}
.prodbox {
	vertical-align: middle;
}
.prodbox img {
	display: block;
	margin: auto;
}
.prodprice {
	text-align: right;
	margin-top: 10px;
}
.mainitembox {
	margin-bottom: 20px;
}
.insideboxl {
	border-radius: 5px 0 0 5px;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	border-right: 1px dotted #bbbbbb;
	padding: 5px;
}
.insideboxr {
	border-radius: 0 5px 5px 0;
	border-top: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	padding: 5px;
}
.mainitemimg {
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.mainitemdesc {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.intellinks {
	text-align: center;
}
h3.featsubtitle {
	background-color: #777777;
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
	padding: 5px 15px;
	margin-top: 1px;
	margin-bottom: 15px;
}
.order-header {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
  margin-bottom: 16px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 7px;
}
.checkbox, .radio {
  padding-left: 20px !important;
}
.btn-space {
  margin: 10px 0;
}
input.prdqty {
    padding: 5px 8px;
    margin: 8px 0 0 0;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
select.prodoptn {
    padding: 5px 8px;
    margin: 8px 0 0 0;
    border: 1px solid #cccccc;
    border-radius: 4px;
}