/****** Main Tables ******/
.basicTable
{
	width: 995px;
}
.mainTable
{
	width: 100%;
}
.mainTable75
{
	width: 75%;
}
.mainTable50
{
	width: 50%;
}
.mainTableCell
{
	padding: 0px;
	vertical-align: top;
	background: #2E5BB6;
}
.mainTableCellLeft
{
	vertical-align: top;
	border-left: 1px solid #E4E4E4;
	padding: 10px 5px 0;
/*background: transparent url(../images/blue/body-bg1.png) repeat scroll left top;*/
}
.mainTableCellCenter
{
	vertical-align: top;
	background: #FFF;
	padding-top: 10px;
}
.mainTableCellRight
{
	vertical-align: top;
	padding: 5px 3px 0 5px;
	border-right: 1px solid #E4E4E4;
/*background: transparent url(../images/blue/body-bg1.png) repeat scroll left top;*/
}
.homeGreeting
{
	padding: 0px;
	vertical-align: top;
}
.homeGreetingTable
{
	width: 100%;
	background: #2E5BB6 url(../images/marine/ccolumn-t.gif) repeat-x top;
}
.homeGreetingLeft
{
	background: url(../images/marine/ccolumn-b.gif) repeat-x bottom;
}
.homeGreetingCenter
{
	background: url(../images/marine/ccolumn-b.gif) repeat-x bottom;
	padding: 15px;
}
.homeGreetingRight
{
	background: url(../images/marine/ccolumn-b.gif) repeat-x bottom;
}
.introBlock
{
	border: 0px solid #D5D5D5;
}
.introBlock TD
{
	padding: 6px;
}
/****** Main Tables *****
*****************************************************************************
***** Menu ******/
.headerMenu
{
	position: relative;
	width: 100%;
	padding: 0px;
	background: transparent url(../images/blue/hd-1.png) no-repeat left;
}
.headerMenu TD#logo
{
/*Background under logo on the site*/
	display: none;
	/*[empty]background:;*/
	vertical-align: top;
}
.headerMenu TD#logo IMG
{
/*Logo on the site*/
	width: 0px;
	height: 0px;
	border: 0px solid #333;
	/*[empty]background:;*/
}
.headerMenu TD#logoL
{
}
.headerMenu TD#logoL IMG
{
/*Logo on the site (if logo is left)*/
	margin-left: 20px;
	border: 0px solid #000000;
}
.headerMenu TD#menu
{
/*Text Menu with or without images
width: 90%;*/
	height: 79px;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 720px;
	background: transparent url(../images/blue/hd-2.png) no-repeat top right;
}
.headerMenu TD#menu IMG.Img
{
	width: 0px;
	height: 0px;
}
.headerMenu TD#menu TABLE
{
/*width: 100%;*/
	padding: 0;
	margin: 0 -483px 0 0;
	/*[empty]font:;*/
	color: #E43434;
}
.headerMenu TD#menu TD
{
	text-align: left;
	/*[empty]font:;*/
	color: #E4FE6C;
	margin: -25px 0 0;
}
TD#menu TD.end IMG.Img
{
	width: 1px;
	height: 1px;
}
/*Active & Noneactive links in menu*/
A.menu:link, A.menu:visited, A.menu:hover, A.menu:active
{
	display: block;
	color: #FFF;
	text-decoration: none;
	font: 11px Verdana, Arial, Helvetica, sans-serif, sans-serif;
	text-transform: uppercase;
}

A.menu .nobr
{
	display: block;
	padding: 15px 0px 0px 15px;
}
A.menuActive:link, A.menuActive:visited, A.menuActive:hover, A.menuActive:active
{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font: 11px Verdana, Arial, Helvetica, sans-serif, sans-serif;
	text-transform: uppercase;
}

A.menuActive .nobr
{
	display: block;
	padding: 15px 0px 0px 15px;
	font-weight:bold;
	color: #FFFFFF;
}
/****** Sub Menu ******/
.subMenuBlock
{
	display: none;
	position: absolute;
	z-index: 2500;
}
A.subMenu
{
	width: 150px;
	padding: 6px 20px 6px 12px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-top: 1px solid #428FBC;
	display: block;
	font: 11px tahoma, verdana, sans-serif;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	background: #0B5A77;
}
A.subMenu:hover, A.subMenu:active
{
	background: #0f7ea4;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}
/****** Secondary Menu ******/
TABLE.secondaryMenu
{
	width: 100%;
	border-bottom: 1px solid #E5E5E5;
}
TD#menu TD.secondaryBegin IMG.Img
{
	width: 1px;
	height: 25px;
}
A.secondaryMenu
{
	display: block;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 20px;
	color: #7B7B7B;
	text-transform: lowercase;
	text-decoration: underline;
}
A.secondaryMenu:hover
{
	display: block;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 20px;
	color: #7B7B7B;
	text-transform: lowercase;
	text-decoration: none !important;
}
A.secondaryMenuActive
{
	display: block;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 20px;
	color: #7B7B7B;
	text-transform: lowercase;
	text-decoration: none !important;
}
A.secondaryMenuActive:hover
{
	display: block;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 20px;
	color: #7B7B7B;
	text-transform: lowercase;
	text-decoration: underline;
}
TD#menu TD.secondaryEnd
{
	width: 100%;
}
TD#menu TD.secondaryEnd IMG.Img
{
	width: 1px;
	height: 25px;
}
/****** Menu ******/
.filterPopup
{
	display: none;
	position: absolute;
	border: 1px solid #3C6DD0;
	background-color: #2E5BB6;
	z-index: 2000;
}
.filterPopup A
{
	line-height: 160%;
}
.filterPopup A:hover, .filterPopup A:active
{
}
/****************************************************************************
************ Breadcrumb *******************/
.breadcrumb
{
	border: 0px solid #000000;
	margin: 0px;
	background: none;
}
.breadcrumbBegin
{
	vertical-align: top;
	width: 11px;
	border: 0px solid #999;
	}
.breadcrumbBegin IMG
{
	width: 0px;
	height: 26px;
}
.breadcrumbDelimiter
{
	width: 100%;
	white-space: normal;
	border: 0px solid #000000;
	font-size: 8pt;
	padding: 6px 6px 10px 20px;
	background: none;
}
.breadcrumbDelimiter TD
{
}
.breadcrumbDelimiter B
{
	color: #666666;
	font-size: 9pt;
}
.breadcrumbDelimiter A
{
	color: #095C84;
	text-decoration: none;
	font-size: 9pt;
	font-weight: normal;
}
.breadcrumbDelimiter A:hover
{
	color: #095C84;
	text-decoration: underline;
	font-size: 9pt;
	font-weight: normal;
}
.breadcrumbDelimiter A.treeItemLast
{
	color: #095C84;
	font-weight: bold;
	text-decoration: none;
	cursor: text;
}
.breadcrumbDelimiter A.treeItemLast:hover
{
	color: #095C84;
	font-weight: bold;
	text-decoration: none;
	cursor: text;
}
.breadcrumbDelimiter SPAN
{
	color: #666666;
	font-size: 8pt;
}
.breadcrumbDelimiter IMG
{
	display: none;
}
.breadcrumbRSS
{
	border: 0px solid #000000;
	padding: 0px 20px 0px 0px;
	background: url(../images/marine/ccolumn-b.gif) repeat-x bottom;
}
.breadcrumbEnd
{
	vertical-align: top;
	width: 11px;
	border: 0px solid #999;
	}
.breadcrumbEnd IMG
{
	width: 0px;
	height: 26px;
}
/************* Breadcrumb ******************
************** Order Pages ****************/
.breadcrumbDelimiter SPAN.nonactive
{
	font-size: 11pt;
	color: #4179E8;
	margin-right: 12px;
	display: inline;
	font-weight: bold;
}
.breadcrumbDelimiter SPAN.active
{
	font-size: 11pt;
	color: #C7D3EC;
	margin-right: 12px;
	display: inline;
	font-weight: bold;
}
/************* end Order Pages **************
***************************************************************************
************ Fieldset ******************
***** Top ******/
.titleTop
{
	margin-top: 0px;
}
.titleTopLeft
{
	width: 1px;
	border: 0px solid #000000;
	background: transparent url(../images/blue/09.png) repeat-x scroll 0 0;
}
.titleTopImgLeft
{
	width: 10px;
	height: 30px;
	background: transparent url(../images/blue/10.png) repeat-x scroll 0 0;
}
.titleTopCenter
{
/*Title of block (example: any blocks, articles,...)*/
	white-space: normal;
	padding: 0px;
	background: transparent url(../images/blue/09.png) repeat-x scroll 0 0;
}
.titleTopCenter DIV
{
	color: #585858;
	font: 12px Verdana, Arial, Helvetica, sans-serif, sans-serif;
	font-weight: bold;
}
.titleTopCenter H1
{
	display: block;
	color: #585858;
	font: bolder 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
.titleTopCenter DIV B
{
	font-weight: normal;
}
.titleTopRight
{
	width: 10px;
	background: transparent url(../images/blue/08.png) no-repeat scroll 0 0;
}
.titleTopLeft
{
	width: 0px;
	border: 0px solid #000000;
padding: 0px;
}
.titleTopImgRight
{
	width: 10px;
	height: 30px;
}
/****** Top *****
***** Center ******/
.block
{
	border: 0px solid #000000;
	background: #FFF;
}
.blockTD
{
	padding: 7px 5px 0px;
}
.menuLeft
{
	padding: 0px 12px;
}
/****** Center *****
***** Bottom ******/
.titleBot
{
	margin-bottom: 0px;
}
.titleBotLeft
{
	width: 1px;
	border: 0px solid #000000;
	background: none;
}
.titleBotImgLeft
{
	width: 0px;
	height: 17px;
}
.titleBotRight
{
	width: 100%;
	text-align: right;
	border: 0px solid #000000;
	background: none;
}
.titleBotImgRight
{
	width: 1px;
	height: 1px;
}
/****** Bottom *****
************ end Fieldset **************
**************custom blocks in left column********************/
.mainTableCellLeft .titleTopLeft
{
	width: 1px;
	background: none;
}
.mainTableCellLeft .titleTopImgLeft
{
	width: 10px;
	height: 30px;
}
.mainTableCellLeft .titleTopCenter
{
}
.mainTableCellLeft .titleTopCenter TABLE
{
	width: 100%;
}
.mainTableCellLeft .titleTopCenter DIV
{
	text-align: left;
}
.mainTableCellLeft .titleTopRight
{
	width: 10px;
	vertical-align: top;
}
.mainTableCellLeft .titleTopImgRight
{
	width: 0px;
	height: 14px;
}
.mainTableCellLeft .block
{
	background: none;
	border: none;
}
.mainTableCellLeft .block .blockTD
{
	background: none;
}
.mainTableCellLeft .block .menuLeft
{
	background: none;
}
.mainTableCellLeft .titleBotLeft
{
	width: 100%;
	border: 0px solid #000000;
	background: url(none) repeat-x bottom;
}
.mainTableCellLeft .titleBotImgLeft
{
	width: 1px;
	height: 1px;
}
.mainTableCellLeft .titleBotRight
{
	width: 19px;
	border: 0px solid #000000;
	vertical-align: bottom;
}
.mainTableCellLeft .titleBotImgRight
{
	width: 0px;
	height: 17px;
}
/***************custom blocks in right column********************/
.mainTableCellRight .titleTopCenter
{
/*padding: 20px 5px 2px;*/
}
.mainTableCellRight .titleTopCenter TABLE
{
	width: 100%;
}
.mainTableCellRight .titleTopCenter DIV
{
	text-align: left;
}
.mainTableCellRight .titleTopImgRight
{
	width: 0px;
	height: 17px;
}
.mainTableCellRight .block
{
	background: none;
}
.mainTableCellRight .block .blockTD
{
	background: none;
}
.mainTableCellRight .block .menuLeft
{
	background: none;
}
.mainTableCellRight .titleBotLeft
{
	width: 19px;
	border: 0px solid #000000;
}
.mainTableCellRight .titleBotRight
{
	width: 100%;
	border: 0px solid #000000;
	background: none;
}
.mainTableCellRight .titleBotImgRight
{
	width: 1px;
	height: 1px;
}
/***************custom blocks in left & right column********************/
.block-filter .titleTopLeft, .block-simple .titleTopLeft, .block-banners .titleTopLeft, .block-navigation .titleTopLeft
{
	width: 100%;
	background: transparent url(background:) url(../images/blue/09.png) url(0;) repeat-x scroll 0;
}
/****************************************************************************
************ userHome *******************/
TD.userHome
{
	padding: 7px;
}
TD.userHomeTitle
{
	font-size: 12px;
	white-space: nowrap;
	padding: 0px 12px 0px 0px;
	background-image: url(../images/blue/09.png);
background-position: center top;
}
TD.userHomeTitle B
{
	color: #000000;
}
DIV.userHomeBottom
{
	background: none;
	padding: 0px 20px;
}
DIV.userHomeBottom A
{
	color: #FFFFFF;
	text-decoration: underline;
}
DIV.userHomeBottom A:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
TD.userHome IMG.orders
{
	background: url(../images/icons/admin_orders_d.png) no-repeat;
	width: 50px;
	height: 50px;
	border: 0px solid #000000;
	float: left;
}
* HTML TD.userHome IMG.orders
{
	background-image: none, url(!), url(important);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_orders.png,sizingMethod=crop);
}
TD.userHome IMG.profile
{
	background: url(../images/icons/admin_profile_d.png) no-repeat;
	width: 50px;
	height: 50px;
	border: 0px solid #000000;
	float: left;
}
* HTML TD.userHome IMG.profile
{
	background-image: none, url(!), url(important);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_profile.png,sizingMethod=crop);
}
TD.userHome IMG.arr
{
	background: url(../images/icons/arr.gif) no-repeat;
	width: 15px;
	height: 16px;
	border: 0px solid #000000;
	margin: 0px 5px 0px 55px;
}
TD.userHome IMG.support
{
	background: url(../images/icons/admin_support_d.png) no-repeat;
	width: 50px;
	height: 50px;
	border: 0px solid #000000;
	float: left;
}
* HTML TD.userHome IMG.support
{
	background-image: none, url(!), url(important);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_support.png,sizingMethod=crop);
}
TD.userHome IMG.forum
{
	background: url(../images/icons/admin_forum_d.png) no-repeat;
	width: 50px;
	height: 50px;
	border: 0px solid #000000;
	float: left;
}
* HTML TD.userHome IMG.forum
{
	background-image: none, url(!), url(important);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_forum.png,sizingMethod=crop);
}
TD.userHome IMG.products
{
	background: url(../images/icons/admin_products_d.png) no-repeat;
	width: 50px;
	height: 50px;
	border: 0px solid #000000;
	float: left;
}
* HTML TD.userHome IMG.products
{
	background-image: none, url(!), url(important);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_products.png,sizingMethod=crop);
}
TD.userHome IMG.pages
{
	background: url(../images/icons/admin_pages_d.png) no-repeat;
	width: 50px;
	height: 50px;
	border: 0px solid #000000;
	float: left;
}
* HTML TD.userHome IMG.pages
{
	background-image: none, url(!), url(important);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_pages.png,sizingMethod=crop);
}
TD.userHome IMG.salesorders
{
	background: url(../images/icons/admin_salesorders_d.png) no-repeat;
	width: 50px;
	height: 50px;
	border: 0px solid #000000;
	float: left;
}
* HTML TD.userHome IMG.salesorders
{
	background-image: none, url(!), url(important);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_salesorders.png,sizingMethod=crop);
}
TD.userHome IMG.merchant
{
	background: url(../images/icons/admin_merchant_d.png) no-repeat;
	width: 50px;
	height: 50px;
	border: 0px solid #000000;
	float: left;
}
* HTML TD.userHome IMG.merchant
{
	background-image: none, url(!), url(important);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_merchant.png,sizingMethod=crop);
}
TD.userHome IMG.affiliates
{
	background: url(../images/icons/admin_affiliates_d.png) no-repeat;
	width: 50px;
	height: 50px;
	border: 0px solid #000000;
	float: left;
}
* HTML TD.userHome IMG.affiliates
{
	background-image: none, url(!), url(important);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_affiliates.png,sizingMethod=crop);
}
TD.userHome IMG.payments
{
	background: url(../images/icons/admin_payments_d.png) no-repeat;
	width: 50px;
	height: 50px;
	border: 0px solid #000000;
	float: left;
}
* HTML TD.userHome IMG.payments
{
	background-image: none, url(!), url(important);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_payments.png,sizingMethod=crop);
}
TD.userHome IMG.carts
{
	background: url(../images/icons/admin_carts_d.png) no-repeat;
	width: 50px;
	height: 50px;
	border: 0px solid #000000;
	float: left;
}
* HTML TD.userHome IMG.carts
{
	background-image: none, url(!), url(important);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_carts.png,sizingMethod=crop);
}
TD.userHome IMG.wishlist
{
	background: url(../images/icons/admin_wishlist_d.png) no-repeat;
	width: 50px;
	height: 50px;
	border: 0px solid #000000;
	float: left;
}
* HTML TD.userHome IMG.wishlist
{
	background-image: none, url(!), url(important);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/admin_wishlist.png,sizingMethod=crop);
}
TD.userHome IMG.reminders
{
	background: url(../images/icons/admin_reminders_d.png) no-repeat;
	width: 50px;
	height: 50px;
	border: 0px solid #000000;
	float: left;
}
* HTML TD.userHome IMG.reminders
{
	background-image: none, url(!), url(important);
	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
{
	display: auto;
	color: #FFF;
}
/*'|' between button*/
A.button:link, A.button:visited
{
	font: 14px/20px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 12px 0px 0px;
	white-space: nowrap;
}
A.button:hover, A.button:active
{
	font: 14px/20px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 12px 0px 0px;
	white-space: nowrap;
}
A.button SPAN
{
}
A.button IMG
{
	display: none;
}
A.button-add SPAN
{
	font-weight: bold;
}
/*add to cart (products categories, product details)*/
A.button-view SPAN
{
}
/*view cart (products categories, product details)*/
A.button-check SPAN
{
}
/*check out (products categories, product details)*/
A.button-wishlist SPAN
{
}
/*wishlist (products categories, product details)*/
A.buttonBasket:link, A.buttonBasket:visited
{
	font: 14px/20px Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
}
A.buttonBasket:hover, A.buttonBasket:active
{
	font: 14px/20px Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
}
A.buttonBasket SPAN
{
}
A.buttonBasket IMG
{
	display: none;
}
A.button-shopping SPAN
{
	font-weight: bold;
}
/*Continue shopping (basket)*/
A.button-retrieve SPAN
{
}
/*Retrieve Cart (basket)*/
A.button-save SPAN
{
}
/*Save cart (basket)*/
A.button-clear SPAN
{
}
/*Clear cart (basket)*/
A.button-checkout SPAN
{
	font-weight: bold;
}
/*Checkout (basket)*/
A.buttonCart:link, A.buttonCart:visited
{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
}
A.buttonCart:hover, A.buttonCart:active
{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
}
A.buttonCart SPAN
{
}
A.buttonCart IMG
{
	display: none;
}
A.button-check SPAN
{
}
/*Checkout (small cart)*/
A.button-amend SPAN
{
}
/*Amend cart (small cart)*/
A.button-view SPAN
{
}
/*View cart (small cart)*/
A.buttonMore:link, A.buttonMore:visited
{
	font: normal normal normal 12px Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
}
A.buttonMore:hover, A.buttonMore:active
{
	font: normal normal normal 12px Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
}
A.buttonMore SPAN
{
}
/*read more... (special offers, etc.)*/
A.buttonMore B
{
	font-weight: normal;
}
A.buttonMore IMG
{
	display: none;
}
A.disabled
{
/*disadled add to cart*/
	color: #DEDEDE;
	cursor: pointer;
	font: bold 14px/20px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 12px 0px 0px;
}
A.disabled:hover
{
	color: #DEDEDE;
	cursor: pointer;
	text-decoration: none;
}
/************* Button Links ******************
************ Category *******************/
.topCategory
{
	background: transparent;
	margin: 0px;
	padding: 3px 0px;
}
.selectedtopCategory
{
	background: transparent;
	margin: 0px;
	padding: 3px 0px;
}
.selectedtopCategory A.title
{
	color: #095C84;
}
.subCategory
{
	background: transparent;
	margin: 0px;
	padding: 0px;
}
.selectedsubCategory
{
	background: transparent;
	margin: 0px;
	padding: 0px;
}
.selectedsubCategory A.title
{
	color: #095C84;
	font-weight: bold;
}
.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: 11px;
	background: url(../images/bullet.gif) no-repeat left 3px;
}
/************* Latest ******************
************ Offers *******************/
.block-offers .block .blockTD A.bigtitle
{
	font-size: 12px;
	color: #0D6595;
	text-decoration: none;
	font-weight: bolder;
}
.block-offers .block .blockTD A.bigtitle:hover
{
	text-decoration: none;
}
.offerTitleTop
{
	display: none;
}
.offerTitle
{
	text-align: left;
	clear: right;
	display: block;
}
.offerTd
{
	text-align: left;
}
.offerTd IMG.offerImg
{
	float: left;
	padding: 2px;
	/*[disabled]background:#FFF;*/
	margin: 0px 8px 3px 0px;
	border: 0px solid #000000;
	/*[disabled]filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='#224ca2', Positive='true');*/
/*top: -20px; position: relative;*/
}
.offerTd DIV.offerText
{
	text-align: justify;
}
.offerTd A.buttonMore SPAN
{
	display: none;
}
/************* Product details like Offers *******************/
.block-products-list .block .blockTD IMG.productImg, .block-product-details .block .blockTD IMG.productImg
{
	padding: 2px;
	background: #FFF;
	border: 0px solid #000000;
	/*[disabled]filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='#224ca2', Positive='true');*/
}
/************* Forum *******************/
.forumAdmin
{
	color: #0000FF;
	font-weight: bold;
}
.forumUser
{
	color: #000000;
	font-weight: bold;
}
.forumGuest
{
	color: #000000;
	font-weight: bold;
	font-style: italic;
}
.forumMessageLeft
{
	background: #BEE4FF;
	border-left: 1px solid #19449A;
	border-top: 1px solid #19449A;
	border-bottom: 1px solid #19449A;
}
.forumMessageRight
{
	background: #BEE4FF;
	border: 1px solid #19449A;
}
.forumMessageTop
{
	background: #19449A;
	border-bottom: 1px solid #19449A;
}
/************* Categoties (catalogue) *******************/
.block-categories-catalog .blockTD
{
	padding-left: 18px;
}
.block-categories-catalog .blockTD IMG
{
	/*[empty]display:;*/
}
.block-categories-catalog .smallText
{
	color: #095c84;
}
.block-categories-catalog A.smallText
{
	color: #095c84;
}
.block-categories-catalog A.smallText:hover
{
	color: #095c84;
}
/************* Hot (news,...) *******************/
.block-hot .blockTD IMG
{
	display: none;
}
.block-hot .blockTD .articleDate
{
	display: none;
}
.block-hot .blockTD DIV
{
	padding-left: 15px;
}
.block-hot A.bigtitle
{
	padding-left: 15px;
	background: url(../images/marine/arrow-green.gif) no-repeat 3px 5px;
	display: block;
	position: relative;
	left: -15px;
	font-size: 12px;
	text-decoration: underline;
}
.block-hot A.bigtitle:hover
{
	padding-left: 15px;
	background: url(../images/marine/arrow-green.gif) no-repeat 3px 5px;
	text-decoration: none;
}
/****************************************************************************
************ Footer *******************/
.footerAll
{
	background: url(../images/blue/border-bt.gif) repeat-x 0px 1px;
	height: 45px;
}
.footerMenu
{
	text-align: center;
	font-size: 9pt;
	position: relative;
	top: 28px;
	margin: 0px 25%;
}
.footerMenu SPAN
{
	display: none;
	padding: 0px 0px 0px 5px;
}
.footerMenu IMG.separator
{
	margin: 0px 5px;
}
.footerMenu A.smallText
{
	color: #095C84;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.footerMenu A.smallText:hover
{
	color: #095C84;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.footerHTML
{
	text-align: center;
	padding: 12px;
	float: left;
}
.footerHTML FONT
{
	font-size: 12px;
}
.footerImg
{
	text-align: right;
	float: right;
	padding: 0px 12px 0px 0px;
}
.footerImg IMG
{
	width: 80px;
	height: 26px;
	border: 0px solid #000000;
	margin-top: 12px;
}
/************* Footer *******************/
BODY
{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #095C84;
	margin: 0px 12px;
	padding: 0px;
background: #fff;
}
BODY.popup
{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #095C84;
	margin: 0px;
	padding: 0px;
	background: #2E5BB6;
}
BODY.editor
{
	background: #FFF;
}
TR, TD
{
	font: 12px Verdana, Arial, Helvetica, sans-serif, sans-serif;
	color: #030303;
	text-align: left;
padding: 0 8px;
}
H1, H2
{
	padding: 0px;
	margin: 0px;
}
.middlebg
{
	background: none;
}
.middlebg TD
{
	font-weight: bold;
}
.usualbg
{
	background: transparent;
}
.errorbg
{
	background: #FFF;
	border: 1px solid #E5E5E5;
	color: #CC0000;
	padding: 6px;
}
.popup .errorbg
{
	padding: 4px;
}
.messagebg
{
	color: #0000CC;
	font-weight: bold;
	padding: 6px;
}
.padding12px
{
	padding: 12px;
}
.padding6px TD
{
	padding: 6px;
}
.block-product-details .padding6px TD
{
	padding: 6px 12px;
}
.padding6px TD TD
{
	padding: 0px;
}
.padding6px .padding4px TD
{
	padding: 4px;
}
.padding4px TD
{
	padding: 4px;
}
.padding4px TD TD
{
	padding: 0px;
}
.paddingReviews TD
{
	padding: 0px 11px;
}
.paddingReviews TD TD
{
	padding: 0px;
}
.paddingRev5px TD
{
	padding: 5px 11px;
}
.paddingRev3px TD
{
	padding: 3px 3px 3px 11px;
}
INPUT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
INPUT.usualprice
{
	background-color: transparent;
	border: none;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #095C84;
}
INPUT.orderprice
{
	background-color: transparent;
	border: none;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #095C84;
}
INPUT.search
{
	border-top: 1px solid #B2B1B1;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #B2B1B1;
	background: #FFF;
}
INPUT.text
{
	border-top: 1px solid #B2B1B1;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #B2B1B1;
	background: #FFF;
}
INPUT.field
{
	border-top: 1px solid #B2B1B1;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #B2B1B1;
	background: #FFF;
}
INPUT.fieldSmall
{
	border-top: 1px solid #95B6D1;
	border-right: 1px solid #BDDDF5;
	border-bottom: 1px solid #BDDDF5;
	border-left: 1px solid #95B6D1;
	background: #BEE4FF;
	font-size: 8pt;
}
INPUT#clear
{
	color: #8A8A8A;
}
INPUT#reset
{
	color: #8A8A8A;
}
INPUT#preview
{
	color: #FF6C00;
}
INPUT#cancel
{
	color: #8A8A8A;
}
INPUT#delete
{
	color: #8A8A8A;
}
SELECT
{
	border-top: 1px solid #B2B1B1;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #B2B1B1;
	background: #FFF;
}
SELECT.search
{
	border-top: 1px solid #B2B1B1;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #B2B1B1;
	background: #FFF;
}
TEXTAREA
{
	border-top: 1px solid #B2B1B1;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #B2B1B1;
	background: #FFF;
}
INPUT.field
{
	margin-bottom: 2px;
}
SELECT.field
{
	margin-bottom: 2px;
}
INPUT.submit
{
	font-weight: normal;
	border: 0px solid #000000;
	color: #000;
	font-size: 12px;
	cursor: pointer;
	background: url(../images/marine/button-r.gif) no-repeat right;
	height: 28px;
	padding: 0px 7px 2px 3px;
	margin: 0px;
}
HTML>BODY INPUT.submit
{
	margin: 1px 0px 2px;
}
* HTML INPUT.submit
{
	margin: 0px;
}
SPAN.submit
{
	background: url(../images/marine/button-l.gif) no-repeat left;
	font: 18px Arial;
	padding-left: 4px !important;
	white-space: nowrap;
	display: inline-block;
	padding-top: 1px;
}
/*For old templates < ver. 3.3*/
TD.submit
{
	background: url(../images/marine/button-l.gif) no-repeat left;
	padding-left: 4px !important;
}
FORM
{
	margin: 6px 0px 0px;
	padding: 0px;
}
A.header
{
	color: #FFFFFF;
	text-decoration: underline;
}
A.header:hover
{
	color: #FAF7AA;
	text-decoration: underline;
}
A.title
{
	font-size: 12px;
	font-weight: normal;
	color: #095C84;
	text-decoration: underline;
}
A.title:hover
{
	/*font-size: 14px;*/
	/*font-weight: bold;*/
	/*[disabled]color:#666666;*/
	text-decoration: none;
	color:red;
	/*[disabled]background:#E5E5E5 none repeat scroll 0 0;*/
}
A.top10
{
	color: #095C84;
	text-decoration: none;
	font-size: 8pt;
}
A.top10:hover
{
	color: #095C84;
	text-decoration: underline;
}
A.smallText
{
	color: #666666;
	text-decoration: none;
	font-size: 8pt;
}
A.smallText:hover
{
	color: #666666;
	text-decoration: underline;
	font-size: 8pt;
}
A
{
	color: #095C84;
	text-decoration: none;
	font-size: 12px;
}
A:hover
{
	color: #095C84;
	text-decoration: underline;
}
.block-content A.top10
{
	color: #666666;
	text-decoration: none;
	font-size: 8pt;
}
.block-content A.top10:hover
{
	color: #666666;
	text-decoration: underline;
}
.titleText
{
	color: #666666;
	text-decoration: none;
}
.articleDate
{
	font-size: 8pt;
	color: #095C84;
	font-style: italic;
}
.top
{
	font-size: 8pt;
	padding: 2 0;
}
.smallText
{
	font-size: 8pt;
}
.middleText
{
	font-size: 9pt;
}
.bigText
{
	font-size: 12px;
}
.comment
{
	font-size: 8pt;
	color: #7777CC;
}
.message
{
	font-size: 9pt;
	color: #FFF;
}
.title
{
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.bigtitle
{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.error
{
	color: #FF0000;
}
.terms
{
	height: 300px;
	width: 600px;
	overflow: auto;
	border: 1px solid #C0C0C0;
}
.link
{
	color: #008000;
}
SPAN.nobr
{
	white-space: nowrap !important;
}
/***** Delimiter for list and rollover for details ****
**/
.vDelimiter
{
	border-right: 1px solid #1F4BA6;
}
/***/
.hDelimiter
{
	background: #1F4BA6;
	border: 0px solid #000000;
}
/***/
.block-offers .vDelimiter
{
	border: 0px solid #000000;
}
/***/
.block-offers .hDelimiter
{
	background: none;
}
/**
**/
.rolloverImagesTop
{
	padding: 12px 0px 0px;
}
/***/
.rolloverImages
{
	float: left;
	padding: 5px;
	text-align: center;
	width: 30%;
}
/***/
.manufacturerImage
{
	padding: 12px 0px 0px;
}
/***** Delimiter for list and rollover for details ****
**** Visualisation tubs on product details *****/
TD.tab
{
	border: 1px solid #133D92;
	border-bottom: none;
	background: none;
	padding: 0px;
}
TD.tabActive
{
	border: 1px solid #133D92;
	border-bottom: none;
	background: #133D92;
	padding: 0px;
}
A.tab
{
	background: none;
	color: #666666;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 8px;
	text-decoration: none;
}
A.tab:hover
{
	background: #095C84;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 8px;
	text-decoration: none;
}
A.tabActive
{
	background: #095C84;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 8px;
	text-decoration: none;
	cursor: text;
}
A.tabActive:hover
{
	background: #095C84;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 8px;
	text-decoration: none;
	cursor: text;
}
.tabline
{
	background: #133D92;
}
/***** Visualisation tubs on product details ****
**** Visualisation tubs on UserHome pages *****/
.blockTDtabs TABLE
{
	width: 100%;
	margin-bottom: 12px;
}
DIV.adminTab
{
	font: 11px Verdana, sans-serif;
	border: 1px solid #133D92;
	border-bottom: none;
	padding: 3px 8px 2px;
	margin: 0px 2px;
	cursor: pointer;
	background: none;
	white-space: nowrap;
}
DIV.adminTabActive
{
	font: bold 11px Verdana, sans-serif;
	border: 1px solid #133D92;
	border-top: 2px solid #133D92;
	border-bottom: none;
	padding: 5px 9px;
	margin: 3px 0px 0px;
	white-space: nowrap;
}
TD.adminTab
{
	border-bottom: 1px solid #133D92;
	vertical-align: bottom;
}
TD.adminTabActive
{
	border: none;
}
TD.beginTab
{
	padding: 0px 4px;
	border-bottom: 1px solid #133D92;
}
TD.endTab
{
	padding: 0px 4px;
	width: 90%;
	border-bottom: 1px solid #133D92;
}
A.blackSm, A.blackSm:hover
{
	text-decoration: none;
}
/***** Visualisation tubs on UserHome pages ****
**** Prices on the site *****/
.priceBlock
{
	color: #CC3300;
	font-weight: bold;
}
.priceBlock .price
{
	font-weight: bold;
}
.priceBlock .priceTax
{
	font-weight: normal;
}
.priceBlockOld
{
	color: #CC3300;
	text-decoration: line-through;
}
.priceBlockOld .price
{
	font-weight: normal;
}
.priceBlockOld .priceTax
{
	font-weight: normal;
}
.priceBlockHidden
{
	color: #CC3300;
	font-weight: bold;
	display: none;
}
.priceBlockHidden .price
{
	font-weight: bold;
}
.priceBlockHidden .priceTax
{
	font-weight: normal;
}
.priceBlockEdit
{
	color: #CC3300;
	font-weight: bold;
}
.priceBlockEdit INPUT.price
{
	text-align: right;
	font-weight: bold;
	width: 60px;
	font-size: 12px;
	color: #000000;
	border-top: 1px solid #95B6D1;
	border-right: 1px solid #BDDDF5;
	border-bottom: 1px solid #BDDDF5;
	border-left: 1px solid #95B6D1;
	background: #BEE4FF;
}
.salesBlock
{
	color: #CC3300;
	font-weight: bold;
	border: none;
	background: transparent;
}
.salesPrice
{
	font-weight: bold;
}
.salesTax
{
	font-weight: normal;
}
.priceSaveBlock
{
	color: #717070;
	font-weight: bold;
}
.priceSaveBlock .price
{
	font-weight: bold;
}
.priceSaveBlock .percent
{
	font-weight: normal;
}
.pointsPriceBlock
{
}
.pointsPriceBlock .points
{
}
.rewardPointsBlock
{
}
.rewardPointsBlock .points
{
}
/***** Prices on the site ****
**** Visualisation product list as table *****/
.productsTable TH
{
	padding: 3px;
}
.productsTable TD
{
	padding: 3px;
}
.productsCategory
{
	font-size: 12px;
	font-weight: bold;
	color: #666666;
/*background: #19449A;*/
	padding: 6px !important;
}
.productsDelimiter
{
	background: #1F4BA6;
	padding: 0px !important;
}
.productsDelimiterTop
{
	background: #1F4BA6;
	padding: 0px !important;
}
.productsDelimiterTop IMG
{
	height: 2px;
}
/***** Visualisation product list as table ****
**** Rating iamges *****/
.neutral
{
	display: none;
}
.commend
{
	background: url(../images/icons/commend.png) no-repeat;
	width: 20px;
	height: 20px;
	border: 0px solid #000000;
}
* HTML .commend
{
	background-image: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/commend.png,sizingMethod=crop);
}
.discommend
{
	background: url(../images/icons/discommend.png) no-repeat;
	width: 20px;
	height: 20px;
	border: 0px solid #000000;
}
* HTML .discommend
{
	background-image: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/discommend.png,sizingMethod=crop);
}
.not-rated
{
	background: url(../images/icons/not-rated.png) no-repeat;
	width: 97px;
	height: 18px;
	border: 0px solid #000000;
}
* HTML .not-rated
{
	background-image: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/not-rated.png,sizingMethod=crop);
}
.rating-1
{
	background: url(../images/icons/rating-1.png) no-repeat;
	width: 97px;
	height: 18px;
	border: 0px solid #000000;
}
* HTML .rating-1
{
	background-image: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/rating-1.png,sizingMethod=crop);
}
.rating-2
{
	background: url(../images/icons/rating-2.png) no-repeat;
	width: 97px;
	height: 18px;
	border: 0px solid #000000;
}
* HTML .rating-2
{
	background-image: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/rating-2.png,sizingMethod=crop);
}
.rating-3
{
	background: url(../images/icons/rating-3.png) no-repeat;
	width: 97px;
	height: 18px;
	border: 0px solid #000000;
}
* HTML .rating-3
{
	background-image: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/rating-3.png,sizingMethod=crop);
}
.rating-4
{
	background: url(../images/icons/rating-4.png) no-repeat;
	width: 97px;
	height: 18px;
	border: 0px solid #000000;
}
* HTML .rating-4
{
	background-image: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/rating-4.png,sizingMethod=crop);
}
.rating-5
{
	background: url(../images/icons/rating-5.png) no-repeat;
	width: 97px;
	height: 18px;
	border: 0px solid #000000;
}
* HTML .rating-5
{
	background-image: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/rating-5.png,sizingMethod=crop);
}
/***** Rating iamges ****
**** Wishlist pop-up window *****/
.wishlist-opacity
{
	display: none;
	z-index: 900;
	filter: alpha(opacity=50);
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #E1E1E1;
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.wishlist-shadow
{
	display: none;
	z-index: 1000;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	background: #5C7199;
}
.wishlist-block
{
	position: relative;
	bottom: 5px;
	right: 5px;
	width: 400px;
	background: #2E5BB6;
	border: 1px solid #19449A;
}
.wishlist-img-close IMG
{
	margin: 12px 12px 5px 0px;
}
.wishlist-descr
{
	padding: 0px 35px 20px 30px;
	font-size: 14px, sans-serif;
	text-align: justify;
}
/***** Wishlist pop-up window ****
**** New Product's icon *****/
.block-product-details .newProduct
{
	display: block;
	position: relative;
	padding-right: 34px !important;
}
.block-product-details .newProduct IMG
{
	background: url(../images/icons/new_l.png) no-repeat;
	width: 30px;
	height: 22px;
	border: none;
	position: absolute;
	bottom: 0px;
	margin: 0px 0px 0px 2px;
}
* HTML .block-product-details .newProduct IMG
{
	background-image: none, url(!), url(important);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/new_l.png,sizingMethod=crop);
}
.block-products-list .newProduct IMG
{
	background: url(../images/icons/new_l.png) no-repeat;
	width: 30px;
	height: 22px;
	border: none;
	position: relative;
	bottom: -6px;
	margin: 0px 0px 0px 2px;
}
* HTML .block-products-list .newProduct IMG
{
	background-image: none, url(!), url(important);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/new_l.png,sizingMethod=crop);
}
.newProduct IMG
{
	background: url(../images/icons/new_m.png) no-repeat;
	width: 20px;
	height: 16px;
	border: none;
	position: relative;
	bottom: -3px;
	margin: 0px 0px 0px 2px;
}
* HTML .newProduct IMG
{
	background-image: none, url(!), url(important);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/new_m.png,sizingMethod=crop);
}
/***** New Product's icon ****
**** Restricted Item's icon *****/
.block-products-list .restrictedItem IMG.restrictedItem
{
	background: url(../images/icons/lock.png) no-repeat;
	width: 22px;
	height: 23px;
	border: none;
	position: relative;
	bottom: -3px;
	margin: 0px 0px 0px 2px;
}
* HTML .block-products-list .restrictedItem IMG.restrictedItem
{
	background-image: none, url(!), url(important);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/lock.png,sizingMethod=crop);
}
.restrictedItem IMG.restrictedItem
{
	background: url(../images/icons/lock-s.png) no-repeat;
	width: 15px;
	height: 16px;
	border: none;
	position: relative;
	bottom: -3px;
	margin: 0px 0px 0px 2px;
}
* HTML .restrictedItem IMG.restrictedItem
{
	background-image: none, url(!), url(important);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/lock-s.png,sizingMethod=crop);
}
.restrictedCategory IMG.restrictedCategory
{
	background: url(../images/icons/lock-s.png) no-repeat;
	width: 15px;
	height: 16px;
	border: none;
	position: relative;
	bottom: -3px;
	margin: 0px 0px 0px 2px;
}
* HTML .restrictedCategory IMG.restrictedCategory
{
	background-image: none, url(!), url(important);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/icons/lock-s.png,sizingMethod=crop);
}
/***** Restricted Item's icon ****
**** Manual list *****/
.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;
}
/***** Manual list ****
**** Custom menu list *****/
.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;
}
/***** Custom menu list ****
**** Matrix price *****/
TABLE.matrix
{
	border: 1px solid #808080;
	margin-bottom: 5px;
	margin-top: 5px;
}
TH.matrixTop
{
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #C0C0C0;
}
TH.matrixBottom
{
	padding-left: 5px;
	padding-right: 5px;
}
TD.matrixTop
{
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	padding-left: 5px;
	padding-right: 5px;
}
TD.matrixBottom
{
	border-left: 1px solid #C0C0C0;
	padding-left: 5px;
	padding-right: 5px;
}
/***** Matrix price *****/
