* {
	margin: 0;
	padding: 0;
}
html { width:100%; height: 100%; }
body {
	height:100%;
	font-size: 12px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: normal;
	background: #fff;
	cursor: default;
}

/* COMMON */
a {
	text-decoration: none;
	cursor: pointer;
}
a:link {color:#46812b;}
a:visited {color:#46812b;}
a:hover {color:#000;}
a:active {color:#000;}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #9a1e2e;
	text-align: left;
	line-height: 1.1em;
	position: relative;
	margin: -5px 0 10px 0;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
h5.green_with_line {
	color: #46812b;
	border-bottom: 1px solid #46812b;
}
h5.green_with_line > span {
	background: #fff;
	position: relative;
	top: 5px;
	display: inline-block;
	padding: 0 5px 0 0;
}

p {
	margin: 0 0 10px 0;
}
ul {
	list-style: inside circle;
}
/* --- */

/* CUSTOM */
.clear {
	clear: both;
	height: 0;
}
.clear_right {
	clear: right;
	height: 0;
}
.block {
	border: 1px dotted red;
}
.float_left {
	float: left;
	display: inline-block;
}
.float_right {
	float: right;
	display: inline-block;
}
.invisible {
	display: none !important;
	height: 0;
}
.visible {
	display: block !important;
}
/* --- */
#xhr-loader{
     visibility: hidden;
     text-align: right;
     z-index: 5000;
     float: right;
     margin-right: 5px;
}

.product_info .product_actions_buy{
    margin: 0 40px 0 0;
}

.product_quantity{
   text-align: center;
}

.product_quantity input{
   text-align: center;
}

.quantity_one{
   background: url('/bitrix/templates/arabsoap_new/images/product_count.png') center center no-repeat;
   width: 42px;
   height:42px;
   border: 0;
}

.bay_button{
   background: url( /bitrix/templates/arabsoap_new/images/product_addtocart_button.png );
   width: 126px;
   height: 66px;
   display: block;
}

.bay_button:hover{
   background: url( /bitrix/templates/arabsoap_new/images/product_addtocart_button_hover.png );
}


#pre-order-table{
   width: 100%;
   border-spacing: 0 0;
}
#pre-order-table .left-col{
   border-top: #84736e 1px solid;
   border-bottom: #84736e 1px solid;
   border-left: #84736e 1px solid;

}

#pre-order-table .right-col{
   border-top: #84736e 1px solid;
   border-bottom: #84736e 1px solid;
   border-right: #84736e 1px solid;

}

.order-btn{
  background: #6AAF49;
  width: 200px;
  height: 25px;
  text-align: center;
  float: right;
  padding: 5px 0 0 0;
  margin: 0 20px 0 0;
}
.order-btn a{
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
}

.q-float-left{
  float: left;
  background: url(images/product_plus_minus.png) repeat-y;
  width: 26px;
  height: 26px;
  text-align: center;
}
.q-float-left:hover{
  background-position: 0px 26px;
  cursor: pointer;
}
.q-float-left b{
   display: block;
   color: #FFF;
   font-size: 18px;
}

.q-float-right{
  float: right;
  background: url(images/product_plus_minus.png) repeat-y;
  width: 26px;
  height: 26px;
  text-align: center;

}
.q-float-right:hover{
  background-position: 0px 26px;
  cursor: pointer;
}
.q-float-right b{
   display: block;
   color: #FFF;
   font-size: 18px;
}

.bottom_border {
	font-weight: bold;
	border-bottom: 1px solid #84736e;
	padding: 20px 0 0 5px;
	margin: 0 0 10px;
}


#search{
     height: 22px;
     float: right;
}

#search form{ height: 22px; }

/* AJAX LOADING */
.ajax-loading {
	display: block;
	min-height: 20px;
	min-width: 20px;
	width: 100%;
	height: 100%;
	background: url(images/ajax-loader.gif) center center no-repeat;
}
/* --- */

/* CONTAINER */
#container {
	min-width: 910px;
	padding: 0 0 0 11%;
	position: relative;
}
#right_container {
	min-height: 640px;
	background: #fff;
	position: relative;
}
#right_container > div {
	margin: 0 68px 0 -22px;
	background: url(images/white.png) 8px 0 repeat-y;
}
/* --- */

/* HEADER */
#header {
	height: 134px;
	margin: 0 0 0 22px;
        position: relative;
}
#logo {
	width: 304px;
	height: 134px;
	float: left;
	display: inline-block;
	background: url(../img/logo.png) left top no-repeat;
        margin-top: 20px;
}
#logo a {
	width: 100%;
	height: 100%;
	display: block;
}
#slogan {
	width: 220px;
	height: 134px;
	float: left;
	display: inline-block;
	background: url(../img/slogan.png) left top no-repeat;
        margin-top: 20px;
}
#header_right {
	width: 310px;
	height: 134px;
	float: right;
	display: inline-block;
}
#header_right a {
	font-size: 12px;
	font-weight: bold;
}
#header_right_top {
	height: 45px;
	float: right;
	margin: 80px 0 0 0;
}
#header_right_top_top {
	line-height: 1.2em;
	white-space: nowrap;
}
#header_right_top_top .logout_title {
	float: right;
	margin: 0 0 0 5px;
}
#header_right_top_top_top > a { float: right; display: inline-block; margin: 0 0 0 30px !important; }
#header_right_top_top_bottom_left {
	margin: 0 5px 0 0;
}
#header_right_top_top_bottom_right {
	font-weight: bold;
}
#header_right_bottom {
	clear: right;
	height: 15px;
	float: right;
	margin: 2px 0 0 0;
	min-width: 300px;
}
/* MY CART */
#my_cart {
	height: 45px;
	line-height: 45px;
	display: block;
}
#my_cart_title,
#my_cart_products,
#my_cart_sum {
	float: right;
	display: inline-block;
}
#my_cart_products {
	color: #9a1e2e;
	margin: 0 0 0 5px;
	text-align: center;
}
a:hover #my_cart_products {
	color: #000;
}
#my_cart_products > span{
	background: url(images/cart_product_back.png) top left no-repeat;
	width: 45px;
	height: 45px;
	display: inline-block;
	margin: 0 7px;
}
#my_cart_sum > span {
	color: #9a1e2e;
	margin: 0 0 0 5px;
}
a:hover #my_cart_sum > span {
	color: #000;
}
/* --- */

/* SEARCH BAR */
#searchbar {
	height: 19px;
}

#my_search {
	height: 19px;
	display: inline-block;
	float: right;
	border: 1px solid #84736e;
}
#my_search_title {
	float: left;
	display: inline-block;
	border-right: inherit;
	text-transform: lowercase;
	padding: 0 5px;
	color: #84736e;
	height: 19px;
	line-height: 19px;
}

/* --- */

/* MENU */
#menu {
	height: 26px;
	margin: 4px 0 0 0;
	padding: 0 0 0 36px;
	background: url(images/leftbar_bullet.png) left center no-repeat;
	overflow: hidden;
	white-space: nowrap;
}
/* --- */

/* BANNER */
#banner {
	height: 128px;
	margin: 0 0 0 22px;
}
#banner_left {
	background-position: left center;
	background-repeat: no-repeat;
	height: 128px;
	width: 120px;
	float: left;
	display: inline-block;
	position: relative;
	z-index: 2;
	margin: 0 0 0 -73px;
}
#banner_right {
	height: 126px;
	width: 100%;
	float: left;
	display: inline-block;
	border-top: 1px solid #45812b;
	border-right: 1px solid #45812b;
	border-bottom: 1px solid #45812b;
	position: relative;
	z-index: 1;
	margin: -128px 0;
}
#banner_right > div {
	height: 108px;
	margin: 8px 8px 8px 0;
	background: #eadb7c url(images/banners_top_back.png) repeat-x;
	position: relative;
	overflow: hidden;
	border-top: 1px solid #7b2c00;
	border-right: 1px solid #7b2c00;
	border-bottom: 1px solid #7b2c00;
}
#banner_right > div img {
	height: 100% !important;
}
.banners_on_top ul,
.banners_on_left ul,
.banners_on_right ul {
	list-style: none;
}
.banners_on_top ul li {
	display: none;
}
.banners_on_top ul li.firstItem {
	display: block;
}
.banners_on_top ul li .float_left {
	position: relative;
	height: 100% !important;
	z-index: 1;
}
.banners_on_top ul li .float_right {
	width: 333px;
	height: 100% !important;
	line-height: 1.1em;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
}
.banners_on_top ul li .float_right > img {
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.banners_on_top ul li .float_right > div {
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 20px 20px 20px 100px;
}
.banners_on_top ul li .float_right h2 {
	margin-top: 0;
	color: #7b2c00;
}
.banners_on_left .banners_item {
	margin: 0 0 50px 0;
}
.banners_on_right .banners_item {
	margin: 0 0 50px 0;
	float: right;
}
/* --- */

/* TOOLS */
#tools {
	height: 25px;
	line-height: 25px;
	padding: 0 0 35px 36px;
}
/* --- */

/* CONTENT */
#content {
	padding: 0;
	margin: 0;
}
/* leftbar */
#leftbar {
	width: 240px;
	float: left;
	display: inline-block;
	margin: 0 20px 0 0;
}
#leftbar ul {
	list-style: none;
}
ul#left-menu > li {
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
	margin: 0 0 6px 0;
	background-position: left center;
	background-repeat: no-repeat;
}
ul#left-menu > li ul a {
	text-transform: none;
}
ul#left-menu > li > a {
	padding: 0 0 0 34px;
	background: url(images/leftbar_bullet.png) left top no-repeat;
	display: block;
	line-height: 15px;
	font-style: normal;
	min-height: 18px;
}
ul#left-menu > li > ul > li {
	font-size: 12px;
	font-weight: normal;
/*	height: 15px;
	line-height: 15px; */
	line-height: 1.1em;
	padding: 0 0 0 36px;
	background: url(images/leftbar_small_white_bullet.png) left center no-repeat;
	margin: 3px 0 0 0;
}
ul#left-menu > li > ul > li > a {
}
ul#left-menu > li > ul > li > a.selected {
	color: #000;
}
/* leftbar banner */
.leftbar_banner {
	padding: 0 0 0 22px;
	margin: 50px 0;
}
/* maincontent */
#maincontent {
/*	padding: 0 310px 0 260px; */
	position: relative;
	float: left;
	display: inline-block;
}
/* --- */

/* RIGHTBAR BEFORE MAINCONTENT */
#rightbar_before_maincontent {
	width: 210px;
	position: relative;
	margin: 0;
	display: inline-block;
}
/* --- */

/* RIGHTBAR AFTER MAINCONTENT */
#rightbar_after_maincontent {
	margin: 20px 0 0 0;
	display: none;
}
/* --- */

/* RIGHTBAR BANNERS */
.rightbar_banners {
	list-style: none;
	overflow: hidden;
	font-size: 14px;
}
.rightbar_banners li {
	width: 180px;
	padding: 40px 30px;
	float: left;
	display: inline-block;
	margin: 0 10px 10px 0;
}
.rightbar_banners li p {
	margin: 0 0 10px 0;
}
.rightbar_banners .type_1 {
	background: url(images/rightbar_back.png) right top repeat-y;
}
.rightbar_banners .type_2 {
	display: none;
}
/* --- */

/* FOOTER */
#footer {
	margin: 0 -68px 0 22px;
	background: #ded9d8;
}
#footer-text {
	min-height: 60px;
	padding: 20px 88px 20px 20px;
	color: #84736e;
	font-size: 12px;
	text-align: center;
}
/* --- */

/* CUBE */
#cube {
	margin: 4px 0 20px 0;
	overflow: visible;/* hidden;*/
	position: relative;
	top: -12px;
}

.cube_container {
/*	margin: 0 auto; */
}
.cube_top {
	height: 26px;
	position: relative;
	float: left;
	z-index: 2;
}
.cube_top_left {
	background: url(images/cube_top_left.png) bottom right no-repeat;
	height: 26px;
	width: 26px;
	float: left;
	display: inline-block;
}
.cube_top_cell {
	background: url(images/cube_top_cell.png) bottom center no-repeat;
	height: 26px;
	width: 200px;
	float: left;
	display: inline-block;
}
.cube_top_arrow {
	background: url(images/cube_arrows.png) 0 0 no-repeat;
	height: 20px;
	width: 20px;
	float: left;
	position: relative;
	left: 90px;
	top: 6px;
	display: inline-block;
	cursor: pointer;
}
.cube_top_arrow:hover {
	background: url(images/cube_arrows.png) -20px 0px no-repeat;
}
.cube_top_right {
	background: url(images/cube_top_right.png) bottom left no-repeat;
	height: 26px;
	width: 26px;
	float: left;
	display: inline-block;
}
.cube_bottom {
	height: 26px;
	position: relative;
	z-index: 2;
}
.cube_bottom_left {
	background: url(images/cube_bottom_left.png) top right no-repeat;
	height: 26px;
	width: 26px;
	float: left;
	display: inline-block;
}
.cube_bottom_cell {
	background: url(images/cube_bottom_cell.png) top center no-repeat;
	height: 26px;
	width: 200px;
	float: left;
	display: inline-block;
}
.cube_bottom_arrow {
	background: url(images/cube_arrows.png) 0 -40px no-repeat;
	height: 20px;
	width: 20px;
	float: left;
	position: relative;
	left: 90px;
	top: 0px;
	display: inline-block;
	cursor: pointer;
}
.cube_bottom_arrow:hover {
	background: url(images/cube_arrows.png) -20px -40px no-repeat;
}
.cube_bottom_right {
	background: url(images/cube_bottom_right.png) top left no-repeat;
	height: 26px;
	width: 26px;
	float: left;
	display: inline-block;
}
.cube_middle {
}
.cube_left {
	float: left;
	display: inline-block;
	width: 26px;
	position: relative;
	z-index: 2;
}
.cube_left_cell {
	background: url(images/cube_left_cell.png) center right no-repeat;
	height: 200px;
	width: 26px;
}
.cube_left_arrow {
	background: url(images/cube_arrows.png) 0 -60px no-repeat;
	height: 20px;
	width: 20px;
	float: left;
	position: relative;
	left: 6px;
	top: 90px;
	display: inline-block;
	cursor: pointer;
}
.cube_left_arrow:hover {
	background: url(images/cube_arrows.png) -20px -60px no-repeat;
}
.cube_center {
	float: left;
	display: inline-block;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.cube_right {
	float: left;
	display: inline-block;
	width: 26px;
	height: 100%;
	position: relative;
	z-index: 2;
}
.cube_right_cell {
	background: url(images/cube_right_cell.png) center left no-repeat;
	height: 200px;
	width: 26px;
}
.cube_right_arrow {
	background: url(images/cube_arrows.png) 0 -20px no-repeat;
	height: 20px;
	width: 20px;
	float: left;
	position: relative;
	left: 0px;
	top: 90px;
	display: inline-block;
	cursor: pointer;
}
.cube_right_arrow:hover {
	background: url(images/cube_arrows.png) -20px -20px no-repeat;
}
.cube_tmp {
	display: none;
}
.cube_cell {
	width: 200px;
	height: 200px;
	position: absolute;
	float: left;
/*	background: url(images/cube_cell_back.png) left top no-repeat; */
}
.cube_product_image {
	width: 200px;
	height: 200px;
	overflow: hidden;
	text-align: center;
	float: left;
	display: table-cell;
	position: relative;
}
.cube_product_image_img {
	position: relative;
	border: none;
	max-height: 170px;
	max-width: 170px;
	margin: 15px;
}
.cube_product_image_mask {
	width: 200px;
	height: 200px;
	overflow: hidden;
	text-align: center;
	float: left;
	position: relative;
	margin: -200px 0;
}
.cube_product_image_mask > a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}
.cube_product_image_mask > a > img {
	width: 100%;
	height: 100%;
	display: block;
}
.cube_product_title {
	width: 74px;
	height: 74px;
	padding: 31px;
	overflow: hidden;
	font-size: 11px;
	font-weight: normal;
	line-height: 1em;
	text-align: center;
	float: left;
	position: relative;
	margin: -200px 0;
	color: #000 !important;
}
.cube_product_title a {
	color: #000 !important;
}
.cube_product_title a:hover {
	text-decoration: underline;
}
.cube_product_flyer {
	width: 160px;
	height: 160px;
	padding: 20px;
	overflow: hidden;
	text-align: center;
	float: left;
	position: relative;
	margin: -200px 0;
	background: url(images/cube_cell_romb.png) center center no-repeat;
	display: none;
	text-align: center;
}
.cube_product_flyer .title {
	font-size: 14px;
	line-height: 1.1em;
	padding: 10px 10px 0 10px;
	display: block;
	height: 90px;
}
.cube_product_flyer .add_to_cart {
	text-transform: uppercase;
	height: 20px;
	display: block;
	font-size: 14px;
	font-weight: bold;
}
.cube_product_flyer .price {
	font-size: 16px;
	font-weight: bold;
	display: block;
}
/* --- */

/* VAR BANNERS */
.novinki {
	padding: 15px 0 0 0;
	text-align: center;
	line-height: 1.1em;
}
.novinki a {
	color: #000;
	font-weight: bold;
	font-size: 11px;
	text-transform: lowercase;
}
.novinki a:hover {
	color: #46812B;
}
.novinki .red {
	color: #9a1e2e !important;
}
.novinki .red:hover {
	color: #46812B !important;
}
.novinki .big {
	font-size: 24px;
	line-height: 1em;
}

.producty_bez {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.1em;
	position: relative;
	margin: 62px 0 0 76px;
	display: block;
	float: left;
}
.producty_bez .bez {
	display: block;
	font-size: 18px;
	line-height: 1.1em;
	text-transform: uppercase;
	text-align: center;
}

.otzyv_1 {
	width: 200px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.1em;
	float: left;
	position: relative;
	margin: 25px 0 0 55px;
}
/* --- */

/* Что это */
.what_is_this .page_header {
}
.what_is_this .page_header .submenu {
	text-align: center;
	vertical-align: middle;
}
.what_is_this .page_header .submenu ul {
	list-style: none;
}
.what_is_this .page_header .submenu .top_arrow {
	background: url(images/what_is_this/top_arrow.png) center center no-repeat;
	height: 48px;
	margin: 0 0 20px 0;
}
.what_is_this .page_header .submenu .bottom_arrow {
	background: url(images/what_is_this/bottom_arrow.png) center center no-repeat;
	height: 48px;
	margin: 20px 0 0 0;
}
.what_is_this .page_header .submenu .submenu_item {
	margin: 5px 0;
}
.what_is_this .page_header .submenu .submenu_item > span {
	display: block;
	text-align: center;
	color: #45812b;
	font-size: 18px;
	font-weight: bold;
}
.what_is_this .page_header .submenu .submenu_item > a {
	text-align: center;
	color: #9a1e2e;
	font-size: 14px;
	font-weight: bold;
}
.what_is_this .page_header .submenu .submenu_item > a:hover {
	color: #000;
}
.what_is_this .page_header .picture {
	float: right;
	width: 50%;
	max-width: 438px;
	display: inline-block;
	position: relative;
}
.what_is_this .page_header .picture > img {
	width: 100%;
	height: auto;
}
.what_is_this .page_header .picture > span {
	text-align: right;
	color: #84736e;
	font-size: 12px;
	font-weight: normal;
	display: block;
	height: 30px;
	line-height: 30px;
}
/* --- */

/* CATALOG ITEM CARDS */
.catalog_description {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0 0 20px 0;
	color: #532910;
}
.catalog_description img {
	margin: 0 20px 10px 0;
}
.catalog-item-card {
	float: left;
	display: inline-block;
	width: 32%;
	margin: 0 0 0 2%;
}
.catalog-item-card:first-child {
	margin: 0;
}
.catalog-item-card .item-image {
	float: left;
	width: 40%;
	text-align: center;
	display: inline-block;
}
.catalog-item-card .item-info {
	width: 60%;
	float: right;
	display: inline-block;
}
.catalog-item-card .item-info .item-title {
	height: 45px;
	display: block;
	line-height: 1.1em;
}
.catalog-item-card .item-info .item-price {
	font-size: 14px;
	display: block;
	margin: 0 0 10px 0;
}
.catalog-item-card .item-info .item-detailed a {
	color: #646464;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.catalog-item-card .item-info .item-detailed a:hover {
	color: #000;
}
.catalog-item-card .item-info .item-buy {
	display: block;
	margin: 0 0 20px 0;
}
.catalog-item-card .item-info .item-buy a {
	color: #323232;
}
.catalog-item-card .item-info .item-buy a:hover {
	color: #000;
}
/* --- */

/* CATALOG ITEM SORTING etc.*/
.catalog-item-tools {
	margin: 0 0 40px 0;
}
.catalog_list_types {
	margin: 0 20px;
	text-transform: lowercase;
}
.catalog_list_types a {
	color: #7a7a7a;
	text-decoration: underline;
}
.catalog_list_types a:hover {
	color: #000;
}
.catalog_list_types .catalog_list_type {
	width: 14px;
	height: 14px;
	display: inline-block;
	border: none;
	color: transparent;
	cursor: pointer;
}
.catalog_list_type_tiles {
	background: url(images/catalog_list_type.png) -14px 0 no-repeat;
}
.catalog_list_type_tiles.selected,
.catalog_list_type_tiles:hover {
	background: url(images/catalog_list_type.png) -14px -14px no-repeat;
}
.catalog_list_type_table {
	background: url(images/catalog_list_type.png) 0 0 no-repeat;
}
.catalog_list_type_table.selected,
.catalog_list_type_table:hover {
	background: url(images/catalog_list_type.png) 0 -14px no-repeat;
}
.catalog-item-sorting {
	color: #7a7a7a;
}
.catalog-item-sorting a {
	color: #7a7a7a;
/*	border-bottom: 1px solid #7a7a7a; */
	text-decoration: underline;
}
.catalog-item-sorting a:hover {
	color: #000;
}
.catalog-item-sorting a.selected {
	padding-right: 9px;
	color: #000;
	background-position: right center;
	background-repeat: no-repeat;
}
.catalog-item-sorting a.selected.asc {
	background-image: url(images/sorting_asc.png);
}
.catalog-item-sorting a.selected.desc {
	background-image: url(images/sorting_desc.png);
}
/* --- */

/* ZEITUN SOAP HISTORY */
.zeitun_soap_history .pictures {
	float: right;
	width: 280px;
	display: inline-block;
	margin: 0 0 20px 20px;
}
.zeitun_soap_history .pictures img {
	margin: 0 0 5px 0;
}
/* --- */

/* CATALOG SECTION */
.catalog-section {
	float: left;
	display: inline-block;
	width: 22%;
	margin: 0 0 10px 2%;
}
.catalog-section.firstInRow {
	margin: 0 0 50px 0;
}
.catalog-section.lastInRow {
	float: right;
	margin: 0 0 50px 0;
}
.catalog-section > div {
	border: 1px solid #7e726d !important;
}
.catalog-section .product_image {
	border-bottom: 1px solid #7e726d;
	text-align: center;
}
.catalog-section .product_image > a {
	display: block;
}
.catalog-section .product_image img {
	width: 100%;
	height: auto;
}
.catalog-section .product_title {
	height: 80px;
	text-align: center;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	white-space: normal;
	line-height: 1.1em;
}
.catalog-section .product_price {
	height: 55px;
	line-height: 55px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-transform: lowercase !important;
}
.catalog-section .product_actions {
	height: 55px;
	line-height: 55px;
	font-size: 13px;
	text-transform: capitalize;
	padding: 0 10px;
}
.catalog-section .product_actions_more a {
	color: #646464;
}
.catalog-section .product_actions_buy a {
	color: #9A1E2E;
	cursor: pointer;
        font-weight: bold;
}
.catalog-section .product_actions a:hover {
	color: #000;
}
.catalog-section .product_last_panel {
	height: 55px;
	text-align: center;
	font-size: 20px;
	color: #9A1E2E;

}
.product_last_panel span {color: #000; font-size: 20px;}
.catalog-section .product_plus_minus {
	height: 55px;
	text-align: center;
}
.catalog-section .product_plus_minus ul {
	list-style: none;
	height: 20px;
	width: 110px;
	line-height: 20px;
	display: block;
	margin: 0 auto;
}
.catalog-section .product_plus_minus li {
	display: inline-block;
	float: left;
}
.catalog-section .product_plus_minus .product_cart_quantity {
	width: 40px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin: 0 5px;
	display: inline-block;
	border: 1px solid #7e726e;
	color: #222;
	font-size: 16px;
	font-weight: bold;
}
.catalog-section .product_plus_minus .product_cart_minus,
.catalog-section .product_plus_minus .product_cart_plus {
	height: 26px;
	line-height: 26px;
	width: 26px;
	color: #fff;
	display: inline-block;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	background: url(images/product_plus_minus.png) 0 0 no-repeat;
}
.catalog-section .product_plus_minus .product_cart_minus:hover,
.catalog-section .product_plus_minus .product_cart_plus:hover {
	background-position: 0 -26px;
	color: #7e726e;
}
.catalog-section .product_plus_minus .product_cart_minus a,
.catalog-section .product_plus_minus .product_cart_plus a {
	display: block;
	color: inherit;
}
.catalog-section .product_plus_minus .already_in_cart {
	font-size: 12px;
	color: #222;
	text-transform: uppercase;
	padding: 5px 0;
}

/*----------------------------------*/
.b-line {
   width: 110px;
   margin-top: 10px
}
.b-line .product_plus_minus {
	height: 55px;
	text-align: center;
}
.b-line .product_plus_minus ul {
	list-style: none;
	height: 20px;
	width: 110px;
	line-height: 20px;
	display: block;
	margin: 0 auto;
}
.b-line .product_plus_minus li {
	display: inline-block;
	float: left;
}
.b-line .product_plus_minus .product_cart_quantity {
	width: 40px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin: 0 5px;
	display: inline-block;
	border: 1px solid #7e726e;
	color: #222;
	font-size: 16px;
	font-weight: bold;
}
.b-line .product_plus_minus .product_cart_minus,
.b-line .product_plus_minus .product_cart_plus {
	height: 26px;
	line-height: 26px;
	width: 26px;
	color: #fff;
	display: inline-block;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	background: url(images/product_plus_minus.png) 0 0 no-repeat;
}
.b-line .product_plus_minus .product_cart_minus:hover,
.b-line .product_plus_minus .product_cart_plus:hover {
	background-position: 0 -26px;
	color: #7e726e;
}
.b-line .product_plus_minus .product_cart_minus a,
.b-line .product_plus_minus .product_cart_plus a {
	display: block;
	color: inherit;
}
.b-line .product_plus_minus .already_in_cart {
	font-size: 12px;
	color: #222;
	text-transform: uppercase;
	padding: 5px 0;
}
/*----------------------------------*/

.catalog-section.one-in-row {
	float: left;
	display: block;
	width: 100%;
	margin: 0 0 50px 0;
	overflow: visible;
}
.catalog-section.one-in-row > div {
	border: none !important;
	overflow: visible;
}
.catalog-section.one-in-row .product_image {
	border: 1px solid #7e726d;
	text-align: center;
	width: 25%;
	height: auto;
}
.catalog-section.one-in-row .product_info {
	width: 71%;
	text-align: left;
}
.catalog-section.one-in-row .product_info .product_data {
	padding: 0 225px 0 0;
}
.catalog-section.one-in-row .product_title {
	height: auto;
	text-align: left;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	white-space: normal;
	line-height: 1.1em;
	margin: -2px 0 20px 0;
	vertical-align: top;
}
.catalog-section.one-in-row .product_price {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #46812B;
}
.catalog-section.one-in-row .product_price .price_title {
	color: #000;
	font-size: 12px;
}
.catalog-section.one-in-row .product_addtocart_button {
	width: 136px;
	height: 65px;
	display: block;
	background: url(images/product_addtocart_button.png) 0 0 no-repeat;
	margin: 0 0 20px 0;
	cursor: pointer !important;
}
.catalog-section.one-in-row .catalog-item-not-available {
	color: #45812b;
	font-size: 14px;
	font-weight: bold;
}
.catalog-section.one-in-row .product_addtocart_button:hover {
	background-position: 0 -65px;
}
.catalog-section.one-in-row .product_volume,
.catalog-section.one-in-row .product_weight {
	font-size: 12px;
	font-weight: bold;
}
.catalog-section.one-in-row .product_volume > span,
.catalog-section.one-in-row .product_weight > span {
	color: #46812B;
}
/* --- */

/* CATALOG SECTION ADV */
.catalog-section .adv {
	width: 100%;
	position: relative;
}
/* --- */

/* LEADER CATALOG SECTION */
.leaders {
	clear: both;
	margin: 40px 0 20px 0;
}
.leader_catalog_item {
	overflow: visible;
}
.leader_catalog_item > div {
	border: none !important;
	overflow: visible;
}
.leader_catalog_item .product_image {
	width: 45%;
	border: none;
	position: relative;
	z-index: 0;
}
.leader_catalog_item .product_image img {
	width: 100%;
	height: auto;
}
.leader_catalog_item .product_info {
	width: 50%;
	position: relative;
	z-index: 1;
}
.leader_catalog_item .product_info .product_title {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
	min-height: 56px;
	height: auto;
}
.leader_catalog_item .product_info .product_price {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}
.leader_catalog_item .product_info .product_actions_buy {
	text-transform: uppercase;
}
.leader_catalog_item .product_info a:hover {
	color: #000;
}
/* --- */

/* CATALOG PAGINATION */
.catalog_pagination {
	text-align: right;
	padding: 0;
	margin: 0;
}
.catalog_pagination ul {
	list-style: none;
}
.catalog_pagination li {
	display: inline-block;
	float: left;
	margin: 0 1px;
	color: #84736e;
}
.catalog_pagination li.act {
	background: #ecda72;
	padding: 0 5px;
}
.catalog_pagination li a {
	display: block;
	padding: 0 5px;
	color: inherit;
}
.catalog_pagination li a:hover {
	background: #ecda72;
	color: #000;
}
/* --- */

/* CATALOG OF NOVELTIES */
.new_catalog {
	white-space: nowrap;
	margin: -10px 0 30px 0;
	padding: 35px 0 0 0;
}
.new_mark {
	width: 56px;
	height: 68px;
	background: url(images/novelty_back.png) top right no-repeat;
	position: relative;
	margin: -22px -56px -22px -46px;/*-35px -84px -35px -67px;*/
	z-index: 1;
}
.new_mark.float_right {
	margin: -22px -10px -68px;/*-35px -15px -70px -15px;*/
}
.discount_mark {
	width: 56px;
	height: 68px;
	background: url(images/discount_back.png) top right no-repeat;
	position: relative;
	margin: -22px -112px -22px -102px;
	z-index: 1;
        display: none;
}
.discount_mark.no_new_mark {
	margin: -22px -56px -22px -46px;
}
.discount_mark.float_right {
	margin: -22px 46px -68px;
}
.discount_mark.float_right.no_new_mark {
	margin: -22px -10px -68px;
}
.new_mark a,
.discount_mark a {
	width: 100%;
	height: 100%;
	display: block;
}
.discount_mark .discount_value {
	color: #ec008c;
	text-align: center;
	font-weight: bold !important;
	position: relative;
	top: 28px;
}
/* --- */

/* BANNERS ON RIGHT - RANDOM COMMENT */
.random_comment .post {
	height: 118px;
	width: 135px;
	display: inline-block;
	position: relative;
	margin: 15px 0 0 40px;
	overflow: hidden;
	line-height: 1.1em;
	cursor: default;
}
.random_comment .image {
	display: inline-block;
	height: 85px;
	width: 135px;
	position: relative;
	margin: 5px 0 0 40px;
	overflow: hidden;
	text-align: center;
}
.random_comment .image img {
	max-height: 85px;
	max-width: 135px;
	border: none;
	display: block;
	margin: 0 auto;
}
/* --- */

/* BANNERS ON RIGHT - DISCOUNT FOR CATEGORY*/
.discount_for_category {
	text-align: center;
	line-height: 1.1em;
	float: left;
	width: 100%;
	position: relative;
	line-height: 1.1em;
	font-weight: bold;
}
.discount_for_category > * {
	display: block;
	color: #000 !important;
	margin: 0 auto;
	padding: 0 20px;
}
.discount_for_category > a:hover {
	color: #fff !important;
}
.discount_for_category .procenty {
	color: #fff;
	font-size: 45px;
	font-weight: bold;
	display: block;
	line-height: 1em;
}
/* --- */

/* CATALOG PRODUCT DETAIL */
.catalog_product_detail {
}

.catalog_product_detail .first_column {
	float: left;
	display: inline-block;
	width: 40%;
	min-height: 150px;
}
.catalog_product_detail .first_column .product_main_photo img {
	width: 100%;
	height: auto;
	border: 1px solid #84736e;
}
.catalog_product_detail .first_column .product_prev_next_links {
	margin: 10px 0 15px 0;
}
.product_additional_photos {
/*	height: 45px; */
	margin: 0 0 40px 0;
}
.catalog_product_detail .first_column .product_prev_next_links #PREV_BUTTON {
	float: left;
	display: inline-block;
}
.catalog_product_detail .first_column .product_prev_next_links #NEXT_BUTTON {
	float: right;
	display: inline-block;
}
.catalog_product_detail .first_column .product_comments .product_comments_count {
	font-size: 28px;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	background: url(images/product_comments_count.png) left center no-repeat;
	padding: 0 0 0 23px;
}
.catalog_product_detail .first_column .product_comments .product_comments_do_comment_button {
	font-size: 14px;
	font-weight: normal;
	height: 36px;
	line-height: 36px;
	cursor: pointer;
	border-bottom: 1px solid #84746f;
}
.catalog_product_detail .first_column .product_comments .product_comments_do_comment_button > div {
	float: left;
	display: inline-block;
	margin: 0 10px 0 0;
}
.catalog_product_detail .first_column .product_comments .product_comments_do_comment_button .product_comments_count > span {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 0 10px;
	display: inline;
}
.catalog_product_detail .first_column .product_comments .product_comments_do_comment_button:hover {
	color: #94c435;
}
.catalog_product_detail .first_column .product_comments .product_comments_post {
	border-bottom: 1px solid #84746f;
	padding: 7px 0;
}
.catalog_product_detail .first_column .product_comments .product_comments_post .post_attrib {
	color: #94c435;
	margin: 20px 0 0 0;
}
.catalog_product_detail .first_column .product_comments .product_comments_post .post_attrib > span {
	color: #222;
}
.catalog_product_detail .first_column .product_comments .product_comments_do_comment_form {
	display: none;
	border-bottom: 1px solid #84746f;
}
.catalog_product_detail .first_column .product_comments .product_comments_show_all {
	text-align: right;
}
.catalog_product_detail .first_column .product_comments .product_comments_show_all a {
	font-size: 14px;
	color: #000;
}
.catalog_product_detail .first_column .product_comments .product_comments_show_all a:hover {
	color: #94c435;
}

.catalog_product_detail .second_column {
	float: right;
	display: inline-block;
	width: 56%;
	margin: 0;
	min-height: 150px;
}
.catalog_product_detail .second_column .product_title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0 0 20px 0;
}
.catalog_product_detail .second_column .product_description {
	line-height: 1.2em;
	margin: 0 0 20px 0;
}
.catalog_product_detail .second_column .product_addtocart {
	line-height: 1.2em;
	margin: 0 0 20px 0;
}
.catalog_product_detail .second_column .product_addtocart .product_addtocart_button {
	width: 136px;
	height: 65px;
	display: block;
	background: url(images/product_addtocart_button.png) 0 0 no-repeat;
	margin: 0 0 20px 0;
	cursor: pointer !important;
}
.catalog_product_detail .second_column .product_addtocart .catalog-on-sale-soon {
	color: #45812b;
	font-size: 14px;
	font-weight: bold;
}
.catalog_product_detail .second_column .product_addtocart .product_addtocart_button:hover {
	background-position: 0 -65px;
}
.catalog_product_detail .second_column .catalog-detail-price,
.catalog_product_detail .second_column .product_volume,
.catalog_product_detail .second_column .product_weight {
	font-size: 14px;
	text-transform: capitalize;
	margin: 0 0 20px;
}
.catalog_product_detail .second_column .catalog-detail-price span{
	font-size: 24px;
}
.catalog_product_detail .second_column .catalog-detail-price span,
.catalog_product_detail .second_column .product_volume span,
.catalog_product_detail .second_column .product_weight span {
	font-weight: bold;
	text-transform: lowercase;
	letter-spacing: -1px;
}
.catalog_product_detail .second_column .product_components,
.catalog_product_detail .second_column .product_applications,
.catalog_product_detail .second_column .product_programs {
	line-height: 1.2em;
	margin: 0 0 15px 0;
}
.catalog_product_detail .second_column .product_components strong,
.catalog_product_detail .second_column .product_applications strong,
.catalog_product_detail .second_column .product_programs strong {
	font-size: 14px;
	font-weight: bold;
}
.catalog_product_detail .second_column .product_components a,
.catalog_product_detail .second_column .product_applications a,
.catalog_product_detail .second_column .product_programs a {
	text-decoration: underline;
}
.hidden_components.minimized {
	cursor: pointer;
}
.hidden_components.minimized:hover {
	color: #46812B;
}

.catalog_product_detail .product_plus_minus {
	margin: 0 0 20px 0;
	text-align: center;
	width: 150px;
}
.catalog_product_detail .product_plus_minus ul {
	list-style: none;
	height: 43px;
	width: 105px;
	display: block;
	margin: 0 auto;
}
.catalog_product_detail .product_plus_minus li {
	display: inline-block;
	text-align: center;
	margin: 0 2px;
	float: left;
}
.catalog_product_detail .product_plus_minus .product_cart_quantity {
	width: 41px;
	height: 43px;
	line-height: 43px;
	font-size: 14px;
	font-weight: bold;
	background: url(images/product_count.png) center center no-repeat;
}
.catalog_product_detail .product_plus_minus .product_cart_minus,
.catalog_product_detail .product_plus_minus .product_cart_plus {
	height: 26px;
	line-height: 26px;
	width: 26px;
	position: relative;
	margin: 8px 0 0 0;
	color: #fff;
	display: inline-block;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	background: url(images/product_plus_minus.png) 0 0 no-repeat;
}
.catalog_product_detail .product_plus_minus .product_cart_minus:hover,
.catalog_product_detail .product_plus_minus .product_cart_plus:hover {
	background-position: 0 -26px;
	color: #7e726e;
}
.catalog_product_detail .product_plus_minus .product_cart_minus a,
.catalog_product_detail .product_plus_minus .product_cart_plus a {
	display: block;
	color: inherit;
}
.catalog_product_detail .product_plus_minus .already_in_cart {
	font-size: 12px;
	font-weight: bold;
	color: #222;
	text-transform: uppercase;
	padding: 5px 0;
}
/* --- */

/* PRODUCT SOCIAL BUTTONS */
.product_social_buttons {
	list-style: none;
}
.product_social_buttons li {
	float: left;
	display: inline-block;
	margin: 0 5px 3px 0;
	height: 20px;
}
/* --- */

/* BANNERS IN CATALOG */
.banners_in_catalog {
	width: 100%;
	height: 100%;
	position: relative;
}
.banners_in_catalog .back_image {
	width: 100%;
	height: 100%;
	position: relative;
	float: left;
	z-index: 0;
}
.banners_in_catalog .back_image img {
	width: 100%;
	height: 100%;
}
.banners_in_catalog .text {
	position: absolute;
	z-index: 1;
	top: 0;
}
/* --- */

/* TABS */
.tabs_data {
	border: none;
}
.tabs_data.selected {
	border: 1px solid red;
}
#leftbar .tabs_items {
	margin: 0 0 20px 22px;
}
#leftbar .tabs_item {
	display: inline-block;
	float: left;
	height: 19px;
	line-height: 19px;
	text-transform: lowercase;
}
#leftbar .tabs_item > a {
	color: #9a1e2e;
}
#leftbar .tabs_item > a:hover {
	color: #000;
}
#leftbar .tabs_item > span {
	color: #45812b;
}
#leftbar .tabs_item > .center {
	background-image: url(images/tab_item_center_back.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	height: 100%;
	padding: 0 5px 0 2px;
	display: inline-block;
	float: left;
}
#leftbar .tabs_item > .left_arrow {
	background-image: url(images/tab_item_left_arrow_back.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 8px;
	height: 19px;
	display: inline-block;
	float: left;
}
#leftbar .tabs_item > .right_arrow {
	background-image: url(images/tab_item_right_arrow_back.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 9px;
	height: 19px;
	display: inline-block;
	float: left;
}
#leftbar .tabs_item > .right_line {
	background-image: url(images/tab_item_right_line_back.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 1px;
	height: 19px;
	display: inline-block;
	float: left;
}
#leftbar .tabs_item:first-child > .center {
	padding: 0 2px 0 15px;
}
#leftbar .tabs_item.selected > * {
	background-position: 0 -19px;
}
/* --- */

table.sale_order_full_table {
	border: none;
}
.sof-req {
	color: #94c435;
	font-size: 120%;
}
.cart-item-quantity{
        width: 100px;
        padding: 0 4px 0 0;
}



.cart-items .inline-filter b {
	background: none !important;
	text-decoration: underline;
}
.cart-items td {
	border-bottom: 1px solid #84736e;

}

.cart-items .cart-item-weight{
      width: 100px;
      text-align: center;
}
.cart-buttons {
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border: 1px solid #84736e;
	background-color: #dfedc2;
	color: #000;
	padding: 0 10px;
	text-transform: lowercase;
	cursor: pointer;
	float: left;
	display: inline-block;
	margin: 0 5px 0 0;
}
.cart-buttons:hover {
	background-color: #94c435;
	color: #fff;
}
.cart-items .cart-code {
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #84736e;
	padding: 0 5px;
	width: 200px;
	margin: 0 20px 0 0;
	float: left;
	display: inline-block;
}

/* component */
.component .picture {
	position: relative;
	margin: -5px -27px;
}
.component .text {
	padding: 18px 0 0 220px;
	line-height: 1.1em;
	margin: -16px 0;
}
.component .text h1 {
	font-size: 18px;
	color: #45812b;
}
.component_in_products {
	margin: 25px 0;
	background: url(images/component_in_products.png) left center no-repeat;
	height: 27px;
	line-height: 27px;
	padding: 0 0 0 40px;
	font-size: 16px;
}
.components_pretext {
	margin: -5px 0 30px;
}

/* PARTNER PRICE LIST */
.partner_list_sections {
	list-style: none;
}
.partner_list_sections ul {
	padding: 0 0 0 20px;
	list-style: none;
}
.partner_list_section {
	min-height: 20px;
}
.partner_list_section_name {
	font-size: 14px;
	font-weight: bold;
	padding-left: 16px;
}
.partner_list_section_name {
	cursor: pointer;
}
.partner_list_section_name.expandable_down {
	background: url(images/expandable.png) 0 0 no-repeat;
}
.partner_list_section_name.expandable_up {
	background: url(images/expandable.png) 0 -16px no-repeat;
}
.partner_list_section_name:hover {
	color: #46812b;
}
.partner_list_section > .partner_list_sections,
.partner_list_section > .partner_list_products {
	display: none;
}
.partner_list_products {
	margin: 0 0 10px 0;
}
.partner_list_product {
	height: 50px;
	overflow: hidden;
	border-color: #ccc;
	border-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
}
.partner_list_product:hover {
	background: rgba(200, 200, 200, 0.2);
}
.partner_list_product:first-child {
	border-top-style: solid;
}
.partner_list_product .product_image img {
	height: 50px;
}
.partner_list_product .new_mark {
	width: 28px;
	height: 34px;
	background: url(images/product_list_novelty_back.png) top right no-repeat;
	position: relative;
	margin: 0 -16px;
}
.partner_list_product .product_info {
	height: 100%;
	width: 391px;
	position: relative;
	margin: 0 0 0 15px;
}
.partner_list_product .product_info .product_data {
	height: 100%;
	width: 230px;
	padding: 2px 0;
	line-height: 1em;
	border-right: 1px solid #ccc;
}
.partner_list_product .product_info .product_data .product_title {
	font-weight: bold;
	text-decoration: underline;
}
.partner_list_product .product_info .product_data .product_weight {
	font-size: 10px;
}
.partner_list_product .product_info .product_data .product_weight span {
	font-weight: bold;
}
.partner_list_product .product_info .product_data .product_components {
	font-size: 10px;
}
.partner_list_product .product_info .product_price {
	height: 100%;
	line-height: 50px;
	width: 35px;
	padding: 0 2px;
	border-right: 1px solid #ccc;
	text-align: right;
}
.partner_list_product .product_actions_buy {
	height: 100%;
	line-height: 50px;
	width: 100px;
	padding: 0 2px;
	text-align: center;
	background: rgba(100, 0, 0, 0.5);
}

