html {overflow: -moz-scrollbars-vertical;}
/****** Main Table ******/
.basicTable 	{width: 845px; text-align:center; background:url(../images/Bakgrund_himmel.jpg) no-repeat top center #FFFFFF; padding-left:15px; padding-right:15px; margin-bottom:50px;}

.mainTable {width: 100%; text-align:center;}
.mainTable75 {width: 75%; text-align:center;}
.mainTable50 {width: 500px; text-align:center;}

.mainTableCell	 		{padding: 10px; vertical-align: top;}
.mainTableCellLeft 		{padding: 10px; vertical-align: top;}
.mainTableCellCenter 	{padding: 10px; vertical-align: top;}
.mainTableCellRight 	{padding: 10px; vertical-align: top;}

.homeGreeting 		{padding: 10px; vertical-align: top;}
.homeGreeting table	{width: 100%;border: 0px solid #CCC;}
.homeGreeting table td	{padding: 5px;}

.introBlock {border: 0px solid #CCC; }
.introBlock td {padding: 6px;}

/****** Main Table ******/

/*******************************************************************************/

/****** Menu ******/

.headerMenu {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:center;
	}

.headerMenu td#logo  {					/* Background under logo on the site */
	vertical-align: top;
	 text-align:center;
	 padding-top:5px;
	}
.headerMenu td#logo img {				/* Logo on the site */
	border: 0px;
	 text-align:center;
	}
	
.headerMenu td#logoL {display: none;}

.headerMenu td#menu {					/* Text Menu with or without images */
	width: 100%;
	background:url(../images/Bakgrund_moln.gif) no-repeat center top;
	height:60px;
	}
.headerMenu td#menu img.Img {width: 0px; height: 0px;}
.headerMenu td#menu table {width: auto;}
.headerMenu td#menu td {text-align: center;}

/* Active & Noneactive links in menu */


a.menu:link, a.menu:visited {
	font: small Myriad, Arial; 
	color:#148b20; 
	text-decoration:none; 
	border-right:0px solid #148b20; 
	border-left:0px solid #148b20; 
	border-top:0px solid #2E2E2E; 
	border-bottom:0px solid #2E2E2E;  
	padding: 10px 15px 10px 15px;
	display:block;
	 text-align:center;
}
a.menu:hover, a.menu:active {
	font: small Myriad, Arial; 
	color:#005924; 
	text-decoration:underline; 
	border-right:0px solid #148b20; 
	border-left:0px solid #148b20; 
	border-top:0px solid #2E2E2E; 
	border-bottom:0px solid #2E2E2E; 
	padding: 10px 15px 10px 15px;
	display:block;
	 text-align:center;
}
a.menuActive:link, a.menuActive:visited {
	font: small Myriad, Arial; 
	color:#000000; 
	text-decoration:none; 
	border-right:0px solid #148b20; 
	border-left:0px solid #148b20; 
	border-top:0px solid #2E2E2E; 
	border-bottom:0px solid #2E2E2E; 
	padding: 10px 15px 10px 15px;
	display:block;
	 text-align:center;
}
a.menuActive:hover, a.menuActive:active {
	font: small Myriad, Arial; 
	color:#000000; 
	text-decoration:none; 
	border-right:0px solid #148b20; 
	border-left:0px solid #148b20; 
	border-top:0px solid #2E2E2E; 
	border-bottom:0px solid #2E2E2E; 
	padding: 10px 15px 10px 15px;
	display:block;
	 text-align:center;
}

/****** Sub Menu ******/

.subMenuBlock {
	display:none;
	position:absolute;
	border-top: 0px solid black;
	border-left: 0px solid black;
	text-align: left;
	z-index: 2000;
	background:#FFFFFF;
}

a.subMenu {
	padding: 7px 30px 7px 10px;
	border-right: 0px solid black;
	border-bottom: 0px solid black;
	font: small Myriad, Arial; 
	color:#005924;
	display:block;
	text-decoration:none;
}

a.subMenu:hover, a.subMenu:active {
	color:#000000;
	display:block;
	text-decoration: underline;
}

/****** Secondary Menu ******/

table.secondaryMenu 		{width: 100%; border-bottom: 0px solid #000;}
td#menu td.secondaryBegin img.Img	{width: 1px; height: 25px;}
a.secondaryMenu 			{display:block; font: bold small Myriad, Arial; padding: 0px 0px 0px 20px; color: #750034;}
a.secondaryMenu:hover 		{display:block; font: bold small Myriad, Arial; padding: 0px 0px 0px 20px; color: #000000;}
a.secondaryMenuActive 		{display:block; font: bold small Myriad, Arial; padding: 0px 0px 0px 20px; color: #000000; text-decoration: none;}
a.secondaryMenuActive:hover	{display:block; font: bold small Myriad, Arial; padding: 0px 0px 0px 20px; color: #750034; text-decoration: underline;}
td#menu td.secondaryEnd  	{width: 100%;}
td#menu td.secondaryEnd  img.Img	{width: 1px; height: 25px;}

/****** Menu ******/

/*****************************************************************************/

/************* Breadcrumb *******************/

.breadcrumb {border: 0px solid #CCC; margin: 10px 0px 25px 0px;}

.breadcrumbBegin {
	width: 20px;
	border: 0px solid #CCC;
	}
.breadcrumbBegin img {width: 1px; height: 1px;}

.breadcrumbDelimiter {
	width: 100%;
	white-space: normal;
	border: 0px;
	font-size: small;
	padding: 6px 25px 6px 6px;
	}
.breadcrumbDelimiter td {}
.breadcrumbDelimiter a {color: #750034; text-decoration: underline; font-size: small;}
.breadcrumbDelimiter a:hover {color: #750034; text-decoration: underline; font-size: small;}
.breadcrumbDelimiter a.treeItemLast {color: #750034; font-weight: bold; text-decoration: none; cursor: text;}
.breadcrumbDelimiter a.treeItemLast:hover {color: #750034; font-weight: bold; text-decoration: none; cursor: text;}
.breadcrumbDelimiter span {
	display: auto;
	font-size: small;
	}
.breadcrumbDelimiter img {display: none;}

.breadcrumbRSS {
	padding: 0px;
	border: 0px;
	padding: 0px 6px;
	}

.breadcrumbEnd {
	width: 20px;
	border: 0px solid #CCC;
	}
.breadcrumbEnd img {width: 1px; height: 1px;}

/************* Breadcrumb *******************/
/*************** Order Pages ****************/
.breadcrumbDelimiter span.nonactive {font-size: small; color: #750034; margin-right: 10px; font-weight: bold;}
.breadcrumbDelimiter span.active {font-size: small; color: #750034; margin-right: 10px; font-weight: bold;}
/************* end Order Pages ***************/

/*****************************************************************************/

/************* Fieldset *******************/

/****** Top ******/

.titleTop {margin-top: 10px;}

.titleTopLeft {
	width: 10px;
	border-top: 0px solid #bfbfbf;
	border-right: 0px solid #bfbfbf;
	border-bottom: 0px solid #bfbfbf;
	border-left: 0px solid #bfbfbf;
	}
.titleTopImgLeft {width: 10px; height: 1px;}

.titleTopCenter {						/* Title of block (example: any blocks, articles,...) */
	white-space: normal;
	padding: 0px 0px 0px 0px;
	border-top: 0px solid #bfbfbf;
	border-right: 0px solid #bfbfbf;
	border-bottom: 0px solid #bfbfbf;
	border-left: 0px solid #bfbfbf;
	}
.titleTopCenter div {
	display: inline-block;
    color: #FFFFFF;
    font-size: small;
    font-family:Myriad, Arial;
    text-transform: normal;
	font-weight:normal;
	z-index: 2000;
	position: relative;
	bottom: 10px;
	margin: 0px 0px 0px 0px;
	background:#148b20;
	padding: 2px 10px 2px 10px;
	border: 1px solid #000000;
	text-align:center;
	white-space:nowrap;
	}

.titleTopRight {
	width: 10px;
	border-top: 0px solid #bfbfbf;
	border-right: 0px solid #bfbfbf;
	border-bottom: 0px solid #bfbfbf;
	border-left: 0px solid #bfbfbf;
	}
.titleTopImgRight {width: 10px; height: 1px;}

/****** Top ******/

/****** Center ******/

.block {
	border-top: 0px solid #bfbfbf;
	border-right: 0px solid #bfbfbf;
	border-bottom: 0px solid #bfbfbf;
	border-left: 0px solid #bfbfbf;
	text-align:left;
	padding-left:2px;
	padding-bottom:5px;
	}

/****** Center ******/

/****** Bottom ******/

.titleBot {margin-bottom: 5px;}

.titleBotLeft {
	width: 20px;
	border: 0px solid #CCC;
	}
.titleBotImgLeft {width: 1px; height: 1px;}

.titleBotRight {
	width: 100%;
	border: 0px solid #CCC;
	}
.titleBotImgRight {width: 1px; height: 1px;}

/****** Bottom ******/

/************* end Fieldset ***************/

/*****************************************************************************/
/************* userHome *******************/
td.userHome {padding: 7px;}
td.userHomeTitle {
	font-size: small;
	border-top: 0px solid #CCC;
	border-right: 0px solid #CCC;
	border-bottom: 0px solid #CCC;
	border-left: 0px solid #CCC;
}
td.userHomeTitle b {color: #666666;}

div.userHomeBottom {						
	display: auto;
	background: none;
	padding: 5px 20px 5px 20px;
	}
div.userHomeBottom a {font: bold small Myriad, Arial; color: #750034; text-decoration:underline;}
div.userHomeBottom a:hover {color: #000000; text-decoration:none;}

td.userHome img.orders 		{width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.orders {//background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_orders.png,sizingMethod=crop);}
td.userHome img.profile 	{width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.profile {//background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_profile.png,sizingMethod=crop);}
td.userHome img.arr		 	{width: 15px; height: 16px; border:0px; margin: 0px 5px 0px 55px;}
td.userHome img.support 	{width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.support {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_support.png,sizingMethod=crop);}
td.userHome img.forum 		{width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.forum {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_forum.png,sizingMethod=crop);}
td.userHome img.products 	{ width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.products {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_products.png,sizingMethod=crop);}
td.userHome img.pages 		{ width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.pages {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_pages.png,sizingMethod=crop);}
td.userHome img.salesorders	{width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.salesorders { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_salesorders.png,sizingMethod=crop);}
td.userHome img.merchant 	{width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.merchant { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_merchant.png,sizingMethod=crop);}
td.userHome img.affiliates 	{width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.affiliates {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_affiliates.png,sizingMethod=crop);}
td.userHome img.payments 	{width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.payments {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_payments.png,sizingMethod=crop);}
td.userHome img.carts	 	{width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.carts {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_carts.png,sizingMethod=crop);}
td.userHome img.wishlist 	{width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.wishlist {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_wishlist.png,sizingMethod=crop);}
td.userHome img.reminders 	{width: 50px; height: 50px; border:0px; float: left;}
* html td.userHome img.reminders {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_reminders.png,sizingMethod=crop);}

td.userHome div {margin: 0px 0px 0px 50px;}
/************* userHome *******************/

/*****************************************************************************/

/************* Button Links *******************/
td.butTd {}
td.butTd span.spacer {}	/* '|' between button */

a.button:link, a.button:visited {color: #750034; font: bold small/medium Myriad, Arial; border: 1px solid #750034; text-decoration: none; padding: 0px 3px; white-space: nowrap;}
a.button:hover, a.button:active {color: #750034; font: bold small/medium Myriad, Arial; border: 1px solid #750034; text-decoration: none; padding: 0px 3px; white-space: nowrap;}

a.button span 	{}
a.button img 	{display: none;}

a.buttonBasket:link, a.buttonBasket:visited {white-space: nowrap;}
a.buttonBasket:hover, a.buttonBasket:active {white-space: nowrap;}

a.buttonBasket span 	{}
a.buttonBasket img 	{display: none;}

a.buttonCart:link, a.buttonCart:visited {white-space: nowrap;}
a.buttonCart:hover, a.buttonCart:active {white-space: nowrap;}

a.buttonCart span 	{}
a.buttonCart img 	{display: none;}

a.buttonMore:link, a.buttonMore:visited {}
a.buttonMore:hover, a.buttonMore:active {}

a.buttonMore span 	{}		/* read more... (special offers, etc.) */
a.buttonMore img 	{display: none;}

.disabled {							/* disadled add to cart */
	color: #666666; cursor: pointer; 
	font: small Myriad, Arial; 
	text-decoration:none; 
	border: 0px solid #666666; 
	padding: 0px 3px; 
}
a.disabled:hover {color: #666666; cursor: pointer; text-decoration:none;}
/************* Button Links *******************/

/************* Category *******************/
.topCategory {background: transparent; margin: 0px; padding: 3px 0px;}
.selectedtopCategory {margin: 0px; padding: 3px 0px;	border-top: 0px solid #CACACA;	border-bottom: 0px solid #CACACA;}
        
.subCategory {background: transparent; margin: 0px; padding: 0px;}
.selectedsubCategory {margin: 0px; padding: 0px;	border-top: 0px solid #CACACA;	border-bottom: 0px solid #CACACA;}

.topCategory .category_img, .subCategory .category_img, .selectedtopCategory .category_img, .selectedsubCategory .category_img {margin: 0px 0px 0px 5px;}
/************* Category *******************/

/************* Latest *******************/
td.topArticle {padding: 3px 3px 3px 0px;}
td.subArticle {padding: 3px 3px 3px 0px;}

a.subArticle {padding-left: 8px; font-size: small;}
/************* Latest *******************/

/************* Offers *******************/
.offerTitle		{display: none;}
.offerTd		{text-align: left;}
.offerTd img	{float: left; margin: 0px 5px 0px 0px;} 
.offerTd div	{text-align: justify;}
.offerTd div.offerText	{display: ;}

/************* Forum *******************/
.forumAdmin { color: #666666; font-weight: bold; }
.forumUser { color: #666666; font-weight: bold; }
.forumGuest       	{color: #666666;  font-weight: bold; font-style: italic;}
.forumMessageLeft {border-left:0px solid #666666; 	border-top:0px solid #666666; border-bottom:0px solid #666666; }
.forumMessageRight {border: 0px solid #666666; }
.forumMessageTop {border-bottom: 0px solid #666666; }

/************* Categoties (catalogue) *******************/
.bl_categoriescatalog .blockTD	 			{padding-left: 18px; text-align:left;}

/*****************************************************************************/

/************* Footer *******************/

.footerMenu	{text-align: center; font-size: small; margin-top: 10px;}
.footerMenu	span {padding: 0px 0px 0px 5px;}
.footerHTML	{text-align: center; margin: 10px 0px 10px 0px;}
.footerHTML font	{font-size: small;}
.footerImg	{text-align:right; padding: 0px 5px;}
.footerImg img		{width: 80px; height: 26px; border:0px;}

/************* Footer *******************/


.commonbg {background:url(../images/Bakgrund.jpg) repeat;}
.headerbg {}
.middlebg {}
.usualbg  {}
.errorbg  { background: #FFFFFF; }


body		{font: small Myriad, Arial; color: #000000; margin-top:0px; margin-bottom:40px;}
body.popup	{font: small Myriad, Arial; color: #000000;}


tr, td					{font-size:small; font-family: Myriad, Arial; color: #000000; }
tr.usual, td.usual		{font-family: Myriad, Arial; font-size:small; color:#000000;}
tr.header, td.header	{color: #000000;}
tr.middle, td.middle	{font-weight: bold;}
tr.error, td.error		{color: #FFCCCC; font-weight: bold;}

td.padding10px			{padding: 8px;}
table.padding6px td		{padding: 6px;}
table.padding6px td td	{padding: 0px;}
table.padding4px td		{padding: 4px;}
table.padding4px td td	{padding: 0px;}
table.paddingReviews td		{padding: 0px 11px;}
table.paddingReviews td td	{padding: 0px;}
table.paddingRev5px td		{padding: 5px 11px;}
table.paddingRev3px td		{padding: 3px 3px 3px 11px;}

td.tab				{border: 0px solid #dedede; border-bottom: none; padding: 0px;}
td.tabActive		{border: 0px solid #CCCCCC; border-bottom: none; padding: 0px;}
a.tab				{color: #750034; display: block; font: bold medium Myriad, Arial; padding: 5px 8px; text-decoration: none;}
a.tab:hover			{color: #750034; display: block; font: bold medium Myriad, Arial; padding: 5px 8px; text-decoration: none;}
a.tabActive			{color: #750034; display: block; font: bold medium Myriad, Arial; padding: 5px 8px; text-decoration: none; cursor: text;}
a.tabActive:hover	{color: #750034; display: block; font: bold medium Myriad, Arial; padding: 5px 8px; text-decoration: none; cursor: text;}
.tabline 			{}
.blockTDtabs table	{width: 100%; margin-bottom: 10px;}
div.adminTab 			{font: 11px Myriad, Arial; border: 0px solid #000000; border-bottom: none; padding: 3px 8px 2px 8px; margin: 0px 2px; cursor: pointer; white-space: nowrap;}
div.adminTabActive 	{font: bold small Myriad, Arial; border: 0px solid #000000; border-top: 2px solid #000000; border-bottom: none; padding: 5px 9px 5px 9px;; margin: 3px 0px 0px 0px; white-space: nowrap;}
td.adminTab			{border-bottom: 0px solid #000000; vertical-align: bottom;}
td.adminTabActive	{border: none;}
td.beginTab			{padding: 0px 4px; border-bottom: 0px solid #000000;}
td.endTab			{padding: 0px 4px; width: 90%; border-bottom: 0px solid #000000;}
a.blackSm, a.blackSm:hover {text-decoration: none;}

input				{font-family: Myriad, Arial; font-size:8pt; border: #000000 1px solid; color:#000000; background:#FFFFFF; margin-top:5px; padding-left:1px;}
input.usualprice	{font-family: Myriad, Arial; font-size:8pt; border: #000000 0px solid; color:#000000; background:#FFFFFF; text-align:right;}
input.orderprice	{font-family: Myriad, Arial; font-size:8pt; border: #000000 0px solid; color:#000000; background:#FFFFFF;}
input.search		{font-family: Myriad, Arial; font-size:8pt; border: #000000 1px solid; color:#000000; background:#FFFFFF;}
input.field			{font-family: Myriad, Arial; font-size:8pt; border: #000000 1px solid; color:#000000; background:#FFFFFF;}
input.text			{font-family: Myriad, Arial; font-size:8pt; border: #000000 1px solid; color:#000000; background:#FFFFFF;}
input.submit		{font-family: Myriad, Arial; font-size:8pt; border: #000000 1px solid; color:#148b20; background:#FFFFFF; margin-top:5px; padding-right:1px;}
select				{font-family: Myriad, Arial; font-size:8pt; border: #000000 1px solid; color:#000000; background:#FFFFFF;}
select.search		{font-family: Myriad, Arial; font-size:8pt; border: #000000 1px solid; color:#000000; background:#FFFFFF;}
textarea			{font-family: Myriad, Arial; font-size:8pt; border: #000000 1px solid; color:#000000; background:#FFFFFF;}


form {margin: 0px;}

hr {border: 0px; color: #CCCCCC; background-color:#CCCCCC;}

a.header			{color: #148b20; text-decoration: none;}
a.header:hover 		{color: #148b20; text-decoration: underline;}
a.title 			{color: #148b20; text-decoration: none; font-weight:normal;}
a.title:hover 		{color: #148b20; text-decoration: underline; font-weight:normal;}
a.smallText 		{color: #148b20; text-decoration: none; font-size: small;}
a.smallText:hover 	{color: #148b20; text-decoration: underline; font-size: small;}
a 					{color: #148b20; text-decoration: none;}
a:hover 			{color: #148b20; text-decoration: underline;}


ol {color:#000000; margin-left:25px; margin-bottom:0px;}
ul.faq {margin-left:35px; margin-bottom:0px; list-style:circle;}
li {font-family: Myriad, Arial; font-weight:normal; color:#000000; margin-left:-5px; margin-bottom:7px;}

/* prices styles */
.priceBlock {color: #000000; font-weight: normal;}
.priceBlock .price {font-weight: normal;}
.priceBlock .priceTax {font-weight: normal;}

.priceBlockOld {color: #000000; text-decoration: line-through;}
.priceBlockOld .price {font-weight: normal;}
.priceBlockOld .priceTax {font-weight: normal;}

.priceBlockHidden {color: #000000; font-weight: normal; display: none;}
.priceBlockHidden .price {font-weight: normal;}
.priceBlockHidden .priceTax {font-weight: normal;}

.priceBlockEdit {color: #000000; font-weight: normal;}
.priceBlockEdit input.price {text-align: right; font-weight: normal; width: 50px; font-size: small; color: #000000; border-left: #747474 0px solid; border-top: #747474 0px solid; border-right: #dcdcdc 0px solid; border-bottom: #dcdcdc 0px solid;}

.salesBlock {color: #000000; font-weight: normal; border: none; background: transparent;}
.salesPrice {font-weight: normal;}
.salesTax {font-weight: normal;}

.priceSaveBlock {color: #000000; font-weight: normal;}
.priceSaveBlock .price {font-weight: normal;}
.priceSaveBlock .percent {font-weight: normal;}

.pointsPriceBlock {}
.pointsPriceBlock .points {}

.rewardPointsBlock {}
.rewardPointsBlock .points {}
/* prices styles */

.productsTable th 		{padding: 3px;}
.productsTable td 		{padding: 3px;}
.productsCategory 		{font-size: small; font-weight: normal; color: #666666; padding: 5px 10px !important; }
.productsDelimiter 		{padding: 0px !important;}
.productsDelimiterTop 	{padding: 0px !important;}
.productsDelimiterTop img 	{height: 2px;}

.wishlist-opacity	{display: none; z-index: 900; filter: alpha(opacity=50); left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; moz-opacity: 0.5; opacity: 0.5;}
.wishlist-shadow	{display: none; z-index: 1000; position: absolute; top: 0px; left: 0px; width: 400px;}
.wishlist-block		{position: relative; bottom: 5px; right: 5px; width: 400px; border: 0px solid #78C7FF;}
.wishlist-img-close	img {margin: 10px 10px 5px 0px;}
.wishlist-descr		{padding: 0px 35px 20px 30px; font-size: small; text-align:justify;}

.bl_productdetails .newProduct {display: block; position: relative; padding-right: 34px !important;}
.bl_productdetails .newProduct img { width: 30px; height: 22px; border: none; position: absolute; bottom: -2px; margin: 0px 0px 0px 2px;}
* html .bl_productdetails .newProduct img {//background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/new_l.png,sizingMethod=crop);}
.bl_productslist .newProduct img {width: 30px; height: 22px; border: none; position: relative; bottom: -6px; margin: 0px 0px 0px 2px;}
* html .bl_productslist .newProduct img {//background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/new_l.png,sizingMethod=crop);}
.newProduct img {width: 20px; height: 16px; border: none; position: relative; bottom: -3px; margin: 0px 0px 0px 2px;}
* html .newProduct img {//background-image: none ! important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/new_m.png,sizingMethod=crop);}

.titleText			{color: #000000; text-decoration: underline;}
.articleDate	{font-size: 8pt; color: #000000; margin-bottom: 5px;}
.top			{font-size: 8pt; padding: 2 0 2 0;}
.smallText	{font-size: small;}
.middleText	{font-size: small;}
.bigText		{font-size: medium;}
.comment		{font-size: small; color: #000000;}
.message		{font-size: small; color: #000000;}
.title			{font-family: Myriad, Arial; font-size:small; text-decoration:none; font-weight:bold;}
.bigtitle		{font-family: Myriad, Arial; font-size:small; text-decoration:none;}
.error			{color: #9a2634; font-size:small}
.terms      {height: 300px; width: 600px; overflow: auto; border: 0px solid silver; }
.link       {color: #148b20; }

span.nobr       {white-space: nowrap !important;}

/*************  Manual  ***************/

.level1 {padding: 2px 2px 2px 15px;}
.level1 a {font-weight: bold;}
.level1 a:hover {font-weight: bold;}
.level2 {padding: 2px 2px 2px 30px;}
.level3 {padding: 2px 2px 2px 40px;}
.level4 {padding: 2px 2px 2px 50px;}

/*************  Left Menu  ***************/

.menuLeft .level1 {padding: 2px 2px 2px 5px;}
.menuLeft .level2 {padding: 2px 2px 2px 15px;}
.menuLeft .level3 {padding: 2px 2px 2px 30px;}
.menuLeft .level4 {padding: 2px 2px 2px 40px;}

.menuLeft .a a {font-weight: bold;}
.menuLeft .a a:hover {font-weight: bold;}

table.matrix { border: 0px solid gray; margin-bottom: 5px; margin-top: 5px; }
th.matrixTop { padding-left: 5px; padding-right: 5px; border-bottom: 0px solid silver;  }
th.matrixBottom { padding-left: 5px; padding-right: 5px; }
td.matrixTop { border-bottom: 0px solid silver; border-left: 0px solid silver; padding-left: 5px; padding-right: 5px; }
td.matrixBottom { border-left: 0px solid silver; padding-left: 5px; padding-right: 5px; }