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

.mainTable {width: 100%; background: url(../images/absoluteind/main-bbgr.gif) repeat-x left bottom;}
.mainTable75 {width: 75%;}
.mainTable50 {width: 500px;}

.mainTableCell		 	{padding: 25px 10px 30px 10px; vertical-align: top;}
.mainTableCellLeft 		{padding: 25px 0px 30px 10px; vertical-align: top;}
.mainTableCellCenter 	{padding: 25px 10px 30px 10px; vertical-align: top;}
.mainTableCellRight 	{padding: 25px 10px 30px 0px; vertical-align: top;}

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

.introBlock {border: 1px solid #3F474B;}
.introBlock td {padding: 6px;}

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

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

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

.headerMenu {position: relative; width: 100%; margin: 0px; padding: 0px; background: url(../images/absoluteind/logo-bgr.gif) no-repeat left top; border-bottom: 1px solid #000;}

.headerMenu td#logo  {display: none;}
.headerMenu td#logo img {}
	
.headerMenu td#logoL {width: 201px;}
.headerMenu td#logoL img {margin: 3px 37px 5px 30px; border: 0px;}

.headerMenu td#menu {width: 100%; padding: 35px 0px 0px 0px; vertical-align: bottom;}
.headerMenu td#menu img.Img {width: 0px; height: 0px;}
.headerMenu td#menu table {width: auto;}
.headerMenu td#menu td {text-align: center;}
.headerMenu td#menu td.topmenu {padding: 0px 13px 0px 0px;}

/* Active & Noneactive links in menu */
a.menu:link, a.menu:visited, a.menu:hover, a.menu:active 
{display: block; background: url(../images/absoluteind/tmenu-l.png) no-repeat left; padding: 0px 0px 0px 11px; color: #FFFFFF; text-decoration: none; font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif; text-transform: uppercase;}
a.menu span {display: block; background: url(../images/absoluteind/tmenu-r.png) no-repeat right; padding: 4px 16px 4px 5px;} 

a.menuActive:link, a.menuActive:visited, a.menuActive:hover, a.menuActive:active 
{display: block; background: url(../images/absoluteind/tmenu-a-l.png) no-repeat left; padding: 0px 0px 0px 11px; color: #000000; text-decoration: none; font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif; text-transform: uppercase;}
a.menuActive span {display: block; background: url(../images/absoluteind/tmenu-a-r.png) no-repeat right; padding: 4px 16px 4px 5px;} 

* html a.menu:link, * html a.menu:visited, * html a.menu:hover, * html a.menu:active 
{display: block; background: url(../images/absoluteind/tmenu-l.gif) no-repeat left;}
* html a.menu span {display: block; background: url(../images/absoluteind/tmenu-r.gif) no-repeat right;} 

* html a.menuActive:link, * html a.menuActive:visited, * html a.menuActive:hover, * html a.menuActive:active 
{display: block; background: url(../images/absoluteind/tmenu-a-l.gif) no-repeat left;}
* html a.menuActive span {display: block; background: url(../images/absoluteind/tmenu-a-r.gif) no-repeat right;} 
/*
* html a.menu {//background: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/absoluteind/tmenu-l.png',sizingMethod='crop');}
* html a.menu span {//background: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/absoluteind/tmenu-r.png',sizingMethod='crop');}

* html a.menuActive {//background: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/absoluteind/tmenu-a-l.png',sizingMethod='crop');}
* html a.menuActive span {//background: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/absoluteind/tmenu-a-r.png',sizingMethod='crop');}
*/
/****** Sub Menu ******/

.subMenuBlock {
	display:none;
	position:absolute;
	border-top: 1px solid #3F474B; 
	border-left: 1px solid #3F474B;
	z-index: 2500;
}

a.subMenu {
	width: 150px;
	padding: 6px 20px 6px 10px;
	border-right: 1px solid #3F474B;
	border-bottom: 1px solid #3F474B;
	display:block;
	font: 11px tahoma, verdana, sans-serif; 
	color: #FFFFFF;
	text-decoration:none;
	text-align: left;
	background: #000000;
}

a.subMenu:hover, a.subMenu:active {
	background: #3F474B; 
	color: #000000;
	display:block;
	text-decoration:none;
}

/****** Secondary Menu ******/

table.secondaryMenu 		{width: auto; position: absolute; top: 89px; left: 201px;}
td#menu td#secondaryBegin img#Img	{width: 1px; height: 25px;}
a.secondaryMenu 			{display:block; font: bold 12px arial,tahoma,verdana,sans-serif; padding: 0px 20px 0px 0px; color: #FFF;}
a.secondaryMenu:hover 		{display:block; font: bold 12px arial,tahoma,verdana,sans-serif; padding: 0px 20px 0px 0px; color: #FFF;}
a.secondaryMenuActive 		{display:block; font: bold 12px arial,tahoma,verdana,sans-serif; padding: 0px 20px 0px 0px; color: #DDD; text-decoration: none;}
a.secondaryMenuActive:hover	{display:block; font: bold 12px arial,tahoma,verdana,sans-serif; padding: 0px 20px 0px 0px; color: #DDD; text-decoration: underline;}
td#menu td#secondaryEnd  	{width: auto;}
td#menu td#secondaryEnd  img#Img	{width: 1px; height: 25px;}

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

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

/************* Breadcrumb *******************/

.breadcrumb {border: 0px; margin: 0px 0px 10px 0px;}

.breadcrumbBegin {width: 1px;}
.breadcrumbBegin img {width: 1px; height: 1px;}

.breadcrumbDelimiter {width: 100%; padding: 6px 0px 6px 0px;}
.breadcrumbDelimiter td {}
.breadcrumbDelimiter b {color: #C5CCD0; font-size: 11px;}
.breadcrumbDelimiter a {color: #C5CCD0; text-decoration: none; font: normal normal normal 11px Arial;}
.breadcrumbDelimiter a:hover {color: #C5CCD0; text-decoration: underline; font: normal normal normal 11px Arial;}
.breadcrumbDelimiter span {display: none; color: #C5CCD0; font-size: 8pt;}
.breadcrumbDelimiter img {background: url(../images/absoluteind/br-delim.gif) no-repeat right top; width: 5px; height: 10px; border: none; margin: 0px 5px;}
	
.breadcrumbRSS {}

.breadcrumbEnd {width: 1px;}
.breadcrumbEnd img {width: 1px; height: 1px;}

/************* Breadcrumb *******************/
/*************** Order Pages ****************/
.breadcrumbDelimiter span.nonactive {font-size: 11pt; color: #aaaaaa; margin-right: 10px;}
.breadcrumbDelimiter span.active {font-size: 11pt; color: #444444; margin-right: 10px; font-weight: bold;}
/****************** end Order Pages ***********************************/

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

/************* Fieldset *******************/

/****** Top ******/
.titleTop {margin-top: 0px; background: #292839; border-left: 1px solid #212427;}
.titleTopLeft {width: 8px;	border: 0px;}
.titleTopImgLeft {width: 8px; height: 1px;}
.titleTopCenter {white-space: normal; padding: 8px 14px 0px 14px; border: 0px; border-bottom: 3px solid #1D1A2B;}
.titleTopCenter div {font: bold 18px Georgia, "Times New Roman", Times, serif; color: #FFBA00; padding: 4px 60px 1px 13px; text-transform: capitalize; background: #1D1B2B url(../images/absoluteind/fblock-l.gif) no-repeat right top;}
.titleTopCenter div b {}
.titleTopRight {width: 7px;	border: 0px;}
.titleTopImgRight {width: 7px; height: 1px;}
/****** Top ******/
/****** Center ******/
.block {background: #161323 url(../images/absoluteind/fblock-tbgr.gif) repeat-x right top; border-left: 1px solid #212427;}
.blockTD {padding: 10px;}
.menuLeft {padding: 10px;}
/****** Center ******/
/****** Bottom ******/
.titleBot {margin-bottom: 8px;}
.titleBotLeft {width: 1px;}
.titleBotImgLeft {width: 1px; height: 1px;}
.titleBotRight {width: 100%;}
.titleBotImgRight {width: 1px; height: 1px;}
/****** Bottom ******/

.bl_simple .titleTop, .bl_banners .titleTop, .bl_navigation .titleTop {display: none;}
.bl_simple .block, .bl_banners .block, .bl_navigation .block {background: none; border-left: none;}
table#user-home .titleTop {display: none;}
/************* end Fieldset ***************/

/***************custom block********************/
/***************custom block********************/

/***************custom blocks in left & right column********************/
.mainTableCellLeft .titleTop, .mainTableCellRight .titleTop  {background: none; border-left: none;}
.mainTableCellLeft .titleTopLeft, .mainTableCellRight .titleTopLeft  {width: 1px;	border: 0px;}
.mainTableCellLeft .titleTopImgLeft, .mainTableCellRight .titleTopImgLeft  {width: 1px; height: 1px;}
.mainTableCellLeft .titleTopCenter, .mainTableCellRight .titleTopCenter  {white-space: normal; padding: 0px 0px 0px 0px; border: 0px; border-bottom: none;}
.mainTableCellLeft .titleTopCenter table, .mainTableCellRight .titleTopCenter table  { width: 100%;}
.mainTableCellLeft .titleTopCenter div, .mainTableCellRight .titleTopCenter div  {text-align: center; padding: 4px 0px 4px 0px; text-transform: capitalize; background: none;}
.mainTableCellLeft .titleTopRight, .mainTableCellRight .titleTopRight  {width: 1px;	border: 0px;}
.mainTableCellLeft .titleTopImgRight, .mainTableCellRight .titleTopImgRight  {width: 1px; height: 1px;}
.mainTableCellLeft .block, .mainTableCellRight .block  {background: none; border-left: none;}
.mainTableCellLeft .block .blockTD, .mainTableCellRight .block .blockTD  {padding: 0px;}
.mainTableCellLeft .block .menuLeft, .mainTableCellRight .block .menuLeft  {padding: 0px;}
.mainTableCellLeft .titleBotLeft, .mainTableCellRight .titleBotLeft  {width: 1px;}
.mainTableCellLeft .titleBotImgLeft, .mainTableCellRight .titleBotImgLeft  {width: 1px; height: 1px;}
.mainTableCellLeft .titleBotRight, .mainTableCellRight .titleBotRight  {width: 100%;}
.mainTableCellLeft .titleBotImgRight, .mainTableCellRight .titleBotImgRight  {width: 1px; height: 1px;}

.mainTableCellLeft .bl_simple .titleTop, .mainTableCellLeft .bl_banners .titleTop, .mainTableCellLeft .bl_navigation .titleTop,
.mainTableCellRight .bl_simple .titleTop, .mainTableCellRight .bl_banners .titleTop, .mainTableCellRight .bl_navigation .titleTop
 {display: none;}
/***************custom blocks in left & right column********************/

/***************custom blocks offers and categories********************/
.bl_categoriescatalog .titleTop {margin-top: 0px; background: #FFFFFF; border-left: none;}
.bl_categoriescatalog .titleTopLeft {width: 8px;	border: 0px;}
.bl_categoriescatalog .titleTopImgLeft {width: 8px; height: 1px;}
.bl_categoriescatalog .titleTopCenter {white-space: normal; padding: 8px 14px 0px 14px; border: 0px; border-bottom: 3px solid #FFD666;}
.bl_categoriescatalog .titleTopCenter div {font: bold 18px Georgia, "Times New Roman", Times, serif; color: #000000; padding: 4px 60px 1px 13px; text-transform: capitalize; background: #FFD666 url(../images/absoluteind/bblock-r.gif) no-repeat right top;}
.bl_categoriescatalog .titleTopCenter div b {}
.bl_categoriescatalog .titleTopRight {width: 7px;	border: 0px;}
.bl_categoriescatalog .titleTopImgRight {width: 7px; height: 1px;}
.bl_categoriescatalog .block {background: #FFFFFF url(../images/absoluteind/bblock-cbbgr.jpg) repeat-y center top; border-left: none;}
.bl_categoriescatalog .blockTD {padding: 10px 10px 10px 18px;}

.bl_categoriescatalog a.bigtitle {font: bold 15px Arial, Helvetica, sans-serif; color: #000000; text-decoration: none;}
.bl_categoriescatalog a.bigtitle:hover {font: bold 15px Arial, Helvetica, sans-serif; color: #000000; text-decoration: underline;}
.bl_categoriescatalog a.smallText {font: 12px Arial, Helvetica, sans-serif; color: #000000; text-decoration: none;}
.bl_categoriescatalog a.smallText:hover {font: 12px Arial, Helvetica, sans-serif; color: #000000; text-decoration: underline;}
/***************custom blocks offers and categories********************/

.bl_search {border: 2px solid #feba00; margin: 0 auto 10px; width: 165px;}
.mainTableCellLeft .bl_search input.search, .mainTableCellRight .bl_search input.search {border: 1px solid #feba00;}

.bl_cart tr.header, .bl_cart td.header img {background-color: #3B3E3F; width: 100%; margin: 3px 0px;}
.bl_cart tr.middle, .bl_cart td.middle		{background: none;}

.bl_categorydescription .titleBot {display: none;}
.bl_productslist .titleTop {display: none;}
.bl_productslist .block {background: #161323; border-left: 1px solid #212427;}

.product_list td {color: #6B7E8E; padding: 1px;}
.product_list .th {background: url(../images/absoluteind/bgr-prd-list.gif) repeat-x center top; font: bold 13px Arial; color: #FFBA00; padding: 4px 2px;}
.product_list .priceBlock {color: #FFFFFF;}

.normal {}
.highlight {background-color: #2C283F;}
.highlight td {color: #FFBA00; padding: 1px;}
.highlight .priceBlock {color: #FFBA00;}

.bl_categoriescatalog_ .category_price {font: 15px Arial; margin: 5px 0px 15px 0px;}
.bl_categoriescatalog_ .short_description {margin: 0px 0px 0px 0px;}
.bl_categoriescatalog_ .short_button {display: block; margin: 5px 0px 5px 0px;}

.bl_login .loginlink {background: url(../images/absoluteind/arrow-b.gif) no-repeat left 3px; padding: 0px 0px 0px 12px;}

.bl_latest a.buttonMore span {display: none;}
.bl_latest a.buttonMore b {font-weight: none;}
.bl_latest a.buttonMore img {display: inline; background: url(../images/absoluteind/arrow-b.gif) no-repeat left top; width: 10px; height: 10px; border: 0px;}

.offerImg .OfferPrice {font: 15px Arial; margin: 5px 0px 15px 0px;}
.offerImg .OfferPrice .Price {font: bold 15px Arial;}
.offerImg #offerText {margin: 0px 0px 5px 0px;}

.bl_offers .block .blockTD a.bigtitle			{font-size: 10pt; text-decoration: underline;}
.bl_offers .block .blockTD a.bigtitle:hover 	{text-decoration: none;}
#offerTitleTop				{display: none;}
#offerTitle					{text-align: left; clear: right; display: block;}
.offerImg					{text-align: left;}
.offerImg img				{float: left; margin: 0px 8px 3px 0px; border:1px solid #0A1B2A; filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='#0A1B2A', Positive='true');} 
.offerImg div				{text-align: justify;}
.offerImg a.buttonMore span {display:none;}

.bl_productslist .block .blockTD img.productImg, .bl_productdetails .block .blockTD img.productImg 
{border: 1px solid #0A1B2A; filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='#0A1B2A', Positive='true');} 

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

td.userHome {padding: 10px;}
td.userHomeTitle {}

div.userHomeBottom {
	margin: 0px;
	background: none;
	border: 0px;
	padding: 0px 20px 20px 20px;
	}
div.userHomeBottom a {color: #FFBA00; text-decoration:underline;}
div.userHomeBottom a:hover {color: #FFBA00; text-decoration:none;}

td.userHome img.orders 		{display: none; 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 	{display: none; 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		 	{display: none; background: url(../images/icons/arr.gif) no-repeat; width: 15px; height: 16px; border:0px; margin: 0 5 0 55;}
td.userHome img.support 	{display: none; 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 		{display: none; 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 	{display: none; 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 		{display: none; 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 	{display: none; 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	{display: none; 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 	{display: none; 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	 	{display: none; 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: 0px;}
/************* userHome *******************/

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

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

td#butTd {}
td#butTd span#spacer {display: none;}	/* '|' between button */

a.button:link, a.button:visited {font: 12px Arial; color: #212121; text-decoration: none; text-transform: uppercase; padding: 0px 5px; background: url(../images/absoluteind/button-link.gif) repeat-x center; border: 1px solid #FF5400;}
a.button:hover, a.button:active {font: 12px Arial; color: #212121; text-decoration: none; text-transform: uppercase; padding: 0px 5px;}

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 {font: 12px Arial; color: #212121; text-decoration: none; text-transform: uppercase;}
a.buttonBasket:hover, a.buttonBasket:active {font: 12px Arial; color: #212121; text-decoration: none; text-transform: uppercase;}

a.buttonBasket#shopping span 	{padding: 0px 5px; background: url(../images/absoluteind/button-link.gif) repeat-x center; border: 1px solid #FF5400;}			/* Continue shopping (basket) */
a.buttonBasket#shopping img 	{display:none;}
a.buttonBasket#retrieve span 	{padding: 0px 5px; background: url(../images/absoluteind/button-link.gif) repeat-x center; border: 1px solid #FF5400;}			/* Retrieve Cart (basket) */
a.buttonBasket#retrieve img 	{display:none;}
a.buttonBasket#save span 		{padding: 0px 5px; background: url(../images/absoluteind/button-link.gif) repeat-x center; border: 1px solid #FF5400;}			/* Save cart (basket) */
a.buttonBasket#save img 		{display:none;}
a.buttonBasket#clear span 		{padding: 0px 5px; background: url(../images/absoluteind/button-link.gif) repeat-x center; border: 1px solid #FF5400;}			/* Clear cart (basket) */
a.buttonBasket#clear img 		{display:none;}
a.buttonBasket#checkout span 	{padding: 0px 5px; background: url(../images/absoluteind/button-ch-link.gif) repeat-x center; border: 1px solid #FF3400;}			/* Checkout (basket) */
a.buttonBasket#checkout img 	{display:none;}

a.buttonCart:link, a.buttonCart:visited {font: 12px Arial; color: #212121; text-decoration: none; text-transform: uppercase;}
a.buttonCart:hover, a.buttonCart:active {font: 12px Arial; color: #212121; text-decoration: none; text-transform: uppercase;}

a.buttonCart#check span 	{padding: 0px 5px; background: url(../images/absoluteind/button-ch-link.gif) repeat-x center; border: 1px solid #FF3400;}		/* Checkout (small cart) */
a.buttonCart#check img 		{display:none;}
a.buttonCart#amend span 	{padding: 0px 5px; background: url(../images/absoluteind/button-link.gif) repeat-x center; border: 1px solid #FF5400;}		/* Amend cart (small cart) */
a.buttonCart#amend img 		{display:none;}
a.buttonCart#view 	 		{display:none;}		/* View cart (small cart) */
a.buttonCart#view span 		{display:none;}		
a.buttonCart#view img 		{display:none;}

a.buttonMore:link, a.buttonMore:visited {font: normal normal normal 9pt Arial, Helvetica, sans-serif;}
a.buttonMore:hover, a.buttonMore:active {font: normal normal normal 9pt Arial, Helvetica, sans-serif;}

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

a.disabled {							/* disadled add to cart */
	color: gray; 
	cursor: pointer; 
	font: bold 10pt Arial, Helvetica, sans-serif; padding: 0px 5px; 
}
a.disabled:hover {color: gray; cursor: pointer; text-decoration: none;}

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

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

/************* Category *******************/

.topCategory 			{background: transparent; margin: 0; padding: 3 0 3 0;}
.selectedtopCategory {background: #1D1B2B; margin: 0; padding: 3 0 3 0;}
        
.subCategory 			{background: transparent; margin: 0; padding: 0;}
.selectedsubCategory {background: #1D1B2B; margin: 0; padding: 0;}

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

/************* Category *******************/

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

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

/************* Forum *******************/
.forumAdmin 			{color: blue; font-weight: bold;}
.forumUser 				{color: black; font-weight: bold;}
.forumGuest       	{color: black;  font-weight: bold; font-style: italic;}
.forumMessageLeft 	{background: #F4F4F4; border-left:1px solid #D5D5D5; 	border-top:1px solid #D5D5D5; border-bottom:1px solid #D5D5D5; }
.forumMessageRight 	{background: #F4F4F4; border: 1px solid #D5D5D5; }
.forumMessageTop 		{background: #E9E9E9; border-bottom: 1px solid #D5D5D5; }

/************* Hot (news,...) *******************/
/*.bl_hot .blockTD img 				{display: none;}
.bl_hot .blockTD .articleDate		{display: none;}
.bl_hot .blockTD div 				{padding-left: 15px;}
.bl_hot a.bigtitle 					{padding-left: 15px; background: url(../images/default/arrow-green.gif) no-repeat 0px 4px; display: block; position: relative; left: -15px; font-size: 10pt; text-decoration: underline;}
.bl_hot a.bigtitle:hover 			{padding-left: 15px; background: url(../images/default/arrow-green.gif) no-repeat 0px 4px; text-decoration: none;}*/
/*.bl_hot div.smalltext {padding-left: 15px;}*/

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

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

.footerAll	{ background: #454A4F url(../images/absoluteind/footer-bgr.gif) repeat-x left top; border-top: 1px solid #000;}
.footerMenu	{text-align:center; margin: 20px 0px;}
.footerMenu	span {padding: 0px 0px 0px 5px; font-size: 15px; color: #000000;}
.footerMenu a.smallText			{color: #FFFFFF; text-decoration: none; font-size: 15px; padding: 0px 15px;}
.footerMenu a.smallText:hover	{color: #FFFFFF; text-decoration: underline; font-size: 15px; padding: 0px 15px;}
.footerHTML	{text-align:center; padding: 0px 0px 20px 0px;}
.footerHTML font	{font-size: 12px;}
.footerImg	{text-align:right; display: none;}
.footerImg img		{width: 80px; height: 26px; border:0px;}

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

/*.commonbg { background: #FFFFFF; }
.headerbg { background: #6699FF; }
.usualbg  { background: #f4f4f4; }*/
.middlebg { background: #1D1B2B; }
.errorbg  { background: #FF0000; }

body		{font: 12px Arial, Helvetica, sans-serif; color: #FFFFFF; margin: 0px; padding:0px; background: #000000 url(../images/absoluteind/main-tbgr.gif) repeat-x left 86px;}
body.popup	{font: 12px Arial, Helvetica, sans-serif; color: #FFFFFF; margin: 0px; padding:0px; background: #000000 url(../images/absoluteind/main-tbgr.gif) repeat-x left 0px;}

tr, td						{font: 12px Arial, Helvetica, sans-serif; color: #FFFFFF; }
/*tr.usual, td.usual		{background-color: #F4F4F4; }
tr.header, td.header		{background-color: #6699FF; color: white; }*/
tr.middle, td.middle		{background-color: #1D1B2B; font-weight: bold; }
tr.error, td.error		{background-color: #FFE0E0; color: red; font-weight: bold; }
table.usual 				{background-color: #F4F4F4;}

body.popup tr.usual, body.popup td.usual		{background-color: transparent; }
body.popup tr.header, body.popup td.header		{background-color: #E9E9E9; color: #1584D2; }

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

td.tab				{border-top: 1px solid #E9E9E9; border-right: 1px solid #E9E9E9; border-left: 1px solid #E9E9E9;}
.tab				{font-size: 12pt; font-weight: bold; text-decoration: none; background: transparent;}
.tab:hover			{text-decoration: none; }
.tabActive			{font-size: 12pt; font-weight: bold; text-decoration: none; background: #E9E9E9; color: #1584D2; }
.tabActive:hover	{text-decoration: none; color: #1584D2; }
.tabline 			{background: #E9E9E9;}

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: 12px Arial, Helvetica, sans-serif; color: #000000;}
input.usualprice	{background-color: transparent; border: none; text-align: right; font: 12px Arial, Helvetica, sans-serif;}
input.usualtax	{background-color: transparent; border: none; text-align: center; font: 12px Arial, Helvetica, sans-serif; color: #FFFFFF;}
input.orderprice	{background-color: transparent; border: none; text-align: right; font: bold 12px Arial, Helvetica, sans-serif;}
input.search		{border: 1px solid #3F474B; background: #FFFFFF; width: 100px; margin-bottom: 5px !important;}
input.text			{border: 1px solid #3F474B; background: #FFFFFF;}
input.field			{border: 1px solid #3F474B; background: #FFFFFF;}
input.submit		{font-weight: normal; border: 0px; color: #000; text-transform: uppercase; cursor: pointer; background: url(../images/absoluteind/button-r.gif) no-repeat right; height: 28px; padding: 0px 7px 1px 1px; margin: 0px;}
	input#clear		{color: #DDDDDD;}
	input#reset		{color: #DDDDDD;}
	input#preview	{color: #FF6C00;}
	input#cancel	{color: #DDDDDD;}
	input#delete	{color: #DDDDDD;}
select				{border: 1px solid #3F474B; background: #FFFFFF;font: 12px Arial, Helvetica, sans-serif; color: #000000;}
select.search		{border: 1px solid #3F474B; background: #FFFFFF;}
textarea				{border: 1px solid #3F474B; background: #FFFFFF;font: 12px Arial, Helvetica, sans-serif; color: #000000;}

.mainTableCellLeft input, .mainTableCellRight input						{font: 12px Arial, Helvetica, sans-serif; color: #FFFFFF;}
.mainTableCellLeft input.text, .mainTableCellRight input.text			{border: 1px solid #3F474B; background: #000000;}
.mainTableCellLeft input.field, .mainTableCellRight input.field		{border: 1px solid #3F474B; background: #000000;}
.mainTableCellLeft select, .mainTableCellRight select						{border: 1px solid #3F474B; background: #000000;font: 12px Arial, Helvetica, sans-serif; color: #FFF;}
.mainTableCellLeft select.search, .mainTableCellRight select.search	{border: 1px solid #3F474B; background: #000000;}
.mainTableCellLeft textarea, .mainTableCellRight textarea				{border: 1px solid #3F474B; background: #000000;font: 12px Arial, Helvetica, sans-serif; color: #FFF;}
.mainTableCellLeft input.search, .mainTableCellRight input.search		{border: 1px solid #3F474B; background: #000000; width: 100px; margin-bottom: 5px !important;}

input.field {margin-bottom: 3px;}
select.field {margin-bottom: 3px;}
.product_list input.field {margin-bottom: 0px;}
.product_list select.field {margin-bottom: 0px;}


input.submit {margin: 2px 0px 2px 0px;}
html>body input.submit {margin: 4px 0px 4px 0px;}
* html input.submit {margin: 0px 0px 0px 0px;}

span.submit {background: url(../images/absoluteind/button-l.gif) no-repeat left; font: 25px Arial; padding-left: 6px !important; white-space: nowrap; display: inline-block;}

form { margin: 0; }

hr {background: #1D1A2B; border: 0px; color: #1D1A2B;}

a.header 			{color: #FFBA00; text-decoration: underline; }
a.header:hover		{color: #FFBA00; text-decoration: underline; }
a.title				{font-size: 14px; font-weight: bold;  color: #FFBA00; text-decoration: underline; }
a.title:hover		{font-size: 14px; font-weight: bold;  color: #FFBA00; text-decoration: none; }
a.smallText			{color: #FFBA00; text-decoration: none; font-size: 11px; }
a.smallText:hover	{color: #FFBA00; text-decoration: underline; font-size: 11px; }
a						{color: #FFBA00; text-decoration: none; font-size: 12px; }
a:hover				{color: #FFBA00; text-decoration: underline; }

.titleText			{color: #FFBA00; text-decoration: none; }

.articleDate	{font-size: 8pt; color: #7777CC; font-style: italic; }
/* prices styles */
.priceBlock { color: #000; font-weight: bold; font-family: Arial, Helvetica; }
.priceBlockOld { color: #FFFFFF; text-decoration: line-through; font-family: Arial; font-weight: bold; font-size: 15px;}
.priceBlockHidden { color: #000; font-weight: bold; font-family: Arial, Helvetica; display: none; }
.priceBlockEdit { color: #000; font-weight: bold; font-family: Arial, Helvetica; }
.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: #ffba00; font-weight: bold; border: none; background: transparent; font-family: Arial, Helvetica; }
.salesPrice { font-weight: bold; }
.salesTax { font-weight: normal; }

.priceSaveBlock { color: #FFFFFF; font-family: Arial, Helvetica; }
.priceSaveBlock .price { font-weight: bold; }
.priceSaveBlock .percent { font-weight: normal; }

.pointsPriceBlock { font-family: Arial, Helvetica; }
.pointsPriceBlock .points { }

.rewardPointsBlock { font-family: Arial, Helvetica; }
.rewardPointsBlock .points { }


.top				{font-size: 11px; padding: 2 0 2 0;}
.smallText		{font-size: 11px; }
.middleText		{font-size: 12px; }
.bigText			{font-size: 14px; }
.comment			{font-size: 11px; color: #7777CC; }
.message			{font-size: 12px; color: #0000CC; }
.title			{font-size: 14px; font-weight: bold; color: #FFBA00; }
.bigtitle		{font-size: 14px; font-weight: bold; color: #FFBA00; }
.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;}

