/* ====================== MAIN THEME STYLES: layout, fonts & colors ====================== */

body {
	margin:0;
/* 	font:11px Tahoma, Arial, sans-serif; */
	font:11px Arial, sans-serif;
	background:#fff;
	color:#6e6d6d;
}
img {border:none;}
form {
	padding:0;
	margin:0;
}
/*page*/
#page {
	margin:0 auto;
	/*width:695px;*/
	width:950px;
	padding:30px 0 0;
	overflow:hidden;
}
/*header*/
.header {
	height:1%;
	padding:0 0 20px 25px;
	overflow:hidden;
}
/*logo*/
.logo {
	margin:0;
	float:left;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width:270px;
	background:url(../../images/logo.gif) no-repeat;
	height:64px;
}
.logo.en{
	background:url(../../images/logo-en.gif) no-repeat;
}
.logo a {
	display:block;
	height:100%;
}
.header-inn {
	float:right;
	width:375px;
}
.slogan {
	margin:0;
	width:376px;
	color:#7f4e58;
	font:15px Tahoma, Arial, sans-serif;
}
.service {
	height:1%;
	padding:15px 20px 0 0;
	overflow:hidden;
}
.cpt_language_selection {
	float:right;
	margin-top:-2px;
}
.cpt_language_selection a{
	color:#B7154E;
        font-weight:bold;
        text-decoration:none;
}
.cpt_language_selection a:hover {
        text-decoration:underline;
/*         border-bottom:1px dashed #4A4848; */
}
.cpt_shopping_cart_info {
	float:right;
	margin:0;
	line-height:16px;
	background:url(../../images/basket.gif) no-repeat;
	padding:0 17px 0 25px;
}
.cpt_shopping_cart_info a,
.cpt_shopping_cart_info strong {
	color:#4a4848;
	text-decoration:none;
	font-weight:bold;
}
.cpt_shopping_cart_info a:hover {text-decoration:underline;}
ul.menu {
	height:1%;
	overflow:hidden;
	padding:0 0 3px;
/* 	margin:0 0 4px 9px; */
	margin:0 0 6px 0;
	background:url(../../images/line01.gif) repeat-x 0 100%;
	list-style:none;
	overflow:hidden;
}
ul.menu li {
	float:left;
	margin-right:5px;
	/*width:134px;*/
	width:186px;
	height:41px;
/* 	font:bold 11px Tahoma, Arial, sans-serif; */
	font:bold 11px Tahoma, Arial, sans-serif;
	background:url(../../images/menu-bg.gif) no-repeat;
	text-align:center;
	text-transform:uppercase;
}
ul.menu li a {
	color:#b7154e;
	text-decoration:none;
	display:block;
/* 	padding:10px 20px 0; */
	padding:10px 7px 0;
}
ul.menu li.single a {padding-top:15px;}
ul.menu li a:hover {text-decoration:underline;}

.promo {
	height:1%;
	overflow:hidden;
/* 	margin:0 0 14px; */
	margin:0 0 8px;
    position:relative;
}
.promo-img {
	float:left;
}
.promo-img img {display:block;}
.promo table {
    position:absolute;
	width:130px;
    height:152px;
	margin:0;
	padding:0;
    background:url(../../images/undercover.png) no-repeat 0 0;
    right:0;
    top:47px;
    border:none;
}

.promo table td {
    padding-left:6px;
    height:48px;
}

.promo table td a {
    text-decoration:none;
    color : #fff;
    font-size:12px;
}

/*primary content*/
.primary-content {
	height:1%;
	overflow:hidden;
	padding:0 0 3px;
}
.main-col {
	/*width:500px;*/
	width:752px;
	float:right;
}

.category_banner {
    margin-bottom:7px;
}
.main-col img {/*display:block;*/}
.content-box {margin:0;}
.content-box,
.content-box-top,
.content-box-btm {
	height:1%;
	overflow:hidden;
	background:url(../../images/content-box-bg.gif) repeat-y;
}
.content-box-top {background:url(../../images/content-box-top.gif) no-repeat;}
.content-box-btm {
	background:url(../../images/content-box-btm.gif) no-repeat 0 100%;
	padding-bottom:15px;
}
.content-box h2 {
	color:#5e222e;
	font:bold 11px/38px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin:0 26px 18px;
	position:relative;
}
.product-cnt {
	margin:0 15px 0 22px;
	height:1%;
	overflow:hidden;
	padding:22px 0;
	border-bottom:1px solid #d3d1d1;
	/*background:url(../../images/line02.gif) repeat-y 228px 0;*/
	background:url(../../images/line02f.gif) repeat-y 0 0;
}
.none {border-bottom:0;}
.product-box {
	float:left;
	width:235px;
	margin-right:1px;
}
.product-img {
	float:left;
	width:100px;
	text-align:center;
}
.product-img img {margin:0 auto 10px;}
.product-img strong {
	display:block;
	text-align:center;
	color:#855b63;
	font:bold 15px Tahoma, Arial, sans-serif;
}
.product-txt {
	float:right;
	width:118px;
}
.product-txt p {margin:0 10px 10px 0;}
.product-txt p strong {
	color:#855b63;
	display:block;
	padding-bottom:5px;
}
.holder {
	height:1%;
	overflow:hidden;
}
.btn, .add2cart_handler {
	float:left;
	color:#4a4848;
	text-decoration:none;
	font:bold 10px/18px Tahoma, Arial, sans-serif;
	height:18px;
	margin:0 0 2px;
	overflow:hidden;
	background:url(../../images/btn-r.gif) no-repeat 100% 0;
	cursor:pointer;
}
.btn span {
	float:left;
	padding:0 9px;
	background:url(../../images/btn-l.gif) no-repeat;
}
.btn.search {
	background:url(../../images/btn-search-r.gif) no-repeat 100% 0;
}
.btn.search span {
	background:url(../../images/btn-search-l.gif) no-repeat;
}
.add2cart_handler span {
	float:left;
	padding:0 9px;
	background:url(../../images/btn-l.gif) no-repeat;
}
.btn:hover {background-position:100% -18px;}
.btn:hover span {background-position:0 -18px;}
.add2cart_handler:hover {background-position:100% -18px;}
.add2cart_handler:hover span {background-position:0 -18px;}

.sidebar {
	/*width:192px;*/
	width:192px;
	float:left;
}
.sub-nav {margin-bottom:8px;}
.sub-nav,
.sub-nav-top {
	width:100%;
	overflow:hidden;
	background:url(../../images/sub-nav-bg.gif) repeat-y;
}
.sub-nav-top {background:url(../../images/sub-nav-top.gif) no-repeat;}
.sub-nav-btm {
	width:100%;
	min-height:92px;
	overflow:hidden;
	background:url(../../images/sub-nav-btm.gif) no-repeat 0 100%;
}
* html .sub-nav-btm {
	height:92px;
	overflow:visible;
}

.sub-nav ul {
	width:153px;
	overflow:hidden;
	padding:23px 10px 0 29px;
	margin:0;
	list-style:none;
	overflow:hidden;
}
.sub-nav ul li {
	height:1%;
	padding:0 0 4px;
	font:bold 11px Arial, Helvetica, sans-serif;
}
.sub-nav ul li a {
	color:#6e6d6d;
	text-decoration:none;
}
.sub-nav ul li a:hover {text-decoration:underline;}

.login {margin-bottom:6px;}
.login,
.login-top {
	width:100%;
	overflow:hidden;
	background:url(../../images/login-bg.gif) repeat-y;
}
.login-top {background:url(../../images/login-top.gif) no-repeat;}
.login-btm {
	width:160px;
 	min-height:64px;
 	/*min-height:80px;*/
	/*min-height:65px;*/
/* 	padding:12px 5px 0 27px; */
/* 	padding:24px 5px 20px 27px; */
	/*padding:15px 5px 0 27px;*/
	/*padding:14px 5px 0 27px;*/
	padding:30px 5px 0 27px;
	overflow:hidden;
	background:url(../../images/login-btm.gif) no-repeat 0 100%;
	font-size: 12px;
}
* html .login-btm {
	height:64px;
	/*height:80px;*/
	/*height:65px;*/
	overflow:visible;
}
.login strong {
	display:block;
	color:#5e222e;
	margin:0 0 5px;
}
.login-cnt {
	width:100%;
	overflow:hidden;
	padding:0 0 4px;
}
.login input.text {
	font:10px Tahoma, Arial, sans-serif;
	color:#6e6d6d;
	width:130px;
	border:1px solid #bea5aa;
	float:left;
	padding:1px 5px 2px;
}
.login a {
	color:#5e222e;
	font:12px Tahoma, Arial, sans-serif;
	text-decoration:none;
	font-weight:bold;
}
.login a:hover {text-decoration:underline;}

.catalog,
.catalog-top,
.catalog-btm {
	height:1%;
	overflow:hidden;
	background:url(../../images/catalog-bg.gif) repeat-y;
}
.catalog-top {background:url(../../images/catalog-top.gif) no-repeat;}
.catalog-btm {
	background:url(../../images/catalog-btm.gif) no-repeat 0 100%;
	padding-bottom:20px;
}
.catalog p {
	font:bold 11px/37px Tahoma, Arial, sans-serif;
	color:#413c3c;
	margin:0 5px 18px 27px;
}
.cpt_category_tree {
	height:1%;
	overflow:hidden;
}
.cpt_category_tree ul {
	padding:0 5px 0 0px;
	height:1%;
	margin:0;
	list-style:none;
	overflow:hidden;
}
.cpt_category_tree ul li span.bullet {
    display:none;
 }
.cpt_category_tree ul li {
	height:1%;
	overflow:hidden;
	border-bottom:1px dashed #decfd2;
}
.cpt_category_tree ul li div {
    padding-left:5px;
    padding-top:6px;
}
.cpt_category_tree ul li div a{
	font-weight:normal;
	line-height:1.2em;
	padding-bottom:5px;
	padding-right:10px;
	text-decoration:none;
	text-transform:none !important;
}

.cpt_category_tree ul li div a.curr-product {
    color:#821C2F;
}

.cpt_category_tree ul li div a:hover{
    color:#821C2F;
    text-decoration:underline;
}
.cpt_category_tree ul li.parent,
.cpt_category_tree ul li.parent_current {
	/*background:url(../../images/arrows.gif) no-repeat 0 5px;*/
	padding:4px 0 4px 26px;
}
.cpt_category_tree ul li.parent_current {
	font-weight:bold;
	padding-bottom:4px;
}
.cpt_category_tree ul li.child,
.cpt_category_tree ul li.child_current {padding:0 0 5px 24px;}

.cpt_category_tree ul li a {
        color:#626262;
        display:block;
        text-transform:uppercase;
		text-decoration:none;
}
.cpt_category_tree ul li a:hover {text-decoration:none;color:#821C2F}
.cpt_category_tree ul li.child a ,
.cpt_category_tree ul li.child_current a {text-decoration:none;}
.cpt_category_tree ul li.child a:hover,
.cpt_category_tree ul li.child_current a {color:#804652;}

/*footer*/
.footer {margin-bottom:6px;}
.footer,
.footer-top,
.footer-btm {
	height:1%;
	overflow:hidden;
	background:url(../../images/footer-bg.gif) repeat-y;
}
.footer-top {background:url(../../images/footer-top.gif) no-repeat;}
.footer-btm {
	background:url(../../images/footer-btm.gif) no-repeat 0 100%;
	padding:14px 5px 12px 22px;
}
.footer img {
	float:left;
/* 	margin:0 46px 0 0; */
	margin:0 20px 0 0;
}
.footer ul {
	height:1%;
	overflow:hidden;
	padding:0;
	margin:0 0 2px;
	list-style:none;
	overflow:hidden;
}
.footer ul li {
	float:left;
	padding:0 8px 0 9px;
	margin:0 9px 0 -9px;
	background:url(../../images/separtor.gif) no-repeat 0 2px;
}
.footer ul li a {
	color:#6e6d6d;
	text-decoration:none;
}
.footer ul li a:hover { text-decoration:underline;}
.footer p {margin:0;}

/* product page */

.detail-box {
	height:1%;
	overflow:hidden;
	padding:10px 10px 0 1px;
}
.detail-img {
	width:179px;
	float:left;
}
.detail-img img {
	margin:0 auto;
	display:block;
}
.detail-cnt {
	float:right;
	width:309px;
	padding:5px 0 0;
}
.detail-cnt h3 {
	color:#821c2f;
	font:16px Tahoma, Arial, sans-serif;
	margin:0 0 17px;
	font-weight:bold;
}
.detail-cnt h3 strong {display:block;}
.detail-cnt p {
	margin:0 0 12px;
}
.detail-cnt p.ingredients,
.detail-cnt p.made-by {font-size:10px;}
.detail-cnt p.made-by {color:#7f1c30;}
.detail-cnt p.made-by span {padding-left:15px;}
.price-box {
	height:1%;
	overflow:hidden;
}
.price-box em,
.price-box strong {
	float:left;
	padding-right:12px;
	font:bold 14px Tahoma, Arial, sans-serif;
}
.price-box em {text-decoration:line-through;}
.price-box strong {color:#821c2f;}
.price-box label {
	float:left;
	font:10px/17px Tahoma, Arial, sans-serif;
	padding-right:6px;
}
.price-box select {
	float:left;
	width:42px;
	margin-right:12px;
	font:12px Tahoma, Arial, sans-serif;
}

.recomend {
	height:1%;
	padding:15px 0 0;
	overflow:hidden;
}
.recomend h4 {
	margin:0 20px 0 16px;
	background:url(../../images/line03.gif) repeat-x 0 6px;
	height:1%;
	overflow:hidden;
	font:bold 11px Tahoma, Arial, sans-serif;
	color:#5e222e;
}
.recomend h4 strong {
	background:#fff;
	padding:0 10px;
}

.recomend .product-cnt {
	border:0;
	background:none;
	padding-bottom:10px;
}	




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

/***************************
PRODUCTS COMPARISON
****************************/
.cmp_headers{
 background-color: #F5F5F5;
}
.cmp_column_odd{
 background-color: white;
 vertical-align: top;
}
.cmp_column_even{
 background-color: #F8F8F8;
 vertical-align: top;
}
#cmp-table tr:hover td{
 background-color: #d5e5fa!important;
}
#cmp-table tr td{
 text-align:center;
 padding: 6px;
}
#cmp-table tr td.cmp_headers{
 text-align: left;
}

/***************************
PRODUCT DETAILED
****************************/
/*.regularPrice{
 color: brown;
 text-decoration: line-through;
}
.totalPrice{
 color:#CC3300;
 font-weight:bold;
 font-size: 130%;
 margin:0 5px 5px 5px;
}
.product_list .totalPrice { color:#000;
 background:#f2f2f2; font-weight:normal}
.youSaveLabel{
 font-size: 75%;
}
.youSavePrice{
 font-size: 75%;
}
.prd_out_of_stock {
 font-style:  italic;
 color:#CC3300;
 padding:0 0 0 5px;
 overflow:hidden;
 font-size:90%;
}
.cpt_product_category_info a, .cat_path_in_productpage a { font-size:120%;}*/

/************************
PRODUCT REVIEWS STYLES
***************************/
/*.review_block
{ margin-left: 20px;
}
.review_title{
 color: #333;
 margin-top: 10px;
 margin-bottom: 0px;
 font-size: 120%;
}
.review_date{ 
 color: #999;
 border: 0px solid #EEE;
 border-top-width: 1px;
 font-size: 90%;
 margin-bottom: 5px;
 }
.review_content{
 color: #333;
 padding-left: 20px;
}
.review_showall{
 margin-left: 20px;
}*/

/****************************
SHOPPING CART
*****************************/
.background_cart_top
{ background-color: #F5F5F5;
  border-bottom: 1px #99C9DF solid;
  font-size:12pt;
}
.background_cart_top h1{
 display: inline;
 padding: 0px;
 margin: 0px;
}
#cart_content_tbl{
     width:100%;}
#cart_content_tbl td{
 padding: 6px;
}
#cart_page_title{
 padding: 10px;
 text-align: left;
}
#cart_page_title h1{
 display inline;
 padding: 0px;
 margin: 0px;
}
#cart_clear{
 padding: 10px;
 text-align: right;
}
#cart_clear a{
 font-size:9pt;
}
.cart_discount_label{
 font-weight: bold;
}
#cart_total_label{
 font-size: 130%;
 font-weight: bold;
}
#cart_total{
 background-color: #F5F5F5;
 font-size: 130%;
 font-weight: bold;
 padding: 10px;
 white-space: nowrap;
}
#cart_checkout_btn{
 padding-top: 20px;
}
.cart_product_brief_description{
 font-size: 80%;
}
#cart_content_header td{
 font-weight: bold;
}
.cart_apply_for_discounts_extra{
 font-size: 80%;
 color: #777;
}
.cart_product_quantity{
 text-align: center;
}

/********************
REGISTRATION PAGE
*********************/
#reg_fields_tbl td{
 padding: 5px;
}
#reg_auth_fields td{
 background-color: #F5F5F5;
}
#reg_confcode td{
 background-color: #F5F5F5;
}
#reg_fields_tbl td input, .addressform td input{
 width: 300px;
}
#subscribed4news{
 width:auto!important;
}
#reg_fields_tbl td textarea, .addressform td textarea{
 width: 300px;height: 100px;
}
#reg_submit_btn{
 font-size:150%;
 font-weight: bold;
}

/*********
SEARCH IN CATEGORY
**********/
#cat_advproduct_search {
 background-color: #F5F5F5;
	margin-right:10px;
	width:232px;
}
#cat_advproduct_search form { padding:10px; }
#cat_advproduct_search td { vertical-align:top; }
#cat_advproduct_search td { vertical-align:top; }
#cat_advproduct_search select { width:100%;  }
#cat_advproduct_search form, #cat_advproduct_search table { //width:100%;}
#cat_advproduct_search h3 { padding:0px; margin: 10px 10px 0 10px;}
#cat_info_left_block, #cat_advproduct_search  { float:left;}

.cpt_maincontent center { clear:both;}
#cat_top_tree { overflow:hidden; margin-top:10px;}
.hndl_submit_prds_cmp, #cat_product_sort { margin:10px 0;}
.prdbrief_name a{ font-size:130%; text-decoration:none; line-height:170%;}
.prdbrief_name a:hover { border-bottom:solid 1px;}

ul.product_list li { border:solid 1px #e6e6e6; margin:0 2px !important; text-align:center;}
ul.product_list li table { margin:0 auto;}
.product_list a { font-size:120%; line-height:150%; text-decoration:none; color:#CC3300; display:block; white-space:nowrap; overflow:hidden;}
.product_list a:hover { text-decoration:underline;}
.product_list a:hover img, .product_list td a:hover{ border:none;}
.product_option { /*width:99%;*/ //width:auto;  position:relative; zoom:1;}

/************
CHECKOUT
************/
.checkout_noframe_title {
	padding: 5px 15px;
}
#checkout_have_account {
	padding: 15px;
	background-color: #F5F5F5;
	margin: 0 -5px 15px -5px;
}
#checkout_logininfo { width:428px;}
#checkout_logininfo .inputtext, #checkout_addresses .inputtext, #checkout_addresses textarea {
	width: 200px;
}
.paddingblock input.checkout_buttons {
	font-size: 130%;
	font-weight: bold;
	margin:5px 0;
}
.checkout_steps_divider {
	width: 40px;
	height:1px;
	background-color:#99C9DF;
	overflow:hidden;
}
#checkout_addresses { width:800px;}
#checkout_addresses td { } 






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

.itemDescr, .itemIngred {
	margin:0 10px 10px 0;
}

.itemDescr {
    font-size:13px;
    color:#000;
}

.titleIngred {
    font-weight:bold;
}

.txtVolumeBig, .txtVolume {
    color:#FF9900;
    font-size:13px;
}

.totalPrice {
	display:block;
	text-align:center;
	color:#855b63;
	font:bold 15px Tahoma, Arial, sans-serif;
}

.stpages {
	padding:5px 25px 5px 25px;
}

.stpages a,
.cpt_maincontent h2 a
{
	color:#5e222e;
	/*font:9px Tahoma, Arial, sans-serif;*/
	text-decoration:none;
}
.stpages a:hover,
.cpt_maincontent h2 a:hover
{text-decoration:underline;}

.post_date {
	margin: 0 0 5px 10px;
}



.cart-product-cnt {
	margin:0 15px 0 22px;
	height:1%;
	overflow:hidden;
	padding:22px 0;
	border-bottom:1px solid #d3d1d1;
	background:url(../../images/line02.gif) repeat-y 100px 0;
}
.cart-product-box {
	float:left;
	width:110px;
	margin-right:1px;
}
.cart-product-img {
	float:left;
	width:100px;
}
.cart-product-img img {margin:0 auto 10px;}
.cart-product-img strong {
	display:block;
	text-align:center;
	color:#855b63;
	font:bold 15px Tahoma, Arial, sans-serif;
}
/*.product-txt {
	float:right;
	width:118px;
}
.product-txt p {margin:0 10px 10px 0;}
.product-txt p strong {
	color:#855b63;
	display:block;
	padding-bottom:5px;
}*/

.cart-cellr {
	border-bottom:1px solid #d3d1d1;
	border-right:1px solid #d3d1d1;
}

.cart-celll {
	border-bottom:1px solid #d3d1d1;
/* 	border-left:1px solid #d3d1d1; */
}

.cart-cellr a, .cart-celll a {
	color:#5e222e;
	font:11px Tahoma, Arial, sans-serif;
	text-decoration:none;
}


.btn-cart {
	float:left;
	color:#4a4848;
	text-decoration:none;
	font:bold 10px/18px Tahoma, Arial, sans-serif;
	height:18px;
	margin:0px 4px 2px;
	overflow:hidden;
	background:url(../../images/btn-r.gif) no-repeat 100% 0;
	cursor:pointer;
}
.btn-cart span {
	float:left;
	padding:0 9px;
	background:url(../../images/btn-l.gif) no-repeat;
}
.btn-cart:hover {background-position:100% -18px;}
.btn-cart:hover span {background-position:0 -18px;}

.holder a:hover {text-decoration:none;}

.reg {
	margin:0;
}
.reg p {
	margin:0 0 4px;
}
.reg a 
 {
	color:#4a4848;
/* 	text-decoration:none; */
	font-weight:bold;
}
.reg a:hover
{text-decoration:underline;}

#res {
    float:right;
    color:#855B63;
    font-size:16px;
    margin-right:10px;
}
.keglpp{
    font-size:13px;
}

span.pagenavi {
	background-color:#f9f0f2;
	color:#B7154E;
	padding:3px 7px;
}

span.pagenavi a {
	text-decoration:none;
	color:#B7154E;
}

.specials-label, .specials-label-small {
	position:absolute;
	top : 0;
	left : 0;
	height:47px;
	width:57px;
}

div.eng {
	background:url(../../images/discount-en.gif) no-repeat 0 0;
	padding-top:2px;
}

div.rus {
	background:url(../../images/discount-ru.gif) no-repeat 0 0;
	padding-top:14px;
}

div.eng span, div.rus span {
	color: #fff;
	font-weight:bold;
	font-size:13px;
}

div.eng span {
	font-size:16px;
}

#top_banner {
    margin-left:auto !important;
    margin-right:auto !important;
}

.main-table {
	border:0px;
	margin:0px;
	padding:0px;
}

.main-table tr, .main-table td {
	padding:0px;
	margin:0px;
}