/* FILTER MODULE */
.filtr-d {
	clear: both;
	padding: 4px 8px 4px 8px;
	cursor: pointer;
}
.filtr-d:hover {
	background: #eee;
}
.filtr-d span {
	margin-left: 8px;
}
#filtr-chk {
	height: 15px;
	width: 15px;
	float: left;
}
.checha {
	background: url(../images/checkmark.png) no-repeat -3px -4px;
}
.checha2 {
	border:1px solid #999 !important;
	height: 11px;
	width: 11px;
	margin: 1px;
}
.ch-ch2-h {
	-webkit-box-shadow: inset inset 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .2)
}
#chk {
	display: none;
}
.fielid {
	display: none;
	position: absolute;
	top: 0;
	border: 1px solid #999;
	background: #fff;
	z-index: 999;
	width: 162px;
	padding-bottom: 5px;
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, .5);
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, .5);
	box-shadow:0 1px 3px rgba(0, 0, 0, .5)
}
.fielid-name {
	padding: 3px 8px;
}
.fieldon {
	display: block !important;
}
.bloch {
	position: relative;
	margin: 3px 0;
}
.characteristic_name {
	cursor: pointer;
	    font-weight: bold;
	/*border: 1px solid #bbb;*/
	/*border-bottom: 1px solid #cccccc;*/
    padding: 3px 3px 3px 12px;
	/*width: 152px;*/
/*
    background-color: whiteSmoke;
    background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
*/
	position: relative;
}
.chk-counter {
	width: 13px;
	height: 12px;
	background: #eee;
	color: #666;
	text-align: center;
	font-size: 9px;
	padding: 2px;
	position: absolute;
	right: 5px;
	top: 2px;
	display: none;
}
.filter_price input {
width: 50px;
    text-align: center;
       border: 1px solid #ccc;
    border-radius: 2px;
}
.filter_price {
	margin-bottom: 10px;
	position: relative;
}
#fltr_button_box input[type="button"], #fltr_button_box input[type="reset"], #fltr_button_box input[type="submit"] {
        text-transform: uppercase;
        text-decoration: none;
        background: #f75a2a;
        border-radius: 25px;
        font-size: 14px;
        font-weight: bold;
        margin-right: 0px;
        padding: 6px 20px 6px;
        color: #fff;
        text-shadow: none;
        border: none;
}
#fltr_button_box input[type="button"]:hover, #fltr_button_box input[type="reset"]:hover, #fltr_button_box  input[type="submit"]:hover {
    background: #38a85a;
	        color: #fff;
}
/*
#filter-submit-btn {
    float: left;
    clear: both;
    position: relative;
    height: 24px;
    width: 80px;
    cursor: pointer;
    background-color: #4D90FE;
    background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
    background-image: linear-gradient(top,#4d90fe,#4787ed);
    border: 1px solid #3079ED;
    color: white;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    margin-right: 16px;
    line-height: 25px;
    min-width: 54px;
    outline: 0;
    padding: 0 4px 0 21px;
}
*/
#filter-submit-btn:hover {
	background-color: #357AE8;
	background-image: -webkit-linear-gradient(top, #4d90fe, #357ae8);
	background-image: -moz-linear-gradient(top, #4d90fe, #357ae8);
	background-image: -ms-linear-gradient(top, #4d90fe, #357ae8);
	background-image: -o-linear-gradient(top, #4d90fe, #357ae8);
	background-image: linear-gradient(top, #4d90fe, #357ae8);
	border: 1px solid #2F5BB7;
}
#filter-submit-btn div {
	height: 16px;
	width: 16px;
	position: absolute;
	left: 7px;
	top: 3px;
	background: url(../images/ch-btn.png) no-repeat;
}
#filter-reset-btn {
	float: left;
	background: url(../images/ch-res.png) no-repeat center center;
	height: 26px;
	width: 26px;
	cursor: pointer;
}
#slider {
	/*width: 185px;*/
	/*width: 100%;*/
    /*background: url(../images/body-bg5.png);*/
	background: none #efeff0;
	margin: 10px 16px 0;
}
.ui-slider {
	position: relative;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 16px;
	height: 16px;
	/* background: url(../images/jslider.png) no-repeat;*/
    cursor: pointer
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	/*border: 0;*/
    overflow: hidden;
	border-bottom: 1px solid #666666;
	/*border-left: 2px solid #666666;*/
	border-right: 2px solid #6699FF;
	height: 10px;
}
.ui-slider-horizontal {
	height: 10px;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -5px;
	margin-left: -16px;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;/* height: 100%;*/
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
.ui-widget-content {
	border-left: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	background: #fff;
}
.ui-widget-header {
	/*border: 1px solid #357AE8;*/
    background: none #6699ff;
}
.ui-corner-all {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.extra_fields {
	display: block;
}
.chopt {
	padding: 1px 3px 1px 14px;
	color:#333;
	font-weight: bold;
	cursor: pointer;
	float: left;
	margin: 2px 3px 0 3px;
	border: 1px solid #E1E1E1;
	background: url(../images/dlkr.png) #E9EDF1 no-repeat 3px center;
	font-size: 10px;
	font-weight: normal;
	display: inline;
}
.chopt:hover {
	background: url(../images/dlbr.png) #E9EDF1 no-repeat 3px center;
}
.dopop {
	display: table;
}
/* FILTER TITLE MANUFACTURES */
#arti-tle-f-m-r {
	float: left;
	padding: 5px 0 0 0;
}
.f-m-r-o-s {
	padding: 3px 6px;
	background: #eee;
	margin: 0 3px;
	font-size: 12px;
}
/* filter title end */


.fieldvalue_name_dis {
	color: #999999;
}
.jsfltr_valuebox {
	position: relative;
}
#jsfilter_right .filter_price #jsfilter_ajax_cont {
	/* left: -270px;*/
	right: 168px;
	position: absolute;
	top: 24px;/* width: 249px;*/
}
#jsfilter_right #jsfilter_ajax_cont {
	/*left: -268px;*/
	right: 158px;
	position: absolute;
	top: -6px;
	/*width: 249px;*/
	z-index: 999;
}
.fieldvalue_name_empty {
	color: #dddddd;
}
div.jsfltrchbox {
	display: none;
}
#filter_price_header {
	margin: 3px 0px 7px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}
span.box_price_from {
	padding-left: 17px;
}
.jsfltrchbox_empty {
	display: none;
}
div.jsfltrchbox.fltr_init_block {
	display: block;
}
div.jsfltrchboxtrue.fltr_init_block {
	display: block;
}
.jsfltrchbox_empty.fltr_init_block {
	display: none;
}
.characteristic_box {
	/* margin: 0 0 5px;*/
	padding: 0 0 4px 8px;
}
#jsfilter_right #jsfilter_ajax_cont {
	background: none repeat scroll 0 0 #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	height: 30px;
	line-height: 28px;
	/*padding: 0 5px;*/
	padding: 0 25px 0 5px;
	white-space: nowrap;
}
#jsfilter_right #sel_block_arrow {
	background: url("images/sel_block_arrow.png") repeat scroll 0 0 transparent;
	height: 30px;
	position: absolute;
	right: -5px;
	width: 6px;
}
.characteristic_block {
        border: 1px solid #f75a2a;
        margin: 0 0 4px;
        word-wrap: break-word;
        border-radius: 25px;
        padding: 5px;
}
#jsfilter_right #sel_block_close {
	cursor: pointer;
	height: 30px;
	position: absolute;
	right: 7px;
}
.fltr_chname_plus {
	background: url("images/filters-plus.png") repeat scroll 0 0 transparent;
	float: left;
	height: 9px;
	left: 2px;
	position: absolute;
	top: 8px;
	width: 9px;
}
.fltr_chname_minus {
	background: url("images/filters-minus.png") repeat scroll 0 0 transparent;
	float: left;
	height: 9px;
	left: 2px;
	position: absolute;
	top: 8px;
	width: 9px;
}
.ui-slider .ui-slider-handle {
	background: url("images/triangle_left.png") no-repeat scroll 0 0 transparent;
}
#slider a:last-child {
	background: url("images/triangle_right.png") no-repeat scroll 0 0 transparent;
	margin-left: -1px;/*margin-left: 0;*/
}
#jshop_filter_form span.art-button-wrapper:last-child {
/*margin: 0 0 0 5px;*/
}
 #jshop_filter_form span.art-button-wrapper:nth-last-child(2) {
 margin: 0 0 0 0;
}
.jsfltrchbox, .jsfltrchboxtrue {
	margin: 0 0 3px 0;
}
#fltr_button_box {
	text-align: center;
}
.jsfltrchbox input, .jsfltrchboxtrue input {
	position: absolute;
}
.jsfltrchbox span, .jsfltrchboxtrue span {
	margin: 0 0 0 25px;
}
.jsfltrchbox span#jsfilter_ajax_output, .jsfltrchboxtrue span#jsfilter_ajax_output {
	margin: 0 0 0 0;
}
#jsfilter_left #jsfilter_ajax_cont {
	background: none repeat scroll 0 0 #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 0;
	height: 30px;
	line-height: 28px;
	/* padding: 0 5px;*/
	padding: 0 5px 0 25px;
}
#jsfilter_left #jsfilter_ajax_cont {
	position: absolute;
	/*right: -269px;*/
    top: -6px;
	/*width: 240px;*/
	z-index: 999;
	left: 150px;
	white-space: nowrap;
}
#jsfilter_left .filter_price #jsfilter_ajax_cont {
	left: 168px;
	position: absolute;
	top: 24px;
}
#jsfilter_left #sel_block_arrow {
	background: url("images/sel_block_left_arrow.png") no-repeat scroll 0 0 transparent;
	height: 30px;
	left: -5px;
	position: absolute;
	width: 6px;
}
#jsfilter_left #sel_block_close {
	cursor: pointer;
	height: 30px;
	left: 7px;
	position: absolute;
}
#jsfilter_left #jsfilter_ajax_cont a {
	/*float: right;*/
    margin: 0 5px 0 0;
}
.jshop_filters {
	margin: 0 0 5px;
}
#jsfilter_ajax_loader {
	border: 0;
	margin: 0 0 -3px 5px;
}
#category_select {
	display: block;
	margin: 0 auto 3px;
	width: 163px;
}

/* FILTER MODULE END*/
