/****** Main Table ******/
.basicTable 	{width: 100%;}
a img			{border: none 0px;}

.mainTable {
	width: 85%;
	overflow:hidden;
	margin:0 auto;
	padding-bottom:20px;
}

.mainTable75 {width: 75%;}
.mainTable50 {width: 500;}

.mainTableCell 		{padding: 0; vertical-align: top;}

.mainTableCell		 	{padding: 0px 0px 0px 0px; vertical-align: top;}
.mainTableCellLeft 		{padding: 0px 0px 0px 20px; vertical-align: top;}
.mainTableCellCenter 	{padding: 0px 20px 0px 20px; vertical-align: top;}
.mainTableCellRight 	{padding: 0px 20px 0px 0px; vertical-align: top;}

.homeGreeting		{padding: 0px 20px 15px 20px; vertical-align: top;}
.homeGreetingTable	{width: 100%;}
.homeGreetingCenter	{padding: 8px 6px 8px 15px; border: 1px solid #FE9000; background: #6A1500 url(../images/fashion/greeting-bgr.gif) repeat-x 0px 0px;}
.homeGreeting a		{font-weight: bold;}

.introBlock {border: 1px solid #FE9000;}
.introBlock td {padding: 6;}
.bott{background-image: url(../images/noticebg.jpg); background-repeat:repeat-x; height:25px;}

/****** Main Table ******/
****** Main Table ******/
.bott{background-image: url(../images/noticebg.jpg); background-repeat:repeat-x; height:25px;}
.bott h1{margin:0; color:#FFFFFF; font-size:12px; line-height:25px; text-align:center}
.bott h1 a:link,.bott h1 a:visited{color:#FFFFFF; text-decoration:none}
.bott h1 a:hover{text-decoration:underline}
.he{ color:#FFFFFF;font-size:16px; line-height:30px;margin:0;text-align:center}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/*******************************************************************************/
/* Header styles			*/
/* Tag redefines			*/

/* Link styles				*/
a			{color: #000000;}

.header1					{
	background-image: url(/images/headermenu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 63px;
	padding-left: 90px;
	position: relative;
	margin: 0px;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.header1 a, .header a:hover		{
	color: #FFFFFF;
	display: block;
	float: left;
	background-image: url(/images/header_button_left.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 18px;
	padding-left: 10px;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 10px;
	text-decoration: none;
	margin-right: 5px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
}
.header1 a .end, .header1 a:hover .end	{background-image: url(/images/header_button_right.gif); background-repeat: no-repeat; background-position: right 0px; height: 18px; width: 4px; display: inline; margin: 0px; padding: 0px; position: absolute; top: 0px; right: -1px;}
.header1 a:hover, .header1 a:hover .end	{
	background-position: 0px -18px;
	color: #dc7200 !important;
}
.header1 .flags	{
	position: absolute;
	top: 18px;
	right: 50px;
	white-space: nowrap;
	width: 60px;
}
.header1 .flags a		{background-image: none !important; padding: 0px !important; margin: 0px !important; margin-left: 5px !important;}
.header1 .flash		{
	position: absolute;
	left: 190px;
	top: 0px;
}
* Main area styles			*/
.holder2				{width: 100%;}
.holder1				{text-align: center; margin-left: auto; margin-right: auto; width: 960px;}
.holder					{text-align: left; margin: 0px; padding: 0px; border: none; *width:960;}

.area					{background-image: url(http://test.hbfx.com/eotreasures/main_area_back.gif); background-repeat: repeat-y; background-position: left bottom;}
.area .l-col				{
	float: left;
	width: 192px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;	
}
.area .m-col				{
	float: left;
	width: 502px;
	margin: 0px;
	padding: 0px;
}
.area .r-col				{
	float: left;
	width: 226px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;	
}
.area .l-col .content		{
	background-color: #f7f7f3;
	border: 1px solid #e5e5d8;
	padding: 7px;
}
.area .m-col .content		{padding-right: 10px;
	padding-left: 0px;}
.area .r-col .content		{padding-right: 27px;
	padding-left: 5px;}

.r-col a	{color: #cc7213;}

.area .block h1				{
	background-repeat: no-repeat;
	background-position: left top;
}
.l-col h1, .r-col h1				{
	font-family: "Trebuchet MS";
	color: #dc7200;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 14px;
	line-height: 11px;
	text-transform: uppercase;
}
.m-col h1				{
	height: 28px;
	color: #FFFFFF;
	margin-bottom: 20px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(/images/m-col_h1_back.gif);
	font-family: Tahoma;
	font-size: 11px;
	line-height: 28px;
	padding-right: 13px;
	padding-left: 13px;
}
.area .r-col .intermediary {
	background-image: url(http://test.hbfx.com/eotreasures/r-col_h1_intermediary_back.gif);
	height: 80px;
	line-height: 60px;
	background-repeat: no-repeat;
	background-position: left top;
}

.area .block .content			{font-size: 11px;}
.area .l-col a			{
	display: block;
	margin-bottom: 2px;
	padding-left: 8px;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	color: #767a68;
	line-height: 24px;
}
.area .l-col a:hover			{
	color: #000000;
	text-decoration: underline;
}
.area .block .light			{}
.area .block .dark			{}

/* Footer styles			*/
.footer					{
	text-align: center;
	padding-top: 10px;
	background-color: #f4f4ef;
	border-top: 1px solid #d2d2bc;
	padding-bottom: 10px;
	font-family: Tahoma;
	font-size: 11px;
	color: #7e8d89;
}
/****** Odeme Bildirim ******/

td.DATE {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
text-decoration: none;
padding:5px;
border-top:1px solid #64798E;
}

td.DISPLAY {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
padding:20px;
border-top:1px solid #64798E
}

.formbox {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #F0F6FF;
height: 15px;
border: 1px solid #163477;
width: 50%;
padding:4px;
}

textarea {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #F0F6FF;
border: 1px solid #163477;
width: 75%;
padding:4px;
}

.formbutton {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
height: 20px;
background-color: #F0F6FF;
border: 1px solid #000000;
}

img {
border-color: #163477;
}

.footer,.footer a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: inherit;
}    

.footer a:hover {
text-decoration:none;
}

.error {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FF0000;
font-style: italic;
}

.error2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FF0000;
}
/* Misc. styles				*/
.list		{font-size: 11px;}
.button		{font-size: 11px;}
.textfield	{padding-left: 5px; padding-right: 5px; font-weight: bold; font-size: 11px;}
.spaced		{margin-bottom: 3px !important; margin-top: 5px !important; font-weight: bold !important;}
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:inline-block;}
/* Hide from IE Mac */
.clearfix {display:block;}
/* End hide from IE Mac */
#UserDiv a		{color: #FFFFFF !important;}
.CheckoutTable
{
border-top: thin solid #642600;
border-left: thin solid #642600;
border-right: thin solid #642600;
border-bottom: thin solid #642600;
}
/*******************************************************************************/

/****** Menu ******/


.headerMenu {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../images/fashion/logo-bgr.gif) no-repeat left top;
	}

.headerMenu td#logo  {					/* Background under logo on the site */
	display: none;
	}
.headerMenu td#logo img {				/* Logo on the site */
	width: 0px;
	height: 0px;
	border: 0px;
	}

.headerMenu td#logoL {width: 20%;}
.headerMenu td#logoL img {				/* Logo on the site (if logo is left)*/
	margin: 40px 25px 25px 25px;
	border: 0px solid #333;
	}
	
.headerMenu td#menu {					/* Text Menu with or without images */
	width: 100%;
	background: ;
	vertical-align: top;
	padding: 53px 20px 0px 0px;
	}
.headerMenu td#menu td.begin {width: 13px;}
.headerMenu td#menu td.begin img.Img {display: block;width: 13px; height: 47px; background: url(../images/fashion/tmenu-left.gif);}
.headerMenu td#menu td.end {width: 16px;}
.headerMenu td#menu td.end img.Img {display: block;width: 16px; height: 47px; background: url(../images/fashion/tmenu-right.gif);}
.headerMenu td#menu table {width: 100%;}
.headerMenu td#menu td {text-align: center; padding: 0px;}
.headerMenu td#menu td.topmenu { background: url(../images/fashion/tmenu-bgr.gif);}
.headerMenu td#menu td img {display: inline-block;}
.headerMenu td#menu td br {display: none;}
.headerMenu td#menu td nobr {display: ;}

/* Active & Noneactive links in menu */

.headerMenu td#menu a {text-decoration: none;}
.headerMenu td#menu a:hover {text-decoration: none;}
a.menu:link, a.menu:visited {text-decoration: none; color: #d37310; font-family: "Trebuchet MS", Arial, Verdana, Sans-Serif; text-transform: uppercase; font-size: 14px;}
a.menu:hover, a.menu:active {text-decoration: none; color: #d37310; font-family: "Trebuchet MS", Arial, Verdana, Sans-Serif; text-transform: uppercase; font-size: 14px;}
a.menuActive:link, a.menuActive:visited {text-decoration: none; color: #291310; font-family: "Trebuchet MS", Arial, Verdana, Sans-Serif; text-transform: uppercase; font-size: 14px;}
a.menuActive:hover, a.menuActive:active {text-decoration: none; color: #291310; font-family: "Trebuchet MS", Arial, Verdana, Sans-Serif; text-transform: uppercase; font-size: 14px;}

/****** Sub Menu ******/

.subMenuBlock {
	display:none;
	position:absolute;
	border-top: 1px solid #500000; 
	border-left: 1px solid #500000;
	z-index: 2500;
}

a.subMenu {
	width: 150px;
	padding: 6px 20px 6px 10px;
	border-right: 1px solid #500000;
	border-bottom: 1px solid #500000;
	display:block;
	font: 11px tahoma, verdana, sans-serif; 
	color: #0a0509;
	text-decoration:none;
	text-align: left;
	background: #bc5a00;
}

a.subMenu:hover, a.subMenu:active {
	background: #e99140; 
	color: #feffb0;
	display:block;
	text-decoration:none;
}

/****** Secondary Menu ******/

table.secondaryMenu 		{width: 100%;}
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: #d37310; text-decoration: underline !important;}
a.secondaryMenu:hover 		{display:block; font: bold 11px arial,tahoma,verdana,sans-serif; padding: 0px 0px 0px 20px; color: #d37310; text-decoration: none !important;}
a.secondaryMenuActive 		{display:block; font: bold 11px arial,tahoma,verdana,sans-serif; padding: 0px 0px 0px 20px; color: #d37310; text-decoration: none !important;}
a.secondaryMenuActive:hover	{display:block; font: bold 11px arial,tahoma,verdana,sans-serif; padding: 0px 0px 0px 20px; color: #d37310; text-decoration: underline !important;}
td#menu td.secondaryEnd  	{width: 100%;}
td#menu td.secondaryEnd  img.Img	{width: 1px; height: 25px;}

/****** Menu ******/

.filterPopup {
	display: none;
	position: absolute;
	border: 1px solid #C56A1A; 
	background-color: #FE9000;
	z-index: 2000;
}
.filterPopup a {line-height: 160%;}
.filterPopup a:hover, .filterPopup a:active {}

/*****************************************************************************/

/************* Breadcrumb *******************/

.breadcrumb {border-bottom: 0px solid #EAEAEA; margin: 0px 0px 15px 0px;}

.breadcrumbBegin {
	width: 10px;
	border-top: 1px solid #c56a1a;
	border-right: 0px solid #dedede;
	border-bottom: 1px solid #c56a1a;
	border-left: 1px solid #c56a1a;
	background:;
	}
.breadcrumbBegin img {width: 10px; height: 1px;}

.breadcrumbDelimiter {
	width: 100%;
	white-space: normal;
	border-top: 1px solid #c56a1a;
	border-right: 0px solid #dedede;
	border-bottom: 1px solid #c56a1a;
	border-left: 0px solid #dedede;
	font-size: 8pt;
	padding: 4px 0px 4px 0px;
	background: ;
	}
.breadcrumbDelimiter td {}
.breadcrumbDelimiter a {color: #FEA126; text-decoration: underline; font-size: 8pt;}
.breadcrumbDelimiter a:hover {color: #fe9000; text-decoration: none; font-size: 8pt;}
.breadcrumbDelimiter a.treeItemLast {color: #FEA126; font-weight: bold; text-decoration: none; cursor: text;}
.breadcrumbDelimiter a.treeItemLast:hover {color: #FEA126; font-weight: bold; text-decoration: none; cursor: text;}
.breadcrumbDelimiter b {color: #fe9000; font-weight:bold;}
.breadcrumbDelimiter span {display: none;}
.breadcrumbDelimiter img {width: 3px; height: 3px; background: #fe9000; margin: 0px 5px 2px 5px;}

.breadcrumbRSS {
	border-top: 1px solid #c56a1a;
	border-right: 0px solid #dedede;
	border-bottom: 1px solid #c56a1a;
	border-left: 0px solid #dedede;
	padding: 0px 2px;
	background: ;
	}

.breadcrumbEnd {
	width: 20px;
	border-top: 1px solid #c56a1a;
	border-right: 1px solid #c56a1a;
	border-bottom: 1px solid #c56a1a;
	border-left: 0px solid #dedede;
	background: ;
	}
.breadcrumbEnd img {width: 1px; height: 1px;}

/************* Breadcrumb *******************/
/*************** Order Pages ****************/
.breadcrumbDelimiter span.nonactive {font-size: 10pt; color: #500000; margin-right: 10px; display: inline; font-weight: bold;}
.breadcrumbDelimiter span.active {font-size: 10pt; color: #FF9900; margin-right: 10px; display: inline; font-weight: bold;}
/************* end Order Pages ***************/

/*****************************************************************************/

/************* Fieldset *******************/

/****** Top ******/

.titleTop {margin-top: 0px;}

.titleTopLeft {
	width: 5px;
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #dedede;
	border-bottom: 0px solid #f3f3f3;
	border-left: 0px solid #dedede;
	background: url(../images/fashion/block-all-t-l.gif) no-repeat top;
	}
.titleTopImgLeft {width: 5px; height: 47px;}

.titleTopCenter {						/* Title of block (example: any blocks, articles,...) */
	white-space: normal;
	padding: 0px 13px 0px 13px;
	border-top: 1px solid #c56a1a;
	border-right: 0px solid #dedede;
	border-bottom: 0px solid #f3f3f3;
	border-left: 0px solid #dedede;
	background: ;
	}
.titleTopCenter div {
	color: #332410;
	font: bold 14px "Trebuchet MS", Arial, Verdana, Sans-Serif;
	text-transform: uppercase;
	}
.titleTopCenter h1 {
	color: #332410;
	font: bold 14px "Trebuchet MS", Arial, Verdana, Sans-Serif;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
.titleTopCenter div b {font-weight: normal;}

.titleTopRight {
	width: 6px;
	border-top: 1px solid #c56a1a;
	border-right: 1px solid #c56a1a;
	border-bottom: 0px solid #f3f3f3;
	border-left: 0px solid #dedede;
	/*background: url(../images/rainbow/block-t-r.gif) no-repeat top;*/
	}
.titleTopImgRight {width: 6px; height: 48px;}

/****** Top ******/

/****** Center ******/

.block {
	border-top: 0px solid #CCCCCC;
	border-bottom: 0px solid #dedede;
	border-left: 1px solid #c56a1a;
	border-right: 1px solid #c56a1a;
	}

.block .blockTD {padding: 0px 10px 0px 10px;}
.block .menuLeft {padding: 0px 10px 0px 10px;}

/****** Center ******/

/****** Bottom ******/

.titleBot {margin-bottom: 15px;}

.titleBotLeft {
	width: 1px;
	border-top: 1px solid #c56a1a;
	border-right: 0px solid #dedede;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #dedede;
	/*background: url(../images/rainbow/block-b-l.gif) no-repeat top left;*/
	}
.titleBotImgLeft {width: 1px; height: 1px;}

.titleBotRight {
	width: 100%;
	border-top: 1px solid #c56a1a;
	border-right: 0px solid #dedede;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #dedede;
	/*background: url(../images/rainbow/block-b-r.gif) no-repeat top right;*/
	}
.titleBotImgRight {width: 1px; height: 1px;}

/****** Bottom ******/

/***************custom blocks in left column********************/
.mainTableCellLeft .titleTopLeft 
 {width: 10px; background: url(../images/fashion/block-t-l.gif) no-repeat 0px 15px;}
.mainTableCellLeft .titleTopImgLeft 
 {width: 10px; height: 47px;}
.mainTableCellLeft .titleTopCenter 
 {padding: 0px 0px 0px 13px; border-top: 0px; background: url(../images/fashion/block-div-l.gif) left;}
.mainTableCellLeft .titleTopCenter td 
 {padding: 0px 13px 0px 0px; background: url(../images/fashion/block-div-r.gif) right; min-height: 47px; height: 47px;}
.mainTableCellLeft .titleTopRight 
 {width: 10px; border: 0px; background: url(../images/fashion/block-t-r.gif) no-repeat 0px 15px;}
.mainTableCellLeft .titleTopImgRight 
 {width: 10px; height: 47px;}
.mainTableCellLeft .block 
 {border-left: 3px solid #faa928; border-right: 3px solid #faa928;}
.mainTableCellLeft .block .blockTD 
 {padding: 0px 0px 0px 0px;}
.mainTableCellLeft .titleBotLeft 
 {width: 5px; border: 0px; background: url(../images/fashion/block-b-l.gif) no-repeat top left;}
.mainTableCellLeft .titleBotImgLeft 
 {width: 5px; height: 6px;}
.mainTableCellLeft .titleBotRight 
 {width: 100%; border: 0px; background: url(../images/fashion/block-b-r.gif) no-repeat top right;}
.mainTableCellLeft .titleBotImgRight 
 {width: 1px; height: 6px;}
 

.mainTableCellLeft .block-filter .titleTopLeft, 
.mainTableCellLeft .block-simple .titleTopLeft, 
.mainTableCellLeft .block-banners .titleTopLeft, 
.mainTableCellLeft .block-navigation .titleTopLeft
 {width: 5px; background: url(../images/fashion/block-t-l.gif) no-repeat top left;}
.mainTableCellLeft .block-filter .titleTopRight, 
.mainTableCellLeft .block-simple .titleTopRight, 
.mainTableCellLeft .block-banners .titleTopRight, 
.mainTableCellLeft .block-navigation .titleTopRight
 {width: 100%; background: url(../images/fashion/block-t-r-2.gif) no-repeat top right;}
.mainTableCellLeft .block-filter .titleTopImgLeft, 
.mainTableCellLeft .block-simple .titleTopImgLeft, 
.mainTableCellLeft .block-banners .titleTopImgLeft, 
.mainTableCellLeft .block-navigation .titleTopImgLeft 
 {width: 5px; height: 6px;}
.mainTableCellLeft .block-filter .titleTopImgRight, 
.mainTableCellLeft .block-simple .titleTopImgRight, 
.mainTableCellLeft .block-banners .titleTopImgRight, 
.mainTableCellLeft .block-navigation .titleTopImgRight
 {width: 5px; height: 6px;}
 
/***************custom blocks********************/
.Wrapper {
	width:1280;
	margin:auto;
}

#PayMethod {
	width:1280;
	float:left;
	text-align:center;
	padding:8px;
	height:70px;
	font-size:11px;
	line-height:2em;
}

.block-filter .titleTopRight, .block-simple .titleTopRight, .block-banners .titleTopRight, .block-navigation .titleTopRight
 {width: 100%;}
.block-filter .titleTopImgLeft, .block-simple .titleTopImgLeft, .block-banners .titleTopImgLeft, .block-navigation .titleTopImgLeft 
 {width: 5px; height: 6px;}
.block-filter .titleTopImgRight, .block-simple .titleTopImgRight, .block-banners .titleTopImgRight, .block-navigation .titleTopImgRight
 {width: 5px; height: 6px;}

.block-navigation .menuLeft {padding: 5px 5px 5px 20px;}
 
.block-cart .block td.header	{padding: 3px 0px 3px 0px;}
.block-cart #begin		{width: 100%; height: 1px; background: #ecc04d;}
.block-cart #end	 		{width: 100%; height: 2px; background: #ecc04d;}

/*table#user-home .titleTopLeft {background: url(../images/rainbow/block-t-l.gif) no-repeat top;}
table#user-home .titleTopRight {background: url(../images/rainbow/block-t-r2.gif) no-repeat top right; width: 100%;}
table#user-home .titleTopImgLeft {width: 6px; height: 6px;}
table#user-home .titleTopImgRight {width: 6px; height: 6px;}*/

.block-categories-catalog .titleTopLeft {background: transparent;}
.block-categories-catalog .titleTopCenter {border: 0px;}
.block-categories-catalog .titleTopRight {border: 0px;}
.block-categories-catalog .block {border: 0px;}
.block-categories-catalog .block .blockTD {background: #D57C2E url(../images/fashion/browse-bgr.gif) no-repeat left top;}
.block-categories-catalog .titleBotLeft {border: 0px;}
.block-categories-catalog .titleBotRight {border: 0px;}

.mainTableCellLeft .block-categories-catalog .titleTopLeft {width: 10px; background: url(../images/fashion/block-t-l.gif) no-repeat 0px 15px;}
.mainTableCellLeft .block-categories-catalog .block {border-left: 3px solid #faa928; border-right: 3px solid #faa928;}
.mainTableCellLeft .block-categories-catalog .block .blockTD {background: transparent;}

table#user-home .titleTopLeft {}
table#user-home .titleTopRight {width: 100%;}
table#user-home .titleTopImgLeft {width: 6px; height: 6px;}
table#user-home .titleTopImgRight {width: 6px; height: 6px;}

.block-offers {background: url(../images/fashion/offers-bgr.gif) repeat center; margin-bottom: 15px;}
.mainTableCellCenter .block-offers .titleTop {background: url(../images/fashion/offers-img-all.jpg) no-repeat right top;}
.mainTableCellCenter .block-offers .titleTopLeft 
 {width: 1px; background: none; border: 0px}
.mainTableCellCenter .block-offers .titleTopImgLeft 
 {width: 1px; height: 82px;}
.mainTableCellCenter .block-offers .titleTopCenter 
 {padding: 0px 0px 0px 20px; border: 0px; background: ;}
.mainTableCellCenter .block-offers .titleTopCenter div {
	text-decoration: none;
	color: #e0cc89;
	font-family: "Trebuchet MS",Arial, Verdana, Sans-Serif;
	text-transform: none;
	font-size: 30px;
	font-weight: lighter;
}
.mainTableCellCenter .block-offers .titleTopRight 
 {width: 1px; border: 0px; background: ;}
.mainTableCellCenter .block-offers .titleTopImgRight 
 {width: 1px; height: 1px;}
.mainTableCellCenter .block-offers .block 
 {border: 0px; background: url(../images/fashion/offers-img-all.jpg) no-repeat right -82px;}
.mainTableCellCenter .block-offers .block .blockTD 
 {padding: 0 300 0 10; background: url(../images/fashion/offers-sale.gif) no-repeat right 82px; height: 205px;}
.mainTableCellCenter .block-offers .titleBot {margin-bottom: 0px;}
.mainTableCellCenter .block-offers .titleBotLeft 
 {width: 1px; border: 0px; background: none;}
.mainTableCellCenter .block-offers .titleBotImgLeft 
 {width: 1px; height: 1px;}
.mainTableCellCenter .block-offers .titleBotRight 
 {width: 100%; border: 0px; background: none;}
.mainTableCellCenter .block-offers .titleBotImgRight 
 {width: 1px; height: 1px;}
/************* end Fieldset ***************/

/*****************************************************************************/
/************* userHome *******************/
td.userHome {padding: 7px;}
td.userHomeTitle {
	font-size: 10pt;
	white-space: nowrap;
	border-top: 1px solid #c56a1a;
}
td.userHomeTitle b {color: #000000;}

div.userHomeBottom {						
	width: 100px;
	display: block; 
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 15px;
	border: none;
	background: url(../images/fashion/button-left.gif) no-repeat left center; white-space: nowrap;
	}
div.userHomeBottom a {display: block; color:#000; text-decoration:none; background: url(../images/fashion/button-right.gif) no-repeat right center; padding: 5px 20px 7px 5px; text-align: center;}
div.userHomeBottom a:hover {color:#000; text-decoration:none;}

td.userHome img.orders 		{background: url(../images/icons/admin_orders_d.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_d.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_d.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_d.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_d.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_d.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_d.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_d.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_d.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_d.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_d.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_d.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_d.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: none;}	/* '|' between button */


a.button:link, a.button:visited {display: inline-block; color: #000; font: normal normal normal 11px/28px "Trebuchet MS", Arial; text-decoration: none; background: url(../images/fashion/button-left.gif) no-repeat left; padding: 7px 5px 7px 13px; white-space: nowrap;}
a.button:hover, a.button:active {display: inline-block; color: #000; font: normal normal normal 11px/28px "Trebuchet MS", Arial; text-decoration: none; background: url(../images/fashion/button-left.gif) no-repeat left; padding: 7px 5px 7px 13px; white-space: nowrap;}

a.button span 			{padding: 7px 13px 7px 0px; font: 11px "Trebuchet MS", Arial; cursor: pointer; white-space: nowrap; background: url(../images/fashion/button-right.gif) no-repeat right;}
a.button img 			{display: none;}

a.button-add span 			{font-weight: bolder;}			/* add to cart (products categories, product details) */
a.button-view span 			{}		/* view cart (products categories, product details) */
a.button-check span 			{}		/* check out (products categories, product details) */
a.button-wishlist span 		{}		/* wishlist (products categories, product details) */

a.buttonBasket:link, a.buttonBasket:visited {display: inline-block; color: #000; font: normal normal normal 11px/28px "Trebuchet MS", Arial; text-decoration: none; background: url(../images/fashion/button-left.gif) no-repeat left; padding: 7px 0px 7px 13px; white-space: nowrap;}
a.buttonBasket:hover, a.buttonBasket:active {display: inline-block; color: #000; font: normal normal normal 11px/28px "Trebuchet MS", Arial; text-decoration: none; background: url(../images/fashion/button-left.gif) no-repeat left; padding: 7px 0px 7px 13px; white-space: nowrap;}

a.buttonBasket span 			{padding: 7px 13px 7px 0px; font: 11px "Trebuchet MS", Arial; cursor: pointer; white-space: nowrap; background: url(../images/fashion/button-right.gif) no-repeat right;}
a.buttonBasket img 			{display: none;}

a.button-shopping span		{}			/* Continue shopping (basket) */
a.button-retrieve span 		{}			/* Retrieve Cart (basket) */
a.button-save span 			{}			/* Save cart (basket) */
a.button-clear span			{}			/* Clear cart (basket) */
a.button-checkout span		{}			/* Checkout (basket) */

a.buttonCart:link, a.buttonCart:visited {display: inline-block; color: #000; font: normal normal normal 11px/28px "Trebuchet MS", Arial; text-decoration: none; background: url(../images/fashion/button-left.gif) no-repeat left; padding: 7px 0px 7px 13px; white-space: nowrap;}
a.buttonCart:hover, a.buttonCart:active {display: inline-block; color: #000; font: normal normal normal 11px/28px "Trebuchet MS", Arial; text-decoration: none; background: url(../images/fashion/button-left.gif) no-repeat left; padding: 7px 0px 7px 13px; white-space: nowrap;}

a.buttonCart span 		{padding: 7px 13px 7px 0px; font: 11px "Trebuchet MS", Arial; cursor: pointer; white-space: nowrap; background: url(../images/fashion/button-right.gif) no-repeat right;}
a.buttonCart img 			{display: none;}

a.button-check span 		{}		/* Checkout (small cart) */
a.button-amend span 		{}		/* Amend cart (small cart) */
a.button-view span 		{}		/* View cart (small cart) */

a.buttonMore:link, a.buttonMore:visited {display: inline-block; color: #000; font: normal normal normal 11px/28px "Trebuchet MS", Arial; text-decoration: none; background: url(../images/fashion/button-left.gif) no-repeat left; padding: 7px 0px 7px 13px; white-space: nowrap;}
a.buttonMore:hover, a.buttonMore:active {display: inline-block; color: #000; font: normal normal normal 11px/28px "Trebuchet MS", Arial; text-decoration: none; background: url(../images/fashion/button-left.gif) no-repeat left; padding: 7px 0px 7px 13px; white-space: nowrap;}

a.buttonMore b 		{font-weight: normal;}
a.buttonMore span 	{padding: 7px 13px 7px 0px; font: 11px "Trebuchet MS", Arial; cursor: pointer; white-space: nowrap; background: url(../images/fashion/button-right.gif) no-repeat right;}
a.buttonMore img 		{display: none;}

.mainTableCellCenter .block-offers a.buttonMore:link, .mainTableCellCenter .block-offers a.buttonMore:visited 
{font: 9pt arial,verdana,tahoma,sans-serif; text-transform: capitalize; text-decoration: underline; color: #ff987f; background: none; padding: 0px;}
.mainTableCellCenter .block-offers a.buttonMore:hover, .mainTableCellCenter .block-offers a.buttonMore:active 
{font: 9pt arial,verdana,tahoma,sans-serif; text-transform: capitalize; text-decoration: none; color: #ff987f; background: none; padding: 0px;}
.mainTableCellCenter .block-offers a.buttonMore span {padding: 0px; cursor: pointer; white-space: nowrap; background: none;}

a.disabled {							/* disadled add to cart */
	color: #666; cursor: pointer; 
	font: 8pt "Trebuchet MS", Arial, Verdana, Sans-Serif; 
	text-decoration:none; 
	border: 1px solid gray; 
	background: silver; 
	padding: 0px 3px; 
}
a.disabled:hover {color: #666; cursor: pointer; text-decoration:none;}
/************* Button Links *******************/

/************* Category *******************/
.topCategory {background: transparent; margin: 0px; padding: 0px 0px;}
.topCategory a.title {color: #000000;}
.topCategory a.title:hover {color: #000000;}

.selectedtopCategory {background: #e38100; margin: 0px; padding: 3px 0px; border-top: 1px solid #e38100; border-bottom: 1px solid #e38100;}
.selectedtopCategory a.title {color: #000000;}
.selectedtopCategory a.title:hover {color: #000000;}
       
.subCategory {background: transparent; margin: 0px; padding: 0px;}
.subCategory a.title {color: #000000;}
.subCategory a.title:hover {color: #000000;}

.selectedsubCategory {background: #e38100; margin: 0px; padding: 0px; border-top: 1px solid #e38100; border-bottom: 1px solid #e38100;}
.selectedsubCategory a.title {color: #000000;}
.selectedsubCategory a.title:hover {color: #000000;}

.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 *******************/
.block-offers .block .blockTD a.bigtitle			{color: #ff987f;}
.block-offers .block .blockTD a.bigtitle:hover 	{color: #ff987f;}
.offerTitle		{display: none;}
.offerTd 		{text-align: left;}
.offerTd a.bigtitle		{display: none;}
.offerTd img.offerImg	{float: left; margin: 0px 5px 0px 0px; display: none;} 
.offerTd div	{color: #ec6b4b;}
.offerTd div.offerText	{text-align: justify; color: #ec6b4b;}
.offerTd div.offerPrice	{display: none; color: #ec6b4b;}
/************* Forum *******************/

.forumAdmin { color: blue; font-weight: bold; }
.forumUser { color: black; font-weight: bold; }
.forumGuest       	{color: black;  font-weight: bold; font-style: italic;}
.forumMessageLeft { background: #FCDCB1; border-left:1px solid #c56a1a; border-top:1px solid #c56a1a; border-bottom:1px solid #c56a1a; }
.forumMessageRight { background: #FCDCB1; border: 1px solid #c56a1a; }
.forumMessageTop { background: #FAB964; border-bottom: 1px solid #c56a1a; }

/*****************************************************************************/

/************* Footer *******************/

.footerAll			{width: 100%; text-align: center; /*background: #FCA503 url(../images/rainbow/bgr-b.gif) repeat-x 0px 0px;*/}
.footerMenu			{
	/*display: block;
	width: 100%;
	background: url(../images/rainbow/bottom-img-t.gif) no-repeat 0px 0px;
	text-align: center;
	height: 81px;*/
}
.footerMenu	a 	{}
.footerMenu	img 	{width: 1px; height: 1px;}
.footerMenu	span 	{display: none;}
.footerMenu	img.separator 	{display: inline-block; width: 3px; height: 3px; background: #500000; margin: 0px 5px 4px 6px; vertical-align: bottom;}
.footerHTML			{
	/*width: 100%; background: url(../images/rainbow/bottom-img-b.gif) no-repeat 0px 0px;
	text-align: center;
	height: 61px;*/
	padding-top: 10px;
	}
.footerHTML font	{font-size: 7pt; color: Black;}
.footerHTML	img 	{display:none; width: 1px; height: 10px;}
.footerImg			{text-align:right; height: 26px; padding: 0px 10px 0px 0px;}
.footerImg img		{width: 80px; height: 26px; border:0px; margin-top: 10px;}

/************* Footer *******************/

body		{font: 8pt tahoma,verdana,sans-serif; color: black; margin: 0px; padding: 0px; background: #FE9000 url(../images/fashion/body-bgr.gif) repeat-x 0px 0px; }
body.popup	{font: 11px Tahoma, Arial, Helvetica, sans-serif; color: black; margin: 0px; padding: 0px; background: #FE9000;}
body.editor	{background: #FE9000;}

tr, td		{font: 11px Tahoma, Arial, Helvetica, sans-serif; color: black;}

h1, h2		{padding: 0px; margin: 0px;}

.middlebg 			{background: #E58200;}
.middlebg td 		{font-weight: bold;}
.usualbg  			{background: transparent;}
.errorbg  			{background: #FFE0E0; border: 1px solid #CC0000; color: #CC0000; padding: 6px;}
.popup .errorbg	{padding: 4px;}
.messagebg  		{color: #0000CC; font-weight: bold; padding: 6px;}

.padding10px				{padding: 10px;}
.padding6px td				{padding: 6px;}
.block-product-details
.padding6px td				{padding: 6px 10px;}
.padding6px td td			{padding: 0px;}
.padding6px
.padding4px td				{padding: 4px;}
.padding4px td				{padding: 4px;}
.padding4px td td			{padding: 0px;}
.paddingReviews td		{padding: 0px 11px;}
.paddingReviews td td	{padding: 0px;}
.paddingRev5px td			{padding: 5px 11px;}
.paddingRev3px td			{padding: 3px 3px 3px 11px;}

input					{font-size: 8pt; font-family: "Trebuchet MS", Arial, Verdana, Sans-Serif; color: black;}
input.search		{font: 12px Tahoma,Arial,sans-serif; width:120px; border: #c56a1a 1px solid; color:black; background: #FFFCC0;}
input.text			{font: 12px Tahoma,Arial,sans-serif; border: 1px solid #c56a1a; color: black; background: #FFFCC0;}
input.field			{font: 12px Tahoma,Arial,sans-serif; border: 1px solid #c56a1a; color: black; background: #FFFCC0;}
input.fieldSmall	{font: 10px Tahoma,Arial,sans-serif; border: 1px solid #c56a1a; color: black; background: #FFFCC0;}
input.submit		{font-weight: normal; border: 0px; color: #000; font-size: 12px; cursor: pointer; background: url(../images/fashion/button-right.gif) no-repeat right; height: 24px; padding: 0px 13px 3px 0px;}
	input#clear		{color: #8A8A8A;}
	input#reset		{color: #8A8A8A;}
	input#preview	{color: #FF6C00;}
	input#cancel	{color: #8A8A8A;}
	input#delete	{color: #8A8A8A;}
select				{font: 12px Tahoma,Arial,sans-serif; border: 1px solid #c56a1a; color: black; background: #FFFCC0;}
select.search		{font: 12px Tahoma,Arial,sans-serif; border: 1px solid #c56a1a; color: black; background: #FFFCC0; margin-bottom: 5px;}
textarea				{font: 12px Tahoma,Arial,sans-serif; border: 1px solid #c56a1a; color: black; background: #FFFCC0;}

input.field {margin-bottom: 3px;}
select.field {margin-bottom: 3px;}
/*
input.submit {margin: 1px 0px 2px 0px;}
html>body input.submit {margin: 2px 0px 3px 0px;}
* html input.submit {margin: 0px 0px 0px 0px;}
*/
span.submit {background: url(../images/fashion/button-left.gif) no-repeat left; font: 20px Arial; padding-left: 13px !important; white-space: nowrap; display: inline-block;}
/*For old templates < ver. 3.3*/
td.submit {background: url(../images/fashion/button-left.gif) no-repeat left; padding-left: 13px !important;}

form { margin: 0px; padding: 0px;}

a.header					{color: #ffffff; text-decoration: underline;}
a.header:hover 		{color: #FAF7AA; text-decoration: underline;}
a.title 					{font-weight: bolder;  color: #000000; text-decoration: none;}
a.title:hover 			{font-weight: bolder;  color: #000000; text-decoration: underline;}
a.smallText 			{color: #000;  font-size: 8pt;}
a.smallText:hover 	{color: #000;  font-size: 8pt; text-decoration: none;}
a 							{color: #000000;}
a:hover 					{color: #000000; text-decoration: none;}

a.bigtitle			{font-family:sans-serif,arial,tahoma,verdana; font-size:10pt; font-weight: bolder;  color: #000; text-decoration: none;}
a.bigtitle:hover	{font-family:sans-serif,arial,tahoma,verdana; font-size:10pt; font-weight: bolder;  color: #000; text-decoration: underline;}
.block-categories-catalog a.bigtitle			{font-family:sans-serif,arial,tahoma,verdana; font-size:10pt; font-weight: bolder;  color: #000; text-decoration: none;}
.block-categories-catalog a.bigtitle:hover	{font-family:sans-serif,arial,tahoma,verdana; font-size:10pt; font-weight: bolder;  color: #000; text-decoration: underline;}

.block-offers a.bigtitle			{font-size:10pt; font-weight: bolder;  color: #000; text-decoration: none;}
.block-offers a.bigtitle:hover	{font-size:10pt; font-weight: bolder;  color: #000; text-decoration: underline;}
.block-product-details div.bigtitle	{color: #000; font-weight: normal; font-size: 10pt; text-transform: uppercase;}
.block-product-details span.bigtitle	{display:none;}
.block-product-details td.middle		{background-color: #E58200; font-weight: bold;}
.block-product-details .headerbg td.usual		{background-color: #E58200;}
.block-product-details .headerbg td.header		{color: White; font-weight: bolder; background-color: #995700;}
.block-product-details .headerbg td.middle		{background-color: #E58200; font-weight: bold;}

.titleText			{color: #000; text-decoration: underline;}
.articleDate	{font-size: 8pt; color: #6e1900; 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: #343434;}
.message		{font-size: 8pt; font-weight:bolder; color: #fff;}
.title			{font-family: tahoma, verdana, sans-serif; font-size:10pt; font-weight:bolder}
.bigtitle		{font-family: "Trebuchet MS", Arial, Verdana, Sans-Serif;; font-size: 10pt; font-weight: ;}
.error			{color: #d50000;}
.terms      {height: 300px; width: 600px; overflow: auto; border: 1px solid silver; }
.link       {color: green; }

span.nobr       {white-space: nowrap !important;}

/***** Delimiter for list and rollover for details *****/
/***/.vDelimiter {border-right: 1px solid #c56a1a;}
/***/.hDelimiter {background: #c56a1a; border: 0px;}
/***/.block-offers .vDelimiter {border-right: none;}
/***/.block-offers .hDelimiter {background: none; border: 0px;}
/***/
/***/.rolloverImagesTop {padding: 10px 0px 0px 0px;}
/***/.rolloverImages {float: left; padding: 5px; text-align: center; width: 30%;}
/***/.manufacturerImage {padding: 10px 0px 0px 0px;}
/***** Delimiter for list and rollover for details *****/

/***** Visualisation tubs on product details *****/
td.tab				{border: 1px solid #8b3100; border-bottom: none; background: #fe9000; padding: 0px;}
td.tabActive		{border: 1px solid #8b3100; border-bottom: none; background: #8b3100; padding: 0px;}
a.tab					{background: #fe9000; color: #8b3100; display: block; font-size: 12px; font-weight: bold; padding: 5px 8px; text-decoration: none;}
a.tab:hover			{background: #8b3100; color: #fe9000; display: block; font-size: 12px; font-weight: bold; padding: 5px 8px; text-decoration: none;}
a.tabActive			{background: #8b3100; color: #fe9000; display: block; font-size: 12px; font-weight: bold; padding: 5px 8px; text-decoration: none; cursor: text;}
a.tabActive:hover	{background: #8b3100; color: #fe9000; display: block; font-size: 12px; font-weight: bold; padding: 5px 8px; text-decoration: none; cursor: text;}
.tabline 			{background: #8b3100;}
/***** Visualisation tubs on product details *****/
/***** Visualisation tubs on UserHome pages *****/
.blockTDtabs table	{width: 100%; margin-bottom: 10px;}
div.adminTab 			{font: 11px Verdana, sans-serif; border: 1px solid #FAA928; border-bottom: none; padding: 3px 8px 2px 8px; margin: 0px 2px; cursor: pointer; background: none; white-space: nowrap;}
div.adminTabActive 	{font: bold 11px Verdana, sans-serif; border: 1px solid #FAA928; border-top: 2px solid #FAA928; border-bottom: none; padding: 5px 9px 5px 9px;; margin: 3px 0px 0px 0px; white-space: nowrap;}
td.adminTab			{border-bottom: 1px solid #FAA928; vertical-align: bottom;}
td.adminTabActive	{border: none;}
td.beginTab			{padding: 0px 4px; border-bottom: 1px solid #FAA928;}
td.endTab			{padding: 0px 4px; width: 90%; border-bottom: 1px solid #FAA928;}
a.blackSm, a.blackSm:hover {text-decoration: none;}
/***** Visualisation tubs on UserHome pages *****/
/***** Prices on the site *****/
.priceBlock {color: #000; font-weight: bold;}
.priceBlock .price {font-weight: bold;}
.priceBlock .priceTax {font-weight: normal;}

.priceBlockOld {color: #000; text-decoration: line-through;}
.priceBlockOld .price {font-weight: normal;}
.priceBlockOld .priceTax {font-weight: normal;}

.priceBlockHidden {color: #000; font-weight: bold; display: none;}
.priceBlockHidden .price {font-weight: bold;}
.priceBlockHidden .priceTax {font-weight: normal;}

.priceBlockEdit {color: #000; font-weight: bold;}
.priceBlockEdit input.price {text-align: right; font-weight: bold; width: 50px; font-size: 12px; color: black; border: 1px solid #c56a1a; background: #FFFCC0;}

.salesBlock {color: #000; font-weight: bold; border: none; background: transparent;}
.salesPrice {font-weight: bold;}
.salesTax {font-weight: normal;}

.priceSaveBlock {color: green; font-weight: bold;}
.priceSaveBlock .price {font-weight: bold;}
.priceSaveBlock .percent {font-weight: normal;}

.pointsPriceBlock {}
.pointsPriceBlock .points {}

.rewardPointsBlock {}
.rewardPointsBlock .points {}
/***** Prices on the site *****/
/***** Visualisation product list as table *****/
.productsTable th 		{padding: 3px;}
.productsTable td 		{padding: 3px;}
.productsCategory 		{font-size: 10pt; font-weight: bold; color: #000000; background: none; padding: 6px !important; }
.productsDelimiter 		{background: #c56a1a; padding: 0px !important;}
.productsDelimiterTop 	{background: #c56a1a; padding: 0px !important;}
.productsDelimiterTop img 	{height: 2px;}
/***** Visualisation product list as table *****/
/***** Rating iamges *****/
.neutral {display: none; }
.commend		{background: url(../images/icons/commend.png) no-repeat; width: 20px; height: 20px; border:0px;}
* html .commend {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/commend.png,sizingMethod=crop);}
.discommend	{background: url(../images/icons/discommend.png) no-repeat; width: 20px; height: 20px; border:0px;}
* html .discommend {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/discommend.png,sizingMethod=crop);}
.not-rated	{background: url(../images/icons/not-rated.png) no-repeat; width: 97px; height: 18px; border:0px;}
* html .not-rated {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/not-rated.png,sizingMethod=crop);}
.rating-1	{background: url(../images/icons/rating-1.png) no-repeat; width: 97px; height: 18px; border:0px;}
* html .rating-1 {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/rating-1.png,sizingMethod=crop);}
.rating-2	{background: url(../images/icons/rating-2.png) no-repeat; width: 97px; height: 18px; border:0px;}
* html .rating-2 {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/rating-2.png,sizingMethod=crop);}
.rating-3	{background: url(../images/icons/rating-3.png) no-repeat; width: 97px; height: 18px; border:0px;}
* html .rating-3 {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/rating-3.png,sizingMethod=crop);}
.rating-4	{background: url(../images/icons/rating-4.png) no-repeat; width: 97px; height: 18px; border:0px;}
* html .rating-4 {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/rating-4.png,sizingMethod=crop);}
.rating-5	{background: url(../images/icons/rating-5.png) no-repeat; width: 97px; height: 18px; border:0px;}
* html .rating-5 {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/rating-5.png,sizingMethod=crop);}
/***** Rating iamges *****/
/***** Wishlist pop-up window *****/
.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: #A37E4D;}
.wishlist-block		{position: relative; bottom: 5px; right: 5px; width: 400px; background: #FE9000; border: 1px solid #C56A1A;}
.wishlist-img-close	img {margin: 10px 10px 5px 0px;}
.wishlist-descr		{padding: 0px 35px 20px 30px; font-size: 14px, sans-serif; text-align:justify;}
/***** Wishlist pop-up window *****/
/***** New Product's icon *****/
.block-product-details .newProduct {display: block; position: relative; padding-right: 34px !important;}
.block-product-details .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 .block-product-details .newProduct img {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/new_l.png,sizingMethod=crop);}
.block-products-list .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 .block-products-list .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);}
/***** New Product's icon *****/
/***** Restricted Item's icon *****/
.block-products-list .restrictedItem img.restrictedItem {background: url(../images/icons/lock.png) no-repeat; width: 22px; height: 23px; border: none; position: relative; bottom: -3px; margin: 0px 0px 0px 2px;}
* html .block-products-list .restrictedItem img.restrictedItem {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/lock.png,sizingMethod=crop);}
.restrictedItem img.restrictedItem {background: url(../images/icons/lock-s.png) no-repeat; width: 15px; height: 16px; border: none; position: relative; bottom: -3px; margin: 0px 0px 0px 2px;}
* html .restrictedItem img.restrictedItem {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/lock-s.png,sizingMethod=crop);}
.restrictedCategory img.restrictedCategory {background: url(../images/icons/lock-s.png) no-repeat; width: 15px; height: 16px; border: none; position: relative; bottom: -3px; margin: 0px 0px 0px 2px;}
* html .restrictedCategory img.restrictedCategory {background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/lock-s.png,sizingMethod=crop);}
/***** Restricted Item's icon *****/
/***** Manual list *****/
.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;}
/***** Manual list *****/
/***** Custom menu list *****/
.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;}
/***** Custom menu list *****/
/***** Matrix price *****/
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; }
/***** Matrix price *****/
