/*--------------- CART ---------------*/

.secureGuaranteed  {
color:#CC0000;
	background: #f8f8f8;
	border-width: 0px;
	border-style: solid;
	border-color: #cc0000;
	padding: 8px;
	width: 97%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.secureGuaranteed span  {
	font-size:16pt;
	color:#CC0000;	
	padding: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.cartRow  {
	background: #f8f8f8;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 6px;
}

.cartRowLast  {
	background: #f8f8f8;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}

.cartHeader {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 6px;
}

.cartHeaderLast {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}

.totals1 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 6px;
}

.totals2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 6px;
}

.totals1Last {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}

.totals1LastCart {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 6px;
}

.totals2Last {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d0d090;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}

a.productLinkCart {
	color: #ab5600;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}

a.productLinkCart:hover {
	color: #d26900;
	text-decoration: underline;
	font-size: 10pt;
	font-weight: bold;
}

/*--------------- GENERAL ---------------*/

.popupMajorTable {
	height: 100%;
	width: 100%;
	background-color: #ffffcc;
}

.popupInnerTable td {
	padding: 20px;
}

.userMessage		{
	font-size: 10pt;
	font-weight:bold;
	color: #ab5600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffbd7c;
	padding: 10px;
	border: 1px solid #d2863a;
}

.errorMessage		{
	font-size: 10pt;
	font-weight:bold;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ff9999;
	padding: 10px;
	border: 1px solid #990000;
	margin-top: 10px;
	margin-bottom: 10px;
}

.separatorLeft {
	border-left: 1px dotted #5e5e39;
	padding-left: 10px;
	}
	
.paddingLeft {
	padding-left:10px;
	}


.sectionHeader 		{
	font-size: 10pt;
	font-weight: bold;
	color: #ab5600;
	background: url(../images/extras/back.gif) repeat;
	padding: 6px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 8px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #ffffcc;
}

.sectionHeaderTable {
	margin-top: 10px;
}

.infoTableNoLines td	{
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}

.infoTable td	{
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}

.infoTable .label	{
	font-weight: bold;
}

.infoTable .data	{

}

.infoTable2 .header	{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 6px;
}

.infoTable2 .row	{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	background-color: #f8f8f8;
}

.faqTable 	{
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #5e5e39;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.faqTable .faqTitle 		{
	font-size: 10pt;
	font-weight: bold;
	color: #ab5600;
	background: url(../images/extras/back.gif) repeat;
	padding: 6px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 8px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #ffffcc;
	width: 100%;
}

/*--------------- SMALL CART ---------------*/

.smallCartRow  {
	background: #f8f8f8;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5e5e39;
	font-size: 7pt;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
}

.smallCartHeader {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5e5e39;
	font-size: 8pt;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
}

.smallCartTotals1 {
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #5e5e39;
	font-size: 8pt;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 6px;
}

a.smallCartLink {
	color: #ab5600;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
}

a.smallCartLink:hover {
	color: #d26900;
	text-decoration: underline;
	font-size: 8pt;
	font-weight: bold;
}



/*--------------- CHECKOUT ---------------*/

.breadcrumbDelimiter span.nonactive {font-size: 10pt; color: #5e5e39; margin-right: 10px; display: inline; font-weight: bold;}
.breadcrumbDelimiter span.active {font-size: 10pt; color: #ab5600; margin-right: 10px; display: inline; font-weight: bold;}

.sectionHeaderCheckout 		{
	font-size: 10pt;
	font-weight: bold;
	color: #ab5600;
	padding: 0px;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 0px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ffffcc;
}


/*--------------- BUTTONS ---------------*/

a.buttonBig span 	{
	font-weight: bold;
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 6px 8px 6px 8px;
	text-decoration: none;
}

a.button span 	{
	font-weight: bold;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 6px 3px 6px;
	text-decoration: none;
}

a.button img 	{display: none;}

a.button-add span 		{
	color: #ffffff;
	border: 1px solid #850f0f;
	background: #d81e0c;
}		/* add to cart (products categories, product details) */

a.button-view span 		{
	
	background: #8b9d02;
	border: 1px solid #afc603;
	color: #ffffff;
	
	
}		/* view cart (products categories, product details) */

a.button-check span 		{
background: #8b9d02;
	border: 1px solid #afc603;
	color: #ffffff;
}		/* check out (products categories, product details) */

a.button-check-cart span 		{
	color: #FFFFFF;
	border: 1px solid #A76401;
	background: #CC0000;
}		/* check out (products categories, product details) */

a.button-continue span 		{
	color: #f8f8f8;
	border: 1px solid #d0d090;
	background: #5e5e39;
}		/* check out (products categories, product details) */

/*
DARK GREEN #5e5e39
MEDIUM GREEN #d0d090
LIGHT GREEN #f8f8f8
BACK CREAM #ffffcc
TERRACOTTA #ab5600

*/

a.button-logout span 		{
	color: #cdab5f;
	border: 1px solid #cdab5f;
	background: #ab5600;
}		/* logout (login block) */
	
a.buttonGeneral:link		{
	background: #8b9d02;
	font-weight: bold;
	border: 1px solid #afc603;
	color: #ffffff;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 6px 3px 6px;
	text-decoration: none;
}

a.buttonGeneral:hover		{
	background: #8b9d02;
	font-weight: bold;
	border: 1px solid #afc603;
	color: #ffffff;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 6px 3px 6px;
	text-decoration: none;
}

a.buttonSmall		{
	background: #d0d090;
	font-weight: bold;
	border: 1px solid #5e5e39;
	color: #5e5e39;
	font-size: 7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
}

a.buttonSmall:hover		{
	background: #d0d090;
	font-weight: bold;
	border: 1px solid #5e5e39;
	color: #5e5e39;
	font-size: 7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
}

a.linkGeneral:link		{
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 6px 3px 6px;
	text-decoration: none;
}

a.linkGeneral:hover		{
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 6px 3px 6px;
	text-decoration: underline;
}

.linkGeneralBold:link		{
	font-weight: bold;
	font-size: 10pt;
	padding: 0px 0px 6px;
	text-decoration: none;
}

.linkGeneralBold:hover		{
	font-weight: bold;
	font-size: 10pt;
	padding: 0px 0px 6px;
	text-decoration: underline;
}

div.shortDescription		{
	border: 0px solid #5e5e39;

	padding: 8px 5px 8px 0px;
}

div.specialOffer		{
	border: 0px solid #5e5e39;

	padding: 8px 5px 8px 0px;
}


/*--------------- PRICES ---------------*/

.priceLabel {
	color: #5e5e39;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 8px;
	padding-left: 0px;
}

.priceData {
	color: #5e5e39;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 8px;
	padding-left: 0px;
}

.priceBlock {5e5e39	color: #666666;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-left: 0px;
}
.priceBlock .price {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5e5e39;
}



/****** MINE BEGINS ******/

.majorTablePopup {
	height: 100%;
	width: 100%;
}

.securityNotice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
	color: #336600;
	vertical-align: top;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 10px;
	padding: 6px 8px 6px 6px;
	border: 2px solid #FFCC00;
	font-weight: bold;
	background-position: right;
	float: right;
	width: 300px;
}


.redirectNotice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
	color: #336600;
	vertical-align: top;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 10px;
	padding: 6px 8px 6px 6px;
	border: 2px solid #FFCC00;
	font-weight: bold;
	background-position: right;
	float: right;
	width: 300px;
}

.titleArea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 18pt;
	line-height: 24pt;
	color: #cd2704;
	font-weight: normal;
	padding-top: 15px;
	padding-left: 30px;
	padding-bottom: 15px;
	border-top: 1px dotted #cd2704;
	border-bottom: 1px dotted #cd2704;
	width: 100%;
}

.bodyArea {
	background-color:#FFFFFF;
	width: 850px;
/*	
	background-image: url(../images/shell/body_back.jpg);
	background-repeat: repeat-x; 
	background-position: bottom;
*/
}

.columnFirst {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	line-height: 13pt;
	color: #666666;
	width: 400px;
	vertical-align: top;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 0px;
	border-right: 1px dotted #CACACA;
}

.columnSecond {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	line-height: 13pt;
	color: #666666;
	width: 400px;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 0px;
	border-right: 0px dotted #CACACA;
}

.leftColumnArea {
	width: 200px;
	background-repeat: repeat-x;
	vertical-align: top;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}

.bodyRegularOneColumn  {
	background-color:#FFFFFF;
	font-size: 9pt;
	line-height: 15pt;
	color: #666666;
	font-weight: normal;
	padding-left: 30px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 50px;
	vertical-align: top;
}

.bodyRegularTwoColumn  {
	background-color:#FFFFFF;
	font-size: 9pt;
	line-height: 15pt;
	color: #666666;
	font-weight: normal;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
	vertical-align: top;
}

.bodyRegularDottedBottom  {
	font-size: 9pt;
	line-height: 15pt;
	color: #666666;
	font-weight: normal;
	padding-left: 30px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 20px;
	border-bottom: 0px dotted #CACACA;
}

.bodyRegularNoPadding  {
	font-size: 9pt;
	line-height: 15pt;
	color: #666666;
	font-weight: normal;
}

.bodyRegularNoMenu  {
	font-size: 9pt;
	line-height: 15pt;
	color: #666666;
	font-weight: normal;
	padding-left: 48px;
	padding-top: 35px;
	padding-right: 20px;
	padding-bottom: 50px;
}

.bodyInTableRegular  {
	font-size: 9pt;
	line-height: 15pt;
	color: #666666;
	font-weight: normal;
	padding-left: 0px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.bodyInTableHome  {
	font-size: 9pt;
	line-height: 19pt;
	color: #666666;
	font-weight: bold;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #CACACA;
}

.bodyInTableDotted  {
	font-size: 9pt;
	line-height: 15pt;
	color: #666666;
	font-weight: normal;
	padding-left: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CACACA;
}

.bodyRegular  {
	font-size: 9pt;
	line-height: 15pt;
	color: #666666;
	font-style: normal;
}

.bodyItalic  {
	font-size: 9pt;
	line-height: 15pt;
	color: #666666;
	font-style: italic;
}

.bodyBold  {
	font-size: 9pt;
	line-height: 15pt;
	color: #666666;
	font-weight: bold;
}

.bodyBoldFooter  {
	font-size: 9pt;
	line-height: 15pt;
	color: #666666;
	font-weight: bold;
	text-align: center;
}

.heading  {
	font-size: 9pt;
	line-height: 15pt;
	color: #629a59;
	font-weight: bold;
}

.topLogoRight  {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	line-height: 13pt;
	color: #666666;
	padding-left: 16px;
	padding-right: 15px;
	font-weight: normal;
	font-style: italic;
	text-align: right;
}

.pageHeader  {
	font-size: 9pt;
	line-height: 15pt;
	color: #666666;
	font-weight: normal;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.wholesaleOnly  {
	font-size: 9pt;
	line-height: 15pt;
	color: #666666;
	font-weight: bold;
	padding-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	text-align:center;
	background-color:#FFFFFF;
}

.textMessage  {
	font-size: 9pt;
	line-height: 15pt;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-left: 15px;
	font-weight: normal;
	padding-right: 15px;
	padding-bottom: 5px;
	background-color: #F4F4F4;
}

.textMessageNoBg  {
	font-size: 9pt;
	line-height: 15pt;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-left: 15px;
	font-weight: normal;
	padding-right: 15px;
	padding-bottom: 5px;
}

a:link  {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight:bold;	
	color: #8b9d02;
	text-decoration: none;
}

a:visited  {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight:bold;
	color: #afc603;
	text-decoration: none;
}

a:hover  {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight:bold;	
	color: #afc603;
	text-decoration: underline;
}

.logoutLink:link  {
	font-size: 7pt;
	line-height: 11pt;
	font-weight:normal;	
}

.logoutLink:visited  {
	font-size: 7pt;
	line-height: 11pt;
	font-weight:normal;	
}

.logoutLink:hover  {
	color: #cd2704;
	font-size: 7pt;
	line-height: 11pt;
	text-decoration: underline;
	font-weight:normal;	
}

.topLogoRightLink:link  {
	font-size: 9pt;
	line-height: 13pt;
	font-style: italic;
}

.topLogoRightLink:visited  {
	font-size: 9pt;
	line-height: 13pt;
	font-style: italic;
}

.topLogoRightLink:hover  {
	color: #CC0000;
	font-size: 9pt;
	line-height: 13pt;
	font-style: italic;
	text-decoration: underline;
}

.topLink:link  {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	line-height: 13pt;
	color: red;
}

.topLink:visited  {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	line-height: 13pt;
	color: blue;
}

.topLink:hover  {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	line-height: 13pt;
	color: #cd2704;
	text-decoration: underline;
}

.bodyLink:link  {
	color: #8b9d02;
	font-size: 9pt;
	line-height: 12pt;
	font-weight: bold;
}
.bodyLink:visited  {
	color: #afc603;
	font-size: 9pt;
	line-height: 12pt;
	font-weight: bold;
}
.bodyLink:hover  {
	color: #afc603;
	font-size: 9pt;
	line-height: 12pt;
	text-decoration: underline;
	font-weight: bold;
}

.sideLink:link  {
	font-size: 9pt;
	line-height: 11pt;
	font-weight: bold;
}

.sideLink:visited  {
	font-size: 9pt;
	line-height: 11pt;
	font-weight: bold;
}

.sideLink:hover  {
	color: #666666;
	font-size: 9pt;
	line-height: 11pt;
	font-weight: bold;
}

.footerLink:link  {
	color: #ffffff;
	font-size: 8pt;
	line-height: 10pt;
	font-weight: bold;
}

.footerLink:visited  {
	color: #ffffff;
	font-size: 8pt;
	line-height: 10pt;
	font-weight: bold;
}

.footerLink:hover  {
	color: #ffffff;
	font-size: 8pt;
	line-height: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

.sideNavItem     {
	color: #000000;
	font: 8pt verdana, arial, helvetica;
}

.copyright      {
	color: #999999;
	font-size: 9pt;
	font-family: verdana, arial, helvetica;
	font-style: normal;
	padding-right: 15px;
	padding-top: 15px;
	text-align: center;
}

.x { font-size:1px; 
	color:#629a59}

.formLabel {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	line-height: 10pt;
	color: #666666;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

.formLabelItalic  {
	font-size: 9pt;
	line-height: 10pt;
	color: #666666;
	font-style: italic;
	text-align: right;
	padding-right: 10px;
}

.formData {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	line-height: 15pt;
	color: #666666;
	font-weight: normal;
}

.formRegular {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	line-height: 15pt;
	font-style: normal;
	color: #666666;
}

.formField {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #666666;
	font-weight: normal;
	background-color: #FFFFFF;
	height: 20px;
	width: 250px;
	border: 1px solid #999999;
}

.formFieldComment {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	line-height: 15pt;
	color: #666666;
	font-weight: normal;
	background-color: #FFFFFF;
	height: 70px;
	width: 250px;
	border: 1px solid #999999;
}

.boxHeader {
	border: 1px solid #9dd091;
	padding: 4px 4px 4px 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	line-height: 15pt;
	color: #4C4C4C;
	font-weight: bold;
	background-color: #9dd091;
	background-image: url(../images/buttons/top_nav_back.gif);
	background-repeat: repeat-x;
}

.boxContent {
	border: 1px dotted #CACACA;
	padding: 8px 12px 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	line-height: 15pt;
	color: #666666;
}

.buttonBottom {
	padding: 8px 8px 8px 8px;
	border: 1px dotted #cd2704;
	background-color: #EEEEEE;
	text-align:right;
}

.buttonBottomLeft {
	padding: 8px 8px 8px 8px;
	border-left: 1px dotted #cd2704;
	border-top: 1px dotted #cd2704;
	border-bottom: 1px dotted #cd2704;
	background-color: #EEEEEE;
	text-align:left;
}

.buttonBottomRight {
	padding: 8px 8px 8px 8px;
	border-right: 1px dotted #cd2704;
	border-top: 1px dotted #cd2704;
	border-bottom: 1px dotted #cd2704;
	background-color: #EEEEEE;
	text-align:right;
}

.invisible {
	visibility: hidden;
}

.message?? {
	border: 2px dotted #cd2704;
	background-color: #FFFF99;
	padding: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	line-height: 15pt;
	color: #000000;
}

.errorMessage {
	border: 2px dotted #666666;
	background-color: #fdefd6;
	padding: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	line-height: 15pt;
	color: #000000;
}

.errorRed {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	line-height: 15pt;
	color: red;
}

.paymentType {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 15pt;
	line-height: 24pt;
	color: #666666;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 100%;
}

/*----------DATA TABLE FORMATTING----------*/

#dataTableShell th {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	font-weight: bold;
	line-height: 10pt;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	vertical-align: middle;
	background-color:#cd2704;
}

#dataTableShell .thLast {
	border-right: 0px;
}

#dataTableShell .leftLabel {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	font-weight: bold;
	line-height: 11pt;
	border-left: 1px dotted #CACACA;
	text-align: left;
	vertical-align: top;
}

#dataTableShell .blank {
	border-left: 0px dotted #CACACA;
	border-top: 1px dotted #CACACA;
}

#dataTableShell .checkMark {
	text-align: center;
	vertical-align: middle;
}

#dataTableShell .even {
	background-color: #EFEFEF;
}

#dataTableShell .sectionSeparator {
	background-color: #666666;
	height: 3px;
	padding: 0px;
}


/******* PRODUCT LIST PAGE *******/


a.buttonMore:link {
	text-decoration: none;
	color: #8b9d02;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
} 

a.buttonMore:hover {
	text-decoration: none;
	color: #afc603;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

a.buttonMore:visited {
	text-decoration: none;
	color: #afc603;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.bl_offers a.buttonMore:link, .bl_offers a.buttonMore:visited, 
.bl_offers a.buttonMore:hover, .bl_offers a.buttonMore:active {color: #cd2704;}

a.buttonMore b 		{font-weight: bold;}
a.buttonMore span 	{cursor: pointer;}		/* read more... (special offers, etc.) */
a.buttonMore img 		{display:none;}

.shortDescription {
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 13pt;
}

.longDescription {
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 13pt;
}

.nonRegisteredMessage  {
	font-size: 9pt;
	line-height: 12pt;
	color: #666666;
	font-weight: normal;
	vertical-align: top;
	background-color: #F4F4F4;
	border: 1px dotted #CCCCCC;
	padding: 10px;
}

.subSectionTitle		{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	font-size: 10pt;
	padding-top: 10px;
	padding-left: 0px;
}

.divHorizontalSeparator		{
	margin-top: 15px;
	margin-bottom: 15px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-top-width: 1px;
	width: 100%;
}

.pixBorderThumb  {
	border: 1px solid #cccccc;
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 10px;
}

.pixBorder  {
	border: 1px solid #cccccc;
	padding: 6px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 20px;
}

.pixBorderPadLeft  {
	border: 1px solid #cccccc;
	padding: 6px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
}

.pixBorderPadRight  {
	border: 1px solid #cccccc;
	padding: 6px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 15px;
}

.paddingBottom {
	padding-bottom: 10px;
}

.paddingPixRight {
	padding-right: 12px;
}

.pixBorderDetail  {
	border: 1px solid #cccccc;
	padding: 3px;
}

.endProductLine {
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #cccccc;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12pt;
}


/*----------PRODUCT PAGE FORMATTING----------*/

.productName {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 15pt;
	line-height: 24pt;
	color: #666666;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 0px;
	height: 60px;
}

.pixSpace {
	width: 290px;
}

.addToCartBox  {
	font-size: 9pt;
	line-height: 12pt;
	color: #666666;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 8px 8px 8px 8px;
	border: 1px dotted #cd2704;
	background-color: #EEEEEE;
}

.labelProduct  {
	font-size: 9pt;
	line-height: 12pt;
	color: #666666;
	font-weight: bold;
	padding-bottom: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 0px;
	width: 100px;
}

.dataProduct  {
	font-size: 9pt;
	line-height: 12pt;
	color: #666666;
	font-weight: normal;
	padding-bottom: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 0px;
}

.labelProductAttribute  {
	font-size: 9pt;
	line-height: 12pt;
	color: #666666;
	font-weight: bold;
	padding-bottom: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 0px;
	width: 15px;
}

.dataProductAttribute  {
	font-size: 9pt;
	line-height: 12pt;
	color: #666666;
	font-weight: normal;
	padding-bottom: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 0px;
}

/*----------CATEGORY PAGE FORMATTING----------*/

.catTitle {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 15pt;
	line-height: 24pt;
	color: #666666;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 0px;
	border-bottom: 1px dotted #bfa26a;
	width: 100%;
}


.boxCategoryProduct {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CACACA;
}

.boxCategoryProductFirst {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	line-height: 11pt;
	color: #666666;
	font-weight: normal;
	padding-top: 40px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CACACA;
}

.thumbSpace {
	width: 115px;
}

.label  {
	font-size: 9pt;
	line-height: 12pt;
	color: #666666;
	font-weight: bold;
	padding-bottom: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 0px;
}

.data  {
	font-size: 9pt;
	line-height: 12pt;
	color: #666666;
	font-weight: normal;
	padding-bottom: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 0px;
}

.pixBorderPadRight  {
	border: 1px solid #cccccc;
	padding: 3px;
	margin-right: 12px;
}

.productLink:link  {
	color: #cd2704;
	font-size: 9pt;
	line-height: 12pt;
	font-weight: bold;
}
.productLink:visited  {
	color: #cd2704;
	font-size: 9pt;
	line-height: 12pt;
	font-weight: bold;
}
.productLink:hover  {
	color: #cd2704;
	font-size: 9pt;
	line-height: 12pt;
	text-decoration: underline;
	font-weight: bold;
}


/*----------CATTREE FORMATTING----------*/

#tdTree  {
	padding: 0px;
/*	border-top: 1px solid #766441;*/
}

#tdTree a:link  {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;	
	color: #cd2704;
	text-decoration: none;
}

#tdTree a:visited  {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;
	color: #cd2704;
	text-decoration: none;
}

#tdTree a:hover  {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;	
	color: #cd2704;
	text-decoration: underline;
}

#tdTree .cat  {
	background-image: url(../images/shell/title_back_brown.gif);
	background-repeat: repeat-x;
	padding: 5px 5px 5px 10px;
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 6px solid #3d3425;
	width: 200px;
}

#tdTree .catThere  {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;
	color: #4f4431;
	padding: 5px 5px 5px 10px;
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 6px solid #3d3425;
	width: 200px;
	background-color: #96815d;
}

#tdTree .cat1  {
	background-color: #ececec;
	padding: 5px 5px 5px 10px;
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 0px solid #999999;
	width: 200px;
}

#tdTree .cat1There  {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;	
	color: #4f4431;	
	background-color: #ececec;
	padding: 5px 5px 5px 18px;
	padding-left: 14px;
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 6px solid #666666;
	width: 200px;
}

#tdTree .cat2  {
	background-color: #ffffff;
	padding: 5px 5px 5px 23px;
	padding-left: 21px;
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 6px solid #666666;
	width: 200px;
}

#tdTree .cat2There  {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;	
	background-color: #ffffff;
	padding: 5px 5px 5px 23px;
	padding-left: 21px;
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #cd2704;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 6px solid #D49C2E;
	width: 200px;
}

/*----------TOP NAV FORMATTING----------*/

.loginBox  {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	font-weight:normal;	
	padding-right: 8px;
}

#tdNav  {
	padding: 0px;
	vertical-align: bottom;
}

#tdNav a:link  {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight:bold;	
	color: #cd2704;
	text-decoration: none;
}

#tdNav a:visited  {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight:bold;
	color: #cd2704;
	text-decoration: none;
}

#tdNav a:hover  {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight:bold;	
	color: #cd2704;
	text-decoration: underline;
}

#tdNav .navItemFirst  {
	padding: 5px 8px 5px 8px;
	border-top: 0px solid #CEAD6F;
	border-right: 0px solid #CEAD6F;
	border-bottom: 0px solid #CEAD6F;
	border-left: 0px dotted #CEAD6F;
}

#tdNav .navItem  {
	padding: 5px 8px 5px 8px;
	border-top: 0px solid #CEAD6F;
	border-right: 0px solid #CEAD6F;
	border-bottom: 0px solid #CEAD6F;
	border-left: 1px dotted #CEAD6F;
}


/*----------ACCOUNT FORMATTING----------*/

.dottedBox  {
	font-size: 9pt;
	line-height: 12pt;
	color: #666666;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;	padding: 8px 8px 8px 8px;
	border: 1px dotted #cd2704;
}

.labelField  {
	font-size: 9pt;
	line-height: 12pt;
	color: #666666;
	font-weight: bold;
	padding-bottom: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 0px;
}

.dataField  {
	font-size: 9pt;
	line-height: 12pt;
	color: #666666;
	font-weight: normal;
	padding-bottom: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 0px;
}

.heading1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 15pt;
	line-height: 24pt;
	color: #666666;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: 1px dotted #bfa26a;
	width: 100%;
}


/*----------CART TABLE FORMATTING----------*/

#cartTable th {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	font-weight: bold;
	line-height: 10pt;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	vertical-align: middle;
	background-color:#cd2704;
	border-left: 1px dotted #CACACA;
}

#cartTable td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	font-weight: normal;
	line-height: 11pt;
	border-left: 1px dotted #CACACA;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	}

#cartTable .trOne {
	border-top: 2px solid #666666;
	}


#cartTable .tdOneBeforeLast {
	border-top: 2px solid #666666;
	text-align: right;
	}
	
#cartTable .trOneLast {
	border-top: 2px solid #666666;
	border-right: 1px dotted #CACACA;
	text-align: right;
	}
		
#cartTable .tdBold {
	font-weight: bold;
	border-top: 2px solid #666666;
	}
	
#cartTable .tdLast {
	border-right: 1px dotted #CACACA;
	text-align: right;
	}

#cartTable .trCharges {
	border-top: 2px solid #666666;
	border-left: 0px solid #666666;
	}	
		
#cartTable .trChargesTotal {
	border-top: 2px solid #666666;
	border-left: 0px solid #666666;
	text-align: right;
	}	
	
#cartTable .chargesDescription {
	border-top: 1px dotted #CACACA;
	text-align: left;
	font-style: oblique;
	}
	
#cartTable .chargesAmount {
	border-top: 1px dotted #CACACA;
	border-right: 1px dotted #CACACA;
	text-align: right;
	}

a.buttonBig span 	{
	font-weight: bold;
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 6px 8px 6px 8px;
	text-decoration: none;
}

a.button-continue span 		{
	color: #ffffff;
	border: 1px solid #a4b902;
	background: #8b9d02;
}		/* check out (products categories, product details) */
	
/*----------CHECKOUT INVOICE FORMATTING----------*/

#checkout .title {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 15pt;
	line-height: 24pt;
	color: #666666;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 0px;
	width: 100%;
	border-bottom: 1px dotted #CACACA;
}

#checkout .number {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	line-height: 15pt;
	font-style: normal;
	color: #666666;
	font-weight: bold;
	text-align: left;
}

#checkout .date {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	line-height: 15pt;
	font-style: normal;
	color: #666666;
	font-weight: bold;
	text-align: right;
}

/*----------DATA SINGLE COLUMN TABLE FORMATTING----------*/

#dataTableShellSingleColumn .retailerName {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	font-weight: bold;
	line-height: 11pt;
	text-align: left;
	vertical-align: top;
}

#dataTableShellSingleColumn table td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	padding: 6px 6px 6px 12px;
	line-height: 11pt;
	border-bottom: 1px dotted #bfa26a;
	text-align: left;
	vertical-align: top;
}

#dataTableShellSingleColumn th {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	font-weight: bold;
	line-height: 10pt;
	padding: 6px 6px 6px 12px;
	text-align: left;
	vertical-align: middle;
	background-color:#4E412A;

}

#dataTableShellSingleColumn .even {
	background-color: #EFEFEF;
}



/****** MINE ENDS ******/



/*------------------- MAIN TABLE -------------------*/

.basicTable 	{width: 100%;}

.mainTable {width: 100%; min-height: 568px; height: 568px;}
.mainTable75 {width: 75%; min-height: 568px; height: 568px;}
.mainTable50 {width: 500; min-height: 568px; height: 568px;}

.mainTableCell 		{padding: 0px; vertical-align: top;}

.mainTableCellLeft 		{padding: 0px 8px 0px 15px; vertical-align: top;}
.mainTableCellCenter 	{padding: 0px 8px 0px 8px; vertical-align: top;}
.mainTableCellRight 	{padding: 0px 15px 0px 8px; vertical-align: top;}

.homeGreeting		{padding: 0px 20px 15px 20px; vertical-align: top;}
.homeGreeting table	{width: 100%;}
.homeGreeting table td	{padding: 8px 6px 8px 15px; border: 1px solid #DDDDDD; background: #6aadc8 url(../images/rainbow/demo-bgr.gif) repeat-x 0px 0px;}
.homeGreeting img		{margin: 10px 0px 10px 0px;}
.homeGreeting a		{font-weight: bold;}

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

.imageTop {
	background: #ffffff url(/images/extras/top.jpg) no-repeat right top;
	margin: 0px;
	padding: 0px;
}

.imageBottom {
	background: #ffffff url(/images/extras/bottom.jpg) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
	height: 182px;
}




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


.headerMenu {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;

	} 

/*background: url(../images/rainbow/bgr-t.gif) repeat-x 0px 0px;*/


.headerMenu td#logo  {					/* Background under logo on the site */
	display: none;
	/*background: #000000 url(../images/silver/top.jpg) no-repeat top right;
	vertical-align: top;*/
	}
.headerMenu td#logo img {				/* Logo on the site */
	width: 0px;
	height: 0px;
	border: 0px solid #333;
	background:;
	}

.headerMenu td#logoL {}
.logoL img {				/* Logo on the site (if logo is left)*/
	margin: 0px 20px 10px 20px;
	border: 0px;
	}

.menuTD {
	padding: 0px 7px 0px 7px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;	/*background: url(../images/rainbow/bgr-t.gif) repeat-x 0px 0px;*/
	}
	
.headerMenu .topmenuLast {
	padding: 0px 0px 0px 0px;
	border-right-width: 0px;
	border-right-style: dotted;
	border-right-color: #999999;	/*background: url(../images/rainbow/bgr-t.gif) repeat-x 0px 0px;*/
	}
	
/* Text Menu with or without images */
/*.headerMenu td#menu {					
	width: 100%;
	background: ;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	}
.headerMenu td#menu img.Img {display: block;width: 1px; height: 1px;}
.headerMenu td#menu table {text-align: right;}
.headerMenu td#menu td {padding: 0 0 0 0;}
.headerMenu td#menu td img {display: none;}
.headerMenu td#menu td br {display: none;}
.headerMenu td#menu td nobr {display: inline-block; cursor: pointer;}*/

.alignRight {
	text-align: right;
	padding: 0px 20px 0px 0px;
}

/* Active & Noneactive links in menu */
/*
.headerMenu td#menu a {text-decoration: none;}
.headerMenu td#menu a:hover {text-decoration: underline;}
*/
a.menu:link, a.menu:visited {
	text-decoration: none;
	color: #8b9d02;
	font: 12pt Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
}
a.menu:hover, a.menu:active {
	text-decoration: underline;
	color: #afc603;
	font: 12pt Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
}
a.menuActive:link, a.menuActive:visited {
	text-decoration: none;
	color: #cd2704;
	font: 12pt Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
}
a.menuActive:hover, a.menuActive:active {
	text-decoration: underline;
	color: #cd2704;
	font: 12pt Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
}

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

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

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

a.subMenu:hover, a.subMenu:active {
	background: #ddd9ff; 
	color: #26779a;
	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 12px verdana, arial, helvetica, sans-serif; padding: 0px 0px 0px 20px; color: #fff;}
a.secondaryMenu:hover 		{display:block; font: bold 12px verdana, arial, helvetica, sans-serif; padding: 0px 0px 0px 20px; color: #fff;}
a.secondaryMenuActive 		{display:block; font: bold 12px verdana, arial, helvetica, sans-serif; padding: 0px 0px 0px 20px; color: #fbb401; text-decoration: none;}
a.secondaryMenuActive:hover	{display:block; font: bold 12px verdana, arial, helvetica, sans-serif; padding: 0px 0px 0px 20px; color: #fbb401; text-decoration: underline;}
td#menu td.secondaryEnd  	{width: 100%;}
td#menu td.secondaryEnd  img.Img	{width: 1px; height: 25px;}

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

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

/*################# BREADCRUMB BEGINS #################*/

.breadcrumb {border-bottom: 0px solid #EAEAEA; margin: 0px 0px 15px 0px;}

.breadcrumbBegin {
	width: 10px;
	border-top: 1px solid #DDDDDD;
	border-right: 0px solid #dedede;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	padding: 4px 0px 4px 0px;
	}
.breadcrumbBegin img {width: 10px; height: 1px;}

.breadcrumbDelimiter {
	width: 100%;
	white-space: normal;
	border-top: 1px solid #DDDDDD;
	border-right: 0px solid #dedede;
	border-bottom: 1px solid #DDDDDD;
	border-left: 0px solid #dedede;
	font-size: 8pt;
	padding: 4px 0px 4px 0px;
	background: ;
	}
.breadcrumbDelimiter td {}
.breadcrumbDelimiter a {color: #8b9d02;; text-decoration: none; font-size: 8pt;}
.breadcrumbDelimiter a:hover {color: #afc603; text-decoration: underline; font-size: 8pt;}
.breadcrumbDelimiter a.treeItemLast {font-weight: bold; text-decoration: none; cursor: default;}
.breadcrumbDelimiter a.treeItemLast:hover {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}
.breadcrumbDelimiter b {color: #8b9d02; font-weight:normal;}
.breadcrumbDelimiter span {
	color: #8b9d02;
	display: auto;
	font-size: 11px;
	}
.breadcrumbDelimiter img {display: none;}

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

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

/*################# BREADCRUMB ENDS #################*/





/*************** Order Pages ****************/
.breadcrumbDelimiter span.nonactive {
	font-size: 9pt;
	color: #999999;
	margin-right: 10px;
	display: inline;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.breadcrumbDelimiter span.active {
	font-size: 9pt;
	color: #cd2704;
	margin-right: 10px;
	display: inline;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/************* end Order Pages ***************/

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

/*--------------- BLOCK BOX OUTLINE ---------------*/

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

.titleTop {margin-top: 0px;}

.titleTopLeft {
	width: 6px;
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #dedede;
	border-bottom: 0px solid #f3f3f3;
	border-left: 0px solid #dedede;
	background: url(../images/rainbow/block-t-l.gif) no-repeat top;
	}
.titleTopImgLeft {width: 6px; height: 48px;}

.titleTopCenter {						/* Title of block (example: any blocks, articles,...) */
	white-space: normal;
	padding: 0px 12px 0px 12px;
	border-top: 1px solid #DDDDDD;
	border-right: 0px solid #dedede;
	border-bottom: 0px solid #f3f3f3;
	border-left: 0px solid #dedede;
	background: ;
	}
	
.titleTopCenter div {
	color: #cd2704;
	font-weight: normal;
	font-size: 16pt;
	line-height:18pt;
	vertical-align:top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 2000;
	position: relative;
	bottom: 0px;
	margin: 0px 0px 0px 0px;
	background: none;
	padding: 5px 0px 0px 0px;
	border: 0px solid #626ABC;
	}

.titleTopCenter h1 {
	color: #cd2704;
	font-weight: normal;
	font-size: 16pt;
	line-height:18pt;
	vertical-align:top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 2000;
	position: relative;
	bottom: 0px;
	margin: 0px 0px 0px 0px;
	background: none;
	padding: 5px 0px 0px 0px;
	border: 0px solid #626ABC;
	}

.titleTopNoLeftPadding {
	color: #cd2704;
	font: 16pt Verdana, Arial, Helvetica, Sans-serif;
	text-align: left;
	padding-top: 10px;
}

.titleTopCenterMain {						/* Title of block (example: any blocks, articles,...) */
	white-space: normal;
	padding:10px 10px 10px 0px;
	border: 0px;
	}
	
.titleTopCenterMain div {
	padding:10px 10px 10px 0px;
	color: #cd2704;
	font: 16pt Verdana, Arial, Helvetica, Sans-serif;
	text-align: left;
}

.titleTopCenterMain h1 {
	padding:10px 10px 10px 0px;
	color: #cd2704;
	font: 16pt Verdana, Arial, Helvetica, Sans-serif;
	text-align: left;
}

.titleTopNoLeftPadding {
	color: #cd2704;
	font: 16pt Verdana, Arial, Helvetica, Sans-serif;
	text-align: left;
	padding-top: 10px;
}
	
.titleMain {
	color: #cd2704;
	font-size: 16pt;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px dotted #cccccc;
	width: 100%;
	}
	
	
.separatorLeft {
	border-left: 1px dotted #cccccc;
	padding-left: 6px;
	}
	
.paddingLeft {
	padding-left:10px;
	}	
		
.titleTopCenter div b {font-weight: normal;}

.titleTopRight {
	width: 6px;
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	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;}



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

.block {
	border-top: 0px solid #CCCCCC;
	border-bottom: 0px solid #dedede;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	}

.block .blockTD {padding: 0px 10px 0px 10px;}
.block .menuLeft {padding: 0px 10px 0px 10px;}



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

.titleBot {margin-bottom: 15px;}

.titleBotLeft {
	width: 6px;
	border-top: 0px solid #dedede;
	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: 6px; height: 6px;}

.titleBotRight {
	width: 100%;
	border-top: 0px solid #dedede;
	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: 6px;}

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

.bl_simple .titleTopLeft {background: url(../images/rainbow/block-t-l.gif) no-repeat top;}
.bl_simple .titleTopRight {background: url(../images/rainbow/block-t-r2.gif) no-repeat top right; width: 100%;}
.bl_simple .titleTopImgLeft {width: 6px; height: 6px;}
.bl_simple .titleTopImgRight {width: 6px; height: 6px;}

.bl_banners .titleTopLeft {background: url(../images/rainbow/block-t-l.gif) no-repeat top;}
.bl_banners .titleTopRight {background: url(../images/rainbow/block-t-r2.gif) no-repeat top right; width: 100%;}
.bl_banners .titleTopImgLeft {width: 6px; height: 6px;}
.bl_banners .titleTopImgRight {width: 6px; height: 6px;}

.bl_navigation .titleTopLeft {background: url(../images/rainbow/block-t-l.gif) no-repeat top;}
.bl_navigation .titleTopRight {background: url(../images/rainbow/block-t-r2.gif) no-repeat top right; width: 100%;}
.bl_navigation .titleTopImgLeft {width: 6px; height: 6px;}
.bl_navigation .titleTopImgRight {width: 6px; height: 6px;}
.bl_navigation .menuLeft {padding: 5px 5px 5px 20px;}

.bl_categorieslist .block .blockTD {padding: 0px 0px 0px 0px;}

.bl_cart .block td.header	{padding: 3px 0px 3px 0px;}
.bl_cart #begin		{width: 100%; height: 1px; background: #ecc04d;}
.bl_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;}




/*------------------ MY ACCOUNT ------------------*/

td.userHome {padding: 10px 0px 30px 0px;}
td.userHomeTitle {
	font-size: 10pt;
	white-space: nowrap;
	padding: 0px 10px 0px 0px;
	border-top: 1px solid #fff;
}
td.userHomeTitle b {color: #0000CC;}

div.userHomeBottom {						
	background: none;
	padding: 5px 20px 5px 20px;
	}
div.userHomeBottom a {color: #999999; text-decoration:underline;}
div.userHomeBottom a:hover {color: #000000; text-decoration:none;}

td.userHome img.orders 		{background: url(../images/icons/admin_orders.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.orders {//background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_orders.png,sizingMethod=crop);}
td.userHome img.profile 	{background: url(../images/icons/admin_profile.png) no-repeat; width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.profile {//background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_profile.png,sizingMethod=crop);}
td.userHome img.arr		 	{margin: 10px 0px 0px 45px;}
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;}



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

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

td.butTd {}
td.butTd span.spacer {display: visible;}	/* '|' between button */


a.button:link {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;	
	text-decoration: underline;
	color: #8b9d02;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
}

a.button:hover {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #afc603;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
}

a.button:visited {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;	
	text-decoration: underline;
	color: #afc603;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
}


a.buttonBasket:link, a.buttonBasket:visited {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;	
	text-decoration: underline;
	color: #8b9d02;
	padding: 0px 10px 0px 0px;
	white-space: nowrap;
}
a.buttonBasket:hover, a.buttonBasket:active {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #afc603;
	padding: 0px 10px 0px 0px;
	white-space: nowrap;
}

a.buttonBasket b 		{font-weight: normal;}
a.buttonBasket span 	{cursor: pointer;}
a.buttonBasket img 	{display: none;}

a.button-shopping span 	{color: #ff4e00;}			/* Continue shopping (basket) */
a.button-shopping:link, a.button-shopping:visited, a.button-shopping:hover, a.button-shopping:active		{color: #ff4e00;}
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 	{color: #ff4e00;}			/* Checkout (basket) */
a.button-checkout:link, a.button-checkout:visited, a.button-checkout:hover, a.button-checkout:active		{color: #ff4e00;}

a.buttonCart:link, a.buttonCart:visited {color: #14729a; font: normal normal normal 12px verdana, arial, helvetica, sans-serif; text-decoration: underline; padding: 0px 5px 0px 0px; white-space: nowrap;}
a.buttonCart:hover, a.buttonCart:active {color: #14729a; font: normal normal normal 12px verdana, arial, helvetica, sans-serif; text-decoration: none; padding: 0px 5px 0px 0px; white-space: nowrap;}

a.buttonCart span 	{cursor: pointer;}
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.disabled {							/* disadled add to cart */
	color: #666; 
	cursor: pointer; 
	font: 17px verdana, arial, helvetica, sans-serif;
	padding-right: 10px;
	
	text-decoration: none;
}
a.disabled:hover {color: #666; cursor: pointer; text-decoration: none;}

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

/*---------------CATEGORY MENU---------------*/
.topCategory {
	background: transparent;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.topCategory a.title {color: #8b9d02;}
.topCategory a.title:hover {color: #8b9d02;}

.selectedtopCategory {
	background: #eeeeee;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #cd2704;
}
.selectedtopCategory a.title {color: #cd2704;}
.selectedtopCategory a.title:hover {color: #cd2704;}
     
.subCategory {
	background: transparent;
	margin: 0px;
	padding: 6px 0px 6px 0px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.subCategory a.title {color: #8b9d02;}
.subCategory a.title:hover {color: #8b9d02;}


.selectedsubCategory {
	background: #eeeeee;
	margin: 0px;
	padding: 6px 0px 6px 0px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
.selectedsubCategory a.title {color: #cd2704;}
.selectedsubCategory a.title:hover {color: #cd2704;}


.topCategory .category_img, .subCategory .category_img, .selectedtopCategory .category_img, .selectedsubCategory .category_img {margin: 0px 0px 0px 0px;}


/************* 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.offerText	{text-align: justify;}

/************* Forum *******************/

.forumAdmin { color: blue; font-weight: bold; }
.forumUser { color: black; font-weight: bold; }
.forumGuest       	{color: black;  font-weight: bold; font-style: italic;}
.forumMessageLeft { background: yellow; border-left: 1px solid #9DC8DA; border-top: 1px solid #9DC8DA; border-bottom: 1px solid #9DC8DA; }
.forumMessageRight { background: yellow; border: 1px solid #9DC8DA; }
.forumMessageTop { background: #FAD03A; border-bottom: 1px solid #9DC8DA; }

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

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

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

.footerAll			{width: 100%; 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 	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #8b9d02;
	text-decoration: none;
}
.footerMenu	a.hover 	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #8b9d02;
	text-decoration: underline;
}
.footerMenu	img 	{width: 1px; height: 10px;}
.footerMenu	span 	{}
.footerMenu	img.separator 	{display: inline-block; width: 1px; height: 10px; background: #000000; margin: 0px 7px 0px 10px; vertical-align: middle;}
.footerHTML			{
	width: 100%; 
	/* background: url(../images/rainbow/bottom-img-b.gif) no-repeat 0px 0px; */
	text-align: center;
	/*height: 61px;*/
	padding-top: 5px;
	}
.footerHTML font	{font-size: 7pt; color: Black;}
.footerHTML	img 	{display:none; width: 1px; height: 10px;}
.footerImg			{text-align:right; height: 26px;}
.footerImg img		{width: 80px; height: 26px; border:0px;}

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


/*.commonbg { background: #FFFFFF; }
.headerbg { background: #000000; }
.middlebg { background: #CCCCCC; }*/
.usualbg  {
	background: #ffffff;
}
.errorbg  { background: #FF0000; }

.cartRow  {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.cartHeader {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

html { height: 100%; }

.commonbg {  }

.majorTable { 
	height: 100%;
	width="950";
	  }

body	{
	background-color: #ffffff;
	background-image: url(/images/extras/back.jpg);	
	height: 100%;
	font: 10pt verdana, arial, helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
	
}
body.popup	{font: 8pt verdana, arial, helvetica, sans-serif; color: black; margin: 0px; padding: 0px; background: #FAD03A;}
body.editor	{background: #FAD03A;}

tr, td					{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 13pt;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
tr.usual, td.usual		{
	/*background-color: #F4F4F4;*/
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
tr.header, td.header	{color: black; font-weight:bold; /*background-color: #eeeeee;*/}
tr.middle, td.middle	{/*background-color: #F4F4F4; font-weight: bold;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FFFFFF;
	padding: 5px;
}
tr.error, td.error		{background-color: #FFE0E0; color: #d50000; font-weight: bold;}

body.popup tr.usual, body.popup td.usual		{background-color: transparent; }
body.popup tr.header, body.popup td.header		{background-color: #CC9C00; color: #FFFFFF; }

td.padding10px			{padding: 5px;}
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-top:1px solid #DDDDDD; border-right:1px solid #DDDDDD; border-left:1px solid #DDDDDD;}
a.tab				{font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; font-weight: bold; text-decoration: none; background: ; color: #FFFFFF;}
a.tab:hover			{text-decoration: none; color: #FFFFFF;}
td.tabActive		{border-top:1px solid #DDDDDD; border-right:1px solid #DDDDDD; border-left:1px solid #DDDDDD;}
a.tabActive			{font-family: verdana, arial, helvetica, sans-serif, tahoma, verdana; font-size: 10pt; font-weight: bold; text-decoration: none; background: ; color: #cd2704;}
a.tabActive:hover	{text-decoration: none;  color: #cd2704;}
.tabline 			{background: #DDDDDD;}

td.tab				{border: 1px solid #DDDDDD; border-bottom: none; background: none; padding: 0px;}
td.tabActive		{border: 1px solid #DDDDDD; border-bottom: none; background: #DDDDDD; padding: 0px;}
a.tab					{background: none; color: #FFFFFF; display: block; font-size: 14px; font-weight: bold; padding: 5px 8px; text-decoration: none;}
a.tab:hover			{background: #DDDDDD; color: #FFFFFF; display: block; font-size: 14px; font-weight: bold; padding: 5px 8px; text-decoration: none;}
a.tabActive			{background: #DDDDDD; color: #FFFFFF; display: block; font-size: 14px; font-weight: bold; padding: 5px 8px; text-decoration: none; cursor: text;}
a.tabActive:hover	{background: #DDDDDD; color: #FFFFFF; display: block; font-size: 14px; font-weight: bold; padding: 5px 8px; text-decoration: none; cursor: text;}
.tabline 			{background: #DDDDDD;}

.blockTDtabs table	{width: 100%; margin-bottom: 10px;}
div.adminTab 			{font: 11px Verdana, sans-serif; border: 1px solid #DDDDDD; 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 #DDDDDD; border-top: 2px solid #DDDDDD; border-bottom: none; padding: 5px 9px 5px 9px;; margin: 3px 0px 0px 0px; white-space: nowrap;}
td.adminTab			{border-bottom: 1px solid #DDDDDD; vertical-align: bottom;}
td.adminTabActive	{border: none;}
td.beginTab			{padding: 0px 4px; border-bottom: 1px solid #DDDDDD;}
td.endTab			{padding: 0px 4px; width: 90%; border-bottom: 1px solid #DDDDDD;}
a.blackSm, a.blackSm:hover {text-decoration: none;}

input					{font-size: 8pt; font-family: verdana, arial, helvetica, sans-serif; color: #666666;}
input.usualprice	{background: transparent; border: none; text-align: right; font-family: verdana, arial, helvetica, sans-serif; font-size:10pt;}
input.orderprice	{background: transparent; border: none; text-align: right; font-family: verdana, arial, helvetica, sans-serif; font-size:10pt; font-weight: bold;}
input.search		{font-family:verdana, arial, helvetica, sans-serif; font-size:12pt !important; width:120px; border: #9DC8DA 1px solid; color:black; background: yellow;}
select.text			{
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:10pt;
	border: 1px solid #CCCCCC;
	color:black;
	background: #F5F5F5;
}

input.text			{
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:10pt;
	border: 1px solid #CCCCCC;
	color:black;
	background: #F5F5F5;
}
input.field			{
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:10pt;
	border: 1px solid #CCCCCC;
	color:black;
	background: #F5F5F5;
}

input.submit		{
	background: #8b9d02;
	font-weight: bold;
	border: 1px solid #afc603;
	color: #ffffff;
	font-size: 9pt;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 6px 3px 6px;
}
	input.submit#clear		{background: transparent; font-weight: normal; border: 10px; color: #8A8A8A;  font-size: 13pt; cursor: pointer;}
	input.submit#reset		{background: transparent; font-weight: normal; border: 10px; color: #8A8A8A;  font-size: 13pt; cursor: pointer;}
	input.submit#preview	{background: transparent; font-weight: normal; border: 10px; color: #FF6C00;  font-size: 13pt; cursor: pointer;}
	input.submit#cancel		{
	background: #FFFFFF;
	font-weight: bold;
	border: 1px solid #666666;
	color: #666666;
	font-size: 9pt;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 6px 3px 6px;
}
	input.submit#delete		{background: transparent; font-weight: normal; border: 10px; color: #8A8A8A;  font-size: 13pt; cursor: pointer;}
select				{
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:8pt;
	border: 1px solid #999999;
	color:black;
	background: #DADADA;
}
select.search		{
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:8pt;
	border: 1px solid #999999;
	color:black;
	background: #DADADA;
}
.mainTableCellCenter select.search		{font-family:verdana, arial, helvetica, sans-serif; font-size:12pt; border: #9DC8DA 1px solid; color:black; background: yellow; margin-bottom: 0px;}
textarea				{font-family:verdana, arial, helvetica, sans-serif; font-size:10pt; border: #9DC8DA 1px solid; color:black; background: yellow;}

form {margin: 0px;}

a.buttonAddToCart		{
	background: #FF9900;
	font-weight: bold;
	border: 1px solid #A76401;
	color: #ffffff;
	font-size: 9pt;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 6px 3px 6px;
	text-decoration: none;
}

a.buttonAddToCart:hover		{
	background: #FF9900;
	font-weight: bold;
	border: 1px solid #A76401;
	color: #ffffff;
	font-size: 9pt;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 6px 3px 6px;
	text-decoration: none;
}

a.buttonGeneral		{
	background: #8b9d02;
	font-weight: bold;
	border: 1px solid #afc603;
	color: #ffffff;
	font-size: 9pt;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 6px 3px 6px;
	text-decoration: none;
}

a.buttonGeneral:hover		{
	background: #8b9d02;
	font-weight: bold;
	border: 1px solid #afc603;
	color: #ffffff;
	font-size: 9pt;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 6px 3px 6px;
	text-decoration: none;
}

a.buttonSmall		{
	background: #8b9d02;
	font-weight: bold;
	border: 1px solid #afc603;
	color: #ffffff;
	font-size: 7pt;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
}

a.buttonSmall:hover		{
	background: #8b9d02;
	font-weight: bold;
	border: 1px solid #afc603;
	color: #ffffff;
	font-size: 7pt;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
}

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

a.header			{color: #ffffff; text-decoration: none;}
a.header:hover 		{color: #FAF7AA; text-decoration: underline;}
a.title 			{font-weight: bold;  color: #8b9d02; text-decoration: none;}
a.title:hover 		{font-weight: bold;  color: #afc603; text-decoration: underline;}
a.smallText 		{color: #8b9d02;  font-size: 8pt;}
a.smallText:hover 	{color: #afc603;  font-size: 8pt; text-decoration: none;}
a 					{color: #8b9d02;}
a:hover 			{color: #afc603; text-decoration: underline;}

/* prices styles */
.priceLabel {
	color: #666666;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 8px;
	padding-left: 0px;
}

.priceData {
	color: #666666;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 8px;
	padding-left: 0px;
}

.priceBlock {
	color: #666666;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-left: 0px;
}
.priceBlock .price {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
.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: 60px; font-size: 12px; border: #9DC8DA 1px solid; color:black; background: yellow;}

.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 styles */

.productsTable th 		{padding: 3px;}
.productsTable td 		{padding: 3px;}
.productsCategory 		{font-size: 10pt; font-weight: bold; color: #000000; background: none; padding: 5px 10px !important; }
.productsDelimiter 		{background: #DDDDDD; padding: 0px !important;}
.productsDelimiterTop 	{background: #DDDDDD; 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: #96AD7F;}
.wishlist-block		{position: relative; bottom: 5px; right: 5px; width: 400px; background: #E8E1A5; border: 1px solid #5FA1C3;}
.wishlist-img-close	img {margin: 10px 10px 5px 0px;}
.wishlist-descr		{padding: 0px 35px 20px 30px; font-size: 14px, sans-serif; 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: 0px; 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: #cd2704; 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: 9pt;
	font-weight:bold;
	color: #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #C9E4FF;
	padding: 10px;
	border: 1px solid #336699;
}

.message		{
	font-size: 9pt;
	font-weight:bold;
	color: #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #C9E4FF;
	padding: 10px;
	border: 1px solid #336699;
}
.title			{font-family: verdana, arial, helvetica, sans-serif; font-size:10pt; font-weight:bold}

.error		{
	color: #d50000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFFFCC;
	padding: 5px;
	width: 80%;
	border: 1px solid #FF0000;
}
.terms      {height: 300px; width: 600px; overflow: auto; border: 1px solid silver; }
.link       {color: green; }

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

.bl_offers .ourprice		{color: #000000; font-weight: bold; border: none; background: transparent;}

a.bigtitle			{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight: bold;
	color: #8b9d02;
	text-decoration: none;
}
a.bigtitle:hover	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight: bold;
	color: #afc603;
	text-decoration: underline;
}

a.bigtitle:visited	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight: bold;
	color: #afc603;
	text-decoration: none;
}

.bl_categoriescatalog a.bigtitle			{font-family:verdana, arial, helvetica, sans-serif; font-size:10pt; font-weight: bold;  color: #000; text-decoration: none;}
.bl_categoriescatalog a.bigtitle:hover	{font-family:verdana, arial, helvetica, sans-serif; font-size:10pt; font-weight: bold;  color: #000; text-decoration: underline;}

div.bl_offers a.bigtitle			{font-size:10pt; font-weight: bold;  color: #8b9d02; text-decoration: none;}
div.bl_offers a.bigtitle:hover	{font-size:10pt; font-weight: bold;  color: #afc603; text-decoration: underline;}
div.bl_productdetails div.bigtitle	{
	color: #666666;
	font-weight: bold;
	font-size: 10pt;
	padding-top: 10px;
	padding-left: 0px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-top-width: 1px;
}
div.bl_productdetails 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;}


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; }
