

/* Start:/local/templates/elektro_light/js/fancybox/jquery.fancybox-1.3.1.css?17218406505092*/
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/local/templates/elektro_light/js/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('/local/templates/elektro_light/js/fancybox/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	z-index: 1102;
	padding: 0 !important;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: center;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/local/templates/elektro_light/js/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('/local/templates/elektro_light/js/fancybox/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('/local/templates/elektro_light/js/fancybox/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('/local/templates/elektro_light/js/fancybox/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 50px;
	cursor: pointer;
	outline: none;
	background-image: url('/local/templates/elektro_light/js/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: -50px;
}

#fancybox-right {
	right: -50px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	left: 20px;
	background-image: url('/local/templates/elektro_light/js/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	right: 20px;
	background-image: url('/local/templates/elektro_light/js/fancybox/fancybox.png');
	background-position: -40px -60px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/local/templates/elektro_light/js/fancybox/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/local/templates/elektro_light/js/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/local/templates/elektro_light/js/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/local/templates/elektro_light/js/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/local/templates/elektro_light/js/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/local/templates/elektro_light/js/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/local/templates/elektro_light/js/fancybox/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/local/templates/elektro_light/js/fancybox/fancybox.png');
	background-position: -40px -122px;
}

/* End */


/* Start:/local/templates/elektro_light/js/anythingslider/slider.css?17218406502797*/
/***Sliser***/
.anythingSlider { 
	width:980px;
	height:304px;
	position:relative;
	margin:23px 0px 0px -10px;
	padding:0px;
}

.anythingSlider .wrapper { 
	width:958px;
	height:304px;
	overflow:auto;
	margin:0px;
	padding:0px;
	position:absolute;
	top:0px;
	left:11px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

.anythingSlider .wrapper ul { 
	width:50000px;
	margin:0px;
	padding:0px;
	list-style:none;
	position:absolute;
	top:0px;
	left:0px;
}

.anythingSlider ul li { 
	width:958px;
	height:304px;
	display:block; 
	float:left;
	margin:0px;
	padding:0px;
}

.anythingSlider ul li img {
	width:958px;
	height:304px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

.anythingSlider .arrow.forward { 
	position: absolute;
    top:50%;
    right:0px;
    width:40px;
    height:56px;
	margin:-28px 0px 0px 0px;
	padding:0px;
    cursor:pointer;
    background:url(/local/templates/elektro_light/js/anythingslider/next-hor.png) left top no-repeat;
}

.anythingSlider .arrow.back { 
	position: absolute;
    top:50%;
    left:0px;
    width:40px;
    height:56px;
	margin:-28px 0px 0px 0px;
	padding:0px;
    cursor:pointer;
    background:url(/local/templates/elektro_light/js/anythingslider/prev-hor.png) left top no-repeat;
}

.anythingSlider .arrow.forward:hover {
	background:url(/local/templates/elektro_light/js/anythingslider/next-hor.png) left -56px no-repeat;
}

.anythingSlider .arrow.back:hover {
	background:url(/local/templates/elektro_light/js/anythingslider/prev-hor.png) left -56px no-repeat;
}

#thumbNav {
	position:absolute;
	left:22px;
	bottom:10px;
}

#thumbNav a {
	width:18px;
	height:17px;
	float:left;
	margin:0px 2px 0px 0px;
	padding:0px;
	background:url(/local/templates/elektro_light/js/anythingslider/control.png) left top no-repeat;
}

#thumbNav a.cur {
	background:url(/local/templates/elektro_light/js/anythingslider/control.png) left -17px no-repeat;
}

#start-stop { 
	display:none;
}


/***Discount_left***/
#discount_left {
	position:relative;
}

#discount_left .wrapper { 
	width:203px;
	margin:0px;
	padding:0px;
	overflow:auto;
}

#discount_left .wrapper ul { 
	width:9999px;
	margin:0px;
	padding:0px;
	list-style:none;
}

#discount_left .wrapper ul li { 
	width:201px;
	float:left;
	margin:0px;
	padding:0px 0px 40px 0px;
	border:1px solid #e0e3e7;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}

#discount_left .arrow.forward,
#discount_left .arrow.back {
	display:none;
}

#discount_left #thumbNav {
	position:absolute;
	bottom:16px;
	left:50%;
	-moz-transform:translate(-50%, 0);
	-webkit-transform:translate(-50%, 0);
	-o-transform:translate(-50%, 0);
	-ms-transform:translate(-50%, 0);
	transform:translate(-50%, 0);
}

#discount_left #thumbNav a {
	width:10px;
	height:10px;
	float:left;
	margin:0px 4px 0px 0px;
	padding:0px;
	background:url(/local/templates/elektro_light/js/anythingslider/control_disc.png) left top no-repeat;
}

#discount_left #thumbNav a.cur {
	background:url(/local/templates/elektro_light/js/anythingslider/control_disc.png) left -10px no-repeat;
}
/* End */


/* Start:/local/templates/elektro_light/js/custom-forms/custom-forms.css?17218406501283*/
.custom-forms-wrapper {
	float:left;
	margin:0px 5px 4px 0px;
	padding:0px;
}

.custom-forms-wrapper:last-child {
	margin:0px 0px 4px 0px;
}

.custom-forms-wrapper.checkbox .master {
	display:none;
}

.custom-forms-wrapper.checkbox label {
	font:normal 13px/30px Arial;
	color:#616161;
	display:block;
	margin:0px;
	padding:0px 12px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}

.colors.custom-forms-wrapper.checkbox label {
	width:26px;
	height:26px;
	border:2px solid transparent;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-khtml-border-radius:2px;
	border-radius:2px;
	padding:0px;
}

.colors.custom-forms-wrapper.checkbox label i {
	width:24px;
	height:24px;
	display:block;
}

.colors.custom-forms-wrapper.checkbox label img,
.colors.custom-forms-wrapper.checkbox label i {
	border:1px solid #fff;
}

.custom-forms-wrapper:hover label {
	cursor:pointer;
	background:#d2d8db;
}

.colors.custom-forms-wrapper:hover label {
	border:2px solid #96a3a9;
	cursor:pointer;
}

.custom-forms-wrapper.active label,
.custom-forms-wrapper.active:hover label {
	color:#353535;
	background:#ffd113;
}

.colors.custom-forms-wrapper.active label,
.colors.custom-forms-wrapper.active:hover label {
	border:2px solid #ffcd00;
}
/* End */


/* Start:/local/components/altop/callback/templates/.default/style.css?17218406511824*/
.callback form.new_callback_form {
	width:100%;
	float:left;
	margin:0px;
	padding:20px 0px 10px 0px;
}

.callback span#echo_callback_form {
	width:100%;
	float:left;
	margin:0px;
	padding:0px;
}

.callback span.alertMsg.bad,
.callback span.alertMsg.good {
	width:302px;
	display:block;
	margin:0px 0px 5px 20px;
	padding:5px 10px 5px 33px;
}

.callback .row {
	width:347px;
	float:left;
	margin:0px;
	padding:0px 20px 5px 20px;
}

.callback .row .span1 {
	width:105px;
	float:left;
	font:normal 14px/26px Arial;
	color:#1e1d19;
}

.callback .row .span2 {
	width:239px;
	float:right;
}

.callback .row .span2 input[type="text"] {
	width:217px;
	height:24px;
	margin:0px;
	padding:0px 10px;
	font:bold 14px/24px Arial;
	color:#1e1d19;
	border:1px solid #d7d4d1;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:0px 0px 3px rgba(0, 0, 0, 0.15) inset;
	-moz-box-shadow:0px 0px 3px rgba(0, 0, 0, 0.15) inset;
	box-shadow:0px 0px 3px rgba(0, 0, 0, 0.15) inset;
}

.callback .row .span2 textarea {
	width:217px;
	height:33px;
	margin:0px;
	padding:10px;
	font:normal 14px/1.3 Arial;
	color:#1e1d19;
	border:1px solid #d7d4d1;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:0px 0px 3px rgba(0, 0, 0, 0.15) inset;
	-moz-box-shadow:0px 0px 3px rgba(0, 0, 0, 0.15) inset;
	box-shadow:0px 0px 3px rgba(0, 0, 0, 0.15) inset;
}

.callback .row .span2 input[name="callback_captcha_word"] {
	width:93px;
	float:left;
	margin:0px 7px 0px 0px;
}

.callback .row .span2 img {
	float:left;
}

.callback div.submit {
	width:347px;
	float:left;
	margin:5px 0px 0px 0px;
	padding:0px 20px 5px 20px;
}

.callback div.submit button {
	width:147px;
	height:32px;
	float:right;
	margin:0px;
	padding:0px;
}
/* End */


/* Start:/local/components/altop/search.title/templates/.default/style.css?17218406516698*/
#altop_search {
	height:49px;
	float:left;
	position:relative;
}

#altop_search_container {
	float:left;
	width:100%;
	margin:0px -12px 0px 0px;
}

#altop_search_content {
	margin:0px 12px 0px 0px;
}

#altop_search_left {
	width:31px;
	height:49px;
	float:left;
	background:url(/local/components/altop/search.title/templates/.default/./images/bg_search_left1.png) left top no-repeat;
}

#altop_search_center {
	width:auto;
	height:49px;
	margin:0px 0px 0px 31px;
	background:url(/local/components/altop/search.title/templates/.default/./images/bg_search_center1.png) left top repeat-x;
}

#altop_search_right {
	width:12px;
	height:49px;
	float:right;
	background:url(/local/components/altop/search.title/templates/.default/./images/bg_search_right1.png) left top no-repeat;
}

#altop_search_center input[type="text"] {
	width:75%;
	height:37px;
	background:none;
	border:none;
	font:normal 14px/1.3 Arial;
	color:#282c31;
	margin:4px 0px 0px 0px;
	padding:0px 5px;
}

#altop_search_center input[type="text"]:focus { 
	outline:none;
}

#altop_search_center div.submit {
	width:50px;
	height:39px;
	position:absolute;
	top:3px;
	right:7px;
	/*border-left:2px solid #ffd100;*/
	border-left:2px solid #ff1a31;
	border-right:none;
	border-top:none;
	border-bottom:none;
}

#altop_search_center input[type="submit"] {
	width:50px;
	height:39px;
	margin:0px;
	padding:0px;
	border:none;
	background:url(/local/components/altop/search.title/templates/.default/./images/bg_search_submit1.jpg) left top no-repeat;
}

#altop_search_center input[type="submit"]:hover {
	cursor:pointer;
	background:url(/local/components/altop/search.title/templates/.default/./images/bg_search_submit1.jpg) left -39px no-repeat;
}

#altop_search_center .form-textbox {
	background:none !important;
	border:none !important;
}

#altop_search_center .form-textbox-border {
	background:none !important;
	border:none !important;
}

div.title-search-result {
	border:none;
	display:none;
	z-index:500;
}

div.title-search-result div.title-search-result-top {
	width:13px;
	height:12px;
	position:absolute;
	top:0px;
	left:28px;
	background:url(/local/components/altop/search.title/templates/.default/./images/bg_title-search-result-top.png) left top no-repeat;
}

div.title-search-result a.search_close {
	position:absolute;
	width:23px;
	height:23px;
	top:-2px;
	right:-10px;
	background:url(/local/components/altop/search.title/templates/.default/./images/bg_a_close.png) left top no-repeat;
}

div.title-search-result a.search_close:hover {
	background:url(/local/components/altop/search.title/templates/.default/./images/bg_a_close.png) left -23px no-repeat;
}

div.title-search-result table.title-search-result {
	width:100%;
	background:url(/local/components/altop/search.title/templates/.default/./images/bg_table_result.jpg) left bottom repeat-x #f6f6f6;
	margin:7px 0px 0px 0px;
	border:5px solid #ffc200;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow:0px 0px 5px rgba(115, 113, 92, 0.77);
	-moz-box-shadow:0px 0px 5px rgba(115, 113, 92, 0.77);
	box-shadow:0px 0px 5px rgba(115, 113, 92, 0.77);
}

div.title-search-result table.title-search-result td {
	border-collapse:collapse;
	margin:0px;
	padding:0px;
}

/*Search*/
div.title-search-result #catalog_search {
	width:100%;
	float:left;
	border-top:1px solid #e8e8df;
	margin:7px 0px;
	padding:0px;
}

div.title-search-result #catalog_search a.search_all {
	font:normal 13px/1.3 Arial;
	color:#333;
	display:block;
	float:right;
	margin:0px;
	padding:7px 10px 0px 0px;
	text-decoration:underline;
}

div.title-search-result #catalog_search a.search_all:hover {
	color:#cc9900;
	text-decoration:none;
}

div.title-search-result .tvr_search {
	width:100%;
	float:left;
	clear:both;
	margin:0px;
	padding:0px;
	border-bottom:1px solid #e8e8df;
}

div.title-search-result .tvr_search:hover {
	background:#fff;
}

div.title-search-result .tvr_search .image {
	width:82px;
	height:66px;
	float:left;
	text-align:center;
	position:relative;
	background:#fff;
}

div.title-search-result .tvr_search .image a {
	width:82px;
	height:66px;
	display:table-cell;
	vertical-align:middle;
	text-decoration:none !important;
	text-align:center;
}

div.title-search-result .tvr_search .image a img {
	max-width:82px;
	max-height:66px;
	border:none;
}

div.title-search-result .tvr_search .item_title,
div.title-search-result .tvr_search .cat_title {
	width:200px;
	height:58px;
	float:left;
	margin:4px 0px;
	padding:0px;
	overflow:hidden;
}

div.title-search-result .tvr_search .cat_title {
	width:300px;
}

div.title-search-result .tvr_search .item_title a {
	font:normal 13px/1.3 Arial;
	color:#333 !important;
	text-align:left;
	text-decoration:underline;
	height:58px;
	display:table-cell;
	vertical-align:middle;
	margin:0px;
	padding:0px 13px;
}

div.title-search-result .tvr_search .cat_title a {
	font:bold 14px/1.3 Arial;
	color:#333 !important;
	text-align:left;
	text-decoration:underline;
	height:58px;
	display:table-cell;
	vertical-align:middle;
	margin:0px;
	padding:0px 13px;
}

div.title-search-result .tvr_search .item_title a:hover,
div.title-search-result .tvr_search .cat_title a:hover {
	color:#cc9900 !important;
	text-decoration:none;
}

div.title-search-result .tvr_search .search_price {
	width:93px;
	height:66px;
	display:table-cell;
	vertical-align:middle;
	text-align:right;
	margin:0px;
	padding:0px 10px 0px 0px;
}

div.title-search-result .tvr_search .search_price span.price_new,
div.title-search-result .tvr_search .search_price span.price {
	font:bold 16px/1.3 Arial;
	color:#222;
}

div.title-search-result .tvr_search .search_price span.price_old {
	font:normal 12px/1.3 Arial; 
	color:#ff0000; 
	text-decoration:line-through;
}

div.title-search-result .tvr_search .search_price a.ask_price_anch {
	font:normal 12px/1.3 Arial;
	text-decoration:none;
	border-bottom:1px dashed #925601;
}

div.title-search-result .tvr_search .search_price a.ask_price_anch:hover {
	text-decoration:none;
	border-bottom:1px dashed #cc9900;
}

div.title-search-result .buy_more {
	width:124px;
	height:66px;
	display:table-cell;
	vertical-align:middle;
}

div.title-search-result .buy_more form {
	margin:0px;
	padding:0px;
}

div.title-search-result .buy_more form a.minus {
	width:22px;
	height:23px;
	float:left;
	margin:3px 0px 0px 0px;
	padding:0px;
}

div.title-search-result .buy_more form input[name="quantity"] {
	width:34px;
	height:21px;
	float:left;
	margin:3px 0px 0px 0px;
	padding:0px;
}

div.title-search-result .buy_more form a.plus {
	width:22px;
	height:23px;
	float:left;
	margin:3px 0px 0px 0px;
	padding:0px;
}

div.title-search-result .buy_more form button[name="add2basket"] {
	width:30px;
	height:28px;
	float:right;
	margin:0px 7px 0px 0px;
	padding:0px;
}

div.title-search-result .buy_more form small.result,
div.title-search-result .buy_more #not_available,
div.title-search-result .buy_more #available {
	width:30px;
	height:28px;
	float:right;
	margin:0px 7px 0px 0px;
	padding:0px;
}

div.title-search-result .buy_more #available div {
	height:28px;
	display:table-cell;
	vertical-align:middle;
}

div.title-search-result .buy_more form .hidden {
	display:none;
}
/* End */


/* Start:/local/templates/elektro_light/components/bitrix/menu/tree_di/style.css?17218406502235*/
.li_2 {

}

.li_3 a{
	font: 12px/1.3 Arial;
	padding: 5px 0 5px 7px;
}

.li_4 a {
	font-weight: normal !important;
	padding: 1px 0 1px 15px;
}


ul#left-menu li.li_1.parent ul#submenu li{
	display: block;

}

/***SUBMENU***/
ul#left-menu li.parent div#submenu {
	width:952px;
	display:none;
	margin:0px;
	padding:15px 25px 15px 0px;
	list-style:none;
	position:absolute;
	left:214px;
	top:-4px;
	/*border:2px solid #ffcd00;*/
	border:2px solid #FF072B;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	background:url("/local/templates/elektro_light/components/bitrix/menu/tree_di/./images/bg_left_ul.jpg") left top repeat-x #f0f2f3;
	-webkit-box-shadow:3px 3px 12px rgba(0, 0, 0, 0.51);
	-moz-box-shadow:3px 3px 12px rgba(0, 0, 0, 0.51);
	box-shadow:3px 3px 12px rgba(0, 0, 0, 0.51);
	z-index:600;
}

ul#left-menu li.parent:hover div#submenu {
	display:block;
}

ul#left-menu li.parent div#submenu span {
	width:160px;
	display:block;
	vertical-align:top;
	margin:0px;
	padding:0px 0px 0px 25px;
	border:none;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	-khtml-border-radius:0px;
	border-radius:0px;
	position:static;
}

ul#left-menu li.parent div#submenu span.li_3 {

	display:block;
	vertical-align:top;
	margin:0px;
	padding:0px 0px 0px 25px;
	border:none;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	-khtml-border-radius:0px;
	border-radius:0px;
	position:static;
}

ul#left-menu li.parent div#submenu span.li_3 a{
	font-weight: normal;
	padding:5px 0 5px 5px;
	font-size: 12px;
}

ul#left-menu li.parent div#submenu span.li_4 a{
	font-weight: normal;
	padding:3px 0 3px 10px;
	font-size: 11px;
	color: #777;
}

ul#left-menu li.parent div#submenu span:hover {
	border:none;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	-khtml-border-radius:0px;
	border-radius:0px;
	background:none;
}

ul#left-menu li.parent div#submenu span a {
	font:bold 14px/1.3 Arial;
	color:#37414c;
	text-decoration:underline;
	text-shadow:none;
	display:block;
	margin:0px;
	padding:7px 0px;
	position:static;
}

ul#left-menu li.parent div#submenu span a:hover {
	color:#cc9900;
	text-decoration:none;
	text-shadow:none;
}

ul#left-menu li.parent div#submenu span a span.arrow {
	display:none;
}

.column {
	width: 190px;
	float: left;
}
/* End */


/* Start:/local/components/altop/catalog.top/templates/newproduct/style.css?1721840651322*/
.item-desc .aviable {
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: green;
	font-weight: bold;
	text-transform: uppercase;
}

.item-desc .ord{
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #999;
	font-weight: bold;
	text-transform: uppercase;
}

.item-desc {
	position: relative;
	padding-bottom: 20px;
}
/* End */


/* Start:/local/templates/elektro_light/components/bitrix/iblock.vote/ajax/style.css?1721840650656*/
.iblock-vote div.star-active {
	cursor:pointer;
}

.iblock-vote div.star,
.iblock-vote div.star-empty {
	background:url(/local/templates/elektro_light/components/bitrix/iblock.vote/ajax/./images/star-ico.png) left top no-repeat;
	width:16px;
	height:15px;
	overflow:hidden;
}

.iblock-vote div.star-voted {
	background:url(/local/templates/elektro_light/components/bitrix/iblock.vote/ajax/./images/star-ico.png) left -15px no-repeat;
	width:16px;
	height:15px;
	overflow:hidden;
}

.iblock-vote div.star-over {
	background:url(/local/templates/elektro_light/components/bitrix/iblock.vote/ajax/./images/star-ico.png) left -30px no-repeat;
	width:16px;
	height:15px;
	overflow:hidden;
}

.iblock-vote td.vote-result {
	font:normal 11px Arial !important;
	color:#a7a7a7 !important;
	margin:0px !important;
	padding:0px 0px 0px 5px;
	vertical-align:middle;
}
/* End */


/* Start:/local/components/altop/catalog.top/templates/saleleader/style.css?1721840651322*/
.item-desc .aviable {
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: green;
	font-weight: bold;
	text-transform: uppercase;
}

.item-desc .ord{
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #999;
	font-weight: bold;
	text-transform: uppercase;
}

.item-desc {
	position: relative;
	padding-bottom: 20px;
}
/* End */


/* Start:/local/components/altop/catalog.top/templates/discount/style.css?1721840651322*/
.item-desc .aviable {
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: green;
	font-weight: bold;
	text-transform: uppercase;
}

.item-desc .ord{
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #999;
	font-weight: bold;
	text-transform: uppercase;
}

.item-desc {
	position: relative;
	padding-bottom: 20px;
}
/* End */


/* Start:/local/templates/elektro_light/template_styles.css?1721840650151769*/
.fix-width-img {
	width: 380px;
	height: 250px;
}

* {
	box-sizing: border-box;
}

html {
	width:100%;
	margin:0px;
	padding:0px;
}

body {
	width:100%;
	margin:0px auto;
	padding:0;
	font-family:Arial;
	font-size:13px;
	line-height:1.3;
	background: #E6F7EC;
}

#page-wrapper {
	width:100%;
	margin:0px auto;
	padding:0px;
   /* background:url("/local/templates/elektro_light/./images/bg_header_wrapper_top.jpg") center top no-repeat, url("/local/templates/elektro_light/./images/bg_header_wrapper_bottom.jpg") center bottom no-repeat;*/
   background: #e6f7ec;
}

/* ###  Table wrap */
.st_wrap_table{

}
/* ##   header */
.st_table_header{
	margin-top: 40px;
}

.st_table_header:first-child {
	margin-top: 0;
}

.st_table_header h2{
	color: #145f4d;
	font-weight: 600;
	padding-bottom: 10px;
	text-align: center;
	background: #fff;
}
/* ##  table */
.st_table{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.st_table .st_row:last-child .row-imgs {
	border-radius: 0 0 5px 5px;
}

/* #   row */
.st_row{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	margin: 0;
}

.st_row-block {
	display: flex;
	margin: 0;
	border-bottom: 1px solid #fff;
	background: #145f4d;
	font-weight: 600;
	border-radius: 5px 5px 0 0;
}

.st_row-container {
	display: flex;
	background: #145f4d;
        border-bottom: 1px solid #fff;
}

.row-imgs {
	border-bottom: 1px solid #145f4d;
	border-left: 1px solid #145f4d;
	border-right: 1px solid #145f4d;
	padding: 10px;
}

.row-imgs p {
        text-align: center;
        color: #000 !important;
}

.row-imgs h2 {
        text-align: center;
        color: #000;
}

.row-imgs-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.row-imgs-container img {
	border-radius: 5px;
	margin-bottom: 10px;
}

.row-imgs-container img:nth-child(odd) {
	margin-right: 10px;
}

/* #   column */

.st_column{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	border-right: 1px solid #fff;
	color: #fff;
}

.st_column:last-child {
	border-right: none;
}

.st_column.origin {
	width: 50%;
}

.st_column .sex {
	display: flex;
	justify-content: center;
}

.st_column.sex-container {
	width: 10%;
}

.st_column.age {
	width: 20%;
}

.st_column.key {
	width: 10%;
}
.center {
	width:1234px;
	margin:0 auto;
}

.clr {
	clear:both;
}

form {
	margin:0;
	padding:0;
}

a:link, a:visited {
	color:#925601;
	text-decoration:underline;
}

a:hover {
	color:#cc9900;
	text-decoration:none;
}

a:focus {
	outline: none;
}


/***HEADER***/
#header {
	width:1234px;
	height:155px;
	margin:0px auto;
	padding:0px;
}

#header_1, #header_2,
#header_3, #header_4 {
	height:123px;
	float:left;
}

#header_1 {
	width: 30%;
}

#header_1 #logo {
	width:272px;
	height:60px;
	float:left;
	margin:39px 0px 0px 17px;
	padding:0px;
}

#header_1 #logo a {
	display:block;
	text-decoration:none;
}

#header_1 #logo a img {
	border:none;
}

#header_2 {
	width: 40%;
	padding-right: 10px;
}

#header_2 #altop_search {
	width: 100%;
}

#header_3 {
	width: 15%;
}

#header_3 div.schedule {
	float:left;
	padding:39px 0px 0px 0px;
}

#header_3 div.schedule p {
	font:normal 12px/1.3 Arial;
	color:#cfd2d6;
	text-align:left;
	text-shadow:0px -1px 0px #31353a;
	margin:0px;
	padding:0px;
}

#header_3 div.schedule p.time {
	background:url("/local/templates/elektro_light/./images/time.png") left top no-repeat;
	margin:0px 0px 3px 0px;
	padding:0px 0px 0px 22px;
}

#header_4 {
	width: 15%;
}

#header_4 div.telephone {
	float:left;
	margin:0px;
	padding:32px 0px 0px 0px;
}

#header_4 div.telephone p {
	font:normal 24px/1.0 Arial;
	color:#fff;
	text-align:left;
	text-shadow:0px -1px 0px #31353a;
	margin:0px;
	padding:0px 0px 3px 0px;
}

#header_4 div.telephone p span {
	font-size:18px;
}

#header_4 div.telephone a.callback_anch {
	font:normal 13px/1.3 Arial;
	color:#fec200;
	text-decoration:none;
	text-shadow:0px -1px 0px #31353a;
	float:right;
	margin:0px;
	padding:0px;
	background:url("/local/templates/elektro_light/./images/bg_a_callback_anch.png") left bottom repeat-x;
}

#header_4 div.telephone a.callback_anch:hover {
        color:#ff1a31;
	background:none;
}


/***TOP_MENU***/
#top-menu {
	width:100%;
	min-height:32px;
	float:left;
	margin:0px;
	padding:0px;
}

#top-menu ul.store-horizontal {
	float:left;
	margin:0px 0px 0px 12px;
	padding:0px;
	list-style:none;
}

#top-menu ul.store-horizontal li {
	float:left;
	margin:0px 3px 0px 0px;
	padding:0px;
}

#top-menu ul.store-horizontal li:last-child {
	margin:0px;
}

#top-menu ul.store-horizontal li a {
	font:normal 11px/32px Arial;
	color:#145f4d;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow:0px -1px 0px #31353a;
	display:block;
	min-height:32px;
	margin:0px;
	padding:0px 13px;
}

#top-menu ul.store-horizontal li:hover a,
#top-menu ul.store-horizontal li.jshover a,
#top-menu ul.store-horizontal li:hover a.root-item-selected,
#top-menu ul.store-horizontal li.jshover a.root-item-selected {
	color:#fff;
	text-decoration:none;
	background:#145f4d;
	-moz-border-radius:4px 4px 0px 0px;
	-webkit-border-radius:4px 4px 0px 0px;
	-khtml-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;
}

#top-menu ul.store-horizontal li a.root-item-selected {
	color:#34383d;
	text-decoration:none;
	text-shadow:none;
	background:#fff;
	-moz-border-radius:4px 4px 0px 0px;
	-webkit-border-radius:4px 4px 0px 0px;
	-khtml-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;
}

#top-menu ul.store-horizontal li ul {
	position:absolute;
	top:auto;
	display:none;
	z-index:500;
	height:auto;
	width:183px;
	background:#145f4d;
	margin:0px;
	padding:0px 0px 5px 0px;
	-moz-border-radius:0px 0px 4px 4px;
	-webkit-border-radius:0px 0px 4px 4px;
	-khtml-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;
	border-top:1px solid #4a5158;
	list-style:none;
}

#top-menu ul.store-horizontal li:hover ul,
#top-menu ul.store-horizontal li.jshover ul {
	display:block;
}

#top-menu ul.store-horizontal li ul li {
	float:none;
	background:none;
	border-bottom:1px solid #4a5158;
	margin:0px;
	padding:0px;
}

#top-menu ul.store-horizontal li ul li a {
	font:normal 11px Arial !important;
	color:#d5d8db !important;
	text-decoration:none !important;
	text-transform:uppercase !important;
	text-shadow:0px -1px 0px #31353a !important;
	background:none !important;
	display:block;
	height:auto;
	line-height:1.3;
	margin:0px;
	padding:7px 13px
}

#top-menu ul.store-horizontal li ul li a:hover {
	color:#ffffff !important;
	text-decoration:none !important;
	background:#145F4D !important;
	-moz-border-radius:0px !important;
	-webkit-border-radius:0px !important;
	-khtml-border-radius:0px !important;
	border-radius:0px !important;
}


/***TOP_PANEL***/
#top_panel {
	width:100%;
	height:50px;
	display:none;
	visibility:hidden;
	margin:0px;
	padding:0px;
	-moz-border-radius:6px 6px 0px 0px;
	-webkit-border-radius:6px 6px 0px 0px;
	-khtml-border-radius:6px 6px 0px 0px;
	border-radius:6px 6px 0px 0px;
	background:#ffc200;
	background:linear-gradient(to bottom, #ffdf00, #ffc200);
	background:-webkit-linear-gradient(top, #ffdf00, #ffc200);
	background:-moz-linear-gradient(top, #ffdf00, #ffc200);
	background:-o-linear-gradient(top, #ffdf00, #ffc200);
	background:-ms-linear-gradient(top, #ffdf00, #ffc200);
}

#top_panel #panel_1 {
	width:143px;
	height:50px;
	float:left;
	margin:0px;
	padding:0px;
}

#top_panel #panel_1 ul.section-vertical {
	margin:4px 0px 0px 5px;
	padding:0px;
	list-style:none;
}

#top_panel #panel_1 ul.section-vertical li {
	margin:0px;
	padding:0px;
	position:relative;
}

#top_panel #panel_1 ul.section-vertical li a.showsection {
	font:bold 17px/42px Arial;
	color:#814301;
	text-align:center;
	text-decoration:none;
	text-shadow:0px 1px 0px #fffd50;
	width:122px;
	height:46px;
	display:block;
	margin:0px;
	padding:0px;
}

#top_panel #panel_1 ul.section-vertical li:hover a.showsection,
#top_panel #panel_1 ul.section-vertical li.jshover a.showsection,
#top_panel #panel_1 ul.section-vertical li.active a.showsection {
	font:bold 17px/46px Arial;
	color:#000;
	text-shadow:none;
	-moz-border-radius:4px 4px 0px 0px;
	-webkit-border-radius:4px 4px 0px 0px;
	-khtml-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;
	background:#fff;
}

#top_panel #panel_1 ul.section-vertical li div.catalog-section-list {
	width:718px;
	position:absolute;
	top:46px;
	left:-5px;
	margin:0px;
	padding:20px 25px;
	background:#fff;
	-webkit-box-shadow:0px 15px 15px -15px rgba(0, 0, 0, 0.51);
	-moz-box-shadow:0px 15px 15px -15px rgba(0, 0, 0, 0.51);
	box-shadow:0px 15px 15px -15px rgba(0, 0, 0, 0.51);
	z-index:550;
}

#top_panel #panel_2 {
	width:100px;
	height:50px;
	float:right;
	margin:0px;
	padding:0px;
}

#top_panel #panel_2 ul.store-vertical {
	margin:4px 0px 0px 19px;
	padding:0px;
	list-style:none;
}

#top_panel #panel_2 ul.store-vertical li {
	margin:0px;
	padding:0px;
	position:relative;
}

#top_panel #panel_2 ul.store-vertical li a.showsubmenu {
	font:normal 14px/42px Arial;
	color:#814301;
	text-align:center;
	text-decoration:none;
	text-shadow:0px 1px 0px #fffd50;
	width:75px;
	height:46px;
	display:block;
	margin:0px;
	padding:0px;
}

#top_panel #panel_2 ul.store-vertical li:hover a.showsubmenu,
#top_panel #panel_2 ul.store-vertical li.jshover a.showsubmenu,
#top_panel #panel_2 ul.store-vertical li.active a.showsubmenu {
	font:normal 14px/46px Arial;
	color:#000;
	text-shadow:none;
	-moz-border-radius:4px 4px 0px 0px;
	-webkit-border-radius:4px 4px 0px 0px;
	-khtml-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;
	background:#fff;
}

#top_panel #panel_2 ul.store-vertical li ul.submenu {
	width:718px;
	position:absolute;
	top:46px;
	right:0px;
	margin:0px;
	padding:20px 25px;
	list-style:none;
	background:#145F4D;
	-webkit-box-shadow:0px 15px 15px -15px rgba(0, 0, 0, 0.51);
	-moz-box-shadow:0px 15px 15px -15px rgba(0, 0, 0, 0.51);
	box-shadow:0px 15px 15px -15px rgba(0, 0, 0, 0.51);
	z-index:550;
}

#top_panel #panel_2 ul.store-vertical li ul.submenu li {
	margin:0px 0px 2px 0px;
	padding:0px;
}

#top_panel #panel_2 ul.store-vertical li ul.submenu li:last-child {
	margin:0px;
}

#top_panel #panel_2 ul.store-vertical li ul.submenu li a {
	font:normal 14px/1.3 Arial;
	color:#000;
	text-decoration:underline;
	display:block;
	margin:0px;
	padding:7px 34px 7px 11px;
	border:1px solid #e0e3e7;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}

#top_panel #panel_2 ul.store-vertical li ul.submenu li a:hover,
#top_panel #panel_2 ul.store-vertical li ul.submenu li a.root-item-selected {
	color:#fff;
	text-decoration:none;
}

#top_panel #panel_2 ul.store-vertical li ul.submenu li span.showchild {
	width:34px;
	height:100%;
	margin:0px;
	padding:0px;
	position:absolute;
	top:0px;
	right:0px;
}

#top_panel #panel_2 ul.store-vertical li ul.submenu li span.showchild span.arrow {
	width:13px;
	height:13px;
	margin:-6.5px 0px 0px 0px;
	padding:0px;
	position:absolute;
	top:50%;
	left:10px;
	background:url("/local/templates/elektro_light/./images/bg_submenu_arrow.png") left top no-repeat;
}

#top_panel #panel_2 ul.store-vertical li ul.submenu li.active span.showchild span.arrow {
	background:url("/local/templates/elektro_light/./images/bg_submenu_arrow.png") left -13px no-repeat;
}

#top_panel #panel_2 ul.store-vertical li ul.submenu li span.showchild:hover,
#top_panel #panel_2 ul.store-vertical li ul.submenu li.active span.showchild:hover {
	cursor:pointer;
}

#top_panel #panel_2 ul.store-vertical li ul.submenu li ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#top_panel #panel_2 ul.store-vertical li ul.submenu li.active ul li span.showchild span.arrow {
	background:url("/local/templates/elektro_light/./images/bg_submenu_arrow.png") left top no-repeat;
}

#top_panel #panel_2 ul.store-vertical li ul.submenu li.active ul li.active span.showchild span.arrow {
	background:url("/local/templates/elektro_light/./images/bg_submenu_arrow.png") left -13px no-repeat;
}

#top_panel #panel_2 ul.store-vertical li ul.submenu li ul li a {
	background:#145f4d;
}


/***CONTENT***/
#content-wrapper {
	width:1234px;
	margin:0px auto;
	padding:0px 0px 20px 0px;
	background:#fff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-khtml-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:0px 0px 15px rgba(124, 128, 136, 0.75);
	-moz-box-shadow:0px 0px 15px rgba(124, 128, 136, 0.75);
	box-shadow:0px 0px 15px rgba(124, 128, 136, 0.75);
}

#content {
	width:1185px;
	float:left;
	margin:0px 0px 0px 24px;
	padding:0px;
}

#left-column {
	float:left;
	width:203px;
	padding:0px;
	margin:0px 24px 0px 0px;
}

#left-column div.h3 {
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	color:#222222;
	margin:0px;
	padding:25px 0px 10px 0px;
}

#workarea {
	width:958px;
	float:left;
}


/***PERSONAL_USER***/
.personal_user {
	width:183px;
	float:left;
	margin:0px 0px 2px 0px;
	padding:10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	background:#e4e6ec;
}

.personal_user .photo {
	width:57px;
	height:57px;
	float:left;
	margin:0px 10px 0px 0px;
	padding:0px;
	text-align:center;
	border:1px solid #d3d7dc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	background:#fff;
}

.personal_user .photo img {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}

.personal_user .info {
	width:114px;
	float:left;
	margin:0px;
	padding:0px;
}

.personal_user .info p.fio {
	font:normal 12px/1.3 Arial;
	color:#616161;
	margin:0px;
	padding:0px 0px 5px 0px;
}

.personal_user .info a.exit {
	font:normal 12px/1.3 Arial;
	color:#37414c;
	text-decoration:underline;
}

.personal_user .info a.exit:hover {
	color:#cc9900;
	text-decoration:none;
}


/***LEFT_MENU***/
ul#left-menu {
	width:100%;
	float:left;
	margin:0px;
	padding:0px;
	list-style-type:none;
}

ul#left-menu li {
	margin:0px 0px 2px 0px;
	padding:0px;
	position:relative;
	border:1px solid #e0e3e7;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}

ul#left-menu li:last-child {
	margin:0px;
}

ul#left-menu li:hover,
ul#left-menu li.selected {
	border:1px solid #ffcd00;
	background:#FF072B;
}

ul#left-menu li.parent:hover {
	width:203px;
	padding:0px 11px 0px 0px;
	-moz-border-radius:4px 0px 0px 4px;
	-webkit-border-radius:4px 0px 0px 4px;
	-khtml-border-radius:4px 0px 0px 4px;
	border-radius:4px 0px 0px 4px;
}

ul#left-menu li a {
	font:bold 14px/1.3 Arial;
	color:#37414c;
	text-decoration:underline;
	display:block;
	margin:0px;
	padding:7px 34px 7px 11px;
	position:relative;
}

ul#left-menu li.parent a span.arrow {
	width:15px;
	height:15px;
	position:absolute;
	margin:-7.5px 0px 0px 0px;
	padding:0px;
	top:50%;
	right:8px;
	background:url("/local/templates/elektro_light/./images/bg_left_arrow.png") left top no-repeat;
}

ul#left-menu li:hover > a, ul#left-menu li.selected > a {
	width: 218px;
	background: #FF072B;
}

ul#left-menu li:hover a,
ul#left-menu li.selected a {
	color:#fff;
	text-decoration:none;
	text-shadow: 0px -1px 0px #cc9900;
}

ul#left-menu li.parent:hover a span.arrow,
ul#left-menu li.parent.selected a span.arrow {
	background:url("/local/templates/elektro_light/./images/bg_left_arrow.png") left -15px no-repeat;
}

ul#left-menu li.parent:hover a span.arrow,
ul#left-menu li.parent.selected:hover a span.arrow {
	right:10px;
}


/***SUBMENU***/
ul#left-menu li.parent ul#submenu {
	width:952px;
	display:none;
	margin:0px;
	padding:15px 25px 15px 0px;
	list-style:none;
	position:absolute;
	left:214px;
	top:-4px;
	/*border:2px solid #ffcd00;*/
	border:2px solid #FF072B;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	background:url("/local/templates/elektro_light/./images/bg_left_ul.jpg") left top repeat-x #f0f2f3;
	-webkit-box-shadow:3px 3px 12px rgba(0, 0, 0, 0.51);
	-moz-box-shadow:3px 3px 12px rgba(0, 0, 0, 0.51);
	box-shadow:3px 3px 12px rgba(0, 0, 0, 0.51);
	z-index:600;
}

ul#left-menu li.parent ul#submenu.id_3196 {




}

ul#left-menu li.parent:hover ul#submenu {
	display:block;
}

ul#left-menu li.parent ul#submenu li {
	width:141px;
	display:inline-block;
	vertical-align:top;
	margin:0px;
	padding:0px 0px 0px 25px;
	border:none;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	-khtml-border-radius:0px;
	border-radius:0px;
	position:static;
}

ul#left-menu li.parent ul#submenu.id_3196 li {

}

ul#left-menu li.parent ul#submenu li:hover {
	border:none;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	-khtml-border-radius:0px;
	border-radius:0px;
	background:none;
}

ul#left-menu li.parent ul#submenu li a {
	font:bold 14px/1.3 Arial;
	color:#37414c;
	text-decoration:underline;
	text-shadow:none;
	display:block;
	margin:0px;
	padding:7px 0px;
	position:static;
}

ul#left-menu li.parent ul#submenu li a:hover {
	color:#cc9900;
	text-decoration:none;
	text-shadow:none;
}

ul#left-menu li.parent ul#submenu li a span.arrow {
	display:none;
}

ul#left-menu li.parent ul#submenu li.parent ul {
	width:auto;
	display:block;
	margin:0px;
	padding:0px;
	list-style:none;
	position:static;
	border:none;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	-khtml-border-radius:0px;
	border-radius:0px;
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

ul#left-menu li.parent ul#submenu li.parent ul li {
	display:block;
	margin:0px;
	padding:0px;
}

ul#left-menu li.parent ul#submenu li.parent ul li a {
	font:normal 13px/1.3 Arial;
	padding:5px 0px 5px 7px;
}

ul#left-menu li.parent ul#submenu li.parent ul li.parent ul li a {
	font:normal 11px/1.3 Arial;
	padding:5px 0px 5px 17px;
}

ul#left-menu li.parent ul#submenu li.parent ul li.parent ul li.parent ul {
	display:none;
}


/***MENU_NEW_LEADER_DISCOUNT***/
ul#new_leader_disc {
	width:100%;
	float:left;
	margin:15px 0px 25px 0px;
	padding:0px;
	list-style:none;
}

ul#new_leader_disc li a {
	font:normal 13px/1.3 Arial;
	color:#333;
	text-decoration:underline;
	display:block;
	margin:0px;
	padding:0px 0px 0px 45px;
}

ul#new_leader_disc li a:hover {
	color:#cc9900;
	text-decoration:none;
}

ul#new_leader_disc li a.new {
	height:34px;
	line-height:34px;
	background:url("/local/templates/elektro_light/./images/new_left.jpg") left top no-repeat;
}

ul#new_leader_disc li a.saleleader {
	height:33px;
	line-height:28px;
	background:url("/local/templates/elektro_light/./images/hit_left.jpg") left top no-repeat;
}

ul#new_leader_disc li a.discount {
	height:34px;
	line-height:26px;
	background:url("/local/templates/elektro_light/./images/discount_left.jpg") left top no-repeat;
}


/***BANNER_LEFT***/
#banner_left {
	float:left;
	margin:0px 0px 0px 1px;
}

#banner_left a {
	display:block;
	text-decoration:none;
}

#banner_left img {
	border:none;
}


/***DISCOUNT_LEFT***/
#discount_left {
	float:left;
	margin:0px;
	padding:0px;
}

#discount_left a.link {
	width:200px;
	height:200px;
	display:block;
	text-align:center;
	text-decoration:none;
	position:relative;
}

#discount_left a.link img {
	border:none;
}

#discount_left a.link div.sticker {
	position:absolute;
	top:24px;
	right:24px;
}

#discount_left a.link div.sticker img.new {
	display:block;
	margin:0px 0px -10px 0px;
	position:relative;
	z-index:300;
}

#discount_left a.link div.sticker img.hit {
	display:block;
	margin:0px 0px -10px 0px;
	position:relative;
	z-index:200;
}

#discount_left a.link div.sticker img.discount {
	display:block;
	margin:0px;
	position:relative;
	z-index:100;
}

#discount_left a.link img.manufacturer {
	position:absolute;
	bottom:24px;
	right:24px;
}

#discount_left a.item-title {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#37414c;
	text-decoration:underline;
	text-align:center;
	display:block;
	height:32px;
	overflow:hidden;
	margin:0px;
	padding:0px 15px;
}

#discount_left a.item-title:hover {
	color:#cc9900;
	text-decoration:none;
}

#discount_left .item-price {
	margin:10px 0px 0px 0px;
	padding:0px;
	text-align:center;
}

#discount_left .item-price span.item-price-new {
	font:bold 24px/1.3 Arial;
	color:#000;
	display:inline-block;
	margin:0px;
	padding:2px 15px;
	background:#ffcd00;
}

#discount_left .item-price span.item-price-old {
	font:normal 12px/1.3 Arial;
	color:#ca1507;
	text-decoration:line-through;
	display:block;
	margin:3px 0px 0px 0px;
	padding:0px;
}


/***VENDORS***/
#vendors {
	width:202px;
	float:left;
	margin:0px 0px 0px 1px;
	padding:0px;
}

#vendors div.h3 {
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:#222222;
	margin:0px;
	padding:0px 0px 10px 0px;
}

#vendors .vendors-list {
	width:192px;
	float:left;
	margin:0px 0px 0px 10px;
	padding:0px;
}

#vendors p.vendors-item {
	margin:0px;
	padding:0px;
	width:50%;
	float:left;
}

#vendors p.vendors-item a {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#37414c;
	text-decoration:underline;
	padding:4px 0px;
	display:block;
}

#vendors p.vendors-item a:hover {
	text-decoration:none;
	color:#cc9900 !important;
}

#vendors a.all {
	font:normal 13px/1.3 Arial;
	color:#838384;
	text-decoration:underline;
	float:left;
	margin:10px 0px 0px 0px;
	padding:0px;
}

#vendors a.all:hover {
	text-decoration:none;
}


/***SUBSCRIBE***/
/***SUBSCRIBE_BOTTOM***/
#subscribe {
	width:227px;
	height:152px;
	float:left;
	margin:25px 0px 0px -24px;
	padding:0px;
	background:url("/local/templates/elektro_light/./images/bg_subscribe.jpg") left top no-repeat;
}

#subscribe_bottom {
	width:100%;
	float:left;
	margin:30px 0px 0px 0px;
	padding:15px 0px 9px 0px;
	background:#e1e3e5;
	display:none;
	visibility:hidden;
}

#subscribe_bottom .text {
	width:205px;
	float:left;
	margin:0px;
	padding:0px;
}

#subscribe div.h3,
#subscribe_bottom .text div.h3 {
	font:normal 18px/1.3 Arial;
	color:#222;
	margin:0px;
	padding:15px 0px 0px 25px;
}

#subscribe_bottom .text div.h3 {
	margin:0px 0px 0px 25px;
	padding:0px 0px 3px 0px;
}

#subscribe p,
#subscribe_bottom .text p {
	font:normal 13px/1.3 Arial;
	color:#383526;
	margin:0px;
	padding:0px 0px 10px 25px;
}

#subscribe_bottom .text p {
	margin:0px 0px 0px 25px;
	padding:0px;
}

#subscribe_bottom form {
	width:563px;
	float:left;
	margin:0px;
	padding:0px;
}

#subscribe input[type="text"],
#subscribe_bottom form input[type="text"] {
	width:165px;
	height:24px;
	border:1px solid #c6c2bd;
	background:#fff;
	-webkit-box-shadow:0px 0px 3px rgba(0, 0, 0, 0.15) inset;
	-moz-box-shadow:0px 0px 3px rgba(0, 0, 0, 0.15) inset;
	box-shadow:0px 0px 3px rgba(0, 0, 0, 0.15) inset;
	font:normal 13px/24px Arial;
	color:#1e1d19;
	margin:0px 0px 10px 25px;
	padding:0px 9px;
}

#subscribe_bottom form input[type="text"] {
	width:311px;
	margin:10px 0px 0px 0px;
}

#subscribe button[name="submit"],
#subscribe_bottom form button[name="submit"] {
	width:183px;
	height:32px;
	margin:0px 0px 0px 24px;
	padding:0px;
}

#subscribe_bottom form button[name="submit"] {
	margin:5px 0px 0px 24px;
}


/***LEFT_STATI***/
/***BOTTOM_STATI***/
div#stati_left,
div#stati_bottom {
	width:100%;
	float:left;
	margin:20px 0px 0px 0px;
	padding:0px;
}

div#stati_bottom {
	display:none;
	visibility:hidden;
}

div#stati_left .h3,
div#stati_bottom .h3 {
	font-family:Arial;
	font-size:18px;
	font-weight:normal;
	color:#222222;
	margin:0px;
	padding:0px 0px 15px 0px;
}

div#stati_left ul.lsnn,
div#stati_bottom ul.lsnn {
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
}

div#stati_left ul.lsnn li,
div#stati_bottom ul.lsnn li {
	float:left;
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 0px;
	border-bottom:1px dotted #d6d9df;

}

div#stati_left ul.lsnn li img,
div#stati_bottom ul.lsnn li img {
	width:57px;
	height:57px;
	float:left;
	border:1px solid #e1e4e8;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	margin:0px 10px 0px 0px;
	padding:0px;
}

div#stati_left ul.lsnn li a.title-link,
div#stati_bottom ul.lsnn li a.title-link {
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	color:#333;
	text-decoration:underline;
	width:134px;
	float:right;
	margin:0px;
	padding:0px;
}

div#stati_left ul.lsnn li a.title-link:hover,
div#stati_bottom ul.lsnn li a.title-link:hover {
	color:#cc9900;
	text-decoration:none;
}

div#stati_left a.all,
div#stati_bottom a.all {
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	color:#838384;
	text-decoration:underline;
	float:left;
	margin:0px;
	padding:0px;
}

div#stati_left a.all:hover,
div#stati_bottom a.all:hover {
	text-decoration:none;
}


/***SLIDER_TOP***/
#banner_top {
	width:980px;
	margin:23px 0px 0px -10px;
}


/***HOME_NEWS***/
div#news_home {
	width:100%;
	float:left;
	margin:0px;
	padding:0px;
}

div#news_home ul.lsnn {
	width:100%;
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
}

div#news_home ul.lsnn li {
	width:50%;
	float:left;
	margin:0px;
	padding:0px;
	text-indent:0px;
}

div#news_home ul.lsnn li a {
	display:block;
}

div#news_home ul.lsnn li a span.date {
	font:normal 11px/23px Arial;
	color:#fff;
	text-align:left;
	text-decoration:none;
	text-shadow:0px -1px 0px #5d6978;
	display:block;
	width:70px;
	height:23px;
	float:left;
	margin:21px 0px 0px 0px;
	padding:0px 0px 0px 7px;
	background:url("/local/templates/elektro_light/./images/bg_news_news_date.jpg") left top no-repeat;
}

div#news_home ul.lsnn li a:hover span.date {
	text-shadow:0px -1px 0px #c19402;
	background:url("/local/templates/elektro_light/./images/bg_news_news_date.jpg") left -23px no-repeat;
}

div#news_home ul.lsnn li a div.title-link {
	font:normal 13px/1.3 Arial;
	color:#333;
	text-decoration:underline;
	display:block;
	float:left;
	width:371px;
	height:35px;
	overflow:hidden;
	margin:15px 0px 0px 0px;
	padding:0px 20px 0px 10px;
}

div#news_home ul.lsnn li a:hover div.title-link {
	color:#cc9900;
	text-decoration:none;
}

div#news_home ul.lsnn li a div.title-link span {
	display:table-cell;
	height:35px;
	vertical-align:middle;
}


/***NEW,SALELEADER,DISCOUNT***/
.ndl_tabs {
	width:100%;
	float:left;
	margin:35px 0px 0px 0px;
	padding:0px;
}

.ndl_tabs .section {
	width:100%;
	float:left;
	margin:0px;
	padding:0px;
}

.ndl_tabs .section ul.tabs {
	width:100%;
	height:44px;
	margin:0px !important;
	padding:0px !important;
	list-style:none;
	border-bottom:1px solid #cdd0d3;
}

.ndl_tabs .section ul.tabs li {
	width:161px;
	height:42px;
	float:left;
	position:relative;
	border:1px solid #cdd0d3;
	-moz-border-radius:4px 4px 0px 0px;
	-webkit-border-radius:4px 4px 0px 0px;
	-khtml-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;
	margin:0px !important;
	padding:0px 0px 0px 75px;
	text-indent:0px !important;
	background:#e3e4e8;
	background:linear-gradient(to bottom, #fff, #e3e4e8);
	background:-webkit-linear-gradient(top, #fff, #e3e4e8);
	background:-moz-linear-gradient(top, #fff, #e3e4e8);
	background:-o-linear-gradient(top, #fff, #e3e4e8);
	background:-ms-linear-gradient(top, #fff, #e3e4e8);
}

.ndl_tabs .section ul.tabs li.hit {
	margin:0px 2px !important;
}

.ndl_tabs .section ul.tabs li:hover {
	cursor:pointer;
}

.ndl_tabs .section ul.tabs li.new.current {
	width:163px;
	height:44px;
	border:none;
	background:#85a51b;
	background:linear-gradient(to bottom, #b5e115, #85a51b);
	background:-webkit-linear-gradient(top, #b5e115, #85a51b);
	background:-moz-linear-gradient(top, #b5e115, #85a51b);
	background:-o-linear-gradient(top, #b5e115, #85a51b);
	background:-ms-linear-gradient(top, #b5e115, #85a51b);
}

.ndl_tabs .section ul.tabs li.hit.current {
	width:163px;
	height:44px;
	border:none;
	background:#e18b00;
	background:linear-gradient(to bottom, #facf00, #e18b00);
	background:-webkit-linear-gradient(top, #facf00, #e18b00);
	background:-moz-linear-gradient(top, #facf00, #e18b00);
	background:-o-linear-gradient(top, #facf00, #e18b00);
	background:-ms-linear-gradient(top, #facf00, #e18b00);
}

.ndl_tabs .section ul.tabs li.discount.current {
	width:163px;
	height:44px;
	border:none;
	background:#b40d00;
	background:linear-gradient(to bottom, #de1c0e, #b40d00);
	background:-webkit-linear-gradient(top, #de1c0e, #b40d00);
	background:-moz-linear-gradient(top, #de1c0e, #b40d00);
	background:-o-linear-gradient(top, #de1c0e, #b40d00);
	background:-ms-linear-gradient(top, #de1c0e, #b40d00);
}

.ndl_tabs .section ul.tabs li span {
	font:bold 20px/42px Arial;
	color:#7a8492;
	text-shadow:0px 1px 0px #fff;
}

.ndl_tabs .section ul.tabs li:hover span {
	color:#000;
}

.ndl_tabs .section ul.tabs li.current span {
	font:bold 20px/44px Arial;
	color:#fff;
}

.ndl_tabs .section ul.tabs li.new.current span {
	text-shadow:0px -1px 0px #5f7809;
}

.ndl_tabs .section ul.tabs li.hit.current span {
	text-shadow:0px -1px 0px #c27905;
}

.ndl_tabs .section ul.tabs li.discount.current span {
	text-shadow:0px -1px 0px #5c0600;
}

.ndl_tabs .section ul.tabs li img {
	position:absolute;
	left:4px;
	top:-12px;
}

.ndl_tabs .section ul.tabs li.current img {
	top:-8px;
	z-index:500;
}

.ndl_tabs .section ul.tabs li img.nohover,
.ndl_tabs .section ul.tabs li:hover img.hover,
.ndl_tabs .section ul.tabs li.current img.hover {
	display:block;
}

.ndl_tabs .section ul.tabs li img.hover,
.ndl_tabs .section ul.tabs li:hover img.nohover,
.ndl_tabs .section ul.tabs li.current img.nohover {
	display:none;
}

.ndl_tabs .section .box {
	width:100%;
	float:left;
	margin:-5px 0px 0px 0px;
	padding:0px;
	position:relative;
	display:none;
}

.ndl_tabs .section .box.visible {
	display:block;
}

.ndl_tabs .section .new.box {
	border-top:4px solid #87a81b;
}

.ndl_tabs .section .hit.box {
	border-top:4px solid #e28e00;
}

.ndl_tabs .section .discount.box {
	border-top:4px solid #b70e01;
}

div.catalog-top {
	width:100%;
	float:left;
	margin:5px 0px 10px 0px;
	padding:0px 0px 8px 0px;
	border-bottom:1px solid #e1e4e8;
}

div.catalog-top a.all {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#838384;
	text-decoration:underline;
	float:right;
	margin:0px 14px 0px 0px;
	padding:0px;
}

div.catalog-top a.all:hover {
	text-decoration:none;
}

div.catalog-item-cards {
	width:100%;
	float:left;
	margin:0px 0px 10px 0px;
}

div.catalog-item-card {
	width:236px;
	float:left;
	margin:0px 0px 2px 0px;
	padding:0px;
	border:1px solid #e0e3e7;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	background:url("/local/templates/elektro_light/./images/bg_catalog_item_card.jpg") left bottom repeat-x;
	background:linear-gradient(to bottom, #ffffff 195px, #ebedee);
	background:-webkit-linear-gradient(top, #ffffff 195px, #ebedee);
	background:-moz-linear-gradient(top, #ffffff 195px, #ebedee);
	background:-o-linear-gradient(top, #ffffff 195px, #ebedee);
	background:-ms-linear-gradient(top, #ffffff 195px, #ebedee);
}

div.catalog-item-card:nth-child(4n + 2) {
	margin:0px 2px 2px 2px;
}

div.catalog-item-card:nth-child(4n + 3) {
	margin:0px 2px 2px 0px;
}

div.catalog-item-card div.catalog-item-info {
	float:left;
	margin:0px;
	padding:10px 14px;
	border:1px solid #fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	width: 206px;
}

div.catalog-item-card:hover {
	border:1px solid #FF072B;
	background:url(/local/templates/elektro_light/./images/bg_catalog_item_card_hover.jpg) left bottom repeat-x;
	background:linear-gradient(to bottom, #ffffff 195px, #f8d0d0);
	background:-webkit-linear-gradient(top, #ffffff 195px, #f8d0d0);
	background:-moz-linear-gradient(top, #ffffff 195px, #f8d0d0);
	background:-o-linear-gradient(top, #ffffff 195px, #f8d0d0);
	background:-ms-linear-gradient(top, #ffffff 195px, #f8d0d0);
}

div.catalog-item-card .item-all-title {
	width:100%;
	height:35px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

div.catalog-item-card .item-all-title a.item-title {
	font:bold 13px/1.3 Arial;
	color:#222222;
	text-align:left;
	text-decoration:underline;
	display:block;
	margin:0px;
	padding:0px;
}

div.catalog-item-card .item-all-title a.item-title:hover {
	color:#cc9900;
	text-decoration:none;
}

div.catalog-item-card a.link {
	width:100%;
	height:150px;
	display:block;
	text-align:center;
	margin:10px 0px 0px 0px;
	padding:0px 0px 5px 0px;
	overflow:hidden;
	border-bottom:1px solid #e1e3e7;
	position:relative;
}

div.catalog-item-card a.link img {
	border:none;
}

div.catalog-item-card a.link div.sticker {
	position:absolute;
	top:0px;
	right:1px;
}

div.catalog-item-card a.link div.sticker img.new {
	display:block;
	margin:0px 0px -10px 0px;
	position:relative;
	z-index:300;
}

div.catalog-item-card a.link div.sticker img.hit {
	display:block;
	margin:0px 0px -10px 0px;
	position:relative;
	z-index:200;
}

div.catalog-item-card a.link div.sticker img.discount {
	display:block;
	margin:0px;
	position:relative;
	z-index:100;
}

div.catalog-item-card a.link img.manufacturer {
	position:absolute;
	bottom:5px;
	right:0px;
}

div.catalog-item-card .item-info {
	width:100%;
	height:180px;
	float:left;
	margin:10px 0px 0px 0px;
	padding:0px;
	position:relative;
}

div.catalog-item-card .item-info div.item-desc {
	font:normal 12px/1.3 Arial;
	color:#616161;
	margin:0px 0px 10px 0px;
	height:62px;
	overflow:hidden;
}

div.catalog-item-card .rating_compare {
	width:100%;
	float:left;
	margin:0px 0px 15px 0px;
	padding:0px;
}

div.catalog-item-card .rating_compare div.rating {
	float:left;
	margin:1px 0px 0px 0px;
	padding:0px;
}

div.catalog-item-card .rating_compare div.add_to_compare {
	float:right;
	margin:0px;
	padding:0px;
}

div.catalog-item-card .add_to_compare a.catalog-item-compare {
	font:normal 12px/1.3 Arial;
	color:#616161;
	text-decoration:none;
	border-bottom:1px dashed #616161;
	display:block;
	margin:0px;
	padding:0px;
}

div.catalog-item-card .add_to_compare a.catalog-item-compare:hover {
	color:#9ca0a6;
	text-decoration:none;
	border-bottom:1px dashed #9ca0a6;
}

div.catalog-item-card .add_to_compare a.catalog-item-compared,
div.catalog-item-card .add_to_compare a.catalog-item-compared:hover {
	font:normal 12px/1.3 Arial;
	color:#9ca0a6;
	text-decoration:none;
	border-bottom:1px dashed transparent;
	display:block;
	margin:0px;
	padding:0px;
}

div.catalog-item-card .add_to_compare a.catalog-item-compare span.added,
div.catalog-item-card .add_to_compare a.catalog-item-compared span.add {
	display:none;
}

div.catalog-item-card div.catalog-item-price-nofull {
	float:left;
	margin:24px 0px 0px 0px;
	padding:0px;
}

div.catalog-item-card span.item-price {
	font:normal 18px/1.05 Arial;
	color:#222222;
}

div.catalog-item-card div.catalog-item-price-full {
	float:left;
	margin:-5px 0px 0px 0px;
	padding:0px;
}

div.catalog-item-card span.catalog-item-price-old {
	font:normal 12px/1.3 Arial;
	color:#ca1507;
	text-decoration:line-through;
}

div.catalog-item-card span.catalog-item-price-percent {
	font:normal 11px/1.3 Arial;
	color:#616161;
}

div.catalog-item-card span.catalog-item-price-new {
	font:normal 18px/1.0 Arial;
	color:#222222;
}

div.catalog-item-card div.catalog-item-price-zero {
	float:left;
	margin:28px 0px 0px 0px;
	padding:0px;
}

div.catalog-item-card a.ask_price_anch {
	font:normal 12px/1.3 Arial;
	text-decoration:none;
	margin:0px;
	padding:0px;
	border-bottom:1px dashed #925601;
}

div.catalog-item-card a.ask_price_anch:hover {
	text-decoration:none;
	border-bottom:1px dashed #cc9900;
}

div.catalog-item-card span.unit {
	font:normal 12px/1.3 Arial;
	color:#616161;
}

div.catalog-item-card .buy_more,
div.catalog-item-card-top .buy_more {
	width:79px;
	position:absolute;
	right:0px;
	bottom:0px;
}

div.catalog-item-card .buy_more a.minus {
	width:22px;
	height:23px;
	float:left;
	margin:0px;
	padding:0px;
}

div.catalog-item-card .buy_more input[name="quantity"],
div.catalog-item-card .buy_more input[name="quantity_offer"] {
	width:34px;
	height:21px;
	float:left;
	margin:0px;
	padding:0px;
}

div.catalog-item-card .buy_more a.plus {
	width:22px;
	height:23px;
	float:left;
	margin:0px;
	padding:0px;
}

div.catalog-item-card .buy_more button[name="add2basket"],
div.catalog-item-card .buy_more button[name="add2basket_offer"] {
	width:79px;
	height:28px;
	float:left;
	margin:3px 0px 0px 0px;
	padding:0px;
}

div.catalog-item-card .buy_more small.result {
	width:79px;
	height:28px;
	float:left;
	margin:3px 0px 0px 0px;
	padding:0px;
}

div.catalog-item-card .buy_more .hidden {
	display:none;
}

div.catalog-item-card .buy_more #not_available,
div.catalog-item-card .buy_more #available {
	width:79px;
	height:28px;
	margin:0px;
	padding:0px;
}


/***BODY_TEXT***/
#body_text {
	margin:0px;
}

#body_text p {
	font:normal 13px/1.3 Arial;
	color:#616161;
	margin:0px;
	padding:0px 0px 12px 0px;
}

#body_text ul {
	margin:0px;
	padding:0px 0px 12px 20px;
	line-height:1.5;
}

#body_text ul li {
	text-align:left;
}


/***H1,H2,H3***/
h1, h2, h3 {
	font-family:Arial;
	margin:0px;
	line-height:1.1;
}

h1 {
	font-size:20px;
	font-weight:bold;
	color:#000;
	padding:10px 0px;
}

h2 {
	font-size:18px;
	font-weight:normal;
	color:#56606d;
	padding:5px 0px;
}

h3 {
	font-size:16px;
	font-weight:normal;
	color:#56606d;
	padding:5px 0px;
}


/***BREADCRUMBS***/
#breadcrumb-search {
	width:100%;
	margin:20px 0px 0px 0px;
	padding:0px;
}

#breadcrumb {
	width:700px;
	float:left;
	margin:0px;
	padding:0px;
}

#breadcrumb ul {
	float:left;
	margin:0px;
	padding:0px;
	list-style:none;
}

#breadcrumb ul li {
	float:left;
	margin:0px;
	padding:0px;
}

#breadcrumb ul li a,
#breadcrumb ul li span,
#breadcrumb ul li i {
	font:normal 13px/1.3 Arial;
	margin:0px;
	padding:0px;
}

#breadcrumb ul li i {
	padding:0px 6px;
}

#breadcrumb ul li a,
#breadcrumb ul li a span {
	color:#666;
}

#breadcrumb ul li span {
	color:#999;
}

#breadcrumb ul li i {
	color:#ccc;
}

#breadcrumb ul li img {
	vertical-align:middle;
	border:none;
}

#podelitsya {
	float:right;
	position:relative;
	top:-4px;
}


/***VENDORS_BOTTOM***/
#vendors_bottom {
	width:100%;
	float:left;
	margin:20px 0px 0px 0px;
	padding:0px;
	display:none;
	visibility:hidden;
}

#vendors_bottom .h3 {
	font-family:Arial;
	font-size:18px;
	font-weight:normal;
	color:#222222;
	float:left;
	margin:0px;
	padding:0px 0px 15px 0px;
}

#vendors_bottom a.all {
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	color:#838384;
	text-decoration:underline;
	float:right;
	margin:4px 0px 0px 0px;
	padding:0px;
}

#vendors_bottom a.all:hover {
	text-decoration:none;
}


/***ALREADY_SEEN***/
.already_seen {
	width:100%;
	float:left;
	margin:20px 0px -20px 0px;
	padding:0px 0px 20px 0px;
	background:url("/local/templates/elektro_light/./images/bg_already_seen.jpg") left top repeat-x #e4e6ec;
	-moz-border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;
	-khtml-border-radius:0px 0px 6px 6px;
	border-radius:0px 0px 6px 6px;
}

.already_seen div.h3 {
	font:bold 14px Arial;
	color:#37414c;
	margin:0px;
	padding:15px 0px 7px 24px;
}

.already_seen ul {
	width:1185px;
	float:left;
	margin:0px 25px 0px 24px;
	padding:0px;
	list-style:none;
	background:url("/local/templates/elektro_light/./images/bg_already_seen_ul.jpg") left center repeat-x;
}

.already_seen ul li {
	width:68px;
	height:68px;
	float:left;
	position:relative;
	z-index:100;
	margin:0px 9px 0px 0px;
	padding:0px;
	border:1px solid #d3d7dc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	background:#fff;
}

.already_seen ul li:last-child {
	margin:0px;
}

.already_seen ul li:hover {
	border:3px solid #ffcf00;
	margin:-2px 7px -2px -2px;
}

.already_seen ul li a {
	width:68px;
	height:68px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}

.already_seen ul li a span {
	font:normal 13px/1.3 Arial;
	color:#fff;
	text-align:left;
	width:159px;
	display:none;
	margin:0px;
	padding:10px 15px;
	position:absolute;
	z-index:200;
	left:18px;
	bottom:76px;
	background:rgba(49, 53, 58, 0.8);
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}

.already_seen ul li:nth-child(n+14) a span {
	left:auto;
	right:18px;
}

.already_seen ul li a span::before {
	content:'';
	width:11px;
	height:11px;
	display:block;
	background:url("/local/templates/elektro_light/./images/arrow.png") left top no-repeat;
	position:absolute;
	bottom:-11px;
	left:11px;
}

.already_seen ul li:nth-child(n+14) a span::before {
	left:auto;
	right:11px;
}

.already_seen ul li:hover a span {
	display:block;
}

.already_seen ul li a img {
	max-width:65px;
	max-height:65px;
	border:none;
}

.already_seen_empty {
	width:100%;
	height:6px;
	float:left;
	display:none;
	visibility:hidden;
	margin:0px;
	padding:0px;
	-moz-border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;
	-khtml-border-radius:0px 0px 6px 6px;
	border-radius:0px 0px 6px 6px;
	background:#e1e3e5;
}


/***FOOTER***/
#footer {
	width:1182px;
	height:129px;
	position:relative;
	margin:0px auto;
	padding:0px;
}

#footer_left {
	float:left;
	width:308px;
	height:71px;
}

#footer_left #copyright {
	padding:22px 0px 0px 13px;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#dfe2e9;
}

#footer_left #copyright p {
	margin:0px;
	padding:0px;
}

#footer_center {
	float:left;
	width:467px;
	height:71px;
}

#footer_center #footer-links {
	float:left;
	text-align:left;
	margin:0px;
	padding:30px 0px 0px 0px;
	list-style: none;
}

#footer_center #footer-links ul {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;
}

#footer_center #footer-links ul li {
	float:left;
	margin:0px;
	padding:0px;
}

#footer_center #footer-links a {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#145f4d;
	text-decoration:underline;
	margin:0px;
	padding:0px 7px 0px 6px;
	background:url("/local/templates/elektro_light/./images/bg_footer_links_a.jpg") right center no-repeat;
}

#footer_center #footer-links ul li:first-child a {
	padding:0px 7px 0px 0px;
}

#footer_center #footer-links ul li:last-child a {
	padding:0px 0px 0px 6px;
	background:none;
}

#footer_center #footer-links a:hover {
	color:#FF1A31;
	text-decoration:none;
}

#footer_right {
	float:left;
	width:407px;
	height:71px;
}

#footer_right #counters {
	float:left;
	margin:23px 0px 0px 0px;
	padding:0px;
}

#footer_right #counters #counter_1,
#footer_right #counters #counter_2 {
	float:left;
	margin:0px 5px 0px 0px;
	padding:0px;
}

#footer_right #footer-design {
	float:right;
	margin:23px 9px 0px 0px;
	padding:0px;
}

#footer_right #footer-design a {
	font:normal 11px Arial;
	color:#c1c6d1;
	text-align:right;
	text-decoration:none;
	display:block;
	height:33px;
	margin:0px;
	padding:0px 100px 0px 0px;
	background:url("/local/templates/elektro_light/./images/altop.png") right top no-repeat;
}

#footer_right #footer-design a:hover {
	color:#dfe2e9;
	text-decoration:none;
	background:url("/local/templates/elektro_light/./images/altop.png") right -33px no-repeat;
}

#foot_panel {
	width:1182px;
	height:48px;
	position:fixed;
	margin:0px 0px 0px -591px;
	padding:0px;
	bottom:0px;
    left:50%;
	background: url("/local/templates/elektro_light/./images/bg_panel.jpg") left top repeat-x;
	-moz-border-radius:6px 6px 0px 0px;
	-webkit-border-radius:6px 6px 0px 0px;
	-khtml-border-radius:6px 6px 0px 0px;
	border-radius:6px 6px 0px 0px;
	-webkit-box-shadow:2px 2px 12px rgba(0, 0, 0, 0.51);
	-moz-box-shadow:2px 2px 12px rgba(0, 0, 0, 0.51);
	box-shadow:2px 2px 12px rgba(0, 0, 0, 0.51);
	z-index:500;
}

#foot_panel_1 {
	height:58px;
	float:left;
	margin:-10px 0px 0px 0px;
}

#foot_panel_1 .kabinet {
	float:left;
	margin:0px;
	height:58px;
	background:url("/local/templates/elektro_light/./images/bg_kabinet.png") 14px top no-repeat;
}

.kabinet a.login_anch,
.kabinet a.personal {
	font:bold 14px/67px Arial;
	color:#2f2d18 !important;
	text-shadow:0px 1px 0px #ffe900;
	float:left;
	height:58px;
	padding:0px 0px 0px 68px;
}

.kabinet a.register {
	font:normal 13px/67px Arial;
	color:#2f2d18 !important;
	text-shadow:0px 1px 0px #ffe900;
	float:left;
	height:58px;
	margin:0px 0px 0px 15px;
	padding:0px 0px 0px 14px;
	background:url("/local/templates/elektro_light/./images/bg_compare.jpg") left 29px no-repeat;
}

.kabinet a.login_anch:hover,
.kabinet a.personal:hover,
.kabinet a.register:hover {
	color:#670000 !important;
	text-decoration:none;
}

#compare {
	float:left;
	margin:0px 0px 0px 15px;
	height:58px;
	background:url("/local/templates/elektro_light/./images/bg_compare.jpg") left 29px no-repeat;
}

#compare .block-content {
	float:left;
	padding:0px 0px 0px 13px;
}

#compare a {
	font:normal 13px/67px Arial;
	color:#2f2d18;
	text-shadow:0px 1px 0px #ffe900;
	display:block;
	float:left;
	height:58px;
}

#compare a:hover {
	color:#670000;
	text-decoration:none;
}

#compare span {
	font:bold 14px/23px Arial;
    color:#fff;
	text-align:center;
	text-shadow:0px -1px 0px #6a7481;
    height:23px;
	float:left;
	margin:14px 0px 0px 0px;
	padding:0px 8px;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	-khtml-border-radius:11px;
	border-radius:11px;
	-webkit-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow:1px 1px 1px rgba(0, 0, 0, 0.15);
	background:#707984;
	background:linear-gradient(to bottom, #b0b9c4, #707984);
	background:-webkit-linear-gradient(top, #b0b9c4, #707984);
	background:-moz-linear-gradient(top, #b0b9c4, #707984);
	background:-o-linear-gradient(top, #b0b9c4, #707984);
	background:-ms-linear-gradient(top, #b0b9c4, #707984);
}

#delay {
	float:left;
	margin:0px 0px 0px 5px;
	height:58px;
	background:url("/local/templates/elektro_light/./images/bg_compare.jpg") left 29px no-repeat;
}

#delay .block-content {
	float:left;
	padding:0px 0px 0px 13px;
}

#delay a {
	font:normal 13px/67px Arial;
	color:#2f2d18;
	text-shadow:0px 1px 0px #ffe900;
	display:block;
	float:left;
	height:58px;
}

#delay a:hover {
	color:#670000;
	text-decoration:none;
}

#delay span {
	font:bold 14px/23px Arial;
    color:#363224;
	text-align:center;
	text-shadow:0px 1px 0px #fff;
    height:23px;
	float:left;
	margin:14px 0px 0px 0px;
	padding:0px 8px;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	-khtml-border-radius:11px;
	border-radius:11px;
	-webkit-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow:1px 1px 1px rgba(0, 0, 0, 0.15);
	background:#b3b3b3;
	background:linear-gradient(to bottom, #fff, #b3b3b3);
	background:-webkit-linear-gradient(top, #fff, #b3b3b3);
	background:-moz-linear-gradient(top, #fff, #b3b3b3);
	background:-o-linear-gradient(top, #fff, #b3b3b3);
	background:-ms-linear-gradient(top, #fff, #b3b3b3);
}

#foot_panel_2 {
	float:right;
	height:58px;
	background:url("/local/templates/elektro_light/./images/bg_cart.png") left top no-repeat;
	margin:-10px 15px 0px 0px;
}

#foot_panel_2 a.cart {
	font:bold 13px/67px Arial;
	color:#2f2d18;
	text-shadow:0px 1px 0px #ffe900;
	padding:0px 0px 0px 52px;
	float:left;
	display:block;
	height:58px;
}

#foot_panel_2 a.cart:hover {
	color:#670000;
	text-decoration:none;
}

#foot_panel_2 span.count {
	font:bold 14px/23px Arial;
    color:#fff;
	text-align:center;
	text-shadow:0px -1px 0px #292b32;
    height:23px;
	float:left;
	margin:14px 0px 0px 0px;
	padding:0px 8px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-khtml-border-radius:12px;
	border-radius:12px;
	-webkit-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow:1px 1px 1px rgba(0, 0, 0, 0.15);
	background:#363a42;
	background:linear-gradient(to bottom, #6f737e, #363a42);
	background:-webkit-linear-gradient(top, #6f737e, #363a42);
	background:-moz-linear-gradient(top, #6f737e, #363a42);
	background:-o-linear-gradient(top, #6f737e, #363a42);
	background:-ms-linear-gradient(top, #6f737e, #363a42);
}

#foot_panel_2 span.sum_curr {
	font:bold 16px/1.3 Arial;
    color:#1d2023;
	background:#f0efe2;
	display:block;
    float:left;
    margin:20px 0 0 15px;
    padding:5px 9px;
}

#foot_panel_2 span.sum_curr span.curr {
	font-size:14px;
    font-weight:normal;
}

#foot_panel_2 .oformit_dsbl,
#foot_panel_2 .oformit {
	width:171px;
	height:32px;
	float:left;
	margin:20px 0px 0px 8px;
	padding:0px;
}

#foot_panel_2 .oformit_dsbl {
	width:169px;
	height:30px;
}

#foot_panel_poloska {
	width:100%;
	height:59px;
	position:fixed;
	left:0px;
	bottom:0px;
	background:url("/local/templates/elektro_light/./images/bg_foot_poloska.png") left top repeat-x;
}


/***ALTOP_LOGIN***/
.login {
	left:38px !important;
	top:auto !important;
	bottom:63px;
	-moz-transform:none !important;
	-webkit-transform:none !important;
	-o-transform:none !important;
	-ms-transform:none !important;
	transform:none !important;
}

.login_close {
	width:23px;
	height:23px;
	float:right;
	margin:-6px -10px 0px 0px;
	padding:0px;
}

img.login_arrow {
	width:13px;
	height:7px;
	position:absolute;
	left:28px;
	bottom:-7px;
}

.login .login-form {
	width:auto;
	margin:0px;
	padding:20px;
}

.login .login-form .fields input[type="text"],
.login .login-form .fields input[type="password"] {
	width:167px;
	height:24px;
	line-height:24px;
	border:1px solid #d7d4d1;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:0px 0px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow:0px 0px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow:0px 0px 3px rgba(0, 0, 0, 0.15) inset;
	margin:0px 0px 4px 0px;
	padding:0px 8px;
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	color:#1e1d19;
}

.login .login-form .fields button[type="submit"] {
	width:186px;
	height:32px;
	margin:6px 0px 0px 0px;
	padding:0px;
}

.login .login-form .fields a.forgot {
	font:normal 13px/1.3 Arial;
	text-decoration:underline;
}

.login .login-form .fields a.forgot:hover {
	text-decoration:none;
}

.login .login-form p.login_as {
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	color:#616161;
	margin:10px 0px 5px 0px;
	padding:0px;
}


/***NEWS***/
.news-list {
	width:100%;
	float:left;
	margin:0px;
	padding:0px;
}

.news-list .news-item {
	width:100%;
	float:left;
	margin:0px 0px 12px 0px;
	padding:0px 0px 12px 0px;
	border-bottom:1px solid #d1d6dc;
}

.news-list .news-item a {
	width:100%;
	display: flex;
	align-items: center;
	float:left;
	margin:0px;
	padding:0px;
}

.news-list .news-item a .news-preview {
	display: flex;
	align-items: center;
	margin-right: 10px;
}

.news-list .news-item a .news-img {
	width: 118px;
	height: 70px;
	border-radius: 5px;
}

.news-list .news-item a .news-date {
	width:70px;
	height:23px;
	font:normal 11px/23px Arial;
	color:#fff;
	text-decoration:none;
	text-shadow:0px -1px 0px #5d6978;
	/*margin:0px 8px 0px 0px;*/
	margin-right: 10px;
	padding:0px 0px 0px 7px;
	background:url("/local/templates/elektro_light/./images/bg_news_news_date.jpg") left top no-repeat;
}

.news-list .news-item a:hover .news-date {
	text-decoration:none;
	text-shadow:0px -1px 0px #c19402;
	background:url("/local/templates/elektro_light/./images/bg_news_news_date.jpg") left -23px no-repeat;
}

.news-list .news-item a .news-title {
	font:normal 14px/1.3 Arial;
	color:#37414c;
	text-decoration:underline;
	width: 90%;
	padding-bottom: 3px;
}

.news-list .news-item a:hover .news-title {
	color:#cc9900;
	text-decoration:none;
}

.news-detail {
	width:100%;
	margin:0px;
	padding:0px;
}

.news-detail .news-date {
	width:100%;
	margin:0px 0px 5px 0px;
	padding:0px;
}

.news-detail img.detail_picture {
	border:none;
	margin:0px 0px 10px 0px;
	padding:0px;
}

.news-detail .detail-text {
	width:100%;
	margin:0px 0px 5px 0px;
	padding:0px;
}


/***PREV_NEXT_NEWS***/
ul.news_prev_next {
	width:100%;
	float:left;
	margin:0px !important;
	padding:0px !important;
	list-style:none;
	background:url("/local/templates/elektro_light/./images/separator.jpg") left top no-repeat;
}

ul.news_prev_next li {
	width:50%;
	margin:0px;
	padding:0px;
	text-indent:0px;
}

ul.news_prev_next li.prev,
ul.news_prev_next li.prev a {
	float:left;
}

ul.news_prev_next li.next,
ul.news_prev_next li.next a {
	float:right;
}

ul.news_prev_next li a span.date {
	font:normal 11px/23px Arial;
	color:#fff;
	text-align:left;
	text-decoration:none;
	text-shadow:0px -1px 0px #5d6978;
	display:block;
	height:23px;
	float:left;
	margin:21px 0px 0px 0px;
}

ul.news_prev_next li.prev a span.date {
	width:64px;
	padding:0px 0px 0px 13px;
	background:url("/local/templates/elektro_light/./images/bg_news_news_date_prev.jpg") left top no-repeat;
}

ul.news_prev_next li.next a span.date {
	width:70px;
	padding:0px 0px 0px 7px;
	background:url("/local/templates/elektro_light/./images/bg_news_news_date.jpg") left top no-repeat;
}

ul.news_prev_next li.prev a:hover span.date {
	text-shadow:0px -1px 0px #c19402;
	background:url("/local/templates/elektro_light/./images/bg_news_news_date_prev.jpg") left -23px no-repeat;
}

ul.news_prev_next li.next a:hover span.date {
	text-shadow:0px -1px 0px #c19402;
	background:url("/local/templates/elektro_light/./images/bg_news_news_date.jpg") left -23px no-repeat;
}

ul.news_prev_next li a div.title-link {
	font:normal 13px/1.3 Arial;
	color:#333;
	text-decoration:underline;
	display:block;
	float:left;
	width:372px;
	height:35px;
	overflow:hidden;
	margin:15px 0px 0px 0px;
}

ul.news_prev_next li.prev a div.title-link {
	padding:0px 20px 0px 10px;
}

ul.news_prev_next li.next a div.title-link {
	padding:0px 10px 0px 20px;
}

ul.news_prev_next li a:hover div.title-link {
	color:#cc9900;
	text-decoration:none;
}

ul.news_prev_next li a div.title-link span {
	width:372px;
	height:35px;
	display:table-cell;
	vertical-align:middle;
}

ul.news_prev_next li.prev a div.title-link span {
	text-align:left;
}

ul.news_prev_next li.next a div.title-link span {
	text-align:right;
}


/***STATI***/
.stati-list {
	width:100%;
	float:left;
	margin:0px;
	padding:0px;
}

.stati-list .stati-item {
	width:100%;
	float:left;
	margin:0px 0px 12px 0px;
	padding:0px 0px 12px 0px;
	border-bottom:1px solid #d1d6dc;
}

.stati-list .stati-item .image {
	width:120px;
	float:left;
	margin:0px 15px 0px 0px;
	padding:0px;
}

.stati-list .stati-item .image img {
	 width:118px;
	 height:118px;
	 border:1px solid #e2e5e9;
	 -moz-border-radius:4px;
	 -webkit-border-radius:4px;
	 -khtml-border-radius:4px;
	 border-radius:4px;
}

.stati-list .stati-item .descr {
	width:820px;
	float:left;
	margin:0px;
	padding:0px;
}

.stati-list .stati-item .descr a.stati-title {
	font-family:Arial;
	font-size:18px;
	font-weight:normal;
	color:#37414c;
	text-decoration:underline;
	margin:0px;
	padding:0px;
}

.stati-list .stati-item .descr a.stati-title:hover {
	color:#cc9900;
	text-decoration:none;
}

.stati-list .stati-item .descr .stati-detail {
	width:100%;
	margin:5px 0px;
	padding:0px;
}

.stati-list .stati-item .descr a.more {
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	color:#cc9900;
	text-decoration:underline;
}

.stati-list .stati-item .descr a.more:hover {
	color:#876e1f;
	text-decoration:none;
}


/***PREV_NEXT_STATI***/
ul.stati_prev_next {
	width:100%;
	float:left;
	margin:20px 0px 0px 0px !important;
	padding:20px 0px 0px 0px !important;
	list-style:none;
	background:url("/local/templates/elektro_light/./images/separator.jpg") left top no-repeat;
}

ul.stati_prev_next li {
	width:50%;
	margin:0px;
	padding:0px;
	text-indent:0px;
}

ul.stati_prev_next li.prev {
	float:left;
}

ul.stati_prev_next li.next {
	float:right;
}

ul.stati_prev_next li.prev a {
	float:left;
	padding:0px 0px 0px 15px;
	position:relative;
}

ul.stati_prev_next li.next a {
	float:right;
	padding:0px 15px 0px 0px;
	position:relative;
}

ul.stati_prev_next li.prev a div.arrow_prev {
	width:5px;
	height:9px;
	position:absolute;
	left:0px;
	top:23px;
	background:url("/local/templates/elektro_light/./images/bg_arrow_prev.jpg") left top no-repeat;
}

ul.stati_prev_next li.prev a:hover div.arrow_prev {
	background:url("/local/templates/elektro_light/./images/bg_arrow_prev.jpg") left -9px no-repeat;
}

ul.stati_prev_next li.next a div.arrow_next {
	width:5px;
	height:9px;
	position:absolute;
	right:0px;
	top:23px;
	background:url("/local/templates/elektro_light/./images/bg_arrow_next.jpg") left top no-repeat;
}

ul.stati_prev_next li.next a:hover div.arrow_next {
	background:url("/local/templates/elektro_light/./images/bg_arrow_next.jpg") left -9px no-repeat;
}

ul.stati_prev_next li a div.image {
	float:left;
}

ul.stati_prev_next li a div.image img {
	border:1px solid #e0e3e7;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}

ul.stati_prev_next li a div.title-link {
	font:normal 13px/1.3 Arial;
	color:#333;
	text-decoration:underline;
	display:block;
	float:left;
	width:375px;
	height:59px;
	overflow:hidden;
	margin:0px;
	padding:0px;
}

ul.stati_prev_next li.prev a div.title-link {
	padding:0px 20px 0px 10px;
}

ul.stati_prev_next li.next a div.title-link {
	padding:0px 10px 0px 20px;
}

ul.stati_prev_next li a:hover div.title-link {
	color:#cc9900;
	text-decoration:none;
}

ul.stati_prev_next li a div.title-link span {
	width:375px;
	height:59px;
	display:table-cell;
	vertical-align:middle;
}

ul.stati_prev_next li.prev a div.title-link span {
	text-align:left;
}

ul.stati_prev_next li.next a div.title-link span {
	text-align:right;
}


/***VENDORS***/
div.vendors-section-list {
	width:100%;
	margin:0px;
	padding:0px;
}

div.vendors-section-items {
	width:100%;
	margin:0px;
	padding:0px;
}

div.vendors-section-item {
	float:left;
	margin:0px 0px 2px 0px;
	padding:0px;
}

div.vendors-section-item:nth-child(4n + 2) {
	margin:0px 2px 2px 2px;
}

div.vendors-section-item:nth-child(4n + 3) {
	margin:0px 2px 2px 0px;
}

div.vendors-section-item a {
	width:236px;
	height:58px;
	display:block;
	margin:0px;
	padding:0px;
	text-decoration:none;
	border:1px solid #e2e5e9;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	background:#ebedee;
	background:linear-gradient(to bottom, #ffffff, #ebedee);
	background:-webkit-linear-gradient(top, #ffffff, #ebedee);
	background:-moz-linear-gradient(top, #ffffff, #ebedee);
	background:-o-linear-gradient(top, #ffffff, #ebedee);
	background:-ms-linear-gradient(top, #ffffff, #ebedee);
}

div.vendors-section-item a div.item {
	margin:0px;
	padding:0px;
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
	border-left:1px solid #fff;
	border-right:1px solid transparent;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	background:url("/local/templates/elektro_light/./images/bg_vendors_section_items_item.jpg") left top repeat-y;
}

div.vendors-section-item a div.item div.image {
	width:88px;
	height:56px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

div.vendors-section-item a div.item div.image img {
	border:none;
}

div.vendors-section-item a div.item div.item-title {
	height:56px;
	display:table-cell;
	vertical-align:middle;
	padding:0px 12px;
	font:bold 14px/1.3 Arial;
	color:#616161;
	text-align:left;
	text-decoration:underline;
}

div.vendors-section-item a:hover {
	text-decoration:none;
	border:1px solid #ffd425;
	background:#fffaba;
	background:linear-gradient(to bottom, #ffffff, #fffaba);
	background:-webkit-linear-gradient(top, #ffffff, #fffaba);
	background:-moz-linear-gradient(top, #ffffff, #fffaba);
	background:-o-linear-gradient(top, #ffffff, #fffaba);
	background:-ms-linear-gradient(top, #ffffff, #fffaba);
}

div.vendors-section-item a:hover div.item {
	border:1px solid #ffd425;
}

div.vendors-section-item a:hover div.item div.item-title {
	color:#cc9900;
	text-decoration:none;
}

div.vendors-section-descr {
	width:100%;
	margin:15px 0px 0px 0px;
	padding:15px 0px 0px 0px;
	background:url("/local/templates/elektro_light/./images/separator.jpg") left top no-repeat;
}


/***CATALOG SECTIONS***/
div.catalog-section-list {
	width:100%;
	margin:0px;
	padding:0px;
}

div.catalog-section {
	width:100%;
	margin:0px 0px 8px 0px;
	padding:0px;
}

div.catalog-section div.catalog-section-title {
	width:100%;
	position:relative;
	padding:0px;
}

div.catalog-section div.catalog-section-title a {
	font:normal 18px/41px Arial;
	color:#616161;
	text-decoration:underline;
	height:41px;
	display:block;
	margin:0px;
	padding:0px 34px 0px 13px;
	background:url("/local/templates/elektro_light/./images/bg_catalog_section_title_a.jpg") right top no-repeat #f0f2f3;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}

div.catalog-section div.catalog-section-title a:hover,
div.catalog-section div.catalog-section-title.active a {
	color:#cc9900;
	text-decoration:none;
	background:url("/local/templates/elektro_light/./images/bg_catalog_section_title_a.jpg") right -41px no-repeat #fffabc;
}

div.catalog-section div.catalog-section-title span.showchild,
div.catalog-section div.catalog-section-title span.showsectionchild {
	width:34px;
	height:100%;
	margin:0px;
	padding:0px;
	position:absolute;
	top:0px;
	right:0px;
}

div.catalog-section div.catalog-section-title span.showchild:hover,
div.catalog-section div.catalog-section-title span.showsectionchild:hover {
	cursor:pointer;
}

div.catalog-section div.catalog-section-title span.showchild span.arrow,
div.catalog-section div.catalog-section-title span.showsectionchild span.arrow {
	width:12px;
	height:13px;
	margin:-6.5px 0px 0px 0px;
	padding:0px;
	position:absolute;
	top:50%;
	left:8px;
	background:url("/local/templates/elektro_light/./images/bg_catalog_section_arrow.png") left top no-repeat;
}

div.catalog-section div.catalog-section-title span.showchild:hover span.arrow,
div.catalog-section div.catalog-section-title span.showsectionchild:hover span.arrow {
	background:url("/local/templates/elektro_light/./images/bg_catalog_section_arrow.png") left -13px no-repeat;
}

div.catalog-section div.catalog-section-title.active span.showchild span.arrow,
div.catalog-section div.catalog-section-title.active span.showsectionchild span.arrow {
	background:url("/local/templates/elektro_light/./images/bg_catalog_section_arrow.png") left -26px no-repeat;
}

div.catalog-section-childs {
	width:100%;
	margin:0px;
	padding:0px;
}

div.catalog-section-child {
	float:left;
	margin:0px 0px 2px 0px;
	padding:0px;
}

div.catalog-section-child:nth-child(4n + 2) {
	margin:0px 2px 2px 2px;
}

div.catalog-section-child:nth-child(4n + 3) {
	margin:0px 2px 2px 0px;
}

div.catalog-section-child a {
	width:236px;
	height:58px;
	display:block;
	margin:0px;
	padding:0px;
	text-decoration:none;
	border:1px solid #e2e5e9;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	background:#ebedee;
	background:linear-gradient(to bottom, #ffffff, #ebedee);
	background:-webkit-linear-gradient(top, #ffffff, #ebedee);
	background:-moz-linear-gradient(top, #ffffff, #ebedee);
	background:-o-linear-gradient(top, #ffffff, #ebedee);
	background:-ms-linear-gradient(top, #ffffff, #ebedee);
}

div.catalog-section-child a div.child {
	margin:0px;
	padding:0px;
	border-left:1px solid #fff;
	border-right:1px solid transparent;
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	background:url("/local/templates/elektro_light/./images/bg_catalog_section_childs_child.jpg") left top repeat-y;
}

div.catalog-section-child a div.child div.image {
	width:66px;
	height:56px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

div.catalog-section-child a div.child div.image img {
	border:none;
}

div.catalog-section-child a div.child div.text {
	height:56px;
	display:table-cell;
	vertical-align:middle;
	padding:0px 12px;
	font:normal 11px/1.3 Arial;
	color:#616161;
	text-align:left;
	text-decoration:underline;
}

div.catalog-section-child a:hover {
	text-decoration:none;
	border:1px solid #ffd425;
	background:#fffaba;
	background:linear-gradient(to bottom, #ffffff, #fffaba);
	background:-webkit-linear-gradient(top, #ffffff, #fffaba);
	background:-moz-linear-gradient(top, #ffffff, #fffaba);
	background:-o-linear-gradient(top, #ffffff, #fffaba);
	background:-ms-linear-gradient(top, #ffffff, #fffaba);
}

div.catalog-section-child a:hover div.child {
	border:1px solid #ffd425;
}

div.catalog-section-child a:hover div.child div.text {
	color:#cc9900;
	text-decoration:none;
}

div.catalog-section-descr {
	width:100%;
	margin:15px 0px 0px 0px;
	padding:15px 0px 0px 0px;
	background:url("/local/templates/elektro_light/./images/separator.jpg") left top no-repeat;
}


/*FILTER*/
a#catalog_item_toogle_filter {
	float:left;
	margin:0px 0px 8px 0px;
	padding:0px;
	text-decoration:none;
	border-bottom:1px dashed #925601;
}

a#catalog_item_toogle_filter:hover {
	text-decoration:none;
	border-bottom:1px dashed #cc9900;
}

.filter {
	width:916px;
	float:left;
	display:none;
	margin:0px 0px 24px 0px;
	padding:10px 20px;
	border:1px solid #e2e5e9;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	background:url("/local/templates/elektro_light/./images/bg_filter.jpg") left top repeat-x #f3f4f4;
}

.filter form {
	margin:0px;
	padding:0px;
}

.filter form table {
	width:100%;
	margin:0px;
	padding:0px;
	border-collapse:collapse;
}

.filter form table tr {
	border-bottom:1px solid #e2e5e9;
}

.filter form table tr td {
	margin:0px;
	padding:10px 0px 6px 0px;
	vertical-align:top;
}

.filter form table tr td:first-child {
	width:134px;
	padding:10px 17px 10px 0px;
	text-align:right;
}

.filter form table tr td span.sect_name {
	font:bold 14px/1.3 Arial;
	color:#323232;
	display:block;
	margin:0px;
	padding:5px 0px 0px 0px;
}

.filter form table tr td .price {
	float:left;
	margin:3px 0px 0px 0px;
	padding:0px;
	font:normal 13px/24px Arial;
	color:#616161;
}

.filter form table tr td .price input[type="text"] {
	width:83px;
	height:22px;
	border:1px solid #d6d9dc;
	background:#fff;
	font:normal 13px/22px Arial;
	color:#616161;
	text-align:center;
}

.filter form table tr td #slider_all {
	width:190px;
	height:5px;
	float:left;
	margin:12px 15px 0px 15px;
	padding:0px;
	border:1px solid #d2d8db;
	background:#fff;
}

.filter form table tr td .slider {
	height:7px;
	width:175px;
	position:relative;
}

.filter form table tr td .ui-slider-range {
	height:5px;
	background:#0099cc;
	position:relative;
}

.filter form table tr td .slider .ui-slider-handle {
	position:absolute;
	width:17px;
	height:17px;
	top:-7px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-khtml-border-radius:2px;
	border-radius:2px;
	-webkit-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow:1px 1px 3px rgba(0, 0, 0, 0.1);
	background:url("/local/templates/elektro_light/./images/bg_filter_handle.png") left top no-repeat;
	margin-left:-1px;
}

.filter form .submit {
	width:100%;
	margin:14px 0px 0px 0px;
	padding:0px;
}

a#catalog_item_toogle_filter_hidden {
	font:normal 13px/1.3 Arial;
	color:#818893;
	float:left;
	margin:8px 0px 0px 0px;
	padding:0px;
	text-decoration:none;
	border-bottom:1px dashed #818893;
}

a#catalog_item_toogle_filter_hidden:hover {
	text-decoration:none;
	border-bottom:1px dashed transparent;
}

.filter form .submit button[type="submit"] {
	width:147px;
	height:32px;
	float:right;
	margin:0px;
	padding:0px;
}

.count_items {
	float:left;
	height:29px;
	margin:0px 15px 0px 0px;
	padding:0px;
}

.count_items label {
	font:normal 13px/29px Arial;
	color:#636b76;
	float:left;
	margin:0px 3px 0px 0px;
	padding:0px;
}

.count_items span {
	font:bold 14px/29px Arial;
	color:#222;
	float:left;
	margin:0px;
	padding:0px;
}


/***SORTING***/
div.catalog-item-sorting {
	float:left;
	height:29px;
	margin:0px;
	padding:0px;
}

div.catalog-item-sorting label {
	font:normal 13px/29px Arial;
	color:#636b76;
	float:left;
	margin:0px 3px 0px 0px;
	padding:0px;
}

div.catalog-item-sorting a {
	font:normal 13px/29px Arial;
	text-decoration:underline;
	float:left;
	margin:0px 6px;
}

div.catalog-item-sorting a:hover {
	text-decoration:none;
}

div.catalog-item-sorting a.selected {
	color:#232526;
	text-decoration:underline;
	padding:0px 15px 0px 7px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-khtml-border-radius:2px;
	border-radius:2px;
}

div.catalog-item-sorting a.selected:hover {
	color:#232526;
	text-decoration:none;
}

div.catalog-item-sorting a.desc {
	background:url("/local/templates/elektro_light/./images/icons-sprite.gif") right -185px no-repeat #e3e8ea;
}

div.catalog-item-sorting a.asc {
	background:url("/local/templates/elektro_light/./images/icons-sprite.gif") right -228px no-repeat #e3e8ea;
}


/***LIMIT***/
div.catalog-item-limit {
	float:left;
	height:29px;
	margin:0px 0px 0px 15px;
	padding:0px;
}

div.catalog-item-limit label {
	font:normal 13px/29px Arial;
	color:#636b76;
	float:left;
	margin:0px 3px 0px 0px;
	padding:0px;
}

div.catalog-item-limit a {
	font:normal 13px/29px Arial;
	text-decoration:underline;
	float:left;
	margin:0px 6px;
}

div.catalog-item-limit a:hover {
	text-decoration:none;
}

div.catalog-item-limit a.selected {
	color:#232526;
	text-decoration:none;
	background:#e3e8ea;
	padding:0px 8px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-khtml-border-radius:2px;
	border-radius:2px;
}

div.catalog-item-limit a.selected:hover {
	color:#232526;
	text-decoration:none;
}


/***VIEW***/
div.catalog-item-view {
	float:right;
	height:29px;
}

div.catalog-item-view a.list {
	width:29px;
	height:29px;
	float:left;
	margin:0px 7px 0px 0px;
	padding:0px;
	text-decoration:none;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-khtml-border-radius:2px;
	border-radius:2px;
	background:url("/local/templates/elektro_light/./images/bg_catalog_item_view_a_list.jpg") left top no-repeat;
}

div.catalog-item-view a.list:hover {
	background:url("/local/templates/elektro_light/./images/bg_catalog_item_view_a_list.jpg") left -29px no-repeat;
}

div.catalog-item-view a.list.selected {
	background:url("/local/templates/elektro_light/./images/bg_catalog_item_view_a_list.jpg") left -58px no-repeat;
	-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.3);
}

div.catalog-item-view a.table {
	width:29px;
	height:29px;
	float:left;
	margin:0px 7px 0px 0px;
	padding:0px;
	text-decoration:none;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-khtml-border-radius:2px;
	border-radius:2px;
	background:url("/local/templates/elektro_light/./images/bg_catalog_item_view_a_table.jpg") left top no-repeat;
}

div.catalog-item-view a.table:hover {
	background:url("/local/templates/elektro_light/./images/bg_catalog_item_view_a_table.jpg") left -29px no-repeat;
}

div.catalog-item-view a.table.selected {
	background:url("/local/templates/elektro_light/./images/bg_catalog_item_view_a_table.jpg") left -58px no-repeat;
	-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.3);
}

div.catalog-item-view a.price {
	width:29px;
	height:29px;
	float:left;
	margin:0px;
	padding:0px;
	text-decoration:none;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-khtml-border-radius:2px;
	border-radius:2px;
	background:url("/local/templates/elektro_light/./images/bg_catalog_item_view_a_price.jpg") left top no-repeat;
}

div.catalog-item-view a.price:hover {
	background:url("/local/templates/elektro_light/./images/bg_catalog_item_view_a_price.jpg") left -29px no-repeat;
}

div.catalog-item-view a.price.selected {
	background:url("/local/templates/elektro_light/./images/bg_catalog_item_view_a_price.jpg") left -58px no-repeat;
	-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.3);
}


/***CATALOG_SECTION***/
div#catalog {
	width:100%;
	float:left;
}

div.catalog-item-list {
	width:100%;
	float:left;
	padding:10px 0px 10px 0px;
}

div.catalog-item {
	overflow:hidden;
	margin:5px 0px 0px 0px;
	padding:0px;
	border:1px solid #e2e5e9;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	background:url("/local/templates/elektro_light/./images/bg_catalog_item.jpg") right top repeat-y;
	background:linear-gradient(to right, #ffffff 41%, #ebedee);
	background:-webkit-linear-gradient(left, #ffffff 41%, #ebedee);
	background:-moz-linear-gradient(left, #ffffff 41%, #ebedee);
	background:-o-linear-gradient(left, #ffffff 41%, #ebedee);
	background:-ms-linear-gradient(left, #ffffff 41%, #ebedee);
}

div.catalog-item div.catalog-item-info {
	width:934px;
	float:left;
	margin:0px;
	padding:10px;
	border:1px solid #fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	position:relative;
}

div.catalog-item:hover {
	border:1px solid #ffcd00;
	background:url("/local/templates/elektro_light/./images/bg_catalog_item_hover.jpg") right top repeat-y;
	background:linear-gradient(to right, #ffffff 41%, #fffdc6);
	background:-webkit-linear-gradient(left, #ffffff 41%, #fffdc6);
	background:-moz-linear-gradient(left, #ffffff 41%, #fffdc6);
	background:-o-linear-gradient(left, #ffffff 41%, #fffdc6);
	background:-ms-linear-gradient(left, #ffffff 41%, #fffdc6);
}

div.catalog-item:hover div.catalog-item-info {
	border:1px solid #ffcd00;
}

div.catalog-item div.catalog-item-image {
	float:left;
	margin:5px 10px 5px 0px;
	overflow:hidden;
	width:150px;
	position:relative;
}

div.catalog-item div.catalog-item-image a {
	display:block;
	text-align:center;
	text-decoration:none;
}

div.catalog-item div.catalog-item-image img {
	border:none;
}

div.catalog-item div.catalog-item-image div.sticker {
	position:absolute;
	top:0px;
	right:0px;
}

div.catalog-item div.catalog-item-image div.sticker img.new {
	display:block;
	margin:0px 0px -10px 0px;
	position:relative;
	z-index:300;
}

div.catalog-item div.catalog-item-image div.sticker img.hit {
	display:block;
	margin:0px 0px -10px 0px;
	position:relative;
	z-index:200;
}

div.catalog-item div.catalog-item-image div.sticker img.discount {
	display:block;
	margin:0px;
	position:relative;
	z-index:100;
}

div.catalog-item div.catalog-item-image img.manufacturer {
	position:absolute;
	bottom:0px;
	right:0px;
}

div.catalog-item div.catalog-item-desc {
	width:580px;
	float:left;
}

div.catalog-item div.catalog-item-title {
	margin-bottom:5px;
	width:100%;
}

div.catalog-item div.catalog-item-title a {
	font:normal 18px/1.3 Arial;
	color:#222222 !important;
	text-decoration:underline;
}

div.catalog-item div.catalog-item-title a:hover {
	color:#cc9900 !important;
	text-decoration:none;
}

div.catalog-item div.catalog-item-preview-text {
	font:normal 12px/1.3 Arial;
	color:#616161;
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
}

div.catalog-item div.rating_compare {
	float:left;
	margin:12px 0px 0px 0px;
	padding:0px;
}

div.catalog-item div.rating_compare .rating {
	float:left;
	margin:1px 0px 0px 0px;
	padding:0px;
}

div.catalog-item div.rating_compare .add_to_compare {
	float:left;
	margin:0px 0px 0px 20px;
	padding:0px;
}

div.catalog-item .add_to_compare a.catalog-item-compare {
	font:normal 12px/1.3 Arial;
	color:#616161;
	text-decoration:none;
	display:block;
	margin:0px;
	padding:0px 0px 0px 22px;
	background:url("/local/templates/elektro_light/./images/bg_compare_a.jpg") left top no-repeat;
}

div.catalog-item .add_to_compare a.catalog-item-compare span {
	border-bottom:1px dashed #616161;
}

div.catalog-item .add_to_compare a.catalog-item-compare:hover {
	color:#9ca0a6;
	text-decoration:none;
	background:url("/local/templates/elektro_light/./images/bg_compare_a.jpg") left -15px no-repeat;
}

div.catalog-item .add_to_compare a.catalog-item-compare:hover span {
	border-bottom:1px dashed #9ca0a6;
}

div.catalog-item .add_to_compare a.catalog-item-compared,
div.catalog-item .add_to_compare a.catalog-item-compared:hover {
	font:normal 12px/1.3 Arial;
	color:#9ca0a6;
	text-decoration:none;
	display:block;
	margin:0px;
	padding:0px 0px 0px 22px;
	background:url("/local/templates/elektro_light/./images/bg_compare_a.jpg") left -15px no-repeat;
}

div.catalog-item .add_to_compare a.catalog-item-compared span,
div.catalog-item .add_to_compare a.catalog-item-compared:hover span {
	border-bottom:1px dashed transparent;
}

div.catalog-item .add_to_compare a.catalog-item-compare span.added,
div.catalog-item .add_to_compare a.catalog-item-compared span.add {
	display:none;
}

div.catalog-item div.rating_compare .add_to_delay {
	float:left;
	margin:0px 0px 0px 20px;
	padding:0px;
}

div.catalog-item .add_to_delay a.catalog-item-delay {
	font:normal 12px/1.3 Arial;
	color:#616161;
	text-decoration:none;
	border-bottom:1px dashed #616161;
	display:block;
	margin:0px;
	padding:0px;
}

div.catalog-item .add_to_delay a.catalog-item-delay:hover {
	color:#9ca0a6;
	text-decoration:none;
	border-bottom:1px dashed #9ca0a6;
}

div.catalog-item .add_to_delay a.catalog-item-delayed,
div.catalog-item .add_to_delay a.catalog-item-delayed:hover {
	font:normal 12px/1.3 Arial;
	color:#9ca0a6;
	text-decoration:none;
	border-bottom:1px dashed transparent;
	display:block;
	margin:0px;
	padding:0px;
}

div.catalog-item .add_to_delay a.catalog-item-delay span.added,
div.catalog-item .add_to_delay a.catalog-item-delayed span.add {
	display:none;
}

div.catalog-item span.catalog-item-price {
	font:normal 18px/1.3 Arial;
	color:#222222;
	text-align:right;
	display:block;
	margin:0px;
	padding:0px;
}

div.catalog-item span.catalog-item-price-new {
	font:normal 18px/1.3 Arial;
	color:#222222;
	text-align:right;
	display:block;
	margin:0px;
	padding:0px;
}

div.catalog-item span.catalog-item-price-old {
	font:normal 12px/1.3 Arial;
	color:#7a8492;
	text-decoration:line-through;
	text-align:right;
	display:block;
	margin:0px;
	padding:0px;
}

div.catalog-item span.catalog-item-price-percent {
	font:normal 11px/1.3 Arial;
	color:#ca1507;
	text-align:right;
	display:block;
	margin:0px;
	padding:0px;
}

div.catalog-item a.ask_price_anch {
	font:normal 12px/1.3 Arial;
	text-decoration:none;
	display:inline-block;
	margin:0px 0px 3px 0px;
	padding:0px;
	border-bottom:1px dashed #925601;
}

div.catalog-item a.ask_price_anch:hover {
	text-decoration:none;
	border-bottom:1px dashed #cc9900;
}

div.catalog-item span.unit {
	font:normal 12px/1.3 Arial;
	color:#616161;
	text-align:right;
	display:block;
	margin:-3px 0px 0px 0px;
	padding:0px;
}

div.catalog-item .buy_more {
	width:79px;
	position:absolute;
    bottom:10px;
	right:10px;
}

div.catalog-item .buy_more a.minus {
	width:22px;
	height:23px;
	float:left;
	margin:0px;
	padding:0px;
}

div.catalog-item .buy_more input[name="quantity"],
div.catalog-item .buy_more input[name="quantity_offer"] {
	width:34px;
	height:21px;
	float:left;
	margin:0px;
	padding:0px;
}

div.catalog-item .buy_more a.plus {
	width:22px;
	height:23px;
	float:left;
	margin:0px;
	padding:0px;
}

div.catalog-item .buy_more button[name="add2basket"],
div.catalog-item .buy_more button[name="add2basket_offer"] {
	width:79px;
	height:28px;
	float:left;
	margin:3px 0px 0px 0px;
	padding:0px;
}

div.catalog-item .buy_more small.result {
	width:79px;
	height:28px;
	float:left;
	margin:3px 0px 0px 0px;
	padding:0px;
}

div.catalog-item .buy_more .hidden {
	display:none;
}

div.catalog-item .buy_more #not_available,
div.catalog-item .buy_more #available {
	width:79px;
	height:28px;
	margin:0px;
	padding:0px;
}


/***TABLE_VIEW***/
div.catalog-item-table {
	width:100%;
	float:left;
	padding:15px 0px 10px 0px;
}


/***PRICE_VIEW***/
div.catalog-item-price {
	width:100%;
	float:left;
	padding:10px 0px 10px 0px;
}

div.catalog-item-price div.catalog-item-info {
	width:948px;
	padding:3px;
}

div.catalog-item-price div.catalog-item-image {
	margin:0px 5px 0px 0px;
	width:40px;
	height:30px;
}

div.catalog-item-price div.catalog-item-image a img {
	width:30px;
	height:30px;
}

div.catalog-item-price div.catalog-item-image div.sticker {
	position:absolute;
	top:0px;
	left:0px;
}

div.catalog-item-price div.catalog-item-image span.new,
div.catalog-item-price div.catalog-item-image span.hit,
div.catalog-item-price div.catalog-item-image span.discount {
	width:3px;
	height:3px;
	display:block;
}

div.catalog-item-price div.catalog-item-image span.new {
	border:1px solid #a5ca28;
	background:#a6cb27;
	background:linear-gradient(to bottom, #bded09, #a6cb27);
	background:-webkit-linear-gradient(top, #bded09, #a6cb27);
	background:-moz-linear-gradient(top, #bded09, #a6cb27);
	background:-o-linear-gradient(top, #bded09, #a6cb27);
	background:-ms-linear-gradient(top, #bded09, #a6cb27);
}

div.catalog-item-price div.catalog-item-image span.hit {
	border:1px solid #f7be00;
	background:#f6b900;
	background:linear-gradient(to bottom, #fada00, #f6b900);
	background:-webkit-linear-gradient(top, #fada00, #f6b900);
	background:-moz-linear-gradient(top, #fada00, #f6b900);
	background:-o-linear-gradient(top, #fada00, #f6b900);
	background:-ms-linear-gradient(top, #fada00, #f6b900);
}

div.catalog-item-price div.catalog-item-image span.discount {
	border:1px solid #c81b0e;
	background:#df1d0f;
	background:linear-gradient(to bottom, #ee473b, #df1d0f);
	background:-webkit-linear-gradient(top, #ee473b, #df1d0f);
	background:-moz-linear-gradient(top, #ee473b, #df1d0f);
	background:-o-linear-gradient(top, #ee473b, #df1d0f);
	background:-ms-linear-gradient(top, #ee473b, #df1d0f);
}

div.catalog-item-price div.catalog-item-title {
	width:550px;
	height:30px;
	float:left;
	overflow:hidden;
	margin:0px;
}

div.catalog-item-price div.catalog-item-title a {
	font-size:13px;
	height:30px;
	line-height:30px;
}

div.catalog-item-price span.catalog-item-price-old {
	text-align:right;
	color:#ca1507;
	width:84px;
	height:30px;
	display:table-cell;
	vertical-align:middle;
}

div.catalog-item-price span.catalog-item-price-new {
	font:bold 14px/1.3 Arial;
	text-align:right;
	width:90px;
	height:30px;
	display:table-cell;
	vertical-align:middle;
}

div.catalog-item-price span.catalog-item-price {
	font:bold 14px/1.3 Arial;
	text-align:right;
	width:174px;
	height:30px;
	display:table-cell;
	vertical-align:middle;
	float:none;
}

div.catalog-item-price div.catalog-item-price-zero {
	text-align:right;
	width:174px;
	height:30px;
	display:table-cell;
	vertical-align:middle;
}

div.catalog-item-price div.catalog-item-price-zero a.ask_price_anch {
	font:normal 12px/1.3 Arial;
	text-decoration:none;
	border-bottom:1px dashed #925601;
	margin:0px;
}

div.catalog-item-price div.catalog-item-price-zero a.ask_price_anch:hover {
	text-decoration:none;
	border-bottom:1px dashed #cc9900;
}

div.catalog-item-price span.unit {
	text-align:right;
	width:50px;
	height:30px;
	display:table-cell;
	vertical-align:middle;
	margin:0px;
	padding:0px 11px 0px 0px;
}

div.catalog-item-price .buy_more {
	width:117px;
	display:table-cell;
	vertical-align:middle;
	position:relative;
	right:0px;
	bottom:0px;
}

div.catalog-item-price .buy_more a.minus {
	margin:4px 0px 0px 0px;
}

div.catalog-item-price .buy_more input[name="quantity"],
div.catalog-item-price .buy_more input[name="quantity_offer"] {
	margin:4px 0px 0px 0px;
}

div.catalog-item-price .buy_more a.plus {
	margin:4px 0px 0px 0px;
}

div.catalog-item-price .buy_more button[name="add2basket"],
div.catalog-item-price .buy_more button[name="add2basket_offer"] {
	width:30px;
	margin:1px 0px 0px 7px;
	padding:0px;
}

div.catalog-item-price .buy_more small.result {
	width:30px;
	float:right;
	margin:1px 0px 0px 7px;
	padding:0px;
}

div.catalog-item-price .buy_more #not_available {
	width:30px;
	height:28px;
	float:right;
	margin:1px 0px 0px 7px;
	padding:0px;
}

div.catalog-item-price .buy_more #available {
	width:30px;
	height:28px;
	float:right;
	margin:1px 0px 0px 7px;
	padding:0px;
}

div.catalog-item-price .buy_more #available div {
	height:28px;
	display:table-cell;
	vertical-align:middle;
}


/***CATALOG_SECTION_DESCR***/
.catalog_description {
	width:100%;
	float:left;
	margin:20px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	background:url("/local/templates/elektro_light/./images/title-line.gif") left top no-repeat;
}


/***CATALOG DETAIL***/
div.catalog-detail {
	width:100%;
	margin:0px;
	padding:0px;
}

div.catalog-detail table.catalog-detail {
	border-collapse:collapse;
}

div.catalog-detail table.catalog-detail td.first {
	width:355px;
}

div.catalog-detail-pictures {
	width:100%;
	float:left;
	margin:0px;
	padding:0px;
	text-align:center;
}

div.catalog-detail-pictures div.detail_picture {
	width:100%;
	position:relative;
	margin:0px;
	padding:0px;
}

div.catalog-detail-pictures div.detail_picture a.catalog-detail-images {
	display:block;
	text-decoration:none;
	text-align:center;
}

div.catalog-detail-pictures div.detail_picture img {
	border:none;
}

div.catalog-detail-pictures div.detail_picture img.img950 {
	display:none;
}

div.catalog-detail-pictures div.detail_picture div.sticker {
	position:absolute;
	top:0px;
	right:0px;
}

div.catalog-detail-pictures div.detail_picture div.sticker img.new {
	display:block;
	margin:0px 0px -10px 0px;
	position:relative;
	z-index:300;
}

div.catalog-detail-pictures div.detail_picture div.sticker img.hit {
	display:block;
	margin:0px 0px -10px 0px;
	position:relative;
	z-index:200;
}

div.catalog-detail-pictures div.detail_picture div.sticker img.discount {
	display:block;
	margin:0px;
	position:relative;
	z-index:100;
}

div.catalog-detail-pictures div.detail_picture img.manufacturer {
	position:absolute;
	bottom:0px;
	right:0px;
}

div.catalog-detail-pictures div.more_photo {
	width:100%;
	float:left;
	margin:10px 0px 0px 0px;
	padding:0px;
}

div.catalog-detail-pictures div.more_photo ul {
	float:left;
	margin:0px !important;
	padding:0px !important;
	list-style:none;
}

div.catalog-detail-pictures div.more_photo ul li {
	width:75px;
	height:75px;
	float:left;
	margin:0px 10px 10px 0px;
	padding:0px;
	border:3px solid #fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}

div.catalog-detail-pictures div.more_photo ul li:nth-child(4n+4) {
	margin:0px 0px 10px 0px;
}

div.catalog-detail-pictures div.more_photo ul li.catalog-detail-video {
	width:81px;
	height:81px;
	border:none;
	-moz-border-radius:none;
	-webkit-border-radius:none;
	-khtml-border-radius:none;
	border-radius:none;
}

div.catalog-detail-pictures div.more_photo ul li:hover {
	border:3px solid #ffcf00;
}

div.catalog-detail-pictures div.more_photo ul li.catalog-detail-video:hover {
	border:none;
}

div.catalog-detail-pictures div.more_photo ul li a.catalog-detail-images {
	width:75px;
	height:75px;
	display:table-cell;
	vertical-align:middle;
	text-decoration:none;
	text-align:center;
}

div.catalog-detail-pictures div.more_photo ul li.catalog-detail-video a.catalog-detail-images {
	width:81px;
	height:81px;
}

div.catalog-detail-pictures div.more_photo ul li a.catalog-detail-images img {
	border:none;
}

div.catalog-detail-pictures div.more_photo ul li #video {
	visibility:hidden;
	display:none;
}

div.catalog-detail div.price_buy_detail {
	width:100%;
	float:left;
	margin:0px;
	padding:10px 0px;
	background:#f6f6f6;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}

div.catalog-detail div.catalog-detail-price {
	float:left;
	margin:0px 0px 0px 15px;
	padding:0px;
}

div.catalog-detail span.catalog-detail-item-price,
div.catalog-detail span.catalog-detail-item-price-new {
	font:bold 24px/1.3 Arial;
	color:#000;
	display:block;
	margin:0px;
	padding:0px;
}

div.catalog-detail span.catalog-detail-item-price-old {
	font:normal 12px/1.3 Arial;
	color:#ca1507;
	text-decoration:line-through;
	display:block;
	margin:0px;
	padding:0px;
}

div.catalog-detail span.catalog-detail-item-price-percent {
	font:normal 11px/1.3 Arial;
	color:#616161;
	display:block;
	margin:0px;
	padding:0px;
}

div.catalog-detail a.ask_price_anch {
	font:normal 12px/1.3 Arial;
	text-decoration:none;
	border-bottom:1px dashed #925601;
}

div.catalog-detail a.ask_price_anch:hover {
	text-decoration:none;
	border-bottom:1px dashed #cc9900;
}

div.catalog-detail span.unit {
	font:normal 12px/1.3 Arial;
	color:#616161;
	display:block;
	margin:0px;
	padding:0px;
}

div.catalog-detail .buy_more_detail {
	float:left;
	margin:0px 0px 0px 15px;
	padding:0px;
}

div.catalog-detail .buy_more_detail form {
	float:left;
}

div.catalog-detail .buy_more_detail a.minus {
	width:22px;
	height:23px;
	float:left;
	margin:18px 0px 0px 0px;
	padding:0px;
}

div.catalog-detail .buy_more_detail input[name="quantity"] {
	width:34px;
	height:21px;
	float:left;
	margin:18px 0px 0px 0px;
	padding:0px;
}

div.catalog-detail .buy_more_detail a.plus {
	width:22px;
	height:23px;
	float:left;
	margin:18px 9px 0px 0px;
	padding:0px;
}

div.catalog-detail .buy_more_detail form button[name="add2basket"] {
	width:113px;
	height:32px;
	float:left;
	margin:0px;
	padding:0px;
}

div.catalog-detail .buy_more_detail form small.result,
div.catalog-detail .buy_more_detail #not_available,
div.catalog-detail .buy_more_detail #available {
	height:30px;
	float:left;
	margin:0px;
	padding:0px 19px;
}

div.catalog-detail .buy_more_detail form small.result {
	width:111px;
	padding:0px;
}

div.catalog-detail .buy_more_detail form .hidden {
	display:none;
}

div.catalog-detail .catalog-detail-info {
	margin:0px 0px 0px 15px;
	padding:0px;
}

div.catalog-detail-info .rating_compare_detail {
	width:100%;
	float:left;
	margin:15px 0px 0px 0px;
	padding:0px;
}

div.catalog-detail-info .rating_compare_detail .rating {
	float:left;
	margin:0px;
	padding:0px;
}

div.catalog-detail-info .rating_compare_detail #catalog-compare {
	float:left;
	margin:0px 0px 0px 20px;
	padding:0px;
}

div.catalog-detail-info .rating_compare_detail #catalog-compare a.catalog-item-compare {
	font:normal 12px/1.3 Arial;
	color:#616161;
	text-decoration:none;
	display:block;
	margin:0px;
	padding:0px 0px 0px 22px;
	background:url("/local/templates/elektro_light/./images/bg_compare_a.jpg") left top no-repeat;
}

div.catalog-detail-info .rating_compare_detail #catalog-compare a.catalog-item-compare span {
	border-bottom:1px dashed #616161;
}

div.catalog-detail-info .rating_compare_detail #catalog-compare a.catalog-item-compare:hover {
	color:#9ca0a6;
	text-decoration:none;
	background:url("/local/templates/elektro_light/./images/bg_compare_a.jpg") left -15px no-repeat;
}

div.catalog-detail-info .rating_compare_detail #catalog-compare a.catalog-item-compare:hover span {
	border-bottom:1px dashed #9ca0a6;
}

div.catalog-detail-info .rating_compare_detail #catalog-compare a.catalog-item-compared,
div.catalog-detail-info .rating_compare_detail #catalog-compare a.catalog-item-compared:hover {
	font:normal 12px/1.3 Arial;
	color:#9ca0a6;
	text-decoration:none;
	display:block;
	margin:0px;
	padding:0px 0px 0px 22px;
	background:url("/local/templates/elektro_light/./images/bg_compare_a.jpg") left -15px no-repeat;
}

div.catalog-detail-info .rating_compare_detail #catalog-compare a.catalog-item-compare span.added,
div.catalog-detail-info .rating_compare_detail #catalog-compare a.catalog-item-compared span.add {
	display:none;
}

div.catalog-detail-info .rating_compare_detail .add_to_delay {
	float:left;
	margin:0px 0px 0px 20px;
	padding:0px;
}

div.catalog-detail-info .rating_compare_detail .add_to_delay a.catalog-item-delay {
	font:normal 12px/1.3 Arial;
	color:#616161;
	text-decoration:none;
	border-bottom:1px dashed #616161;
	display:block;
	margin:0px;
	padding:0px;
}

div.catalog-detail-info .rating_compare_detail .add_to_delay a.catalog-item-delay:hover {
	color:#9ca0a6;
	text-decoration:none;
	border-bottom:1px dashed #9ca0a6;
}

div.catalog-detail-info .rating_compare_detail .add_to_delay a.catalog-item-delayed,
div.catalog-detail-info .rating_compare_detail .add_to_delay a.catalog-item-delayed:hover {
	font:normal 12px/1.3 Arial;
	color:#9ca0a6;
	text-decoration:none;
	border-bottom:1px dashed transparent;
	display:block;
	margin:0px;
	padding:0px;
}

div.catalog-detail-info .rating_compare_detail .add_to_delay a.catalog-item-delay span.added,
div.catalog-detail-info .rating_compare_detail .add_to_delay a.catalog-item-delayed span.add {
	display:none;
}

div.catalog-detail-info .catalog-detail-line {
	width:100%;
	height:1px;
	float:left;
	margin:12px 0px 0px -15px;
	padding:0px;
	background: url("/local/templates/elektro_light/./images/title-line.gif") left top no-repeat;
}

div.catalog-detail-info .catalog-detail-preview-text {
	width:100%;
	float:left;
	margin:10px 0px 0px 0px;
	padding:0px;
	font:normal 12px/1.3 Arial;
	color:#616161;
}

/***CHOOSE OFFER PROPERTY***/
div.catalog-detail-info div.offer_block {
	width:100%;
	float:left;
	margin:0px;
	padding:0px;
}

div.catalog-detail-info div.offer_block div.h3 {
	font:bold 14px/1.3 Arial;
	color:#2f2f2f;
	margin:0px;
	padding:10px 0px 5px 0px;
}

div.catalog-detail-info div.offer_block ul {
	width:100%;
	float:left;
	margin:0px !important;
	padding:0px !important;
	list-style:none;
}

div.catalog-detail-info div.offer_block ul li {
	float:left;
	margin:6px 6px 0px 0px;
}

div.catalog-detail-info div.offer_block ul.COLOR li {
	margin:4px 4px 0px 0px;
}

div.catalog-detail-info div.offer_block ul li span {
	font:normal 13px/30px Arial;
	color:#616161;
	display:block;
	margin:0px;
	padding:0px 12px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}

div.catalog-detail-info div.offer_block ul.COLOR li span {
	width:26px;
	height:26px;
	display:block;
	border:2px solid #fff;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-khtml-border-radius:2px;
	border-radius:2px;
	padding:0px;
}

div.catalog-detail-info div.offer_block ul.COLOR li span i {
	width:24px;
	height:24px;
	display:block;
}

div.catalog-detail-info div.offer_block ul.COLOR li span img,
div.catalog-detail-info div.offer_block ul.COLOR li span i {
	border:1px solid #fff;
}

div.catalog-detail-info div.offer_block ul li:hover span {
	cursor:pointer;
	background:#d2d8db;
}

div.catalog-detail-info div.offer_block ul.COLOR li:hover span {
	border:2px solid #96a3a9;
	cursor:pointer;
}

div.catalog-detail-info div.offer_block ul li span.active.selected {
	color:#353535;
	background:#ffd113;
}

div.catalog-detail-info div.offer_block ul.COLOR li span.active.selected {
	border:2px solid #ffcd00;
}

div.catalog-detail-info .catalog-detail-properties {
	width:100%;
	float:left;
	margin:10px 0px 0px 0px;
	padding:0px;
	overflow:hidden;
}

div.catalog-detail-info .catalog-detail-properties div.h4 {
	width:100%;
	margin:0px;
	padding:0px 0px 10px 0px;
	font:bold 14px/1.3 Arial;
	color:#2f2f2f;
}

div.catalog-detail-info .catalog-detail-property {
	margin:0px 0px 5px 0px;
	border-bottom:1px dotted #cccccc;
	float:left;
	width:100%;
}

div.catalog-detail-info .catalog-detail-property span {
	float:left;
	position:relative;
	top:5px;
	padding:0px 3px 0px 0px;
	background:#fff;
}

div.catalog-detail-info .catalog-detail-property b {
	float:right;
	position:relative;
	top:5px;
	padding:0px 0px 0px 3px;
	font-weight:normal;
	background:#fff;
}

div.catalog-detail .section {
	width:100%;
	float:left;
	margin:30px 0px 0px 0px;
}

div.catalog-detail ul.tabs {
	height:46px;
	list-style:none !important;
	border:none;
	background:url("/local/templates/elektro_light/./images/bg_ul_tabs.jpg") left bottom repeat-x;
	margin:0px !important;
	padding:0px 0px 0px 10px !important;
}

div.catalog-detail .tabs li {
	float:left;
}

div.catalog-detail .tabs li a {
	font:bold 12px/1.3 Arial;
	color:#000;
	text-decoration:none;
	display:table-cell;
	height:41px;
	vertical-align:middle;
	margin:0px;
	padding:5px 25px 0px 25px;
	position:relative;
}

div.catalog-detail .tabs li.current a {
	height:46px;
	padding:0px 25px 0px 25px;
	background:url("/local/templates/elektro_light/./images/bg_ul_tabs_li_current.jpg") left top repeat-x;
	-moz-border-radius:4px 4px 0px 0px;
	-webkit-border-radius:4px 4px 0px 0px;
	-khtml-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;
}

div.catalog-detail .tabs li:hover a {
	color:#c18800;
	text-decoration:none;
}

div.catalog-detail .tabs li.current:hover a {
	color:#000;
}

div.catalog-detail .tabs li span.reviews_count {
	font-weight:normal;
}

div.catalog-detail .box {
	width:100%;
	display:none;
	margin:0px;
	padding:20px 0px 0px 0px;
	background:none;
}

div.catalog-detail .box.visible {
	display:block;
}

div.catalog-detail .box .description {
	margin:0px;
	padding:0px;
}

div.catalog-detail .box #video {
	width:100%;
	margin:0 auto;
	text-align:center;
}

div.catalog-detail-stores {
	margin:0px;
	padding:0px;
	overflow: hidden;
}

div.catalog-detail-store {
	margin:0px 0px 5px 0px;
	border-bottom:1px dotted #cccccc;
	float:left;
	width:100%;
}

div.catalog-detail-store span {
	float:left;
	position:relative;
	top:5px;
	padding:0px 3px 0px 0px;
	background:#fff;
}

div.catalog-detail-store b {
	float:right;
	position:relative;
	top:5px;
	padding:0px 0px 0px 3px;
	font-weight:normal;
	background:#fff;
}

div.catalog-detail .hidden {
	display:none;
}


/***RELATED_ITEMS***/
div.related-items {
	width:100%;
	float:left;
	margin:20px 0px 0px 0px;
	padding:0px;
}

div.related-items div.h3 {
	width:100%;
	font-family:Arial;
	font-size:18px;
	font-weight:normal;
	color:#222;
	margin:0px;
	padding:10px 0px;
}


/***COMPARE***/
.compare-list-result .sort {
	width:100%;
	margin:0px;
	padding:0px 0px 10px 0px;
}

.compare-list-result .sort .sorttext {
	display:inline-block;
}

.compare-list-result .sort a {
	font:normal 13px/1.3 Arial;
	text-decoration:underline;
	display:inline-block;
	margin:0px;
	padding:5px;
}

.compare-list-result .sort a:hover {
	text-decoration:none;
}

.compare-list-result .sort b {
	font:normal 13px/1.3 Arial;
	color:#353535;
	background:#ffd113;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	display:inline-block;
	margin:0px;
	padding:5px 10px;
}

div.compare-grid {
	width:100%;
	margin:0px 0px 10px 0px;
	padding:0px;
	overflow:auto;
}

table.compare-grid {
	width:100%;
	margin:0px;
	padding:0px;
	border-collapse:collapse;
	border-bottom:1px solid #e2e2e4;
}

table.compare-grid td {
	font:normal 11px/1.3 Arial;
	color:#616161;
	vertical-align:top;
	margin:0px;
	padding:5px 10px;
}

table.compare-grid td.compare-property {
	font:bold 11px/1.3 Arial;
}

table.compare-grid tr.compare-delete td {
	padding:5px 10px 15px 10px;
}

table.compare-grid tr.alt td {
	background:#f3f3f7;
	border-top:1px solid #e2e2e4;
	border-bottom:1px solid #e2e2e4;
}

table.compare-grid tr.price td {
	padding:15px 10px 5px 10px;
}

table.compare-grid tr.buy td {
	vertical-align:bottom;
}

table.compare-grid tr.delay td {
	padding:5px 10px 15px 10px;
}

table.compare-grid td a.compare-title {
	font:bold 11px/1.3 Arial;
	color:#222;
	text-decoration:underline;
}

table.compare-grid td a.compare-title:hover {
	color:#cc9900;
	text-decoration:none;
}

table.compare-grid .compare-delete-item {
	font:normal 11px/1.3 Arial;
	color:#616161;
	margin:0px;
	padding:1px 0px 1px 21px;
	text-decoration:underline;
	background:url("/local/templates/elektro_light/./images/delete_from_cart.png") left top no-repeat;
}

table.compare-grid .compare-delete-item:hover {
	color:#959da5;
	text-decoration:none;
	background:url("/local/templates/elektro_light/./images/delete_from_cart.png") left -15px no-repeat;
}

table.compare-grid span.catalog-item-price,
table.compare-grid span.catalog-item-price-new {
	font:normal 18px/1.05 Arial;
	color:#222222;
}

table.compare-grid span.catalog-item-price-old {
	font:normal 12px/1.3 Arial;
	color:#7a8492;
	text-decoration:line-through;
}

table.compare-grid span.catalog-item-price-percent {
	font:normal 11px/1.3 Arial;
	color:#ca1507;
}

table.compare-grid a.ask_price_anch {
	font:normal 12px/1.3 Arial;
	text-decoration:none;
	border-bottom:1px dashed #925601;
	display:inline-block;
	margin:0px 0px 2px 0px;
	padding:0px;
}

table.compare-grid a.ask_price_anch:hover {
	text-decoration:none;
	border-bottom:1px dashed #cc9900;
}

table.compare-grid span.unit {
	font:normal 12px/1.3 Arial;
	color:#616161;
}

table.compare-grid .buy_more {
	width:79px;
	margin:0px;
	padding:0px;
}

table.compare-grid .buy_more a.minus {
	width:22px;
	height:23px;
	float:left;
	margin:0px;
	padding:0px;
}

table.compare-grid .buy_more input[name="quantity"],
table.compare-grid .buy_more input[name="quantity_offer"] {
	width:34px;
	height:21px;
	float:left;
	margin:0px;
	padding:0px;
}

table.compare-grid .buy_more a.plus {
	width:22px;
	height:23px;
	float:left;
	margin:0px;
	padding:0px;
}

table.compare-grid .buy_more button[name="add2basket"],
table.compare-grid .buy_more button[name="add2basket_offer"] {
	width:79px;
	height:28px;
	float:left;
	margin:3px 0px 0px 0px;
	padding:0px;
}

table.compare-grid .buy_more small.result {
	width:79px;
	height:28px;
	float:left;
	margin:3px 0px 0px 0px;
	padding:0px;
}

table.compare-grid .buy_more .hidden {
	display:none;
}

table.compare-grid .buy_more #not_available,
table.compare-grid .buy_more #available {
	width:79px;
	height:28px;
	margin:0px;
	padding:0px;
}

table.compare-grid a.catalog-item-delay {
	font:normal 12px/1.3 Arial;
	color:#616161;
	text-decoration:none;
	border-bottom:1px dashed #616161;
}

table.compare-grid a.catalog-item-delay:hover {
	color:#9ca0a6;
	text-decoration:none;
	border-bottom:1px dashed #9ca0a6;
}

table.compare-grid a.catalog-item-delayed,
table.compare-grid a.catalog-item-delayed:hover {
	font:normal 12px/1.3 Arial;
	color:#9ca0a6;
	text-decoration:none;
	border-bottom:1px dashed transparent;
}

table.compare-grid a.catalog-item-delay span.added,
table.compare-grid a.catalog-item-delayed span.add {
	display:none;
}

.compare-list-result a.compare-delete-item-all {
	font:normal 11px/1.3 Arial;
	color:#616161;
	margin:0px 0px 0px 10px;
	padding:1px 0px 1px 21px;
	text-decoration:underline;
	background:url("/local/templates/elektro_light/./images/delete_from_cart.png") left top no-repeat;
}

.compare-list-result a.compare-delete-item-all:hover {
	color:#959da5;
	text-decoration:none;
	background:url("/local/templates/elektro_light/./images/delete_from_cart.png") left -15px no-repeat;
}


/***PAGINATION***/
.pagination {
	width:100%;
	float:left;
	margin:5px 0px 0px 0px;
	padding:0px;
}

.pagination ul {
	margin:0px !important;
	padding:0px !important;
	list-style-type: none;
}

.pagination ul li {
	width:27px;
	height:22px;
	float:left;
	margin:0px 4px 0px 0px;
	padding:0px;
	border:1px solid #dadada;
	background:#e6e6e6;
	background:linear-gradient(to bottom, #ffffff, #e6e6e6);
	background:-webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background:-moz-linear-gradient(top, #ffffff, #e6e6e6);
	background:-o-linear-gradient(top, #ffffff, #e6e6e6);
	background:-ms-linear-gradient(top, #ffffff, #e6e6e6);
}

.pagination ul li a {
	width:100%;
	height:22px;
	font:normal 11px/22px Arial !important;
	color:#5a5750 !important;
	text-decoration:none !important;
	text-align:center;
	display:inline-block;
}


.pagination ul li:hover {
	border:1px solid #1d1f21;
	background:#3e4348
}

.pagination ul li:hover a {
	color:#fff !important;
}

.pagination ul li.active,
.pagination ul li.active:hover {
	border:1px solid #ffc800;
	background:#ffdb00;
	background:linear-gradient(to bottom, #ffde00, #ffdb00);
	background:-webkit-linear-gradient(top, #ffde00, #ffdb00);
	background:-moz-linear-gradient(top, #ffde00, #ffdb00);
	background:-o-linear-gradient(top, #ffde00, #ffdb00);
	background:-ms-linear-gradient(top, #ffde00, #ffdb00);
}

.pagination ul li.active span,
.pagination ul li.active:hover span {
	width:100%;
	height:22px;
	font:normal 11px/22px Arial;
	color:#5a5750;
	text-align:center;
	display:inline-block;
}

.pagination ul li.points,
.pagination ul li.points:hover {
	border:1px solid #dadada;
	background:#e6e6e6;
	background:linear-gradient(to bottom, #ffffff, #e6e6e6);
	background:-webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background:-moz-linear-gradient(top, #ffffff, #e6e6e6);
	background:-o-linear-gradient(top, #ffffff, #e6e6e6);
	background:-ms-linear-gradient(top, #ffffff, #e6e6e6);
}

.pagination ul li.points span,
.pagination ul li.points:hover span {
	width:100%;
	height:22px;
	font:normal 11px/22px Arial;
	color:#5a5750;
	text-align:center;
	display:inline-block;

}

.pagination ul li.first,
.pagination ul li.last {
	width:46px;
	border:1px solid #fff;
	background:#dddddd;
	background:linear-gradient(to bottom, #e6e6e6, #dddddd);
	background:-webkit-linear-gradient(top, #e6e6e6, #dddddd);
	background:-moz-linear-gradient(top, #e6e6e6, #dddddd);
	background:-o-linear-gradient(top, #e6e6e6, #dddddd);
	background:-ms-linear-gradient(top, #e6e6e6, #dddddd);
}

.pagination ul li.first {
	-moz-border-radius:11px 0px 0px 11px;
	-webkit-border-radius:11px 0px 0px 11px;
	-khtml-border-radius:11px 0px 0px 11px;
	border-radius:11px 0px 0px 11px;
}

.pagination ul li.last {
	-moz-border-radius:0px 11px 11px 0px;
	-webkit-border-radius:0px 11px 11px 0px;
	-khtml-border-radius:0px 11px 11px 0px;
	border-radius:0px 11px 11px 0px;
}

.pagination ul li.first:hover,
.pagination ul li.last:hover {
	border:1px solid #1d1f21;
	background:#3e4348
}

.pagination ul .navigation-button.navigation-disabled {
	display:none;
}


/***TO_TOP***/
a#to_top {
	width:36px;
	height:100%;
	left:0px;
	top:0px;
	background:url("/local/templates/elektro_light/./images/bg_a_to_top.png") 10px 20px no-repeat rgba(0, 0, 0, 0.1);
}

a#to_top:hover {
	background:url("/local/templates/elektro_light/./images/bg_a_to_top.png") 10px 20px no-repeat rgba(0, 0, 0, 0.3);
	cursor:pointer;
}


/***CALL_BACK***/
.callback {
	width:387px;
	margin:0px 0px 0px -193.5px;
	padding:0px;
}

.callback div.h1 {
	height:45px;
	margin:0px;
	padding:0px 0px 0px 19px;
}

.callback_close {
	width:23px;
	height:23px;
	float:right;
	margin:-6px -10px 0px 0px;
	padding:0px;
}


/***MODAL***/
#addItemInCart {
	width:714px;
	margin:0px 0px 0px -357px;
	padding:0px 20px 20px 20px;
}

#addItemInCart div.h1 {
	width:714px;
	height:45px;
	margin:0px;
	padding:0px;
}

#addItemInCart table {
	width:100%;
	margin:0px;
	padding:0px;
	border:none;
}

#addItemInCart .item_image_full {
	width:194px;
	margin:0px;
	padding:0px;
	vertical-align:middle;
	text-align:center;
}

#addItemInCart .item_image_full img.item_image {
	border:none;
}

#addItemInCart .item_title_desc {
	width:413px;
	margin:0px;
	padding:0px;
	vertical-align:top;
	text-align:left;
}

#addItemInCart .item_title_desc .item_title {
	font:normal 18px/1.3 Arial;
	color:#000;
	width:413px;
	margin:0px;
	padding:15px 0px 5px 0px;
}

#addItemInCart .item_title_desc .item_desc,
#addItemInCart .item_title_desc .item_props {
	font:normal 13px/1.3 Arial;
	color:#616161;
	width:413px;
	margin:0px;
	padding:0px;
}

#addItemInCart .item_title_desc .item_props {
	margin:5px 0px 0px 0px;
}

#addItemInCart .item_title_desc .item_props span {
	display:block;
}

#addItemInCart .item_count_full {
	width:107px;
	margin:0px;
	padding:0px;
	vertical-align:middle;
	font:normal 13px/1.3 Arial;
	color:#616161;
	text-align:center;
}

#addItemInCart .item_count_full .item_count {
	font:bold 30px/1.3 Arial;
	color:#9e9e9e;
}

#addItemInCart .item_links {
	margin:0px;
	padding:16px 0px 0px 0px;
	text-align:right;
}

#addItemInCart .item_links .close {
	width:204px;
	height:32px;
	margin:0px 11px 0px 0px;
	padding:0px;
}

#addItemInCart .item_links .order {
	width:184px;
	height:32px;
	margin:0px;
	padding:0px;
}

#addItemInCart .close.button {
	width:23px;
	height:23px;
	position:absolute;
	right:-8px;
	top:-7px;
	cursor:pointer;
}


/***ADD2BASKET_OFFER***/
.more_options {
	width:754px;
	margin:0px 0px 0px -377px;
	padding:0px;
}

.more_options div.h1 {
	height:45px;
	margin:0px;
	padding:0px 0px 0px 19px;
}

.more_options .more_options_close {
	width:23px;
	height:23px;
	float:right;
	margin:-6px -10px 0px 0px;
	padding:0px;
	cursor:pointer;
}

.more_options .item_info {
	width:734px;
	float:left;
	margin:0px;
	padding:0px 20px 20px 0px;
}

.more_options .item_info .item_image {
	width:214px;
	float:left;
	margin:0px;
	padding:0px;
}

.more_options .item_info .item_image .img {
	width:214px;
	height:214px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

.more_options .item_info .item_block {
	width:520px;
	float:right;
	margin:0px;
	padding:0px;
}

.more_options .item_info .item_block .item_name {
	width:100%;
	margin:0px;
	padding:15px 0px 10px 0px;
	font:normal 18px/1.3 Arial;
	color:#000;
	text-align:left;
}

.more_options .item_info .item_block .item_options {
	width:100%;
	margin:0px;
	padding:0px;
}


/***MORE_OPTIONS CHOOSE OFFER PROPERTY***/
.more_options .item_options .offer_block {
	width:100%;
	margin:0px;
	padding:4px 0px 10px 0px;
	border-bottom:1px solid #ebedf0;
}

.more_options .item_options .offer_block.COLOR {
	padding:6px 0px 10px 0px;
}

.more_options .item_options .offer_block td.h3 {
	font:bold 14px/1.3 Arial;
	color:#323232;
	text-align:right;
	width:115px;
	vertical-align:middle;
	margin:0px;
	padding:0px;
}

.more_options .item_options .offer_block td.props {
	width:388px;
	margin:0px;
	padding:0px 0px 0px 17px;
}

.more_options .item_options .offer_block ul {
	width:388px;
	float:left;
	margin:0px !important;
	padding:0px !important;
	list-style:none;
}

.more_options .item_options .offer_block ul li {
	float:left;
	margin:6px 6px 0px 0px;
	padding:0px;
}

.more_options .item_options .offer_block ul.COLOR li {
	margin:4px 4px 0px 0px;
}

.more_options .item_options .offer_block ul li span {
	font:normal 13px/30px Arial;
	color:#616161;
	display:block;
	margin:0px;
	padding:0px 12px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}

.more_options .item_options .offer_block ul.COLOR li span {
	width:26px;
	height:26px;
	display:block;
	border:2px solid #fff;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-khtml-border-radius:2px;
	border-radius:2px;
	padding:0px;
}

.more_options .item_options .offer_block ul.COLOR li span i {
	width:24px;
	height:24px;
	display:block;
}

.more_options .item_options .offer_block ul.COLOR li span img,
.more_options .item_options .offer_block ul.COLOR li span i {
	border:1px solid #fff;
}

.more_options .item_options .offer_block ul li:hover span {
	cursor:pointer;
	background:#d2d8db;
}

.more_options .item_options .offer_block ul.COLOR li:hover span {
	border:2px solid #96a3a9;
	cursor:pointer;
}

.more_options .item_options .offer_block ul li span.active.selected {
	color:#353535;
	background:#ffd113;
}

.more_options .item_options .offer_block ul.COLOR li span.active.selected {
	border:2px solid #ffcd00;
}

.more_options .item_options .price_buy {
	float:right;
	margin:20px 0px 0px 0px;
	padding:0px;
}

.more_options .item_options .price_buy .price {
	float:left;
	margin:0px 10px 0px 0px;
	padding:0px;
}

.more_options .item_options .price_buy .price span.price-full,
.more_options .item_options .price_buy .price span.price-new {
	font:normal 18px/1.3 Arial;
	color:#222222;
	text-align:right;
	display:block;
	margin:-5px 0px 0px 0px;
	padding:0px;
}

.more_options .item_options .price_buy .price span.price-old {
	font:normal 12px/1.3 Arial;
	color:#7a8492;
	text-decoration:line-through;
	text-align:right;
	display:block;
	margin:0px;
	padding:0px;
}

.more_options .item_options .price_buy .price span.price-percent {
	font:normal 11px/1.3 Arial;
	color:#ca1507;
	text-align:right;
	display:block;
	margin:0px;
	padding:0px;
}

.more_options .item_options .price_buy .price a.ask_price_anch {
	font:normal 12px/1.3 Arial;
	text-decoration:none;
	display:inline-block;
	margin:0px;
	padding:0px;
	border-bottom:1px dashed #925601;
}

.more_options .item_options .price_buy .price a.ask_price_anch:hover {
	text-decoration:none;
	border-bottom:1px dashed #cc9900;
}

.more_options .item_options .price_buy .price span.unit {
	font:normal 12px/1.3 Arial;
	color:#616161;
	text-align:right;
	display:block;
	margin:0px;
	padding:0px;
}

.more_options .item_options .price_buy .buy_more {
	width:auto;
	height:auto;
	float:left;
	margin:0px;
	padding:0px;
}

.more_options .item_options .price_buy .buy_more a.minus {
	width:22px;
	height:23px;
	float:left;
	margin:3px 0px 0px 0px;
	padding:0px;
}

.more_options .item_options .price_buy .buy_more input[name="quantity"] {
	width:34px;
	height:21px;
	float:left;
	margin:3px 0px 0px 0px;
	padding:0px;
}

.more_options .item_options .price_buy .buy_more a.plus {
	width:22px;
	height:23px;
	float:left;
	margin:3px 0px 0px 0px;
	padding:0px;
}

.more_options .item_options .price_buy .buy_more button[name="add2basket"] {
	width:79px;
	height:28px;
	float:left;
	margin:0px 0px 0px 10px;
	padding:0px;
}

.more_options .item_options .price_buy .buy_more small.result {
	width:79px;
	height:28px;
	float:left;
	margin:0px 0px 0px 10px;
	padding:0px;
}

.more_options .item_options .price_buy .buy_more #not_available,
.more_options .item_options .price_buy .buy_more #available {
	width:79px;
	height:28px;
	margin:0px;
	padding:0px;
}

.more_options .hidden {
	display:none !important;
}


/***ORDER-CART***/
.cart-items .sort {
	width:100%;
	margin:0px;
	padding:0px 0px 10px 0px;
}

.cart-items .sort .sorttext {
	margin:0px 10px 0px 0px;
	display:inline-block;
}

.cart-items .sort a.sortbutton {
	font:normal 13px/1.3 Arial;
	color:#616161;
	text-decoration:none;
	display:inline-block;
	margin:0px 10px 0px 0px;
	padding:0px;
	border-bottom:1px dashed #616161;
}

.cart-items .sort a.sortbutton:last-child {
	margin:0px;
}

.cart-items .sort a.sortbutton:hover {
	color:#616161;
	text-decoration:none;
	border-bottom:1px dashed transparent;
}

.cart-items .sort a.sortbutton.current {
	color:#353535;
	text-decoration:none;
	border-bottom:none;
	background:#ffd113;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	padding:5px 10px;
}

.cart-items div.equipment,
.cart-items div.equipment-order {
	width:100%;
	margin:0px;
	padding:0px;
}

.cart-items div.equipment .thead,
.cart-items div.equipment-order .thead {
	width:100%;
	height:30px;
	margin:0px;
	padding:0px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	background:url("/local/templates/elektro_light/./images/bg_equipment_thead.jpg") right top repeat-y;
	background:linear-gradient(to right, #f0f2f3 50%, #e0e3e7);
	background:-webkit-linear-gradient(left, #f0f2f3 50%, #e0e3e7);
	background:-moz-linear-gradient(left, #f0f2f3 50%, #e0e3e7);
	background:-o-linear-gradient(left, #f0f2f3 50%, #e0e3e7);
	background:-ms-linear-gradient(left, #f0f2f3 50%, #e0e3e7);
}

.cart-items div.equipment .thead .cart-item-image,
.cart-items div.equipment .thead .cart-item-name,
.cart-items div.equipment .thead .cart-item-price,
.cart-items div.equipment .thead .cart-item-quantity,
.cart-items div.equipment .thead .cart-item-summa,
.cart-items div.equipment .thead .cart-item-actions {
	height:30px;
	display:table-cell;
	vertical-align:middle;
	padding:0px;
	font:normal 13px/1.3 Arial;
	color:#838383;
	text-align:left;
}

.cart-items div.equipment-order .thead .cart-item-name,
.cart-items div.equipment-order .thead .cart-item-price,
.cart-items div.equipment-order .thead .cart-item-quantity,
.cart-items div.equipment-order .thead .cart-item-summa {
	height:30px;
	display:table-cell;
	vertical-align:middle;
	padding:0px;
	font:normal 13px/1.3 Arial;
	color:#838383;
	text-align:right;
}

.cart-items div.equipment .thead .cart-item-image {
	width:78px;
	padding:0px 0px 0px 10px;
}

.cart-items div.equipment .thead .cart-item-name {
	width:463px;
}

.cart-items div.equipment .thead .cart-item-price {
	width:86px;
	text-align:right;
}

.cart-items div.equipment .thead .cart-item-quantity {
	width:74px;
	padding:0px 22px 0px 0px;
	text-align:right;
}

.cart-items div.equipment .thead .cart-item-summa {
	width:88px;
	text-align:right;
}

.cart-items div.equipment .thead .cart-item-actions {
	width:117px;
	padding:0px 0px 0px 20px;
}

.cart-items div.equipment-order .thead .cart-item-name {
	width:685px;
	padding:0px 0px 0px 15px;
	text-align:left;
}

.cart-items div.equipment-order .thead .cart-item-price {
	width:100px;
}

.cart-items div.equipment-order .thead .cart-item-quantity {
	width:58px;
}

.cart-items div.equipment-order .thead .cart-item-summa {
	width:87px;
	padding:0px 13px 0px 0px;
}

.cart-items div.equipment .tbody,
.cart-items div.equipment-order .tbody {
	width:100%;
	margin:0px;
	padding:0px;
}

.cart-items div.equipment .tbody .tr,
.cart-items div.equipment-order .tbody .tr {
	width:956px;
	margin:2px 0px 0px 0px;
	padding:0px;
	border:1px solid #e0e3e7;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	background:url("/local/templates/elektro_light/./images/bg_equipment_tbody_tr.jpg") right top repeat-y;
	background:linear-gradient(to right, #fff 50%, #ebedee);
	background:-webkit-linear-gradient(left, #fff 50%, #ebedee);
	background:-moz-linear-gradient(left, #fff 50%, #ebedee);
	background:-o-linear-gradient(left, #fff 50%, #ebedee);
	background:-ms-linear-gradient(left, #fff 50%, #ebedee);
}

.cart-items div.equipment .tbody .tr_into,
.cart-items div.equipment-order .tbody .tr_into {
	width:954px;
	margin:0px;
	padding:3px 0px;
	border:1px solid #fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}

.cart-items div.equipment .tbody .cart-item-image,
.cart-items div.equipment .tbody .cart-item-name,
.cart-items div.equipment .tbody .cart-item-price,
.cart-items div.equipment .tbody .cart-item-quantity,
.cart-items div.equipment .tbody .cart-item-summa,
.cart-items div.equipment .tbody .cart-item-actions {
	display:table-cell;
	vertical-align:middle;
	padding:0px;
	text-align:left;
}

.cart-items div.equipment-order .tbody .cart-item-number,
.cart-items div.equipment-order .tbody .cart-item-image,
.cart-items div.equipment-order .tbody .cart-item-name,
.cart-items div.equipment-order .tbody .cart-item-price,
.cart-items div.equipment-order .tbody .cart-item-quantity,
.cart-items div.equipment-order .tbody .cart-item-summa,
.cart-items div.equipment-order .tbody .cart-itogo,
.cart-items div.equipment-order .tbody .cart-allsum {
	display:table-cell;
	vertical-align:middle;
	padding:0px;
	text-align:right;
}

.cart-items div.equipment .tbody .cart-item-image {
	width:86px;
	text-align:center;
}

.cart-items div.equipment .tbody .cart-item-name {
	width:463px;
}

.cart-items div.equipment .tbody .cart-item-name a {
	font:normal 13px/1.3 Arial;
	color:#222;
	text-decoration:underline;
}

.cart-items div.equipment .tbody .cart-item-name a:hover {
	color:#cc9900;
	text-decoration:none;
}

.cart-items div.equipment .tbody .cart-item-price {
	width:86px;
	text-align:right;
}

.cart-items div.equipment .tbody .cart-item-price div.price,
.cart-items div.equipment .tbody .cart-item-price div.discount-price {
	font:normal 13px/1.3 Arial;
	color:#222;
	margin:0px;
	padding:0px;
}

.cart-items div.equipment .tbody .cart-item-price div.old-price {
	font:normal 13px/1.3 Arial;
	color:#ca1507;
	text-decoration:line-through;
	margin:0px;
	padding:0px;
}

.cart-items div.equipment .tbody .cart-item-price div.unit {
	font:normal 13px/1.3 Arial;
	color:#616161;
	margin:-3px 0px 0px 0px;
	padding:0px;
}

.cart-items div.equipment .tbody .cart-item-quantity {
	width:96px;
	text-align:right;
}

.cart-items div.equipment .tbody .cart-item-quantity a.minus {
	width:22px;
	height:23px;
	float:left;
	margin:0px;
	padding:0px;
}

.cart-items div.equipment .tbody .cart-item-quantity input[class="quantity"] {
	width:34px;
	height:21px;
	float:left;
	margin:0px;
	padding:0px;
}

.cart-items div.equipment .tbody .cart-item-quantity a.plus {
	width:22px;
	height:23px;
	float:left;
	margin:0px;
	padding:0px;
}

.cart-items div.equipment .tbody .cart-item-summa {
	width:88px;
	text-align:right;
	font:normal 13px/1.3 Arial;
	color:#222;
}

.cart-items div.equipment .tbody .cart-item-actions {
	width:115px;
	padding:0px 0px 0px 20px;
}

.cart-items div.equipment .tbody .cart-item-actions a.deleteitem {
	font:normal 12px/15px Arial;
	color:#727272;
	text-decoration:underline;
	height:15px;
	display:inline-block;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 21px;
	background:url("/local/templates/elektro_light/./images/delete_from_cart.png") left top no-repeat;
}

.cart-items div.equipment .tbody .cart-item-actions a.deleteitem:hover {
	color:#303338;
	text-decoration:none;
	background:url("/local/templates/elektro_light/./images/delete_from_cart.png") left -15px no-repeat;
}


.cart-items div.equipment .tbody .cart-item-actions a.setaside {
	font:normal 12px/15px Arial;
	color:#727272;
	text-decoration:underline;
	height:15px;
	display:inline-block;
	margin:0px;
	padding:0px 0px 0px 21px;
	background:url("/local/templates/elektro_light/./images/delay_from_cart.png") left top no-repeat;
}

.cart-items div.equipment .tbody .cart-item-actions a.setaside:hover {
	color:#303338;
	text-decoration:none;
	background:url("/local/templates/elektro_light/./images/delay_from_cart.png") left -15px no-repeat;
}

.cart-items div.equipment-order .tbody .cart-item-number {
	width:15px;
	padding:0px 0px 0px 15px;
	font:normal 13px/1.3 Arial;
	color:#a5a5a5;
	text-align:left;
}

.cart-items div.equipment-order .tbody .cart-item-image {
	width:42px;
	text-align:center;
}

.cart-items div.equipment-order .tbody .cart-item-name {
	width:626px;
	font:normal 13px/1.3 Arial;
	color:#616161;
	text-align:left;
}

.cart-items div.equipment-order .tbody .cart-item-price {
	width:100px;
	font:normal 13px/1.3 Arial;
	color:#222;
}

.cart-items div.equipment-order .tbody .cart-item-quantity {
	width:58px;
	font:normal 13px/1.3 Arial;
	color:#222;
}

.cart-items div.equipment-order .tbody .cart-item-summa {
	width:87px;
	padding:0px 11px 0px 0px;
	font:normal 13px/1.3 Arial;
	color:#222;
	text-align:right;
}

.cart-items div.equipment-order .tbody .cart-itogo {
	width:626px;
	padding:0px 0px 0px 72px;
	font:normal 13px/1.3 Arial;
	color:#616161;
	text-align:left;
}

.cart-items div.equipment-order .tbody .cart-allsum {
	width:245px;
	padding:0px 11px 0px 0px;
	font:normal 13px/1.3 Arial;
	color:#222;
}

.cart-items div.equipment .tbody .myorders_itog,
.cart-items div.equipment-order .myorders_itog {
	width:956px;
	height:28px;
	margin:2px 0px 0px 0px;
	padding:0px;
	border:1px solid #e0e3e7;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}

.cart-items div.equipment-order .myorders_itog {
	height:37px;
}

.cart-items div.equipment .tbody .myorders_itog .cart-itogo,
.cart-items div.equipment-order .myorders_itog .cart-itogo {
	width:736px;
	height:28px;
	display:table-cell;
	vertical-align:middle;
	font:normal 13px/1.3 Arial;
	color:#838383;
	text-align:right;
}

.cart-items div.equipment-order .myorders_itog .cart-itogo {
	width:799px;
	height:37px;
	color:#222;
}

.cart-items div.equipment .tbody .myorders_itog .cart-allsum,
.cart-items div.equipment-order .myorders_itog .cart-allsum {
	width:203px;
	height:28px;
	display:table-cell;
	vertical-align:middle;
	padding:0px 0px 0px 17px;
	font:bold 14px/1.3 Arial;
	color:#222;
	text-align:left;
}

.cart-items div.equipment-order .myorders_itog .cart-allsum {
	width:145px;
	height:37px;
	padding:0px 12px 0px 0px;
	text-align:right;
}

.cart-items table.w100p {
	width:100%;
	border-collapse:collapse;
	margin:17px 0px 0px 0px;
	padding:0px;
}

.cart-items table.w100p td {
	margin:0px;
	padding:0px;
}

.cart-items table.w100p td.cart-coupon {
	width:435px;
}

.cart-items table.w100p td.cart-coupon input {
	width:398px;
	height:28px;
	margin:0px;
	padding:0px 10px;
	font:normal 13px/28px Arial;
	color:#37414c;
	border:1px solid #a0a0a0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:inset 2px 2px 7px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:inset 2px 2px 7px rgba(0, 0, 0, 0.15);
	box-shadow:inset 2px 2px 7px rgba(0, 0, 0, 0.15);
	background:none;
}

.cart-items table.w100p td.tal button {
	width:141px;
	height:32px;
	margin:0px;
	padding:0px;
}

.cart-items table.w100p td.tac {
	padding:0px 10px;
}

.cart-items table.w100p td.tac .boc_cart_anch {
	width:190px;
	height:32px;
	margin:0px;
	padding:0px;
}

.cart-items table.w100p td.tar button {
	width:172px;
	height:32px;
	margin:0px;
	padding:0px;
}

.cart-accessories {
	width:100%;
	float:left;
	margin:50px 0px 0px 0px;
	padding:0px;
}

.cart-accessories .h3 {
	font-family:Arial;
	font-size:18px;
	font-weight:normal;
	color:#787d8b;
	width:100%;
	margin:0px;
	padding:10px 0px;
}

.myorders h2,
.personal h2 {
	font:bold 16px/1.3 Arial;
	color:#616c71;
	margin:0px 0px 2px 0px;
	padding:9px 0px 9px 14px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	background:#f0f2f3;
	background:linear-gradient(to right, #f0f2f3 50%, #e0e3e7);
	background:-webkit-linear-gradient(left, #f0f2f3 50%, #e0e3e7);
	background:-moz-linear-gradient(left, #f0f2f3 50%, #e0e3e7);
	background:-o-linear-gradient(left, #f0f2f3 50%, #e0e3e7);
	background:-ms-linear-gradient(left, #f0f2f3 50%, #e0e3e7);
}

.myorders .person_type,
.myorders .order-info,
.personal .personal-info {
	margin:0px 0px 10px 0px;
	padding:0px;
	border:1px solid #e0e3e7;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	background:#fff;
	background:linear-gradient(to right, #fff 50%, #ebedee);
	background:-webkit-linear-gradient(left, #fff 50%, #ebedee);
	background:-moz-linear-gradient(left, #fff 50%, #ebedee);
	background:-o-linear-gradient(left, #fff 50%, #ebedee);
	background:-ms-linear-gradient(left, #fff 50%, #ebedee);
}

.myorders .person_type_in,
.myorders .order-info_in,
.personal .personal-info_in {
	border:1px solid #fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	margin:0px;
	padding:10px;
}

.myorders .person_type_in table label,
.myorders .order-info_in table label {
	font:bold 14px/1.3 Arial;
	color:#222;
}

.myorders .order-info span.description {
	font:normal 13px/1.3 Arial;
	color:#999;
}

.myorders .order-info span.star {
	font:bold 14px/1.3 Arial;
	color:#cc0000;
}

.myorders .order-info input[type="text"],
.personal input[type="text"],
.personal input[type="password"] {
	width:297px;
	height:28px;
	margin:0px;
	padding:0px 10px;
	font:normal 13px/28px Arial;
	color:#37414c;
	text-align:left;
	border:1px solid #a0a0a0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:inset 2px 2px 7px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:inset 2px 2px 7px rgba(0, 0, 0, 0.15);
	box-shadow:inset 2px 2px 7px rgba(0, 0, 0, 0.15);
	background:#fff;
}

.myorders .order-info textarea,
.personal textarea {
	width:297px;
	max-width:297px;
	height:48px;
	max-height:48px;
	margin:0px;
	padding:10px;
	font:normal 13px/1.3 Arial;
	color:#37414c;
	text-align:left;
	border:1px solid #a0a0a0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:inset 2px 2px 7px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:inset 2px 2px 7px rgba(0, 0, 0, 0.15);
	box-shadow:inset 2px 2px 7px rgba(0, 0, 0, 0.15);
	background:#fff;
}

.myorders div.order-info select {
	margin:0px;
	padding:5px 0px 5px 11px;
	font:normal 13px/1.3 Arial;
	color:#37414c;
	border:1px solid #a0a0a0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:inset 2px 2px 7px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:inset 2px 2px 7px rgba(0, 0, 0, 0.15);
	box-shadow:inset 2px 2px 7px rgba(0, 0, 0, 0.15);
	background:#fff;
}

.order-checkout button[name="submitbutton"],
.personal button[type="submit"] {
	width:182px;
	height:32px;
	margin:5px 0px 0px 12px;
	padding:0px;
}

.personal button[type="submit"] {
	width:172px;
	margin:5px 0px 0px 0px;
}


/***SUBSCRIBE***/
div.subscribe-edit table.data-table {
	width:100%;
	border-collapse:collapse;
}

div.subscribe-edit table.data-table thead {
	border:1px solid #e6e6e6;
}

div.subscribe-edit table.data-table thead td {
	font-weight:bold;
	background:#e6e6e6;
	margin:0px;
	padding:5px;
}

div.subscribe-edit table.data-table tbody {
	border:1px solid #f7f7f7;
}

div.subscribe-edit table.data-table tbody td {
	margin:0px;
	padding:5px;
}

div.subscribe-edit table.data-table tbody td input[type="text"],
div.subscribe-edit table.data-table tbody td input[type="password"] {
	width:200px;
	height:28px;
	margin:0px;
	padding:0px 10px;
	font:normal 13px/28px Arial;
	color:#37414c;
	text-align:left;
	border:1px solid #a0a0a0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:inset 2px 2px 7px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:inset 2px 2px 7px rgba(0, 0, 0, 0.15);
	box-shadow:inset 2px 2px 7px rgba(0, 0, 0, 0.15);
	background:#fff;
}

div.subscribe-edit table.data-table tfoot td {
	margin:0px;
	padding:5px;
}

div.subscribe-edit table.data-table button[type="submit"],
div.subscribe-edit table.data-table button[type="reset"] {
	height:32px;
	margin:0px;
	padding:0px 19px;
}


/***REGISTER, AUTORIZATION, FORGOT PASS, CHANGE PASS, CONTACTS***/
div.content-form.register-form,
div.content-form.confirm-form,
div.content-form.login-form,
div.content-form.forgot-form,
div.content-form.changepswd-form,
div.content-form.feedback-form {
	width:100%;
	margin:0px;
	padding:0px;
}

div.content-form.register-form div.field,
div.content-form.confirm-form div.field,
div.content-form.login-form div.field,
div.content-form.forgot-form div.field,
div.content-form.changepswd-form div.field,
div.content-form.feedback-form div.field {
	margin:0px 0px 10px 0px;
	padding:0px;
}

div.content-form.register-form div.field span.starrequired {
	font:bold 14px/1.3 Arial;
	color:#cc0000;
}

div.content-form.register-form div.field input[type="text"],
div.content-form.register-form div.field input[type="password"],
div.content-form.confirm-form div.field input[type="text"],
div.content-form.login-form div.field input[type="text"],
div.content-form.login-form div.field input[type="password"],
div.content-form.forgot-form div.field input[type="text"],
div.content-form.forgot-form div.field input[type="password"],
div.content-form.changepswd-form div.field input[type="text"],
div.content-form.changepswd-form div.field input[type="password"],
div.content-form.feedback-form div.field input[type="text"] {
	width:297px;
	height:28px;
	margin:0px;
	padding:0px 10px;
	font:normal 13px/28px Arial;
	color:#37414c;
	text-align:left;
	border:1px solid #a0a0a0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:inset 2px 2px 7px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:inset 2px 2px 7px rgba(0, 0, 0, 0.15);
	box-shadow:inset 2px 2px 7px rgba(0, 0, 0, 0.15);
	background:#fff;
}

div.content-form.register-form div.field img,
div.content-form.feedback-form div.field img {
	margin:5px 0px 0px 0px;
	padding:0px;
}

div.content-form.feedback-form div.field textarea {
	width:297px;
	max-width:297px;
	height:48px;
	max-height:48px;
	margin:0px;
	padding:10px;
	font:normal 13px/1.3 Arial;
	color:#37414c;
	text-align:left;
	border:1px solid #a0a0a0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:inset 2px 2px 7px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:inset 2px 2px 7px rgba(0, 0, 0, 0.15);
	box-shadow:inset 2px 2px 7px rgba(0, 0, 0, 0.15);
	background:#fff;
}

div.content-form.register-form div.field button[type="submit"],
div.content-form.confirm-form div.field button[type="submit"],
div.content-form.login-form div.field button[type="submit"],
div.content-form.forgot-form div.field button[type="submit"],
div.content-form.changepswd-form div.field button[type="submit"] {
	height:32px;
	margin:0px;
	padding:0px 19px;
}


/***OTHER***/
.errortext {
	display:block;
	font:normal 13px/1.3 Arial;
	color:#50280d;
	background:url("/local/templates/elektro_light/./images/bg_alertmsg_bad.jpg") 10px center no-repeat #ffbb8d;
	border:1px solid #eb9d5e;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	margin:0px 0px 5px 0px;
	padding:5px 10px 5px 33px;
}

.errortext ul {
	padding:0px 0px 0px 15px !important;
}


.oktext {
	display:block;
	font:normal 13px/1.3 Arial;
	color:#406100;
	text-align:left;
	background:url("/local/templates/elektro_light/./images/bg_alertmsg_good.jpg") 10px center no-repeat #c8ff5b;
	border:1px solid #b9e014;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	margin:0px 0px 5px 0px;
	padding:5px 10px 5px 33px;
}


/***NEW OLD BYERS***/
div.order-checkout table.sale_order_full_table input[type="text"],
div.order-checkout table.sale_order_full_table input[type="password"] {
	width:260px;
	height:28px;
	margin:0px;
	padding:0px 10px;
	font:normal 13px/28px Arial;
	color:#37414c;
	text-align:left;
	border:1px solid #a0a0a0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:inset 2px 2px 7px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:inset 2px 2px 7px rgba(0, 0, 0, 0.15);
	box-shadow:inset 2px 2px 7px rgba(0, 0, 0, 0.15);
	background:#fff;
}

div.order-checkout table.sale_order_full_table button[type="submit"] {
	height:32px;
	margin:0px;
	padding:0px 19px;
}


/***POPUP WINDOWS STYLES***/
.pop-up-bg {
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(22, 23, 25, 0.4);
	z-index:600;
}

.pop-up {
	display:none;
	position:fixed;
	left:50%;
	-webkit-box-shadow:0px 0px 12px rgba(91, 91, 91, 0.65);
    -moz-box-shadow:0px 0px 12px rgba(91, 91, 91, 0.65);
    box-shadow:0px 0px 12px rgba(91, 91, 91, 0.65);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-khtml-border-radius:6px;
	border-radius:6px;
	background:url("/local/templates/elektro_light/./images/bg_popup.jpg") left top repeat-x #fff;
	z-index:700;
}

.pop-up.login {
	position:absolute;
	background:#fff;
}

.pop-up div.h1 {
	font:bold 20px/45px Arial;
	color:#fff;
	text-align:left;
	text-shadow:0px -1px 0px #9a9ea7;
}

.pop-up-close {
	background:url("/local/templates/elektro_light/./images/bg_a_close.png") left top no-repeat;
}

.pop-up-close:hover {
	background:url("/local/templates/elektro_light/./images/bg_a_close.png") left -23px no-repeat;
}


/***GOOD BAD MESSAGES***/
.alertMsg.bad {
	font:normal 13px/1.3 Arial;
	color:#50280d;
	text-align:left;
	border:1px solid #eb9d5e;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	background:url("/local/templates/elektro_light/./images/bg_alertmsg_bad.jpg") 10px center no-repeat #ffbb8d;
}

.alertMsg.good {
	font:normal 13px/1.3 Arial;
	color:#406100;
	text-align:left;
	border:1px solid #b9e014;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	background:url("/local/templates/elektro_light/./images/bg_alertmsg_good.jpg") 10px center no-repeat #c8ff5b;
}


/***BUTTONS STYLES***/
.btn_buy {
	font:bold 11px/1.3 Arial;
	color:#000;
	text-align:center;
	text-transform:uppercase;
	text-shadow:0px 1px 0px #ff5a00;
	border:1px solid #ff5a00;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	background:#ff0000;
	background:linear-gradient(to bottom, #ff0000, #ff5a00);
	background:-webkit-linear-gradient(top, #ff0000, #ff5a00);
	background:-moz-linear-gradient(top, #ff0000, #ff5a00);
	background:-o-linear-gradient(top, #ff0000, #ff5a00);
	background:-ms-linear-gradient(top, #ff0000, #ff5a00);
}

.btn_buy.price {
	background:url("/local/templates/elektro_light/./images/bg_btn_buy_price.png") center top no-repeat, #ffc200;
	background:url("/local/templates/elektro_light/./images/bg_btn_buy_price.png") center top no-repeat, linear-gradient(to bottom, #ffdf00, #ffc200);
	background:url("/local/templates/elektro_light/./images/bg_btn_buy_price.png") center top no-repeat, -webkit-linear-gradient(top, #ffdf00, #ffc200);
	background:url("/local/templates/elektro_light/./images/bg_btn_buy_price.png") center top no-repeat, -moz-linear-gradient(top, #ffdf00, #ffc200);
	background:url("/local/templates/elektro_light/./images/bg_btn_buy_price.png") center top no-repeat, -o-linear-gradient(top, #ffdf00, #ffc200);
	background:url("/local/templates/elektro_light/./images/bg_btn_buy_price.png") center top no-repeat, -ms-linear-gradient(top, #ffdf00, #ffc200);
}

.btn_buy.detail {
	font:bold 14px/1.3 Arial;
	color:#262500;
	text-shadow:0px 1px 0px #fffd6a;
}

.btn_buy.boc_anch,
.btn_buy.popdef {
	color:#fff;
	text-shadow:0px -1px 0px #627c0c;
	border:1px solid #8eb214;
	-webkit-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.32), 0 1px 0px 0px #dbff49 inset;
	-moz-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.32), 0 1px 0px 0px #dbff49 inset;
	box-shadow:1px 1px 3px rgba(0, 0, 0, 0.32), 0 1px 0px 0px #dbff49 inset;
	background:#7e9b21;
	background:linear-gradient(to bottom, #b4e018, #7e9b21);
	background:-webkit-linear-gradient(top, #b4e018, #7e9b21);
	background:-moz-linear-gradient(top, #b4e018, #7e9b21);
	background:-o-linear-gradient(top, #b4e018, #7e9b21);
	background:-ms-linear-gradient(top, #b4e018, #7e9b21);
}

.btn_buy.popdef {
	font:bold 14px/1.3 Arial;
}

.btn_buy.oformit_dsbl,
.btn_buy.oformit_dsbl:hover,
.btn_buy.oformit_dsbl:active {
	font:bold 14px/30px Arial;
	color:#ecae04;
	text-shadow:0px -1px 0px #7b5704;
	border:1px solid #c78e08;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	background:#a27202;
	background:linear-gradient(to bottom, #db9b06, #a27202);
	background:-webkit-linear-gradient(top, #db9b06, #a27202);
	background:-moz-linear-gradient(top, #db9b06, #a27202);
	background:-o-linear-gradient(top, #db9b06, #a27202);
	background:-ms-linear-gradient(top, #db9b06, #a27202);
	cursor:default;
}

.btn_buy.oformit {
	font:bold 14px/1.3 Arial;
	color:#fff;
	text-decoration:none;
	text-shadow:0px -1px 0px #500000;
	border:1px solid #c10303;
	-webkit-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.32), 0 1px 0px 0px #ff7171 inset;
	-moz-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.32), 0 1px 0px 0px #ff7171 inset;
	box-shadow:1px 1px 3px rgba(0, 0, 0, 0.32), 0 1px 0px 0px #ff7171 inset;
	background:#9d0000;
	background:linear-gradient(to bottom, #ea1414, #9d0000);
	background:-webkit-linear-gradient(top, #ea1414, #9d0000);
	background:-moz-linear-gradient(top, #ea1414, #9d0000);
	background:-o-linear-gradient(top, #ea1414, #9d0000);
	background:-ms-linear-gradient(top, #ea1414, #9d0000);
}

.btn_buy.ppp {
	font:bold 14px/1.3 Arial;
	color:#fff;
	text-shadow:0px -1px 0px #70757f;
	border:1px solid #a8adb5;
	-webkit-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.32), 0 1px 0px 0px #edf2f8 inset;
	-moz-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.32), 0 1px 0px 0px #edf2f8 inset;
	box-shadow:1px 1px 3px rgba(0, 0, 0, 0.32), 0 1px 0px 0px #edf2f8 inset;
	background:#9297a1;
	background:linear-gradient(to bottom, #c8cdd5, #9297a1);
	background:-webkit-linear-gradient(top, #c8cdd5, #9297a1);
	background:-moz-linear-gradient(top, #c8cdd5, #9297a1);
	background:-o-linear-gradient(top, #c8cdd5, #9297a1);
	background:-ms-linear-gradient(top, #c8cdd5, #9297a1);
}

.btn_buy:hover,
.btn_buy:active {
	color:#fff;
	text-decoration:none;
	text-shadow:0px -1px 0px #000;
	border:1px solid #383b40;
	-webkit-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.32), 0 1px 0px 0px #93979c inset;
	-moz-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.32), 0 1px 0px 0px #93979c inset;
	box-shadow:1px 1px 3px rgba(0, 0, 0, 0.32), 0 1px 0px 0px #93979c inset;
	background:#1c1e20;
	background:linear-gradient(to bottom, #61676f, #1c1e20);
	background:-webkit-linear-gradient(top, #61676f, #1c1e20);
	background:-moz-linear-gradient(top, #61676f, #1c1e20);
	background:-o-linear-gradient(top, #61676f, #1c1e20);
	background:-ms-linear-gradient(top, #61676f, #1c1e20);
	cursor:pointer;
}

.btn_buy.price:hover,
.btn_buy.price:active {
	background:url("/local/templates/elektro_light/./images/bg_btn_buy_price.png") center -28px no-repeat, #1c1e20;
	background:url("/local/templates/elektro_light/./images/bg_btn_buy_price.png") center -28px no-repeat, linear-gradient(to bottom, #61676f, #1c1e20);
	background:url("/local/templates/elektro_light/./images/bg_btn_buy_price.png") center -28px no-repeat, -webkit-linear-gradient(top, #61676f, #1c1e20);
	background:url("/local/templates/elektro_light/./images/bg_btn_buy_price.png") center -28px no-repeat, -moz-linear-gradient(top, #61676f, #1c1e20);
	background:url("/local/templates/elektro_light/./images/bg_btn_buy_price.png") center -28px no-repeat, -o-linear-gradient(top, #61676f, #1c1e20);
	background:url("/local/templates/elektro_light/./images/bg_btn_buy_price.png") center -28px no-repeat, -ms-linear-gradient(top, #61676f, #1c1e20);
}

.btn_buy:active {
	border:1px solid transparent;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	background:#61676f;
	background:linear-gradient(to bottom, #1c1e20, #61676f);
	background:-webkit-linear-gradient(top, #1c1e20, #61676f);
	background:-moz-linear-gradient(top, #1c1e20, #61676f);
	background:-o-linear-gradient(top, #1c1e20, #61676f);
	background:-ms-linear-gradient(top, #1c1e20, #61676f);
}

.btn_buy.price:active {
	background:url("/local/templates/elektro_light/./images/bg_btn_buy_price.png") center -28px no-repeat, #61676f;
	background:url("/local/templates/elektro_light/./images/bg_btn_buy_price.png") center -28px no-repeat, linear-gradient(to bottom, #1c1e20, #61676f);
	background:url("/local/templates/elektro_light/./images/bg_btn_buy_price.png") center -28px no-repeat, -webkit-linear-gradient(top, #1c1e20, #61676f);
	background:url("/local/templates/elektro_light/./images/bg_btn_buy_price.png") center -28px no-repeat, -moz-linear-gradient(top, #1c1e20, #61676f);
	background:url("/local/templates/elektro_light/./images/bg_btn_buy_price.png") center -28px no-repeat, -o-linear-gradient(top, #1c1e20, #61676f);
	background:url("/local/templates/elektro_light/./images/bg_btn_buy_price.png") center -28px no-repeat, -ms-linear-gradient(top, #1c1e20, #61676f);
}

.btn_buy:focus {
	outline:none;
}

.btn_navl,
.btn_avl,
small.result {
	font:normal 8px/28px Arial;
	color:#656565;
	text-align:center;
	text-transform:uppercase;
	text-shadow:0px 1px 0px #fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	background:#e1e3e5;
}

.btn_navl.price,
small.result {
	font:normal 10px/28px Arial;
}

.btn_avl.price {
	font:normal 10px/1.1 Arial;
}

.btn_avl.price span {
	font:normal 7px/1.1 Arial;
}

.btn_navl.detail,
.btn_avl.detail,
small.result.detail {
	font:bold 14px/30px Arial;
	color:#a4a4a4;
	border:1px solid #e4e4e4;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:0 0px 5px rgba(255, 255, 255, 0.75) inset;
	-moz-box-shadow:0 0px 5px rgba(255, 255, 255, 0.75) inset;
	box-shadow:0 0px 5px rgba(255, 255, 255, 0.75) inset;
	background:#d6d6d6;
	background:linear-gradient(to bottom, #efefee, #d6d6d6);
	background:-webkit-linear-gradient(top, #efefee, #d6d6d6);
	background:-moz-linear-gradient(top, #efefee, #d6d6d6);
	background:-o-linear-gradient(top, #efefee, #d6d6d6);
	background:-ms-linear-gradient(top, #efefee, #d6d6d6);
}

/***PLUS_MINUS***/
.buy_more a.minus,
.buy_more_detail a.minus {
	text-decoration:none;
	background:url("/local/templates/elektro_light/./images/bg_a_minus.png") left top no-repeat;
}

.buy_more a.minus:hover,
.buy_more_detail a.minus:hover {
	text-decoration:none;
	background:url("/local/templates/elektro_light/./images/bg_a_minus.png") left -23px no-repeat;
}

.buy_more input[class="quantity"],
.buy_more input[class="quantity_offer"],
.buy_more_detail input[class="quantity"] {
	font:normal 13px/1.3 Arial;
	color:#000;
	text-align:center;
	border-top:1px solid #dadada;
	border-bottom:1px solid #dadada;
	border-left:none;
	border-right:1px solid #dadada;
	-webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.21) inset;
	-moz-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.21) inset;
	box-shadow:0px 0px 5px rgba(0, 0, 0, 0.21) inset;
	background:#fff;
}

.buy_more a.plus,
.buy_more_detail a.plus {
	text-decoration:none;
	background:url("/local/templates/elektro_light/./images/bg_a_plus.png") left top no-repeat;
}

.buy_more a.plus:hover,
.buy_more_detail a.plus:hover {
	text-decoration:none;
	background:url("/local/templates/elektro_light/./images/bg_a_plus.png") left -23px no-repeat;
}
/***END_BUTTONS_STYLES***/


/***1px - 960px***/
@media screen and (max-width:1253px) {
	#workarea {
		width:100%;
	}

	#breadcrumb {
		width:100%;
	}

	.anythingSlider {
		width: 70%;
		height: 228px;
		margin: 23px auto;
	}

	.anythingSlider .wrapper {
		width: 100%;
		height:228px;
	}

	.anythingSlider ul li {
		width:718px;
		height:228px;
	}

	.anythingSlider ul li img {
		width:718px;
		height:228px;
	}

	div#news_home ul.lsnn li a div.title-link {
		width:252px;
	}

	.ndl_tabs .section .box div.catalog-item-card:nth-child(n + 7) {
		display:none;
	}

	div.catalog-item-card:nth-child(3n + 2) {
		margin:0px 2px 2px 2px;
	}

	div.catalog-item-card:nth-child(3n + 1),
	div.catalog-item-card:nth-child(3n + 3) {
		margin:0px 0px 2px 0px;
	}

	.news-list .news-item a .news-title {
		width:603px;
	}

	ul.news_prev_next li a div.title-link,
	ul.news_prev_next li a div.title-link span {
		width:237px;
	}

	.stati-list .stati-item .descr {
		width:580px;
	}

	ul.stati_prev_next li a div.title-link,
	ul.stati_prev_next li a div.title-link span {
		width:128px;
	}

	div.vendors-section-item:nth-child(3n + 2) {
		margin:0px 2px 2px 2px;
	}

	div.vendors-section-item:nth-child(3n + 1),
	div.vendors-section-item:nth-child(3n + 3) {
		margin:0px 0px 2px 0px;
	}

	div.catalog-section-child:nth-child(3n + 2) {
		margin:0px 2px 2px 2px;
	}

	div.catalog-section-child:nth-child(3n + 1),
	div.catalog-section-child:nth-child(3n + 3) {
		margin:0px 0px 2px 0px;
	}

	.filter {
		width:676px;
	}

	div.catalog-item div.catalog-item-info {
		width:694px;
	}

	div.catalog-item div.catalog-item-desc {
		width:380px;
	}

	div.catalog-item-price div.catalog-item-info {
		width:708px;
	}

	div.catalog-item-price div.catalog-item-title {
		width:310px;
	}

	div.catalog-detail table.catalog-detail td.first {
		width:265px;
	}

	div.catalog-detail-pictures div.detail_picture img {
		max-width:265px;
		max-height:265px;
	}

	div.catalog-detail-pictures div.more_photo ul li:nth-child(3n+3) {
		margin:0px 0px 10px 0px;
	}

	div.catalog-detail-pictures div.more_photo ul li:nth-child(3n+1),
	div.catalog-detail-pictures div.more_photo ul li:nth-child(3n+2) {
		margin:0px 10px 10px 0px;
	}

	div.catalog-detail .box div.catalog-item-card:nth-child(n + 7) {
		display:none;
	}

	div.related-items div.catalog-item-card:nth-child(n + 4) {
		display:none;
	}

	.cart-accessories div.catalog-item-card:nth-child(n + 7) {
		display:none;
	}

	.cart-items div.equipment .tbody .tr,
	.cart-items div.equipment-order .tbody .tr {
		width:716px;
	}

	.cart-items div.equipment .tbody .tr_into,
	.cart-items div.equipment-order .tbody .tr_into {
		width:714px;
	}

	.cart-items div.equipment .thead .cart-item-name {
		width:243px;
	}

	.cart-items div.equipment-order .thead .cart-item-name {
		width:445px;
	}

	.cart-items div.equipment .tbody .cart-item-name {
		width:243px;
	}

	.cart-items div.equipment-order .tbody .cart-item-name {
		width:386px;
	}

	.cart-items div.equipment-order .tbody .cart-itogo {
		width:386px;
	}

	.cart-items div.equipment .tbody .myorders_itog,
	.cart-items div.equipment-order .myorders_itog {
		width:716px;
	}

	.cart-items div.equipment .tbody .myorders_itog .cart-itogo {
		width:496px;
	}

	.cart-items div.equipment-order .myorders_itog .cart-itogo {
		width:559px;
	}

	.cart-items table.w100p td.cart-coupon {
		width:365px;
	}

	.cart-items table.w100p td.cart-coupon input {
		width:158px;
	}
}


/***720px***/
@media screen and (max-width:1013px) {
	.center {
		width:100%;
	}

	#header {
		width:100%;;
		height:123px;
		position:relative;
	}

	#header_1 {
		width: 70%;
		height:123px;
	}

	#header_2 {
		width:525px;
		height:50px;
		position:absolute;
		left:143px;
		top:123px;
	}

	#header_2 #altop_search {
		width:473px;
		height:47px;
		margin:6px 0px 0px 0px !important;
	}

	#header_2 #altop_search_container,
	#header_2 #altop_search_content {
		margin:0px;
	}

	#header_2 #altop_search_left {
		width:26px;
		height:37px;
		background:url("/local/templates/elektro_light/./images/bg_search_left.png") left top no-repeat;
	}

	#header_2 #altop_search_center {
		height:37px;
		margin:0px 0px 0px 26px;
		background:url("/local/templates/elektro_light/./images/bg_search_center.png") left top repeat-x;
	}

	#header_2 #altop_search_center input[type="text"] {
		height:37px;
		margin:0px;
	}

	#header_2 #altop_search_center div.submit {
		top:-1px;
		right:-52px;
		border:none;
	}

	#header_2 #altop_search_right {
		display:none;
		visibility:hidden;
	}

	div.title-search-result table.title-search-result {
		-webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.75);
		-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.75);
		box-shadow:0px 0px 15px rgba(0, 0, 0, 0.75);
	}

	#header_4 {
		width: 15%;
		height:123px;
	}

	#top-menu {
		display:none;
		visibility:hidden;
	}

	#top_panel {
		display:block;
		visibility:visible;
	}

	#content-wrapper {
		width: 100%;
		padding:0px;
		-moz-border-radius:0px 0px 6px 6px;
		-webkit-border-radius:0px 0px 6px 6px;
		-khtml-border-radius:0px 0px 6px 6px;
		border-radius:0px 0px 6px 6px;
		-webkit-box-shadow:0px 15px 15px -15px rgba(124, 128, 136, 0.75);
		-moz-box-shadow:0px 15px 15px -15px rgba(124, 128, 136, 0.75);
		box-shadow:0px 15px 15px -15px rgba(124, 128, 136, 0.75);
	}

	#content {
		width: 100%;
		margin: 0;
	}

	#left-column {
		display:none;
		visibility:hidden;
	}

	#body_text {
		padding:0px !important;
	}

	#vendors_bottom {
		display:block;
		visibility:visible;
	}

	#subscribe_bottom {
		display:block;
		visibility:visible;
	}

	div#stati_bottom {
		display:block;
		visibility:visible;
	}

	div#stati_bottom .h3 {
		float:left;
	}

	div#stati_bottom a.all {
		float:right;
		margin:4px 0px 0px 0px;
	}

	div#stati_bottom ul.lsnn {
		width:100%;
	}

	div#stati_bottom ul.lsnn li {
		width:214px;
		margin:0px 38px 0px 0px;
		padding:0px;
		border:none;
	}

	div#stati_bottom ul.lsnn li:last-child {
		margin:0px;
	}

	div#stati_bottom ul.lsnn li a.title-link {
		width:145px;
		float:left;
		margin:3px 0px 0px 0px !important;
	}

	.already_seen {
		margin:0px;
	}

	.already_seen ul {
		width:711px;
		margin:0px 33px 0px 24px;
	}

	.already_seen ul li:nth-child(n + 10) {
		display:none;
	}

	.already_seen ul li:nth-child(n+8) a span {
		left:auto;
		right:18px;
	}

	.already_seen ul li:nth-child(n+8) a span::before {
		left:auto;
		right:11px;
	}

	.already_seen_empty {
		display:block;
		visibility:visible;
	}

	#footer {
		width:768px;
	}

	#footer_left {
		width:333px;
		height:81px;
	}

	#footer_left #copyright {
		padding:22px 0px 0px 36px;
	}

	#footer_center {
		width:201px;
		height:81px;
	}

	#footer_right {
		width:234px;
		height:81px;
	}

	#footer_right #counters {
		display:none;
		visibility:hidden;
	}

	#footer_right #footer-design {
		float:left;
		margin:23px 0px 0px 0px;
	}

	#foot_panel {
		width: 90%;
		transform: translateX(-50%);
		margin: 0;
	}

	#foot_panel_1 {
		height:48px;
		margin:0px;
	}

	#foot_panel_1 .kabinet {
		height:48px;
		background:none;
	}

	.kabinet a.login_anch,
	.kabinet a.personal {
		height:48px;
		margin:0px 0px 0px 19px;
		padding:0px 14px 0px 0px;
		font:bold 14px/48px Arial;
		background:url("/local/templates/elektro_light/./images/bg_compare.jpg") right center no-repeat;
	}

	.kabinet a.personal {
		padding:0px;
		background:none;
	}

	.kabinet a.register {
		width:16px;
		height:17px;
		margin:18px 0px 0px 15px;
		padding:0px;
		text-indent:-1000px;
		background:url("/local/templates/elektro_light/./images/bg_a_register.png") left top no-repeat;
	}

	.kabinet a.register:hover {
		background:url("/local/templates/elektro_light/./images/bg_a_register.png") left -17px no-repeat;
	}

	#compare {
		height:48px;
		background:url("/local/templates/elektro_light/./images/bg_compare.jpg") left center no-repeat;
	}

	#compare .block-content {
		padding:0px 0px 0px 15px;
	}

	#compare a {
		width:16px;
		height:14px;
		margin:19px 0px 0px 0px;
		text-indent:-1000px;
		background:url("/local/templates/elektro_light/./images/bg_a_compare.png") left top no-repeat;
	}

	#compare a:hover {
		background:url("/local/templates/elektro_light/./images/bg_a_compare.png") left -14px no-repeat;
	}

	#compare span {
		margin:3px 0px 0px 3px;
	}

	#delay {
		height:48px;
		margin:0px 0px 0px 10px;
		background:url("/local/templates/elektro_light/./images/bg_compare.jpg") left center no-repeat;
	}

	#delay .block-content {
		padding:0px 0px 0px 15px;
	}

	#delay a {
		width:16px;
		height:14px;
		margin:19px 0px 0px 0px;
		text-indent:-1000px;
		background:url("/local/templates/elektro_light/./images/bg_a_delay.png") left top no-repeat;
	}

	#delay a:hover {
		background:url("/local/templates/elektro_light/./images/bg_a_delay.png") left -14px no-repeat;
	}

	#delay span {
		margin:3px 0px 0px 3px;
	}

	#foot_panel_2 {
		height:48px;
		margin:0px 15px 0px 0px;
		background:none;
	}

	#foot_panel_2 a.cart {
		height:48px;
		padding:0px;
		font:bold 13px/48px Arial;
	}

	#foot_panel_2 span.count {
		margin:3px 0px 0px 3px;
	}

	#foot_panel_2 span.sum_curr {
		margin:9px 0px 0px 10px;
		padding:4px 9px;
	}

	#foot_panel_2 .oformit_dsbl,
	#foot_panel_2 .oformit {
		margin:9px 0px 0px 10px;
	}

	a#to_top {
		width:100%;
		height:36px;
		background:url("/local/templates/elektro_light/./images/bg_a_to_top.png") 11px 11px no-repeat rgba(0, 0, 0, 0.1);
	}

	a#to_top:hover {
		background:url("/local/templates/elektro_light/./images/bg_a_to_top.png") 11px 11px no-repeat rgba(0, 0, 0, 0.3);
	}
}


/***960px***/
@media (min-width:1014px) and (max-width:1253px) {
	.center {
		width:994px;
	}

	#header {
		width:994px;
	}

	#header_2 {
		width:343px;
	}

	#header_2 #altop_search {
		width:310px;
	}

	#content-wrapper {
		width:994px;
	}

	#content {
		width:945px;
	}

	ul#left-menu li.parent ul#submenu {
		width:712px;
	}

	.already_seen ul {
		width:948px;
		margin:0px 22px 0px 24px;
	}

	.already_seen ul li:nth-child(n + 13) {
		display:none;
	}

	.already_seen ul li:nth-child(n+11) a span {
		left:auto;
		right:18px;
	}

	.already_seen ul li:nth-child(n+11) a span::before {
		left:auto;
		right:11px;
	}

	#footer {
		width:945px;
	}

	#footer_left {
		width:365px;
	}

	#footer_center {
		width:173px;
	}

	#foot_panel {
		width:945px;
		margin:0px 0px 0px -472.5px;
	}
}

.social a{
	vertical-align: middle;
	display: inline-block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin: 0 5px;
}
.social {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.clear {
	clear: both;
}

/* End */
/* /local/templates/elektro_light/js/fancybox/jquery.fancybox-1.3.1.css?17218406505092 */
/* /local/templates/elektro_light/js/anythingslider/slider.css?17218406502797 */
/* /local/templates/elektro_light/js/custom-forms/custom-forms.css?17218406501283 */
/* /local/components/altop/callback/templates/.default/style.css?17218406511824 */
/* /local/components/altop/search.title/templates/.default/style.css?17218406516698 */
/* /local/templates/elektro_light/components/bitrix/menu/tree_di/style.css?17218406502235 */
/* /local/components/altop/catalog.top/templates/newproduct/style.css?1721840651322 */
/* /local/templates/elektro_light/components/bitrix/iblock.vote/ajax/style.css?1721840650656 */
/* /local/components/altop/catalog.top/templates/saleleader/style.css?1721840651322 */
/* /local/components/altop/catalog.top/templates/discount/style.css?1721840651322 */
/* /local/templates/elektro_light/template_styles.css?1721840650151769 */
