.pageTitle {
	color: #0066ff;
	font-family: sans-serif;
	font-size: 32px;
	font-variant: small-caps;
	font-weight: bold;
	position: relative;
	width: 100%;
	display: table;
	padding: 10px;
}

.pageTitle_row {
	width: 100%;
	display: table-row;
}

.pageTitle_cell {
	display: table-cell;
}

table.menuBlock {
	position: absolute;
	z-index: 50;
	left: 0px;
	top: 100px;
	width: 180px;
	display: table;
	margin: 0px;
	padding: 0px;
	background-color: black;
	-webkit-box-shadow: 5px -5px 10px #4a4a4a;
    -moz-box-shadow: 5px -5px 10px #4a4a4a;
    box-shadow: 5px -5px 10px #4a4a4a;
    border-bottom-right-radius: 50px;
}

table.subMenuBlock {
	position: absolute;
	z-index: 55;
	display: none;
	margin: 0px;
	padding: 0px;
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}

tr.menuRow {
	display: table-row;
	height: 25px;
	margin: 0px;
	background-color: #000;
}

tr.menuRow:hover {
	display: table-row;
	height: 25px;
	margin: 0px;
	background-color: #139476;
}

tr.subMenuRow {
	display: table-row;
	height: 25px;
	margin: 0px;
	background-image: url('../images/menu_orange.png');
	background-repeat: repeat-x;
}

tr.subMenuRow:hover {
	display: table-row;
	height: 25px;
	margin: 0px;
	background-image: url('../images/menu_red.png');
	background-repeat: repeat-x;
}

td.menuItem {
	display: table-cell;
	color: white;
	text-align: left;
	padding-left: 10px;
	vertical-align: middle;
	margin: 0px;
}

a.breadcrumb {
	text-shadow: 1px 1px 1px #2c2c2c;
	border-color: white;
	border-style: none;
	border-width: 0px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a.breadcrumb:hover {
	border-style: none;
	border-width: 0px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}


/****** Main Table ******/
.parent_table {
	position: absolute; 
	left: 0px; 
	top: 0px; 
	bottom: 0px; 
	width: 100%; 
	height: 100%; 
	border: none; 
	display: table;
}

.mainTable {
	top: -2px;
	width: 100%;
}

.mainTable75 {
	width: 75%;
}

.mainTable50 {
	width: 500px;
}

.mainTableCellLeft {
	margin-bottom: -3px;
	height: 100%;
	vertical-align: top;
}

.mainTableCellCenter {
	vertical-align: top;
}

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

.homeGreeting {
	padding: 10px;
	vertical-align: top;
}

.homeGreeting table {
	border-color: #CCC;
	border-style: solid;
	border-width: 1px;
	width: 100%;
}

.homeGreeting table td {
	padding: 5px;
}

.introBlock {
	border-color: #CCC;
	border-style: solid;
	border-width: 1px;
}

.introBlock td {
	padding: 6px;
}

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

/****** Menu ******/.headerMenu {
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	width: 100%;
}

.headerMenu td#logo {
	background-image: url(../images/classic/green/bg-top.gif);
	vertical-align: top;
}

.headerMenu td#logo img {
	background-image: url(../images/classic/green/logo.gif);
	border-color: #333;
	border-style: solid;
	border-width: 0px;
	height: 81px;
	width: 176px;
}

.headerMenu td#logoL {
	display: none;
}

.headerMenu td#menu {
	background-image: url(../images/classic/bg.gif);
	background-repeat: repeat-x;
	width: 100%;
}

.headerMenu td#menu img#Img {
	height: 0px;
	width: 0px;
}

.headerMenu td#menu table {
	width: auto;
}

.headerMenu td#menu td {
	text-align: center;
}

/****** Menu ******/
.titleTopLeft {
	border-bottom-color: #CCC;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-left-color: #CCC;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #CCC;
	border-right-style: solid;
	border-right-width: 0px;
	border-top-color: #CCC;
	border-top-style: solid;
	border-top-width: 1px;
	width: 20px;
}

.titleTopImgLeft {
	height: 1px;
	width: 20px;
}

.titleTopCenter {
	border-bottom-color: #CCC;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-left-color: #CCC;
	border-left-style: solid;
	border-left-width: 0px;
	border-right-color: #CCC;
	border-right-style: solid;
	border-right-width: 0px;
	border-top-color: #CCC;
	border-top-style: solid;
	border-top-width: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	white-space: normal;
}

.titleTopCenter div {
	border-color: #6EE580;
	border-style: solid;
	border-width: 1px;
	bottom: 10px;
	color: #000000;
	display: inline-block;
	font-family: tahoma,sans-serif,arial,verdana;
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-bottom: 2px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	position: relative;
	text-transform: normal;
	z-index: 2000;
}

.titleTopRight {
	border-bottom-color: #CCC;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-left-color: #CCC;
	border-left-style: solid;
	border-left-width: 0px;
	border-right-color: #CCC;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #CCC;
	border-top-style: solid;
	border-top-width: 1px;
	width: 20px;
}

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

/****** Top ******//****** Center ******/
.block {
	border-bottom-color: #CCC;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-left-color: #CCC;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #CCC;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #CCC;
	border-top-style: solid;
	border-top-width: 0px;
}

/****** Center ******//****** Bottom ******/
.titleBot {
	margin-bottom: 25px;
}

.titleBotLeft {
	border-bottom-color: #CCC;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-left-color: #CCC;
	border-left-style: solid;
	border-left-width: 0px;
	border-right-color: #CCC;
	border-right-style: solid;
	border-right-width: 0px;
	border-top-color: #CCC;
	border-top-style: solid;
	border-top-width: 0px;
	width: 20px;
}

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

.titleBotRight {
 	border-bottom-color: #CCC;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-left-color: #CCC;
	border-left-style: solid;
	border-left-width: 0px;
	border-right-color: #CCC;
	border-right-style: solid;
	border-right-width: 0px;
	border-top-color: #CCC;
	border-top-style: solid;
	border-top-width: 0px;
	width: 100%;
}

.titleBotImgRight {
	height: 1px;
	width: 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 {
	background-color: #f3f3f3;
	border-bottom-color: #CCC;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-left-color: #CCC;
	border-left-style: solid;
	border-left-width: 0px;
	border-right-color: #CCC;
	border-right-style: solid;
	border-right-width: 0px;
	border-top-color: #CCC;
	border-top-style: solid;
	border-top-width: 1px;
	display: none;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	white-space: normal;
}

div.userHomeTop {
	background-image: none;
	border-color: #626ABC;
	border-style: solid;
	border-width: 0px;
	display: none;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

div.userHomeTop td {
	background-image: none;
	border-style: none;
	padding-bottom: 0;
	padding-left: 20;
	padding-right: 0;
	padding-top: 0;
}

div.userHomeTop td a {
	color: #fff;
	text-decoration: underline;
}

div.userHomeTop td a:hover {
	color: #fff;
	text-decoration: none;
}

div.userHome {
	background-image: none;
	border-style: none;
	display: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

div.userHome td {
	background-color: #CCC;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 5;
	padding-left: 20;
	padding-right: 20;
	padding-top: 5;
}

div.userHome td a {
	color: #fff;
	text-decoration: underline;
}

div.userHome td a:hover {
	color: #fff;
	text-decoration: none;
}

td.userHome img.orders {
	background-image: url(../images/icons/admin_orders.gif);
	background-repeat: no-repeat;
	border-width: 0px;
	float: left;
	height: 50px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 5;
	margin-top: 0;
	width: 50px;
}

td.userHome img.profile {
	background-image: url(../images/icons/user_profile.gif);
	background-repeat: no-repeat;
	border-width: 0px;
	float: left;
	height: 50px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 5;
	margin-top: 0;
	width: 50px;
}

td.userHome img.arr {
	background-image: url(../images/icons/arr.gif);
	background-repeat: no-repeat;
	border-width: 0px;
	height: 16px;
	margin-bottom: 0;
	margin-left: 55;
	margin-right: 5;
	margin-top: 0;
	width: 15px;
}

td.userHome img.support {
	background-image: url(../images/icons/admin_support.gif);
	background-repeat: no-repeat;
	border-width: 0px;
	float: left;
	height: 50px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 5;
	margin-top: 0;
	width: 50px;
}

td.userHome img.forum {
	background-image: url(../images/icons/admin_forum.gif);
	background-repeat: no-repeat;
	border-width: 0px;
	float: left;
	height: 50px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 5;
	margin-top: 0;
	width: 50px;
}

td.userHome img.products {
	background-image: url(../images/icons/admin_products.gif);
	background-repeat: no-repeat;
	border-width: 0px;
	float: left;
	height: 50px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 5;
	margin-top: 0;
	width: 50px;
}

td.userHome img.pages {
	background-image: url(../images/icons/admin_pages.gif);
	background-repeat: no-repeat;
	border-width: 0px;
	float: left;
	height: 50px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 5;
	margin-top: 0;
	width: 50px;
}

td.userHome img.merchant {
	background-image: url(../images/icons/admin_affiliates.gif);
	background-repeat: no-repeat;
	border-width: 0px;
	float: left;
	height: 50px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 5;
	margin-top: 0;
	width: 50px;
}

td.userHome img.affiliates {
	background-image: url(../images/icons/admin_affiliates.gif);
	background-repeat: no-repeat;
	border-width: 0px;
	float: left;
	height: 50px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 5;
	margin-top: 0;
	width: 50px;
}

td.userHome img.payments {
	background-image: url(../images/icons/admin_payments.gif);
	background-repeat: no-repeat;
	border-width: 0px;
	float: left;
	height: 50px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 5;
	margin-top: 0;
	width: 50px;
}

td.userHome img.carts {
	background-image: url(../images/icons/admin_carts.gif);
	background-repeat: no-repeat;
	border-width: 0px;
	float: left;
	height: 50px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 5;
	margin-top: 0;
	width: 50px;
}

td.userHome div {
	margin-left: 55px;
}

td#butTd span#spacer {
	display: auto;
}

a.button:link, a.button:visited {
	background-color: silver;
	border-style: solid;
	border-width: 1px;
	color: black;
	font-family: tahoma, arial,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
}

a.button:hover, a.button:active {
	background-color: #6EE580;
	border-style: solid;
	border-width: 1px;
	color: blue;
	font-family: tahoma, arial,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
}

a.button#add span {
	display: auto;
}

a.button#add img {
	display: none;
}

a.button#view span {
	display: auto;
}

a.button#view img {
	display: none;
}

a.button#check span {
	display: auto;
}

a.button#check img {
	display: none;
}

a.buttonBasket#shopping span {
	display: auto;
}

a.buttonBasket#shopping img {
	display: none;
}

a.buttonBasket#retrieve span {
	display: auto;
}

a.buttonBasket#retrieve img {
	display: none;
}

a.buttonBasket#save span {
	display: auto;
}

a.buttonBasket#save img {
	display: none;
}

a.buttonBasket#clear span {
	display: auto;
}

a.buttonBasket#clear img {
	display: none;
}

a.buttonBasket#checkout span {
	display: auto;
}

a.buttonBasket#checkout img {
	display: none;
}

a.buttonCart#check span {
	display: auto;
}

a.buttonCart#check img {
	display: none;
}

a.buttonCart#amend span {
	display: auto;
}

a.buttonCart#amend img {
	display: none;
}

a.buttonCart#view span {
	display: auto;
}

a.buttonCart#view img {
	display: none;
}

a.buttonMore span {
	display: auto;
}

a.buttonMore img {
	display: none;
}

.disabled {
	border-style: solid;
	border-width: 1px;
	color: gray;
	cursor: hand;
	font-family: tahoma, arial,sans-serif;
	font-size: 8pt;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
}

/************* Button Links *******************//*****************************************************************************//************* Category *******************/.topCategory {
	background-color: transparent;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	padding-bottom: 3;
	padding-left: 0;
	padding-right: 0;
	padding-top: 3;
}

.selectedtopCategory {
	background-color: #E1E1E1;
	border-bottom-color: #CACACA;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #CACACA;
	border-top-style: solid;
	border-top-width: 1px;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	padding-bottom: 3;
	padding-left: 0;
	padding-right: 0;
	padding-top: 3;
}

.subCategory {
	background-color: transparent;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

.selectedsubCategory {
	background-color: #E1E1E1;
	border-bottom-color: #CACACA;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #CACACA;
	border-top-style: solid;
	border-top-width: 1px;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

.topCategory .category_img, .subCategory .category_img, .selectedtopCategory .category_img, .selectedsubCategory .category_img {
	margin-bottom: 0;
	margin-left: 5;
	margin-top: 0;
}

/************* Category *******************//*****************************************************************************//************* Offers *******************/#offerTitle {
	display: none;
}

.offerImg {
	text-align: left;
}

.offerImg img {
	float: left;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 5;
	margin-top: 0;
}

.offerImg div {
	text-align: justify;
}

.offerImg div#offerText {
	display: ;
}

/************* Forum *******************/.forumAdmin {
	color: blue;
	font-weight: bold;
}

.forumUser {
	color: black;
	font-weight: bold;
}

.forumMessageLeft {
	background-color: #f3f3f3;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
}

.forumMessageRight {
	background-color: #f3f3f3;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
}

.forumMessageTop {
	background-color: #dedede;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

/*****************************************************************************//************* Footer *******************/.footerMenu {
	font-size: 8pt;
	margin-top: 10;
	text-align: center;
}

.footerHTML {
	margin-bottom: 10;
	margin-left: 0;
	margin-top: 10;
	text-align: center;
}

.footerHTML font {
	font-size: 12px;
}

.footerImg {
	text-align: right;
}

.footerImg img {
	background-image: url(../images/button-powered.gif);
	background-repeat: no-repeat;
	border-width: 0px;
	height: 26px;
	width: 75px;
}

/************* Footer *******************/
.commonbg {

}

.headerbg {
	background-color: #FFFFFF;
}

.middlebg {
	background-color: #FFFFFF;
}

.usualbg {
	background-color: #FFFFFF;
}

.errorbg {
	background-color: #FFFFFF;
}

body {
	color: black;
	font-family: tahoma, verdana, sans-serif;
	font-size: 8pt;
	margin: 0;
	padding: 0;
}

body.popup {
	color: black;
	font-family: tahoma, verdana, sans-serif;
	font-size: 8pt;
	margin: 0;
	padding: 0;
}

tr, td {
	color: black;
	font-family: tahoma,verdana,sans-serif;
	font-size: 8pt;
}

tr.usual, td.usual {
	background-color: #FFFFFF;
}

tr.header, td.header {
	background-color: #FFFFFF;
	color: black;
}

tr.middle, td.middle {
	background-color: #FFFFFF;
	font-weight: bold;
}

tr.error, td.error {
	background-color: #FFFFFF;
	color: #cc0000;
	font-weight: bold;
}

td.tab {
	background-image: url(../images/menu_bg.png);
}

td.breadcrumbBar {
	background-image: url(../images/buttons/dynamic/large/blue/middle.png);
}

td.breadcrumbBar:hover {
	background-image: url(../images/buttons/dynamic/large/green/middle.png);
}

td.tabActive {
	background-image: url(../images/menu_red.png);
}

.tabline {
}

.adminTab {
	background-color: #F5F3EB;
	border-bottom-color: #919b9c;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #91a7b4;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #91a7b4;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #91a7b4;
	border-top-style: solid;
	border-top-width: 1px;
	cursor: hand;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 3px;
	margin-top: 3px;
	moz-border-radius: 4px 4px 0px 0px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	whitespace: nowrap;
}

.adminTabActive {
	background-color: #FCFFD5;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-left-color: #919b9c;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #919b9c;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #FF8200;
	border-top-style: solid;
	border-top-width: 2px;
	cursor: default;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 3px;
	margin-top: 3px;
	moz-border-radius: 4px 4px 0px 0px;
	padding-bottom: 4px;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 5px;
	whitespace: nowrap;
}

input.usualprice {
	background-color: #F4F4F4;
	border-style: none;
	font-family: tahoma,verdana,sans-serif;
	font-size: 8pt;
	text-align: right;
}

input.orderprice {
	border-style: none;
	font-family: tahoma,verdana,sans-serif;
	font-size: 8pt;
	color: #5e5e5e;
	font-weight: bold;
	text-align: right;
}

input.payableprice {
	border-style: none;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}

input.search {
	border-bottom-color: #dcdcdc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #747474;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #dcdcdc;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #747474;
	border-top-style: solid;
	border-top-width: 1px;
	color: black;
	font-family: Tahoma,Verdana,Arial,sans-serif;
	font-size: 8pt;
	width: 150px;
}

input.text {
	border-bottom-color: #dcdcdc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #747474;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #dcdcdc;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #747474;
	border-top-style: solid;
	border-top-width: 1px;
	color: black;
	font-family: Tahoma,Verdana,Arial,sans-serif;
	font-size: 8pt;
}

input.submit {
	font-family: Tahoma,Verdana,Arial,sans-serif;
	font-size: 8pt;
	height: 19px;
	padding-left: 5px;
	padding-right: 5px;
}

select {
	color: black;
	font-family: Tahoma,Verdana,Arial,sans-serif;
	font-size: 8pt;
}

select.search {
	color: black;
	font-family: Tahoma,Verdana,Arial,sans-serif;
	font-size: 8pt;
}

textarea {
	border-bottom-color: #dcdcdc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #747474;
	border-right-color: #dcdcdc;
	border-right-style: solid;
	border-right-width: 1px;
	border-style: solid;
	border-top-color: #747474;
	border-top-style: solid;
	border-top-width: 1px;
	border-width: 1px;
	color: black;
	font-family: Tahoma,Verdana,Arial,sans-serif;
	font-size: 8pt;
}

form {
	margin: 0;
}

a.header {
	color: #000;
	text-decoration: underline;
}

a.header:hover {
	color: #00f;
	text-decoration: underline;
}

a.title {
	color: #0000CC;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

a.title:hover {
	color: #6666ff;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

a.smallText {
	color: #000000;
	font-size: 8pt;
	text-decoration: none;
}

a.smallText:hover {
	color: blue;
	font-size: 8pt;
	text-decoration: underline;
}

a {
	color: black;
	text-decoration: underline;
}

a:hover {
	color: blue;
	text-decoration: underline;
}

.articleDate {
	color: #7777CC;
	font-size: 8pt;
	margin-bottom: 5px;
}

.realprice {
	background-color: transparent;
	border-style: none;
	font-family: tahoma,verdana,sans-serif;
	font-size: 8pt;
	text-decoration: line-through;
}

.ourprice {
	background-color: transparent;
	border-style: none;
	color: #d50000;
	font-family: tahoma,verdana,sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

.taxprice {
	color: #d50000;
	font-family: tahoma,verdana,sans-serif;
	font-size: 8pt;
}

.editprice {
	color: black;
	font-family: Tahoma,Verdana,Arial,sans-serif;
	font-size: 8pt;
	width: 80px;
}

.top {
	font-size: 8pt;
	padding-bottom: 2;
	padding-left: 0;
	padding-right: 0;
	padding-top: 2;
}

.smallText {
	font-size: 8pt;
}

.middleText {
	font-size: 9pt;
}

.bigText {
	font-size: 10pt;
}

.comment {
	color: #7777CC;
	font-size: 8pt;
}

.message {
	color: #0000CC;
	font-size: 9pt;
}

.title {
	color: #000000;
	font-family: Arial,Tahoma,Verdana,sans-serif;
	font-size: 9pt;
	font-weight: bolder;
	text-decoration: none;
}

.bigtitle {
	color: #000000;
	font-family: Arial,Tahoma,Verdana,sans-serif;
	font-size: 11pt;
	font-weight: bolder;
	text-decoration: underline;
}

.error {
	color: #cc0000;
	font-size: 9pt;
}

/*************  Manual  ***************/.level1 {
	padding-bottom: 2;
	padding-left: 15;
	padding-right: 2;
	padding-top: 2;
}

.level1 a {
	font-weight: bold;
}

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

.level2 {
	padding-bottom: 2;
	padding-left: 30;
	padding-right: 2;
	padding-top: 2;
}

.level3 {
	padding-bottom: 2;
	padding-left: 40;
	padding-right: 2;
	padding-top: 2;
}

.level4 {
	padding-bottom: 2;
	padding-left: 50;
	padding-right: 2;
	padding-top: 2;
}

/*************  Left Menu  ***************/.menuLeft .level1 {
	padding-bottom: 2;
	padding-left: 5;
	padding-right: 2;
	padding-top: 2;
}

.menuLeft .level2 {
	padding-bottom: 2;
	padding-left: 15;
	padding-right: 2;
	padding-top: 2;
}

.menuLeft .level3 {
	padding-bottom: 2;
	padding-left: 30;
	padding-right: 2;
	padding-top: 2;
}

.menuLeft .level4 {
	padding-bottom: 2;
	padding-left: 40;
	padding-right: 2;
	padding-top: 2;
}

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

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

.blockTitle {
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	color: #353535;
	font-variant: normal;
	font-weight: normal;
	font-size: 12pt;
}

.ListViewPrice {
	padding-top: 15px;
	text-decoration: none;
	color: #585858;
	font-size: 20px;
	font-weight: bold;
}

tr.OptionList {
}

tr.OptionList:hover {
	background-color: #86bcff;
}

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

a.admin_code {
	text-decoration: none;
	color: #585858;
	font-size: 6pt;
}

a.noUnderline {
	text-decoration: none;
}

table.tab {
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

tr.side_menu {
	background-repeat: repeat-x;
	text-shadow: 1px 1px 1px #2c2c2c;
	border-color: white;
	border-style: none;
	border-width: 0px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	height: 24px;
	background-image: url(../images/menu_bg.png);
}

tr.side_menu:hover {
	text-shadow: 1px 1px 1px #2c2c2c;
	border-color: white;
	border-style: none;
	border-width: 0px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	height: 24px;
	background-image: url(../images/menu_red.png);
	background-repeat: repeat-x;
}

tr.side_menu_active {
	text-shadow: 1px 1px 1px #2c2c2c;
	border-color: white;
	border-style: none;
	border-width: 0px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	height: 24px;
	background-image: url(../images/menu_red.png);
	background-repeat: repeat-x;
}

