/****** Main Table ******/

.mainTable {width: 100%;}
.mainTable75 {width: 75%;}
.mainTable50 {width: 500px;}
.mainTableCellLeft 		{
	padding: 0px;
	vertical-align: top;
}
.mainTableCellCenter 	{
	padding: 5px;
	vertical-align: top;
}
.mainTableCellRight 	{
	padding: 0px;
	vertical-align: top;
}

.homeGreeting 		{
	padding: 0px;
	vertical-align: top;
}
.homeGreeting table	{
	width: 100%;
	border: 1px solid #570760;
}
.homeGreeting table td	{padding: 5px;}

.introBlock {
	border: 1px solid #570760;
}
.introBlock td {padding: 6px;}

/****** Main Table ******/

/*******************************************************************************/

/****** Menu ******/

.headerMenu {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.headerMenu td#logo  {					/* Background under logo on the site */
	background: url(../images/headerbg.jpg);
	vertical-align: top;
	}
.headerMenu td#logo img {				/* Logo on the site */
	border: 0px;
	margin: 0px;
	}
	
.headerMenu td#logoL {display: none;}

.headerMenu td#menu {					/* Text Menu with or without images */
	width: 100%;
	background: url(../images/classic/bg.gif) repeat-x;
	}
.headerMenu td#menu img#Img {width: 0px; height: 0px;}
.headerMenu td#menu table {width: auto;}
.headerMenu td#menu td {text-align: center;}

/* Active & Nonactive links in menu */


a.menu:link, a.menu:visited {
	font-family:arial,sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	border-right:1px solid #2E2E2E;
	border-top:1px solid #2E2E2E;
	border-bottom:1px solid #2E2E2E;
	background:#A7A7A7 url(../images/classic/bg-menu.gif);
	padding-left:20px;
	padding-right:20px;
	padding-bottom:4px;
	padding-top:3px;
	display:block;
}
a.menu:hover, a.menu:active {
	font-family:arial,sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	border-right:1px solid #2E2E2E;
	border-top:1px solid #2E2E2E;
	border-bottom:1px solid #2E2E2E;
	background:#A7A7A7 url(../images/classic/bg-menu_active.gif);
	padding-left:20px;
	padding-right:20px;
	padding-bottom:4px;
	padding-top:3px;
	display:block;
}
a.menuActive:link, a.menuActive:visited {
	font-family:arial,sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	border-right:1px solid #2E2E2E;
	border-top:1px solid #2E2E2E;
	border-bottom:1px solid #2E2E2E;
	background:#A7A7A7 url(../images/classic/bg-menu_active.gif);
	padding-left:20px;
	padding-right:20px;
	padding-bottom:4px;
	padding-top:3px;
	display:block;
}
a.menuActive:hover, a.menuActive:active {
	font-family:arial,sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	border-right:1px solid #2E2E2E;
	border-top:1px solid #2E2E2E;
	border-bottom:1px solid #2E2E2E;
	background:#A7A7A7 url(../images/classic/bg-menu_active.gif);
	padding-left:20px;
	padding-right:20px;
	padding-bottom:4px;
	padding-top:3px;
	display:block;
}


/****** Menu ******/

/*****************************************************************************/

/************* Breadcrumb *******************/

.breadcrumb {
	border: 1px solid #570760;
	margin: 10px 0px 25px 0px;
}

.breadcrumbBegin {
	width: 20px;
	border-top: 0px solid #2e2e2e;
	border-right: 0px solid #2e2e2e;
	border-bottom: 0px solid #2e2e2e;
	border-left: 0px solid #2e2e2e;
	background: #ffffff;
	}
.breadcrumbBegin img {width: 1px; height: 1px;}

.breadcrumbDelimiter {
	width: 100%;
	white-space: normal;
	padding: 0px 0px 0px 0px;
	border-top: 0px solid #2e2e2e;
	border-right: 0px solid #2e2e2e;
	border-bottom: 0px solid #2e2e2e;
	border-left: 0px solid #2e2e2e;
	font-size: 8pt;
	padding: 6px 25px 6px 6px;
	background: #ffffff;
	}
.breadcrumbDelimiter td {}
.breadcrumbDelimiter a {color: #000000; text-decoration: underline; font-size: 8pt;}
.breadcrumbDelimiter a:hover {
	color: #93268e;
	text-decoration: underline;
	font-size: 8pt;
}
.breadcrumbDelimiter span {
	display: auto;
	font-size: 8pt;
	}
.breadcrumbDelimiter img {
	display: none;
	height: ;
	width: ;
	background: #ffffff;
	}

.breadcrumbRSS {
	width: 100%;
	white-space: normal;
	padding: 0px 0px 0px 0px;
	border-top: 0px solid #2e2e2e;
	border-right: 0px solid #2e2e2e;
	border-bottom: 0px solid #2e2e2e;
	border-left: 0px solid #2e2e2e;
	font-size: 8pt;
	padding: 6px 25px 6px 6px;
	background: #ffffff;
	}

.breadcrumbEnd {
	width: 20px;
	border-top: 0px solid #2e2e2e;
	border-right: 0px solid #2e2e2e;
	border-bottom: 5px solid #2e2e2e;
	border-left: 0px solid #2e2e2e;
	background: #ffffff;
	}
.breadcrumbEnd img {width: 1px; height: 1px;}

/************* Breadcrumb *******************/
/*************** Order Pages ****************/
.breadcrumbDelimiter span.nonactive {
	font-size: 10pt;
	color: #2e2e2e;
	margin-right: 10px;
	font-weight: bold;
}
.breadcrumbDelimiter span.active {font-size: 10pt; color: #000000; margin-right: 10px; font-weight: bold;}
/************* end Order Pages ***************/

/*****************************************************************************/

/************* Fieldset *******************/

/****** Top ******/

.titleTop {margin-top: 10px;}

.titleTopLeft {
	width: 20px;
	border-top: 1px solid #570760;
	border-right: 0px solid #570760;
	border-bottom: 0px solid #570760;
	border-left: 1px solid #570760;
	background: #93268e;
	}
.titleTopImgLeft {width: 20px; height: 1px;}

.titleTopCenter {						/* Title of block (example: any blocks, articles,...) */
	white-space: normal;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #570760;
	border-right: 0px solid #570760;
	border-bottom: 0px solid #570760;
	border-left: 0px solid #570760;
	background: #93268e;
	}
.titleTopCenter div {
	display: inline-block;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9pt;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	text-transform: normal;
	z-index: 2000;
	position: relative;
	bottom: 10px;
	margin: 0px 0px 0px 0px;
	background: url(../images/classic/lightblue/bg-legend.gif);
	padding: 2px 20px 2px 20px;
	border: 1px solid #570760;
	}

.titleTopRight {
	width: 20px;
	border-top: 0px solid #570760;
	border-right: 0px solid #570760;
	border-bottom: 0px solid #570760;
	border-left: 0px solid #570760;
	background: #93268e;
	}
.titleTopImgRight {width: 20px; height: 1px;}

/****** Top ******/

/****** Center ******/

.block {
	border-top: 0px solid #570760;
	border-right: 1px solid #570760;
	border-bottom: 0px solid #570760;
	border-left: 1px solid #570760;
	background: #ffffff;
	}

/****** Center ******/

/****** Bottom ******/

.titleBot {margin-bottom: 25px;}

.titleBotLeft {
	width: 20px;
	border-top: 0px solid #570760;
	border-right: 0px solid #570760;
	border-bottom: 0px solid #570760;
	border-left: 0px solid;
	background: #000000;
	}
.titleBotImgLeft {width: 1px; height: 1px;}

.titleBotRight {
	width: 100%;
	border-top: 0px solid #570760;
	border-right: 0px solid #570760;
	border-bottom: 0px solid #570760;
	border-left: 0px solid #570760;
	background: #aa02b0;
	}
.titleBotImgRight {width: 1px; height: 1px;}

/****** Bottom ******/

/************* end Fieldset ***************/

/*****************************************************************************/

/************* userHome - there is an ability to use the button 'Logout' at the header or at the footer *******************/

td.userHome {padding:7;}
td.userHomeTitle {
	display: none;
	white-space: normal;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #570760;
	border-right: 0px solid #570760;
	border-bottom: 0px solid #570760;
	border-left: 0px solid #570760;
	background: #ffffff;
	}

div.userHomeTop {					/* the button 'Logout' at the header */
	display: none;
	margin: 0px 0px 0px 0px;
	background: none;
	padding: 0px 0px 0px 0px;
	border: 0px solid #570760;
	}
div.userHomeTop td	{padding:0 0 0 20;background: none;border:none;}
div.userHomeTop td a {color:#fff;text-decoration:underline;}
div.userHomeTop td a:hover {color:#fff;text-decoration:none;}

div.userHome {						/* the button 'Logout' at the footer */
	display: auto;
	margin: 0px 0px 0px 0px;
	background: none;
	padding: 0px 0px 0px 0px;
	border: none;
	}
div.userHome td	{
	padding:5 20 5 20;
	background: #ffffff;
	border: 1px solid #ccc;
}
div.userHome td a {color:#fff;text-decoration:underline;}
div.userHome td a:hover {color:#fff;text-decoration:none;}

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:auto;}	/* '|' between button */

a.customButton, a.customButton:visited {
	color: #FFFFFF;
	font-family: tahoma, arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	border: 1px solid #570760;
	background-color: #8E0192;
	padding:1px 3px 2px 3px;
}
a.customButton:hover, a.customButton:active {
	color: #FFFFFF;
	font-family: tahoma, arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	border: 1px solid #570760;
	background-color: #aa02b0;
	padding:1px 3px 2px 3px;
}
a.button:link, a.button:visited {
	color: #FFFFFF;
	font-family: tahoma, arial,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration:none;
	border: 1px solid #570760;
	background-color: 570760;
	padding-left:3px;
	padding-right:3px;
}
a.button:hover, a.button:active {
	color: #FFFFFF;
	font-family: tahoma, arial,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration:none;
	border: 1px solid #570760;
	background-color: #aa02b0;
	padding-left:3px;
	padding-right:3px;
}
a.button#add span 		{display:auto;}		/* add to cart (products categories, product details) */
a.button#add img 		{display:none;}
a.button#view span 		{display:auto;}		/* view cart (products categories, product details) */
a.button#view img 		{display:none;}
a.button#check span 	{display:auto;}		/* check out (products categories, product details) */
a.button#check img 		{display:none;}

a.buttonBasket:link, a.buttonBasket:visited {}
a.buttonBasket:hover, a.buttonBasket:active {}

a.buttonBasket#shopping span 	{display:auto;}			/* Continue shopping (basket) */
a.buttonBasket#shopping img 	{display:none;}
a.buttonBasket#retrieve span 	{display:auto;}			/* Retrieve Cart (basket) */
a.buttonBasket#retrieve img 	{display:none;}
a.buttonBasket#save span 		{display:auto;}			/* Save cart (basket) */
a.buttonBasket#save img 		{display:none;}
a.buttonBasket#clear span 		{display:auto;}			/* Clear cart (basket) */
a.buttonBasket#clear img 		{display:none;}
a.buttonBasket#checkout span 	{display:auto;}			/* Checkout (basket) */
a.buttonBasket#checkout img 	{display:none;}

a.buttonCart:link, a.buttonCart:visited {}
a.buttonCart:hover, a.buttonCart:active {}

a.buttonCart#check span 	{display:auto;}		/* Checkout (small cart) */
a.buttonCart#check img 		{display:none;}
a.buttonCart#amend span 	{display:auto;}		/* Amend cart (small cart) */
a.buttonCart#amend img 		{display:none;}
a.buttonCart#view span 		{display:auto;}		/* View cart (small cart) */
a.buttonCart#view img 		{display:none;}

a.buttonMore:link, a.buttonMore:visited {}
a.buttonMore:hover, a.buttonMore:active {}

a.buttonMore span 	{display:auto;}		/* read more... (special offers, etc.) */
a.buttonMore img 	{display:none;}

.disabled {							/* disadled add to cart */
	color: #FFFFFF;
	cursor: hand;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 8pt;
	text-decoration:none;
	border: 1px solid #570760;
	background: 570760;
	padding-left:3px;
	padding-right:3px;
}

/************* Button Links *******************/

/*****************************************************************************/

/************* Category *******************/

.topCategory {
	background: transparent;
	margin: 0 0 0 0;
	padding: 3 0 3 0;
	color: #FFFFFF;
}
.selectedtopCategory {
	margin: 0 0 0 0;
	padding: 3 0 3 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #FFFFFF;
}
        
.subCategory {
	background: transparent;
	margin: 0 0 0 0;
	padding: 1 0 1 0;
	color: #FFFFFF;
}
.selectedsubCategory {
	margin: 0 0 0 0;
	padding: 1 0 1 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #FFFFFF;
}

.topCategory .category_img, .subCategory .category_img, .selectedtopCategory .category_img, .selectedsubCategory .category_img {
	margin: 0 0 0 5;
	color: #FFFFFF;
}

/************* 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: 570760;
	font-weight: bold;
}
.forumUser { color: black; font-weight: bold; }
.forumGuest       	{color: black;  font-weight: bold; font-style: italic;}
.forumMessageLeft {
	background: #ffffff;
	border-left:1px solid #570760;
	border-top:1px solid #570760;
	border-bottom:1px solid #570760;
}
.forumMessageRight {
	background: #570760;
	border: 1px solid #570760;
}
.forumMessageTop {
	background: #570760;
	border-bottom: 1px solid #570760;
}

/*****************************************************************************/

/************* Footer *******************/

.footerMenu	{text-align:center; font-size:8pt;margin-top:10;}
.footerMenu	span {padding: 0 0 0 5;}
.footerHTML	{text-align:center;margin:10 0 10 0;}
.footerHTML font	{font-size:12px;}
.footerImg	{text-align:right;}
.footerImg img		{width: 80px; height: 26px; border:0px;}

/************* Footer *******************/


.commonbg { background: #FFFFFF; }
.headerbg {
	background: 000
.;
}
.middlebg {
}
.usualbg  {
}
.errorbg  {
	background: #570760;
}


body		{font: 8pt Tahoma, Verdana, Arial, sans-serif; color: black; margin: 0; padding: 0;}
body.popup	{font: 8pt Tahoma, Verdana, Arial, sans-serif; color: black; margin: 0; padding: 0;}


tr, td					{font-size:8pt; font-family: Tahoma, Verdana, Arial, sans-serif; color: black; }
tr.usual, td.usual		{
	color:#000000;
}
tr.header, td.header	{
	color: black;
}
tr.middle, td.middle	{
	font-weight: bold;
}
tr.error, td.error		{
	background-color: #ffffff;
	color: #FF0000;
	font-weight: bold;
}

td.padding10px			{padding: 10px;}

td.padding5px			{padding:5px;}

.tab				{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	background: #ffffff;
}
.tab:hover			{text-decoration: none; }
.tabActive			{
	font-family: Arial,Tahoma;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	background: #ffffff;
	color: #000000;
}
.tabActive:hover	{
	text-decoration: none;
	color: #000000;
}
.tabline 			{
	background: #ffffff;
}

div.adminTab 			{
	font-size:11px;
	border-bottom:#880c8b 1px solid;
	border-left:#880c8b 1px solid;
	border-right:#880c8b 1px solid;
	border-top:#880c8b 1px solid;
	padding: 3px 8px 2px 8px;
	margin:3px 2px 0px 2px;
	cursor:hand;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	background:#ffffff;
	moz-border-radius:4px 4px 0px 0px;
	whitespace:nowrap;
	white-space: nowrap;
}
div.adminTabActive 	{
	font-size:11px;
	border-right:#880c8b 1px solid;
	border-left:#880c8b 1px solid;
	border-top:#880c8b 2px solid;
	border-bottom:0px solid;
	padding: 5px 9px 4px 9px;
	margin:3px 0px 0px 0px;
	font-weight:bold;
	cursor:default;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	background-color:#ffffff;
	moz-border-radius:4px 4px 0px 0px;
	whitespace:nowrap;
	white-space: nowrap;
}
td.adminTab			{
	border-bottom: 1px solid #880c8b;
}
td.adminTabActive	{border: 0px;}
td.beginTab			{
	padding: 0px 4px;
	border-bottom: 1px solid #570760;
}
td.endTab			{
	padding: 0px 4px;
	width: 100%;
	border-bottom: 1px solid #880c8b;
}

input				{}
input.usualprice	{
	background-color: #ffffff;
	border: none;
	text-align: right;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 8pt;
}
input.orderprice	{
	background-color: #ffffff;
	border: none;
	text-align: right;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
input.search		{
	font-family:Tahoma,Verdana,Arial,sans-serif;
	font-size:8pt;
	width:125px;
	border-left: #570760 1px solid;
	border-top: #570760 1px solid;
	border-right: #570760 1px solid;
	border-bottom: #570760 1px solid;
	color:570760
}
input.text			{
	font-family:Tahoma,Verdana,Arial,sans-serif;
	font-size:8pt;
	border-left: #570760 1px solid;
	border-top: #570760 1px solid;
	border-right: #570760 1px solid;
	border-bottom: #570760 1px solid;
	color:570760
}
input.submit		{
	font-family:Tahoma,Verdana,Arial,sans-serif;
	font-size:8pt;
	padding-left:5px;
	padding-right:5px;
	height:19px;
	color: 570760;
}
select				{
	font-family:Tahoma,Verdana,Arial,sans-serif;
	font-size:8pt;
	color:570760
}
select.search		{
	font-family:Tahoma,Verdana,Arial,sans-serif;
	font-size:8pt;
	color:570760
}
textarea			{
	font-family:Tahoma,Verdana,Arial,sans-serif;
	font-size:8pt;
	border: #570760 1px solid;
	border-top: #570760 1px solid;
	border-right: #570760 1px solid;
	border-bottom: #570760 1px solid;
	color:570760
}


form { margin: 0; }


a.header			{
	color: #000;
	text-decoration: none;
}
a.header:hover 		{
	color: 570760;
	text-decoration: underline;
}
a.title 			{}
a.title:hover 		{}
a.smallText 		{color: #000000; text-decoration: none; font-size: 8pt;}
a.smallText:hover 	{
	color: 570760;
	text-decoration: underline;
	font-size: 8pt;
}
a 					{color: black; text-decoration: underline;}
a:hover 			{
	color: 570760;
	text-decoration: underline;
}


ol {
	color:#3B3B3B;
	margin-left:25px;
	margin-bottom:5px
}
ul.faq {margin-left:35px; margin-bottom:0px; list-style:circle}
li {font-family:Tahoma,Verdana,Arial,sans-serif; font-weight:normal; color:black; margin-left:-5px; margin-bottom:7px}

.titleText			{color: #000; text-decoration: underline;}

.articleDate	{
	font-size: 8pt;
	color: 570760;
	margin-bottom: 5px;
}
.realprice		{text-decoration: line-through; border: none; background: transparent; font-size:8pt; font-family: Tahoma, Verdana, Arial, sans-serif;}
.ourprice		{
	color: #570760;
	font-weight: bold;
	border: none;
	background: transparent;
	font-size:8pt;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}
.taxprice		{
	color: #570760;
	font-size:8pt;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}
.editprice    {font-family:Tahoma,Verdana,Arial,sans-serif; width: 80px; font-size:8pt; color:black}
.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: #570760;
}
.message		{
	font-size: 9pt;
	color: #000000;
}
.title			{font-family:Arial,Tahoma,Verdana,sans-serif; font-size:9pt; text-decoration:none; color: #000000; font-weight:bolder;}
.bigtitle		{font-family:Arial,Tahoma,Verdana,sans-serif; font-size:11pt; text-decoration:underline; color: #000000; font-weight:bolder;}
.price			{font-family:Arial,Tahoma,Verdana,sans-serif; font-size:large; color: #570760; font-weight:bolder;}
.error			{
	color: #aa02b0;
	font-size:9pt
}
.terms      {
	height: 300px;
	width: 600px;
	overflow: auto;
	border: 5px solid silver;
}


.subMenuBlock {
	display:none;
	position:absolute;
	border-top: 1px solid black;
	border-left: 1px solid black;
	text-align: left;
	z-index: 2500;
}

a.subMenu {
	width: 150px;
	padding-left: 10px;
	padding-right:20px;
	padding-bottom: 7px;
	padding-top: 7px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	display:block;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
	color:black;
	text-decoration:none;
}

a.subMenu:hover, a.subMenu:hover:active{
	background:#aa02b0;
	color:black;
	display:block;
	text-decoration:none;
}
/*************  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;}

a.sidemenus {
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
}
a.sidemenus:hover {
	text-decoration:underline;
	color:#FFFFFF;
	font-weight: bold;
}


