/* COLORS 
dk blue: 02142E
dk gold (logo crown): A88536
dk gold (border): #A78031
md gold (icon crown): C19115
lt gold - menu lines: FAE8B8
product background: FFE4AF
left inner block background: #D6BD80
light background - top of gradient: #FDF3D8
*/

.top_nav
{
	margin-left:40px;
	margin-bottom:5px;
}
.top_nav_item
{
	color:#FFFFFF;
	font-family:Georgia,Tahoma,Arial,Verdana;
	font-size:12px;
	font-weight:normal;
	padding-left:6px;
	text-decoration:none;
}

.ProductsDisplayPicture
{
	padding-left:2px;
	padding-right:2px;
	padding-bottom:4px;
}

.ProductsDisplayTitle
{
	text-align:center;
	color:#a28448;
	font-size:12px;
}

.ProductsDisplayPrice
{
	text-align:center;
	color:#001739;
	font-size:14px;
	font-weight:bold;
}

#leftNavigation
{
	height:100%;
}

#leftNavigation A
{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background-image:url('../images/site_img/icon_crown.gif');
	background-repeat:no-repeat;
	padding-left:28px;
}

#leftNavigation IMG
{
	padding-top:7px;
	padding-bottom:7px;
}

/****** Main Table ******/
.basicTable 	{
  width: 872px;
  background: url(../images/site_img/page.png) repeat-y;
  }
.mainTableIndex {
  width: 752px;
  margin: 5px 60px 0px 60px;
  }
.mainTable {
  width: 752px;
  margin: 5px 0px 0px 60px;
  background: #FDF3D8 url('../images/site_img/left_navigation_gradient.jpg') bottom left repeat-x;
  }

.mainTable75 {width: 872px;}
.mainTable50 {width: 872px;}

.mainTableCellLeftIndex {
  padding: 0px 0px 0px 0px;
  vertical-align: top;
  height: 100%;
	background: #FDF3D8 url('../images/site_img/left_navigation_gradient.jpg') bottom left repeat-x;
}
.mainTableCellLeft {
  padding: 0px 0px 0px 0px;
  vertical-align: top;
  height: 100%;
}
.mainTableCellCenterIndex 	{padding: 0px; vertical-align: top;}
.mainTableCellCenter {
  padding: 0px 0px 0px 0px;
  vertical-align: top;
  height: 100%;
}
.mainTableCellRight 	{padding: 0px 0px 0px 4px; vertical-align: top;}

.homeGreeting		{padding: 0px 0px 15px 0px; vertical-align: top;}
.homeGreeting table	{width: 100%;}
.homeGreeting table td	{padding: 0px 0px 0px 0px; border-left: 0px solid #CCCCCC; border-right: 0px solid #CCCCCC;
                      	 width:425px;
                      	 height:363px;
                      	 
                      	 }

.introBlock {border: 1px solid #CCCCCC;}
.introBlock td {padding: 6px;}

/****** Main Table ******/

/*******************************************************************************/

/****** Menu ******/
.topmenu
{
	vertical-align:middle;
	height:23px;	
	color:#FDF2D6;
	padding-left:15px;
	padding-right:15px;
	text-transform:uppercase;
}

.headerMenu {
	width: 872px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.headerText {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 7px;
	text-align:left;
	vertical-align:top;
	color:#674a00;
	font-family:Arial,Verdana;
	font-size:14px;
	
	}
.headerMenu td#logo  {					/* Background under logo on the site */
	vertical-align: top;
	}
.headerMenu td#logo img {				/* Logo on the site */
	margin: 0px 0px 0px 0px;
	border: 0px;
	z-index: 1000;
	}
	
.headerMenu td#logoL {display: none;}

.headerMenu td#menu {					/* Text Menu with or without images */
	background: transparent;
   padding:0px;
	vertical-align:middle;
	}
.headerMenu td#menu div {
	width: 752px;
	margin: 0px 60px 0px 60px;
	background-color:#001739;
}
.headerMenu td#menu table {
	width: 752px;
	margin: 0px 60px 0px 60px;
	background-color:#001739;
}
.headerMenu td#menu img.Img {display: block;width: 15px; height: 1px;}
.headerMenu td#menu td {text-align: center; }
.headerMenu td#menu td img {display: auto;}
.headerMenu td#menu td br {display: none;}
.headerMenu td#menu td nobr {display: auto;}

/* Active & Noneactive links in menu */


a.menu:link, a.menu:visited 
{
	width:auto;
	color:#FFFFFF;
	font-family:Arial,Verdana,Georgia,Tahoma;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}
a.menu:hover, a.menu:active {
	color:#A88536;
	font-family:Arial,Verdana,Georgia,Tahoma;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}
a.menuActive:link, a.menuActive:visited {
	color:#A88536;
	font-family:Arial,Verdana,Georgia,Tahoma;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}
a.menuActive:hover, a.menuActive:active {
	color:#A88536;
	font-family:Arial,Verdana,Georgia,Tahoma;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}

/****** Sub Menu ******/

.subMenuBlock {
	background: #001739;
	display:none;
	position:absolute;
	border-top: 1px solid black;
	border-left: 1px solid black;
	z-index: 2500;
}

a.subMenu {
	width: 150px;
	padding: 6px 20px 6px 10px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	display:block;
	font: 11px tahoma, verdana, sans-serif; 
	color:black;
	text-decoration:none;
	text-align: left;
	background: #001739; 
}

a.subMenu:hover, a.subMenu:active {
	background: white; 
	color:black;
	display:block;
	text-decoration:none;
}

/****** Secondary Menu ******/

table.secondaryMenu 		{width: 100%; background: #A9B2BC none;}
td#menu td.secondaryBegin img.Img	{width: 5px; height: 1px;}
a.secondaryMenu 			{display:block; font: bold 11px arial,tahoma,verdana,sans-serif; padding: 0px 0px 0px 20px; color: #fff;}
a.secondaryMenu:hover 		{display:block; font: bold 11px arial,tahoma,verdana,sans-serif; padding: 0px 0px 0px 20px; color: #fff;}
a.secondaryMenuActive 		{display:block; font: bold 11px arial,tahoma,verdana,sans-serif; padding: 0px 0px 0px 20px; color: #000; text-decoration: none;}
a.secondaryMenuActive:hover	{display:block; font: bold 11px arial,tahoma,verdana,sans-serif; padding: 0px 0px 0px 20px; color: #000; text-decoration: underline;}
td#menu td.secondaryEnd  	{width: 100%;}
td#menu td.secondaryEnd  img.Img	{width: 1px; height: 25px;}

/****** Menu ******/

/*****************************************************************************/

/************* Breadcrumb *******************/

.breadcrumb {margin: 0px 0px 15px 0px;}

.breadcrumbBegin {
	width: 10px;
	}
.breadcrumbBegin img {width: 10px; height: 1px;}

.breadcrumbDelimiter {
	width: 100%;
	white-space: normal;
	font-size: 8pt;
	padding: 4px 0px 4px 0px;
	}
.breadcrumbDelimiter td {}
.breadcrumbDelimiter a {color: #02142E; text-decoration: none; font-size: 8pt;}
.breadcrumbDelimiter a:hover {color: #02142E; text-decoration: underline; font-size: 8pt;}
.breadcrumbDelimiter b {color: #02142E;font-weight:normal;}
.breadcrumbDelimiter span {
	color: #000;
	display: none;
	font-size: 11px;
	}
.breadcrumbDelimiter img {
  background: url('../images/site_img/icon_crown.gif') no-repeat;
  width: 23px;
  height: 13px;
  padding-right: 5px;
  }

.breadcrumbRSS {
	border-top: 1px solid #CCCCCC;
	border-right: 0px solid #dedede;
	border-bottom: 1px solid #f3f3f3;
	border-left: 0px solid #dedede;
	padding: 0px 4px;
	background: #f3f3f3;
	}

.breadcrumbEnd {
	width: 20px;
	border-top: 1px solid #CCCCCC;
	border-right: 0px solid #dedede;
	border-bottom: 1px solid #f3f3f3;
	border-left: 0px solid #dedede;
	background: #f3f3f3;
	}
.breadcrumbEnd img {width: 1px; height: 1px;}

/************* Breadcrumb *******************/
/*************** Order Pages ****************/
.breadcrumbDelimiter span.nonactive {font-size: 10pt; color: #02142E; margin-right: 10px; display: inline; font-weight: bold;}
.breadcrumbDelimiter span.active {font-size: 10pt; color: #A88536; margin-right: 10px; display: inline; font-weight: bold;}
/************* end Order Pages ***************/

/*****************************************************************************/

.mainTableCellLeft div {
  border: 4px solid #A78031;
  margin: 5px;
  background: #D6BD80 url(../images/site_img/left_navigation_gradient.jpg) bottom left repeat-x;
}
/************* Fieldset *******************/

/****** Top ******/

.titleTop {margin-top: 0px;}

.titleTopLeft {
	width: 10px;
	}
.titleTopImgLeft {width: 10px; height: 1px;}

.titleTopCenter {						/* Title of block (example: any blocks, articles,...) */
	white-space: normal;
	padding: 5px 0px 5px 0px;
	}
.titleTopCenter div {
	color: #001739;
	font-weight: bold;
	font-size: 11pt;
	font-family: sans-serif,arial,tahoma,verdana;
	text-transform: uppercase;

	z-index: 2000;
	position: relative;
	bottom: 0px;
	margin: 0px 0px 0px 0px;
	background: none;
	padding: 0px 0px 0px 0px;
	border: 0px solid #FDF3D8;
	}

.titleTopRight {
	width: 1px;
	}
.titleTopImgRight {width: 1px; height: 1px;}

/****** Top ******/

/****** Center ******/

.block 
{	border-top: 0px solid #CCCCCC;
	border-bottom: 0px solid #dedede;
	border-left: 0px solid #dedede;
	border-right: 0px solid #CCCCCC;
	background: transparent;
	}
	
.mainTableCellLeftIndex .block 
{
	background: transparent;
	border: 0px solid green;
	}

/****** Center ******/

/****** Bottom ******/

.titleBot {margin-bottom: 4px;}

.titleBotLeft {
	width: 20px;
	}
.titleBotImgLeft {width: 1px; height: 1px;}

.titleBotRight {
	width: 0;
	}
.titleBotImgRight {width: 1px; height: 1px;}

/****** Bottom ******/

/************* end Fieldset ***************/




/************* Fieldset *******************/
.bl_categorieslist { background: none;}
/****** Top ******/

.mainTableCellCenterIndex
{
	padding:0px 0px 0px 15px;
	margin:0px;
}

.mainTableCellCenterIndex .titleTop {margin-top: 4px;}

.mainTableCellCenterIndex .titleTopLeft {
	width: 5px;
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #dedede;
	border-bottom: 0px solid #f3f3f3;
	border-left: 0px solid #dedede;
	background: #FFFFFF;
	}
.mainTableCellCenterIndex .titleTopImgLeft {width: 5px; height: 1px;}

.mainTableCellCenterIndex .titleTopCenter {						/* Title of block (example: any blocks, articles,...) */
	white-space: normal;
	padding: 5px 0px 5px 0px;
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #dedede;
	border-bottom: 0px solid #f3f3f3;
	border-left: 0px solid #dedede;
	background: #FFFFFF;
	}
.mainTableCellCenterIndex .titleTopCenter div {
	color: #001739;
	font-weight: bold;
	font-size: 11pt;
	font-family: sans-serif,arial,tahoma,verdana;
	text-transform: uppercase;

	position: relative;
	bottom: 0px;
	margin: 0px 0px 0px 0px;
	background: none;
	padding: 0px 0px 0px 0px;
	border: 0px solid #FDF3D8;
	}

.mainTableCellCenterIndex .titleTopRight {
	width: 1px;
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-bottom: 0px solid #f3f3f3;
	border-left: 0px solid #dedede;
	background: #FFFFFF;
	}
.mainTableCellCenterIndex .titleTopImgRight {width: 1px; height: 1px;}

/****** Top ******/

/****** Center ******/

.mainTableCellCenterIndex .block 
{
	border: 3px solid #FFE4AF;
	padding: 6px;
	background:#FFF;
	}

.mainTableCellCenterIndex .blockTD
{
	background: #FFE4AF;  
}
/****** Center ******/

/****** Bottom ******/

.mainTableCellCenterIndex .titleBot {margin-bottom: 4px;}

.mainTableCellCenterIndex .titleBotLeft {
	width: 20px;
	border-top: 0px solid #dedede;
	border-right: 0px solid #dedede;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #dedede;
	background: #FFFFFF;
	}
.mainTableCellCenterIndex .titleBotImgLeft {width: 1px; height: 1px;}

.mainTableCellCenterIndex .titleBotRight {
	width: 100%;
	border-top: 0px solid #dedede;
	border-right: 0px solid #dedede;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #dedede;
	background: #FFFFFF;
	}
.mainTableCellCenterIndex .titleBotImgRight {width: 1px; height: 1px;}

/****** Bottom ******/

/************* end Fieldset ***************/
.block-custom-page-body table.titleTop {
display: none;
}



/*****************************************************************************/
/************* userHome *******************/
td.userHome {padding: 7px;}
td.userHomeTitle {
	font-size: 10pt;
	white-space: nowrap;
}
td.userHomeTitle b {color: #0000CC;}

div.userHomeBottom {						
	padding: 5px 20px 5px 20px;
	background: none;
	}
div.userHomeBottom a {color: #02142E; text-transform: uppercase; text-decoration:none; font-weight: bolder;}
div.userHomeBottom a:hover {color: #02142E; text-decoration:underline; font-weight: bolder;}

td.userHome img.orders 		{background: url(../images/icons/admin_orders.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.orders {//background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_orders.png,sizingMethod=crop);}
td.userHome img.profile 	{background: url(../images/icons/admin_profile.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.profile {//background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_profile.png,sizingMethod=crop);}
td.userHome img.arr		 	{background: url(../images/icons/arr.gif) no-repeat; width: 15px; height: 16px; border:0px; margin: 0px 5px 0px 55px;}
td.userHome img.support 	{background: url(../images/icons/admin_support.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.support {//background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_support.png,sizingMethod=crop);}
td.userHome img.forum 		{background: url(../images/icons/admin_forum.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.forum {//background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_forum.png,sizingMethod=crop);}
td.userHome img.products 	{background: url(../images/icons/admin_products.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.products {//background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_products.png,sizingMethod=crop);}
td.userHome img.pages 		{background: url(../images/icons/admin_pages.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.pages {//background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_pages.png,sizingMethod=crop);}
td.userHome img.salesorders	{background: url(../images/icons/admin_salesorders.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.salesorders {//background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_salesorders.png,sizingMethod=crop);}
td.userHome img.merchant 	{background: url(../images/icons/admin_merchant.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.merchant {//background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_merchant.png,sizingMethod=crop);}
td.userHome img.affiliates 	{background: url(../images/icons/admin_affiliates.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.affiliates {//background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_affiliates.png,sizingMethod=crop);}
td.userHome img.payments 	{background: url(../images/icons/admin_payments.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.payments {//background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_payments.png,sizingMethod=crop);}
td.userHome img.carts	 	{background: url(../images/icons/admin_carts.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.carts {//background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_carts.png,sizingMethod=crop);}
td.userHome img.wishlist 	{background: url(../images/icons/admin_wishlist.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.wishlist {//background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_wishlist.png,sizingMethod=crop);}
td.userHome img.reminders 	{background: url(../images/icons/admin_reminders.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.reminders {//background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_reminders.png,sizingMethod=crop);}

td.userHome div {margin: 0px 0px 0px 50px;}
/************* userHome *******************/

/*****************************************************************************/

/************* Button Links *******************/

td.butTd {}
td.butTd span.spacer {display: auto; color: #A78031;}	/* '|' between button */


a.button:link, a.button:visited {text-decoration: none; font-weight: 700; color: #02142E; padding: 0px 5px; font: bold 9pt sans-serif, arial, tahoma, verdana;}
a.button:hover, a.button:active {text-decoration: underline; font-weight: 700; color: #A78031; padding: 0px 5px;}
a.button-add			{color: #02142E !important;}
a.button-add:hover		{color: #02142E !important;}

a.button-add span		{white-space: nowrap;}			/* add to cart (products categories, product details) */
a.button-add img		{display: none;}
a.button-view span		{white-space: nowrap;}			/* view cart (products categories, product details) */
a.button-view img		{display: none;}
a.button-check span		{white-space: nowrap;}			/* check out (products categories, product details) */
a.button-check img		{display: none;}
a.button-wishlist span 	{white-space: nowrap;}			/* wishlist (products categories, product details) */
a.button-wishlist img 	{display: none;}

a.buttonBasket:link, a.buttonBasket:visited {text-decoration: none; color: #02142E; padding: 0px 5px; font: bold 9pt sans-serif, arial, tahoma, verdana;}
a.buttonBasket:hover, a.buttonBasket:active {text-decoration: underline; color: #A78031; padding: 0px 5px; font: bold 9pt sans-serif, arial, tahoma, verdana;}
a.button-checkout			{text-decoration: none; font-weight: 700; color: #02142E !important;}
a.button-checkout:hover		{text-decoration: underline; font-weight: 700; color: #A78031 !important;}

a.button-shopping span	{white-space: nowrap;}			/* Continue shopping (basket) */
a.button-shopping img		{display: none;}
a.button-retrieve span 	{white-space: nowrap;}			/* Retrieve Cart (basket) */
a.button-retrieve img 	{display: none;}
a.button-save span 		{white-space: nowrap;}			/* Save cart (basket) */
a.button-save img 		{display: none;}
a.button-clear span		{white-space: nowrap;}			/* Clear cart (basket) */
a.button-clear img		{display: none;}
a.button-checkout span	{white-space: nowrap;}			/* Checkout (basket) */
a.button-checkout img		{display: none;}

a.buttonCart:link, a.buttonCart:visited {font: normal 11px tahoma, sans-serif, arial, verdana;}
a.buttonCart:hover, a.buttonCart:active {font: normal 11px tahoma, sans-serif, arial, verdana;}

a.button-check span {white-space: nowrap;}	/* Checkout (small cart) */
a.button-check img 	{display: none;}
a.button-amend span {white-space: nowrap;}	/* Amend cart (small cart) */
a.button-amend img 	{display: none;}
a.button-view span 	{white-space: nowrap;}	/* View cart (small cart) */
a.button-view img 	{display: none;}

a.buttonMore:link, a.buttonMore:visited {font: bold 9pt sans-serif, arial, tahoma, verdana;}
a.buttonMore:hover, a.buttonMore:active {font: bold 9pt sans-serif, arial, tahoma, verdana;}

a.buttonMore span 	{white-space: nowrap; display: none;}		/* read more... (special offers, etc.) */
a.buttonMore img 	{display: none;}

.disabled {							/* disadled add to cart */
	color: #666; cursor: pointer; 
	font: bold 8pt sans-serif, arial, tahoma, verdana; 
	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 {background: transparent; margin: 0px; padding: 5px 0px; border-top: 1px solid #FAE8B8;}
.selectedtopCategory {background: transparent; margin: 0px; padding: 3px 0px; color: #C19115; border-top: 1px solid #FAE8B8;}
        
.subCategory {background: transparent; margin: 0px; padding: 0px;}
.selectedsubCategory {background: #E1E1E1; margin: 0px; padding: 0px; border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC;}

.topCategory .category_img, .subCategory .category_img, .selectedtopCategory .category_img, .selectedsubCategory .category_img {margin: 0px 3px 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 *******************/
.offerTD {text-align: center;}
#offerTitle		{display: none;}
.offerTitleTop {display: none;}
.offerTitle {text-align: center;}
.offerImg		{text-align: left;}
.offerImg img	{float: left; margin: 0px 5px 0px 0px;} 
.offerImg div	{text-align: center;}
.offerImg div#offerText	{}
/************* Offers *******************/

/************* Forum *******************/
.forumAdmin { color: blue; font-weight: bold; }
.forumUser { color: black; font-weight: bold; }
.forumGuest       	{color: black;  font-weight: bold; font-style: italic;}
.forumMessageLeft { background: #F4F4F4; border-left: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; }
.forumMessageRight { background: #F4F4F4; border: 1px solid #CCCCCC; }
.forumMessageTop { background: #DDDDDD; border-bottom: 1px solid #CCCCCC; }

/************* Categoties (catalogue) *******************/
.bl_categoriescatalog .blockTD	 			{padding-left: 5px;}

/*****************************************************************************/

/************* Footer *******************/

.footerAll
{
	width:100%;	
	text-align:center;
	background: #02142E url(../images/site_img/footer3.png) no-repeat;
	padding-top: 62px;
  padding-bottom: 20px;
  }

.footerMenu			
{
	width:100%;
	/*width: 776px;text-align:center;font-size:8pt;margin: 10px 0px 10px 0px;*/
	color:#FFFFFF;
	margin-bottom:10px;
	text-align:center;
}
	
	.footerMenu A
{
	/*width: 776px;text-align:center;font-size:8pt;margin: 10px 0px 10px 0px;*/
	color:#FFFFFF;
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	}
.footerHTML			{ color:#FFFFFF;text-align:center;margin: 0px; border-left: 0px solid #ffaa00; border-top: 0px solid #dedede;text-transform:capitalize;}
.footerHTML font	{font-size: 10px;padding: 1px 0px 1px 10px;}
.footerImg			{text-align: right;}
.footerImg img		{width: 80px; height: 26px; border:0px; margin-top: 10px;}

/************* Footer *******************/


.commonbg { background: transparent url(../images/site_img/background_sm.png); }
.headerbg { background: transparent; }
.middlebg { 
	background: transparent;
	}
tr.middlebg td { 
	background: transparent;
	border-top: 2px solid #A78031;
	border-bottom: 2px solid #A78031;	
	}
tr.middlebg td table td{border: 0;} 
.usualbg  { 
	background: transparent;
 }
tr.usualbg td{ 
	background: transparent;
	border-bottom: 1px solid #A78031;
 }
.errorbg  { background: #FF0000; }



body		{font: 8pt arial,tahoma,verdana,sans-serif; color: #001739; margin: 0px; padding: 0px;}
body.popup	{font: 8pt arial,tahoma,verdana,sans-serif; color: #001739; margin: 0px; padding: 0px;}


tr, td					{font-size: 8pt; font-family: tahoma,verdana,sans-serif; color: #001739;}
tr.usual, td.usual		{background: transparent;}
tr.header, td.header	{color: #02142E; font-weight:bolder; background: transparent;}
tr.middle, td.middle	{color: #A78031; font-weight: bold; background: transparent;}
tr.error, td.error		{background-color: #FFE0E0; color: #d50000; font-weight: bold;}

td.padding10px			{padding: 10px;}
table.padding6px td		{padding: 6px;}
table.padding6px td td	{padding: 0px;}
table.padding4px td		{padding: 4px;}
table.padding4px td td	{padding: 0px;}

td.tab				{border-top: 1px solid #dedede; border-right: 1px solid #dedede; border-left: 1px solid #dedede;}
td.tabActive		{border-top: 1px solid #dedede; border-right: 1px solid #dedede; border-left: 1px solid #dedede;}
.tab				{font-family: sans-serif, arial; font-size: 10pt; font-weight: bold; text-decoration: none; background: transparent;}
.tab:hover			{text-decoration: none; }
.tabActive			{font-family: sans-serif, arial, tahoma, verdana; font-size: 10pt; font-weight: bold; text-decoration: none; background: #dedede;}
.tabActive:hover	{text-decoration: none;}
.tabline 			{background: #dedede;}

div.adminTab 			{font-size:11px; 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; font-family:Verdana, sans-serif; background:#F5F3EB; moz-border-radius:4px 4px 0px 0px; whitespace:nowrap; white-space: nowrap;}
div.adminTabActive 	{font-size:11px; border-right:#919b9c 1px solid; border-left:#919b9c 1px solid; border-top:#FF8200 2px solid; border-bottom:0px solid; padding: 5px 9px 4px 9px;; margin:3px 0px 0px 0px; font-weight:bold; cursor:default; font-family:Verdana, sans-serif; background-color:#FCFFD5; moz-border-radius:4px 4px 0px 0px; whitespace:nowrap; white-space: nowrap;}
td.adminTab			{border-bottom: 1px solid #919b9c;}
td.adminTabActive	{border: 0px;}
td.beginTab			{padding: 0px 4px; border-bottom: 1px solid #919b9c;}
td.endTab			{padding: 0px 4px; width: 100%; border-bottom: 1px solid #919b9c;}

input				{font-size: 8pt; font-family: tahoma,verdana,sans-serif; color: black;}
input.usualprice	{background: transparent; border: none; text-align: right; font-family: tahoma,verdana,sans-serif; font-size:10pt;}
input.orderprice	{background: transparent; border: none; text-align: right; font-family: tahoma,verdana,sans-serif; font-size:10pt; font-weight: bold;}
input.search		{font-family:Tahoma,Verdana,Arial,sans-serif; font-size:8pt; width:120px; border-left: #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		{background:#FFE58F url(../images/c2s/bg-button.gif)  repeat-x; padding-left: 5px; padding-right: 5px;}
select				{font-size: 8pt; font-family: tahoma,verdana,sans-serif; color: black;}
select.search		{}
textarea			{font-family:Tahoma,Verdana,Arial,sans-serif; font-size:8pt; border: #747474 1px solid; border-top: #747474 1px solid; border-right: #dcdcdc 1px solid; border-bottom: #dcdcdc 1px solid; color:black}


form {margin: 0px; background: transparent;}

hr {background: #CCCCCC; border: 0px; color: #CCCCCC;}

a.header			{color: #001739; text-decoration: underline;}
a.header:hover 		{color: #BBBBBB; text-decoration: underline;}
a.title 			{font-weight: bolder;  color: #001739; text-decoration: none;}
a.title:hover 		{font-weight: bolder;  color: #C19115; text-decoration: none;}
a.smallText 		{color: #A78031;  font-size: 8pt;}
a.smallText:hover 	{color: #02142E;  font-size: 8pt;}
a 					{color: #001739; text-decoration: none;}
a:hover 			{color: #a78031;}

/* prices styles */
.priceBlock { color: #02142E; font-weight: 300; font-size: 10pt; font-family: tahoma, verdana, sans-serif; text-align: center;}
.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: 300; }
.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; }

span.ourprice {
  font-family: tahoma, verdana, sans-serif;
  color: #02142E;
  font-size: 10pt;
  font-weight: 300;
  }

.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: blue; background: #CCCCCC; padding: 5px 10px !important; }
.productsDelimiter 		{background: #CCCCCC; padding: 0px !important;}
.productsDelimiterTop 	{background: #CCCCCC; padding: 0px !important;}
.productsDelimiterTop img 	{height: 2px;}

.wishlist-opacity	{display: none; z-index: 900; filter: alpha(opacity=50); left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; background-color: #E1E1E1; moz-opacity: 0.5; opacity: 0.5;}
.wishlist-shadow	{display: none; z-index: 1000; position: absolute; top: 0px; left: 0px; width: 400px; background: #CCCCCC;}
.wishlist-block		{position: relative; bottom: 5px; right: 5px; width: 400px; background: #EEEEEE; border: 1px solid #333333;}
.wishlist-img-close	img {margin: 10px 10px 5px 0px;}
.wishlist-descr		{padding: 0px 35px 20px 30px; font-size: 12px, sans-serif; text-align:justify;}

.titleText			{color: #3E3EAB; text-decoration: underline;}
.articleDate	{font-size: 8pt; color: #828282; font-style: italic;}
.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: #7777CC;}
.message		{font-size: 8pt; font-weight:bolder; color: #02142E;}
.title			{font-family: tahoma, verdana, sans-serif; font-size:10pt; font-weight:bolder}
.bigtitle		{font-family:arial,sans-serif; font-size: 10pt; font-weight: bold;}
.error			{color: #d50000;}
.terms      {height: 300px; width: 600px; overflow: auto; border: 1px solid silver; }
.link       {color: green; }

span.nobr       {white-space: nowrap !important;}

.bigtitle		{font-family:arial,sans-serif; font-size: 9pt; font-weight: bold;}
a.bigtitle			{color: #A88536; text-decoration: none;}
a.bigtitle:hover	{color: #A88536; text-decoration: underline;}
span.bigtitle	{display:none;}

/*************  Manual  ***************/

.level1 {padding: 2px 2px 2px 15px;}
.level1 a {font-weight: bold;}
.level1 a:hover {font-weight: bold;}
.level2 {padding: 2px 2px 2px 30px;}
.level3 {padding: 2px 2px 2px 40px;}
.level4 {padding: 2px 2px 2px 50px;}

/*************  Left Menu  ***************/

.menuLeft .level1 {padding: 2px 2px 2px 5px;}
.menuLeft .level2 {padding: 2px 2px 2px 15px;}
.menuLeft .level3 {padding: 2px 2px 2px 30px;}
.menuLeft .level4 {padding: 2px 2px 2px 40px;}

.menuLeft .a a {font-weight: bold;}
.menuLeft .a a:hover {font-weight: bold;}

.top-search1 {
	float: right;
	text-align: right;
	margin:0px 60px -35px 0px;
	padding: 7px;
	background:	transparent;
	position: relative;
	top: -115px;
	border: 1px solid black;
}
.logo-box {position: relative;}
.top-search {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2000;
	text-align: right;
	margin:50px 60px 0px 0px;
	padding: 7px;
	background:	transparent;
}
.top-text {
	position: absolute;
	top: 110px;
	right: 10px;
	z-index: 2000;
	text-align: right;
	margin:0px 60px 0px 0px;
	padding: 7px;
	background:	transparent;
	font-weight: bold;
	font-size: 14px;
	
 }


