/****** Main Table ******/

.mainTable {width: 1002px;}
.mainTable75 {width: 75%;}
.mainTable50 {width: 500px;}

.mainTableCell		 	{padding: 0px 3px 0px 3px; vertical-align: top;}
.mainTableCellLeft 		{padding: 0px 0px 0px 3px; vertical-align: top;}
.mainTableCellCenter 	{padding: 0px 3px 0px 3px; vertical-align: top;}
.mainTableCellRight 	{padding: 0px 3px 0px 0px; vertical-align: top;}

.homeGreeting 		{padding: 1px 3px 3px 3px; vertical-align: top;}
.homeGreeting table	{width: 100%;border: 2px solid #74a741;}
.homeGreeting table td	{padding: 5px;}

.introBlock {border: 2px solid #74a741;}
.introBlock td {padding: 6px;}

/****** Main Table ******/

/*******************************************************************************/

/****** Menu ******/

.headerMenu {
	position: relative;
	width: 100%;
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
	background: #A9DC76 url(../images/convex/grass/header-bgr.gif) repeat-x top;
	}

.headerMenu td#logo  {					/* Background under logo on the site */
	/*background: url(../images/convex/grass/header-img.jpg) no-repeat right top;*/
	vertical-align: top;
	}
.headerMenu td#logo img {				/* Logo on the site */
	border: 0px;
	margin: 5px 0px 5px 10px;
	}
	
.headerMenu td#logoL {display: none;}

.headerMenu td#menu {					/* Text Menu with or without images */
	width: 100%;
	background: ;
	}
.headerMenu td#menu img#Img {}
.headerMenu td#menu table {width: auto;}
.headerMenu td#menu td {text-align: center;}
.headerMenu td#menu td img {display: auto;}
.headerMenu td#menu td br {display: none;}
.headerMenu td#menu td nobr {display: auto;}
.headerMenu td#menu td#end {border-top: 1px solid #fff;width: 100%;background: url(../images/convex/grass/top-menu-bgr.gif) repeat-x top;}
.headerMenu td#menu td#end img#Img {display: block;width: 1px; height: 1px;}
/* Active & Noneactive links in menu */


a.menu:link, a.menu:visited {
	font: bold 10pt comic sans ms, sans-serif;
	text-decoration:none; 
	color: #ccff99; 
	border-right: 1px solid #fff; 
	border-top: 1px solid #fff; 
	background: url(../images/convex/grass/top-menu-bgr.gif) repeat-x top; 
	padding: 7px 30px 4px 30px; 
	display:block;
	}
a.menu:hover, a.menu:active {
	font: bold 10pt comic sans ms, sans-serif;
	text-decoration:none; 
	color: #F2FFE5; 
	border-right: 1px solid #fff; 
	border-top: 1px solid #fff; 
	background: url(../images/convex/grass/top-menu-bgr.gif) repeat-x top; 
	padding: 7px 30px 4px 30px; 
	display:block;
	}
a.menuActive:link, a.menuActive:visited {
	font: bold 10pt comic sans ms, sans-serif;
	text-decoration:none; 
	color: #ccff99; 
	border-right: 1px solid #fff; 
	border-top: 1px solid #669933; 
	background: ; 
	padding: 7px 30px 4px 30px; 
	display:block;
	}
a.menuActive:hover, a.menuActive:active {
	font: bold 10pt comic sans ms, sans-serif;
	text-decoration:none; 
	color: #ccff99; 
	border-right: 1px solid #fff; 
	border-top: 1px solid #669933; 
	background: ; 
	padding: 7px 30px 4px 30px; 
	display:block;
	}


/****** Sub Menu ******/

.subMenuBlock {
	display:none;
	position:absolute;
	border-top: 1px solid #2d401a; 
	border-left: 1px solid #2d401a;
	z-index: 2500;
}

a.subMenu {
	width: 150px;
	padding: 6px 20px 6px 10px; 
	border-right: 1px solid #2d401a;
	border-bottom: 1px solid #2d401a;
	display:block;
	font: 11px comic sans ms, sans-serif; 
	color: #2d401a;
	text-decoration:none;
	text-align: left;
	background: #FF9999;
}

a.subMenu:hover, a.subMenu:active {
	background: #ccff99; 
	color: #2d401a;
	display:block;
	text-decoration:none;
}

/****** Secondary Menu ******/

table.secondaryMenu 		{}
td#secondaryBegin img#Img	{width: 1px; height: 25px;}
a.secondaryMenu 			{font: bold 9pt comic sans ms, sans-serif; padding: 0px 0px 0px 20px; color: #ccff99;}
a.secondaryMenu:hover 		{font: bold 9pt comic sans ms, sans-serif; padding: 0px 0px 0px 20px; color: #ccff99;}
a.secondaryMenuActive 		{font: bold 9pt comic sans ms, sans-serif; padding: 0px 0px 0px 20px; color: #ccff99; text-decoration: none;}
a.secondaryMenuActive:hover	{font: bold 9pt comic sans ms, sans-serif; padding: 0px 0px 0px 20px; color: #ccff99; text-decoration: underline;}
td#secondaryEnd  img#Img	{width: 1px; height: 25px;}

/****** Menu ******/

/*****************************************************************************/

/************* Breadcrumb *******************/

.breadcrumb {border: 2px solid #74a741; margin: 0px 0px 2px 0px;}

.breadcrumbBegin {
	width: 20px;
	border: 0px solid #999;
	background: #f2ffe5;
	}
.breadcrumbBegin img {width: 1px; height: 1px;}

.breadcrumbDelimiter {
	width: 100%;
	white-space: normal;
	border: 0px solid #999;
	font-size: 8pt;
	padding: 6px 25px 6px 6px;
	background: #f2ffe5;
	}
.breadcrumbDelimiter td {}
.breadcrumbDelimiter a {color: #3e5923; text-decoration: none; font-size: 8pt;}
.breadcrumbDelimiter a:hover {color: #861D1A; text-decoration: none; font-size: 8pt;}
.breadcrumbDelimiter span {
	display: auto;
	font-size: 8pt;
	}
.breadcrumbDelimiter img {display: none;}

.breadcrumbRSS {
	padding: 0px 10px 0px 0px;
	}

.breadcrumbEnd {
	width: 20px;
	border: 0px solid #999;
	background: #f2ffe5;
	}
.breadcrumbEnd img {width: 1px; height: 1px;}

/************* Breadcrumb *******************/
/*************** Order Pages ****************/
.breadcrumbDelimiter span.nonactive {font-size: 10pt; color: #99CC99; margin-right: 10px; font-weight: bold;}
.breadcrumbDelimiter span.active {font-size: 10pt; color: #339933; margin-right: 10px; font-weight: bold;}
/************* end Order Pages ***************/

/*****************************************************************************/

/************* Fieldset *******************/

/****** Top ******/

.titleTop {margin-top: 0px;}

.titleTopLeft {
	width: 10px;
	border: 0px solid #999;
	background: url(../images/convex/grass/block-t-l.gif) no-repeat top left;
	}
.titleTopImgLeft {width: 10px; height: 63px;}

.titleTopCenter {						/* Title of block (example: any blocks, articles,...) */
	white-space: normal;
	padding:0px 7px 0px 0px;
	border: 0px solid #999;
	background: url(../images/convex/grass/block-t-bgr.gif) repeat-x top;
	}
.titleTopCenter div {
    color: #ccff99;
    font-weight: normal;
    font-size: 14pt;
    font-family: comic sans ms, sans-serif;
	 font-weight: bold;
    text-transform: normal;

	z-index: 2000;
	position: relative;
	bottom: 0px;
	margin: 0px 0px 0px 0px;
	background: none;
	padding: 0px 0px 0px 7px;
	border: 0px solid #626ABC;
	}

.titleTopRight {
	width: 9px;
	border: 0px solid #999;
	background: url(../images/convex/grass/block-t-r.gif) no-repeat top right;
	}
.titleTopImgRight {width: 9px; height: 63px;}

/****** Top ******/

/****** Center ******/

.block {
	border-top: 0px solid #999;
	border-right: 3px solid #74a741;
	border-bottom: 0px solid #999;
	border-left: 3px solid #74a741;
	background: #f2ffe5;
	}

/****** Center ******/

/****** Bottom ******/

.titleBot {margin-bottom: 2px;}

.titleBotLeft {
	width: 3px;
	border: 0px solid #999;
	background: #74a741 url(../images/convex/grass/block-b-l.gif) no-repeat bottom left;
	}
.titleBotImgLeft {width: 3px; height: 1px;}

.titleBotRight {
	width: 100%;
	border: 0px solid #999;
	background: #74a741 url(../images/convex/grass/block-b-r.gif) no-repeat bottom right;
	}
.titleBotImgRight {width: 1px; height: 3px;}

/****** Bottom ******/

.bl_simple .titleTopLeft {background: #74a741;}
.bl_simple .titleTopRight {background: #74a741;}
.bl_simple .titleTopImgLeft {width: 1px; height: 3px;}
.bl_simple .titleTopImgRight {width: 1px; height: 3px;}

.bl_banners .titleTopLeft {background: #74a741;}
.bl_banners .titleTopRight {background: #74a741;}
.bl_banners .titleTopImgLeft {width: 1px; height: 3px;}
.bl_banners .titleTopImgRight {width: 1px; height: 3px;}

.bl_navigation .titleTopLeft {background: #74a741;}
.bl_navigation .titleTopRight {background: #74a741;}
.bl_navigation .titleTopImgLeft {width: 1px; height: 3px;}
.bl_navigation .titleTopImgRight {width: 1px; height: 3px;}
/*.bl_navigation .block td {padding:2; background-color: #f2ffe5;}*/

table#user-home .titleTopLeft {background: #74a741;}
table#user-home .titleTopRight {background: #74a741; width: 100%;}
table#user-home .titleTopImgLeft {width: 1px; height: 3px;}
table#user-home .titleTopImgRight {width: 1px; height: 3px;}

/************* end Fieldset ***************/

/*****************************************************************************/

td.userHome {padding:7;}
td.userHomeTitle {
	font-size: 10pt; color: #ccff99;
	white-space: nowrap;
	padding:0px 0px 0px 0px;
	border: 0px solid #999;
	background: url(../images/convex/grass/block-t-bgr.gif) repeat-x top;
	}

div.userHomeBottom {
	margin: 0px 0px 0px 0px;
	background: none;
	padding: 0px 0px 0px 0px;
	border: 0px solid #626ABC;
	}
div.userHomeBottom a {
	font-family: comic sans ms, sans-serif;
	text-transform: ;
	text-decoration:none; 
	font-size:9pt; 
	font-weight:bold; 
	color: #50732d; 
	border-right: 0px solid #fff; 
	border-top: 0px solid #fff; 
	background: url(../images/convex/grass/button-bgr.gif) repeat-x center; 
	padding: 7 18 10 18; 
	display:block;
}
div.userHomeBottom a:hover {color: #861D1A;}

td.userHome img.orders 		{background: url(../images/icons/admin_orders.gif) no-repeat; width: 50px; height: 50px; border:0px; float: left; margin: 0 5 0 0;}
td.userHome img.profile 	{background: url(../images/icons/user_profile.gif) no-repeat; width: 50px; height: 50px; border:0px; float: left; margin: 0 5 0 0;}
td.userHome img.arr		 	{background: url(../images/icons/arr.gif) no-repeat; width: 15px; height: 16px; border:0px; margin: 0 5 0 55;}
td.userHome img.support 	{background: url(../images/icons/admin_support.gif) no-repeat; width: 50px; height: 50px; border:0px; float: left; margin: 0 5 0 0;}
td.userHome img.forum 		{background: url(../images/icons/admin_forum.gif) no-repeat; width: 50px; height: 50px; border:0px; float: left; margin: 0 5 0 0;}
td.userHome img.products 	{background: url(../images/icons/admin_products.gif) no-repeat; width: 50px; height: 50px; border:0px; float: left; margin: 0 5 0 0;}
td.userHome img.pages 		{background: url(../images/icons/admin_pages.gif) no-repeat; width: 50px; height: 50px; border:0px; float: left; margin: 0 5 0 0;}
td.userHome img.merchant 	{background: url(../images/icons/admin_affiliates.gif) no-repeat; width: 50px; height: 50px; border:0px; float: left; margin: 0 5 0 0;}
td.userHome img.affiliates 	{background: url(../images/icons/admin_affiliates.gif) no-repeat; width: 50px; height: 50px; border:0px; float: left; margin: 0 5 0 0;}
td.userHome img.payments 	{background: url(../images/icons/admin_payments.gif) no-repeat; width: 50px; height: 50px; border:0px; float: left; margin: 0 5 0 0;}
td.userHome img.carts	 	{background: url(../images/icons/admin_carts.gif) no-repeat; width: 50px; height: 50px; border:0px; float: left; margin: 0 5 0 0;}

td.userHome div {margin-left: 55px;}
/************* userHome *******************/

/*****************************************************************************/

/************* Button Links *******************/

td#butTd {}
td#butTd span#spacer {display:none;}	/* '|' between button */

a.button:link, a.button:visited {display:inline-block; cursor: pointer; color: #50732d; font-family: comic sans ms, sans-serif; font-size: 8pt; font-weight: bold; text-decoration: none;}
a.button:hover, a.button:active {display:inline-block; cursor: pointer; color: #861D1A; font-family: comic sans ms, sans-serif; font-size: 8pt; font-weight: bold; text-decoration: none;}

a.button#add span {display:; padding: 6 10 8 10; line-height: 28px; background: url(../images/convex/grass/button-bgr.gif) repeat-x;}	/* add to cart (products categories, product details) */
a.button#add img {display: none;width:110;height:26;border:0;background: url(../images/convex/grass/button-add_cart_big.gif) no-repeat;}
a.button#view span {display:; padding: 6 10 8 10; line-height: 28px; background: url(../images/convex/grass/button-bgr.gif) repeat-x;}	/* view cart (products categories, product details) */
a.button#view img {display: none;width:110;height:26;border:0;background: url(../images/convex/grass/button-view_cart_big.gif) no-repeat;}
a.button#check span {display:; padding: 6 10 8 10; line-height: 28px; background: url(../images/convex/grass/button-bgr.gif) repeat-x;}	/* check out (products categories, product details) */
a.button#check img {display: none;width:110;height:26;border:0;background: url(../images/convex/grass/button-check_out_big.gif) no-repeat;}

a.buttonBasket:link, a.buttonBasket:visited {display:inline-block; cursor: pointer; color: #50732d; font-family: comic sans ms, sans-serif; font-size: 8pt; font-weight: bold; text-decoration: none;}
a.buttonBasket:hover, a.buttonBasket:active {display:inline-block; cursor: pointer; color: #861D1A; font-family: comic sans ms, sans-serif; font-size: 8pt; font-weight: bold; text-decoration: none;}

a.buttonBasket#shopping span {display:; padding: 6 10 8 10; line-height: 28px; background: url(../images/convex/grass/button-bgr.gif) repeat-x;}	/* Continue shopping (basket) */
a.buttonBasket#shopping img {display: none;width:131;height:26;border:0;background: url(../images/convex/grass/button-continue_shopping.gif) no-repeat;}
a.buttonBasket#retrieve span 	{display:; padding: 6 10 8 10; line-height: 28px; background: url(../images/convex/grass/button-bgr.gif) repeat-x;}			/* Retrieve Cart (basket) */
a.buttonBasket#retrieve img 	{display:none;}
a.buttonBasket#save span 		{display:; padding: 6 10 8 10; line-height: 28px; background: url(../images/convex/grass/button-bgr.gif) repeat-x;}			/* Save cart (basket) */
a.buttonBasket#save img 		{display:none;}
a.buttonBasket#clear span {display:; padding: 6 10 8 10; line-height: 28px; background: url(../images/convex/grass/button-bgr.gif) repeat-x;}	/* Clear cart (basket) */
a.buttonBasket#clear img {display: none;width:110;height:26;border:0;background: url(../images/convex/grass/button-clear_cart.gif) no-repeat;}
a.buttonBasket#checkout span {display:; padding: 6 10 8 10; line-height: 28px; background: url(../images/convex/grass/button-bgr.gif) repeat-x;}	/* Checkout (basket) */
a.buttonBasket#checkout img {display: none;width:110;height:26;border:0;background: url(../images/convex/grass/button-check_out_big.gif) no-repeat;}

a.buttonCart:link, a.buttonCart:visited {display:inline-block; cursor: pointer; color: #50732d; font-family: comic sans ms, sans-serif; font-size: 8pt; font-weight: bold; text-decoration: none;}
a.buttonCart:hover, a.buttonCart:active {display:inline-block; cursor: pointer; color: #861D1A; font-family: comic sans ms, sans-serif; font-size: 8pt; font-weight: bold; text-decoration: none;}

a.buttonCart#check span {display:; padding: 6 10 8 10; line-height: 28px; background: url(../images/convex/grass/button-bgr.gif) repeat-x;}	/* Checkout (small cart) */
a.buttonCart#check img {display:none;width:84;height:26;border:0 solid red;background: url(../images/convex/grass/button-checkout.gif) no-repeat;}
a.buttonCart#amend span {display:; padding: 6 10 8 10; line-height: 28px; background: url(../images/convex/grass/button-bgr.gif) repeat-x;}	/* Amend cart (small cart) */
a.buttonCart#amend img {display:none;width:84;height:26;border:0 solid red;background: url(../images/convex/grass/button-amend_cart.gif) no-repeat;}
a.buttonCart#view span {display:; padding: 6 10 8 10; line-height: 28px; background: url(../images/convex/grass/button-bgr.gif) repeat-x;}	/* View cart (small cart) */
a.buttonCart#view img {display:none;width:74;height:26;border:0 solid red;background: url(../images/convex/grass/button-view_cart.gif) no-repeat;}

a.buttonMore:link, a.buttonMore:visited {display:inline-block; cursor: pointer; color: #50732d; font-family: comic sans ms, sans-serif; font-size: 9pt; font-weight: bold; text-decoration: none;}
a.buttonMore:hover, a.buttonMore:active {display:inline-block; cursor: pointer; color: #861D1A; font-family: comic sans ms, sans-serif; font-size: 9pt; font-weight: bold; text-decoration: none;}

a.buttonMore span {display:; padding: 6 10 8 10; line-height: 28px; background: url(../images/convex/grass/button-bgr.gif) repeat-x;}	/* read more... (special offers, etc.) */
a.buttonMore img {display:none;width:110;height:26;border:0 solid red;background: url(../images/convex/grass/button-read_more.gif) no-repeat;}

a.disabled {							/* disadled add to cart */
	color: #666; 
	cursor: pointer; 
	font: bold 8pt comic sans ms, sans-serif;
	text-decoration: none;
}
a.disabled:hover {color: #666; cursor: pointer; text-decoration: none;}

/************* Button Links *******************/

/*****************************************************************************/

/************* Category *******************/

.topCategory {background: transparent; margin: 0 0 0 0; padding: 3 0 3 0;}
.selectedtopCategory {background: #ccff99; margin: 0 0 0 0; padding: 3 0 3 0;	border-top: 1px solid #74a741;	border-bottom: 1px solid #74a741;}
        
.subCategory {background: transparent; margin: 0 0 0 0; padding: 0 0 0 0;}
.selectedsubCategory {background: #ccff99; margin: 0 0 0 0; padding: 0 0 0 0;	border-top: 1px solid #74a741;	border-bottom: 1px solid #74a741;}

.topCategory .category_img, .subCategory .category_img, .selectedtopCategory .category_img, .selectedsubCategory .category_img {margin: 0 0 0 5;}

/************* Latest *******************/

td.topArticle { padding: 3 3 3 5; }
td.subArticle { padding: 3 3 3 5; }

a.subArticle {padding-left: 8px; font-size: 11px; background: url(../images/bullet.gif) no-repeat left 3px;}

/*****************************************************************************/

/************* Offers *******************/
#offerTitle		{display: none;}
.offerImg		{text-align: left;}
.offerImg img	{float: left; margin: 0 5 0 0;} 
.offerImg div	{text-align: justify;}
.offerImg div#offerText	{display: ;}

/************* Forum *******************/

.forumAdmin { color: blue; font-weight: bold; }
.forumUser { color: black; font-weight: bold; }
.forumGuest       	{color: black;  font-weight: bold; font-style: italic;}
.forumMessageLeft { background: #FAF5FF; border-left:2px solid #74a741; 	border-top: 2px solid #74a741; border-bottom: 2px solid #74a741; }
.forumMessageRight { background: #FAF5FF; border: 2px solid #74a741; }
.forumMessageTop { background: #FAF7AA; border-bottom: 2px solid #74a741; }

/************* Categoties (catalogue) *******************/
.bl_categoriescatalog .blockTD	 			{padding-left: 10px;}

/*****************************************************************************/

/************* Footer *******************/

.footerMenu	{text-align:center; font-size:8pt;padding:15 0 0 0;}
.footerMenu	img 	{display: none; width: 0px; height: 0px;}
.footerMenu	span 	{margin: 0 0 0 5;}

.footerHTML	{text-align:center;}
.footerHTML font	{font-size:12px;}
.footerImg	{text-align:right;}
.footerImg img		{width: 80px; height: 26px; border:0px;}

/************* Footer *******************/

.commonbg { background: #CCFF99; }
.headerbg { background: #a0d36d; }
.middlebg { background: #ccff99; }
.usualbg  { background: #f2ffe5; }
.errorbg  { background: #FF0000; }

body		{font: 9pt comic sans ms, sans-serif; color: #3e5923; margin: 0px; padding: 0px;}
body.popup	{font: 9pt comic sans ms, sans-serif; color: #3e5923; margin: 0px; padding: 0px;}

tr, td						{font-size: 9pt; font-family: comic sans ms, sans-serif; color: #3e5923; }
tr.usual, td.usual		{background-color: #f2ffe5; }
tr.header, td.header		{background-color: #a0d36d; color: white; }
tr.middle, td.middle		{background-color: #ccff99; font-weight: bold; }
tr.error, td.error		{background-color: #FFE0E0; color: red; font-weight: bold; }

td.padding10px			{padding: 10px;}
table.padding6px td		{padding: 6px;}
table.padding6px td td	{padding: 0px;}
table.padding4px td		{padding: 4px;}
table.padding4px td td	{padding: 0px;}

.tab					{font-size: 12pt; font-weight: bold; text-decoration: none; background: #ccff99; }
.tab:hover			{text-decoration: none; }
.tabActive			{font-size: 12pt; font-weight: bold; text-decoration: none; background: #74a741; color: white; }
.tabActive:hover	{text-decoration: none; color: #f2ffe5; }
.tabline 			{background: #74a741;}

div.adminTab 			{font-size:11px; border-bottom:#919b9c 1px solid; border-left:#91a7b4 1px solid; border-right:#91a7b4 1px solid; border-top:#91a7b4 1px solid; padding: 3px 8px 2px 8px; margin:3px 2px 0px 2px; cursor:hand; font-family:Verdana, sans-serif; background:#F5F3EB; moz-border-radius:4px 4px 0px 0px; whitespace:nowrap; white-space: nowrap;}
div.adminTabActive 	{font-size:11px; border-right:#919b9c 1px solid; border-left:#919b9c 1px solid; border-top:#FF8200 2px solid; border-bottom:0px solid; padding: 5px 9px 4px 9px;; margin:3px 0px 0px 0px; font-weight:bold; cursor:default; font-family:Verdana, sans-serif; background-color:#FCFFD5; moz-border-radius:4px 4px 0px 0px; whitespace:nowrap; white-space: nowrap;}
td.adminTab			{border-bottom: 1px solid #919b9c;}
td.adminTabActive	{border: 0px;}
td.beginTab			{padding: 0px 4px; border-bottom: 1px solid #919b9c;}
td.endTab			{padding: 0px 4px; width: 100%; border-bottom: 1px solid #919b9c;}

input				{font-family: Courier, monospace; font-size: 10pt; }
input.usualprice	{background-color: transparent; border: none; text-align: right; font-family: tahoma,verdana,sans-serif; font-size: 10pt; }
input.orderprice	{background-color: transparent; border: none; text-align: right; font-family: tahoma,verdana,sans-serif; font-size: 10pt; font-weight: bold; }
input.search		{}
input.text			{}
input.submit		{font-family: comic sans ms, sans-serif; font-size:8pt; background: transparent url(../images/convex/grass/button-bgr.gif) repeat-x top; padding: 0 15 2 15;/*width:100px;*/ height: 26px; font-size:10pt; font-weight:bold; color: #50732d; border:0px; cursor: pointer;}
select				{font-size: 9pt;}
select.search		{}
textarea			{}

form { margin: 0; }

a.header 			{color: #ffffff; text-decoration: underline; }
a.header:hover		{color: #861D1A; text-decoration: underline; }
a.title				{font-size: 10pt; font-weight: bold;  color: #3e5923; text-decoration: underline; }
a.title:hover		{font-size: 10pt; font-weight: bold;  color: #861D1A; text-decoration: underline; }
a.smallText			{color: #3e5923; text-decoration: underline; font-size: 8pt; }
a.smallText:hover	{color: #861D1A; text-decoration: none; font-size: 8pt; }
a						{color: #3e5923; text-decoration: underline; font-size: 9pt; }
a:hover				{color: #861D1A; text-decoration: none; }

/* prices styles */
.priceBlock { color: #000; font-weight: bold; font-family: comic sans ms, sans-serif; }
.priceBlockOld { color: #000; text-decoration: line-through; font-family: comic sans ms, sans-serif; }
.priceBlockHidden { color: #000; font-weight: bold; font-family: comic sans ms, sans-serif; display: none; }
.priceBlockEdit { color: #000; font-weight: bold; font-family: comic sans ms, sans-serif; }
.priceBlock .price, .priceBlockHidden .price { font-weight: bold; }
.priceBlockOld .price { font-weight: normal; }
.priceBlockEdit input.price { text-align: right; font-weight: bold; width: 80px; font-size:10pt; color:black; border-top: 1px solid #7F9DB9; border-right: 1px solid #BACDDF;border-bottom: 1px solid #BACDDF;border-left: 1px solid #7F9DB9; }
.priceBlock .priceTax, .priceBlockHidden .priceTax { font-weight: normal; }
.priceBlockOld .priceTax { font-weight: normal; }

.salesBlock {color: #000; font-weight: bold; border: none; background: transparent; font-family: comic sans ms, sans-serif; }
.salesPrice { font-weight: bold; }
.salesTax { font-weight: normal; }

.priceSaveBlock { color: green; font-weight: bold; font-family: verdana, sans-serif; }
.priceSaveBlock .price { font-weight: bold; }
.priceSaveBlock .percent { font-weight: normal; }

.pointsPriceBlock { font-family: verdana, sans-serif; }
.pointsPriceBlock .points { }

.rewardPointsBlock { font-family: verdana, sans-serif; }
.rewardPointsBlock .points { }

.titleText			{color: #3e5923; text-decoration: underline;}
.articleDate	{font-size: 8pt; color: #861D1A; 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: #50732d; }
.message		{font-size: 9pt; color: #3e5923; }
.title			{font-size: 10pt; font-weight: bold; color: #3e5923; }
.bigtitle		{font-size: 12pt; font-weight: bold; color: #3e5923; }
.error			{color: red; }
.terms      {height: 300px; width: 600px; overflow: auto; border: 1px solid silver; }


/*************  Manual  ***************/

.level1 {padding: 2 2 2 15;}
.level1 a {font-weight: bold;}
.level1 a:hover {font-weight: bold;}
.level2 {padding: 2 2 2 30;}
.level3 {padding: 2 2 2 40;}
.level4 {padding: 2 2 2 50;}

/*************  Left Menu  ***************/

.menuLeft .level1 {padding: 2 2 2 5;}
.menuLeft .level2 {padding: 2 2 2 15;}
.menuLeft .level3 {padding: 2 2 2 30;}
.menuLeft .level4 {padding: 2 2 2 40;}

.menuLeft .a a {font-weight: bold;}
.menuLeft .a a:hover {font-weight: bold;}