

#jshop_unijax_filter {
    font-size: 120%;
	float:left;
}

#jshop_unijax_filter .groupbtnleft,
#jshop_unijax_filter .groupbtnright {
	padding: 5px 10px;
	border: 1px solid rgba(0, 0, 0, 0);
	display: inline-block;
	vertical-align: top;
}

#jshop_unijax_filter .groupbtnleft:hover,
#jshop_unijax_filter .groupbtnright:hover {
	cursor: pointer;
}

#jshop_unijax_filter .groupbtnleft {
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
	border-color: #aaa;
	color: #fff;
	margin-right: -5px;
	background: rgb(59,103,158);
	background: -moz-linear-gradient(top,  rgba(59,103,158,1) 0%, rgba(43,136,217,1) 50%, rgba(32,124,202,1) 51%, rgba(94,170,229,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,103,158,1)), color-stop(50%,rgba(43,136,217,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(94,170,229,1)));
	background: -webkit-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(94,170,229,1) 100%);
	background: -o-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(94,170,229,1) 100%);
	background: -ms-linear-gradient(top,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(94,170,229,1) 100%);
	background: linear-gradient(to bottom,  rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(94,170,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#5eaae5',GradientType=0 );
}

#jshop_unijax_filter .groupbtnleft:hover {
	background: rgb(109,179,242);
	background: -moz-linear-gradient(top,  rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(30,105,222,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,179,242,1)), color-stop(50%,rgba(84,163,238,1)), color-stop(51%,rgba(54,144,240,1)), color-stop(100%,rgba(30,105,222,1)));
	background: -webkit-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%);
	background: -o-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%);
	background: -ms-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%);
	background: linear-gradient(to bottom,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 );
}

#jshop_unijax_filter .groupbtnright {
	float:right;
	background-color: #f4f4f4;
    color: #000;
    text-decoration: none;
    padding: 5px 15px;
    transition: 0.2s;
}

#jshop_unijax_filter .groupbtnright:hover {
	background-color: #f58320;
    color: #fff;
}

#jshop_unijax_filter .select[multiple],
#jshop_unijax_filter select[size] {
    height: auto;
	border-radius: 0px;
	padding: 0px;
}

.uf_options {
	clear: both;
	border: 1px solid #CCCCCC;
	border-top: none;
}

.uf_input {
	clear: both;
	display: block;
	padding: 0;
	background: #fff;
	line-height: 18px;
}

.uf_input input[type="checkbox"] {
	display: none;
	vertical-align: middle;
	margin: 0 0 0 5px;
}

.uf_input input[type="checkbox"]:disabled + label {
	color:#999;
}

#jshop_unijax_filter select {
	width: 100%;
    padding: 5px 3px;
    border: 1px solid #bababa;
	border-radius: 2px;
}

#jshop_unijax_filter .chzn-container-single .chzn-single,
#jshop_unijax_filter .chzn-container-active.chzn-with-drop .chzn-single{
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border: 0 !important;
	border-right:1px solid #ccc !important;
}

#jshop_unijax_filter .chzn-container-single .chzn-search input {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	min-height:24px;
}

#jshop_unijax_filter .chzn-drop{
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	margin-left: -1px;
	width: 101.5%!important;
}

#jshop_unijax_filter .chzn-container-single .chzn-single{
	background: #FFF !important;
}

#jshop_unijax_filter .chzn-container-multi  .chzn-choices,
#jshop_unijax_filter .chzn-container-multi  .chzn-choices  .search-field  input{
	cursor: pointer;

}

#jshop_unijax_filter .chzn-container.chzn-container-multi  .chzn-choices {
	background-image: url('../images/arrow_down.png');
	background-position: 100% 50%;
	background-repeat: no-repeat;
	border: 0px !important;
	border-right: 1px solid #ccc!important;
}

.uf_select_options ul.chzn-choices {
	border: 0px !important;
	padding: 3px 0;
	background: #fff;
}

#jshop_unijax_filter .chzn-container-multi.chzn-container-active  .chzn-choices {
   background-image: url('../images/arrow_up.png');
   background-position: 100% 50%;
   background-repeat: no-repeat;
}

#jshop_unijax_filter ul.chzn-results li.result-selected,
.uf_preview {
	display: none !important;
}

.uf_price {width:100%;}

#uf_price_from, #uf_price_to, .uf_pricereset{
	display: inline-block;
	height: 18px;
	max-width: 38%;
	padding: 6px 5px;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	border: 1px solid #ccc;
	vertical-align: top;
}


.uf_pricereset {
	width:10%;
	cursor: pointer;
	color: #333;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #bbb;
	border-bottom-color: #a2a2a2;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

.uf_input label {
	display: inline-block;
	padding: 2px 5px;
	margin: 0;
	cursor: pointer;

}

.uf_input:hover {
	background-color: #3875d7;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );  
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
	background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
	background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
	background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
	background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
}

.uf_input:hover label {
	color: #FFF;
}

.uf_buttons {
	padding-top: 10px;
	text-align: center;
}

.uf_attr_img {
	width: 16px;
	height: 16px;
	vertical-align: text-top;
}

[class^=uf_label_] {
    border-bottom: 0px !important;
    color: #090909;
    font-size: 110%;
	cursor:pointer;
}

[class^=uf_label_]:after {
    margin-top: 10px;
    width: 9px;
    height: 8px;
    line-height: 6px;
    content: '<';
    display: block;
    float: right;
    transform: rotate(90deg) scale(.8,1.4);
    transition: 0.4s;
}

[class^=uf_label_].rotate:after {
    transform: rotate(-90deg) scale(.8,1.4);
}

form>[class^=uf_options_], form>[class^=uf_label_] {
    float:left;
	width: 92%!important;
    margin: 10px 4%;
}

.uf_label_selected {
}

.uf_manufacturer,
.uf_category,
.uf_vendor {
	color: #07527A;
	font-size: 13px;
	font-weight: bold;
}

#uf_sales,
#uf_additional_prices,
#uf_reviews {
	font-weight:bold;
    border: 0;
    font-size: 12px;
	margin: 5px 0;
}

#uf_sale,
#uf_additional_price,
#uf_review {
	display: inline-block;
}

.uf_options_sale,
.uf_options_additional_price,
.uf_options_review {
	border: 1px solid #ccc;
}

#uf_finded_products,
.uf_select_options {
    width: 100%;
}

.uf_overflow {
	overflow-y:scroll;
}

.uf_overflow.uf_no_overflow {
	overflow-y:auto;
}

#jshop_unijax_filter a,
#jshop_unijax_filter a:hover,
#jshop_unijax_filter a:focus {
	text-decoration:none !important;
}

.uf_input > .uf_link,
.uf_input > .uf_tooltip,
[class^=uf_label_] > .uf_tooltip {
	display: inline-block;
	width: 18px;
	height: 18px;
	float: right;
	margin-right:2px;
}

.uf_input > .uf_link {
	background: url("../images/goto.png") no-repeat scroll center center transparent;
}

.uf_input > .uf_link:hover {
	background: url("../images/goto_f.png") no-repeat scroll center center transparent;
}

.uf_input > .uf_tooltip,
[class^=uf_label_] > .uf_tooltip {
	background: url("../images/help.png") no-repeat scroll center center transparent;
}

.uf_input > .uf_tooltip:hover,
[class^=uf_label_] > .uf_tooltip:hover {
	background: url("../images/help_f.png") no-repeat scroll center center transparent;
}

.uf_clear {
	clear:both;
	margin-bottom:10px;
}

#uf_tooltip{
	position:absolute;
	border:1px solid #ccc;
	padding:5px;
	display:none;
	color:#fff;
	background: rgb(242,245,246);
	background: -moz-linear-gradient(top,  rgba(242,245,246,1) 0%, rgba(227,234,237,1) 37%, rgba(200,215,220,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,245,246,1)), color-stop(37%,rgba(227,234,237,1)), color-stop(100%,rgba(200,215,220,1)));
	background: -webkit-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%);
	background: -o-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%);
	background: -ms-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%);
	background: linear-gradient(to bottom,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 );
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 1em #ccc;
	-webkit-box-shadow: 1 1 1em #ccc;
	box-shadow: 1px 1px 1em #ccc;
	color:#334d89;
	padding: 10px 15px;
	max-width: 350px;
}

#uf_count_product {
	color: #0438BB;
	font-weight: bold;
}

#uf_count_product > .uf_count_loader {
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url('../images/preload.gif');
	vertical-align: middle;
}

#jshop_unijax_filter .nonactive {
	color: #c0c0c0 !important;
}

#jshop_unijax_filter .active {
	color: #111111 !important;
}

#jshop_unijax_filter #uf_price_trackbar {
	width: 100%;
}

#uf_price_trackbar table.trackbar div,
#uf_price_trackbar table.trackbar td {
	margin: 0;
	padding: 0;
}

#uf_price_trackbar table.trackbar {
	border-collapse: collapse;
	border-spacing: 0;
	height: 17px;
	width: 100%;
	margin-bottom: 10px;
}



#uf_price_trackbar table.trackbar .l {
	text-align: right;
}

#uf_price_trackbar table.trackbar .r {
	position: relative;
	text-align: left;
	cursor: default;
}

#uf_price_trackbar table.trackbar .l div,
#uf_price_trackbar table.trackbar .r div {
    position: relative;
    top: 3px;
    white-space: nowrap;
    width: 0;
    z-index: 1;
}

#uf_price_trackbar table.trackbar .l div {
    text-align: right;
}

#uf_price_trackbar table.trackbar .r div {
    text-align: left;
}

#uf_price_trackbar table.trackbar .l div img,
#uf_price_trackbar table.trackbar .r div img {
	cursor: pointer;
}

#uf_price_trackbar span.inactive,
#uf_price_trackbar span.inactive {
    background: url("../images/b_bg_on_2.png") repeat-x scroll left top transparent;
    height: 19px;
	vertical-align: top;
}

#uf_price_trackbar table.trackbar .l div span.inactive {
    float: left;
    position: relative;
	vertical-align: top;
	right:-1px;
}

#uf_price_trackbar table.trackbar .r div span.inactive {
    display: inline-block;
	position:relative;
	left:-9px;
}

#uf_price_trackbar table.trackbar .l div span.limit,
#uf_price_trackbar table.trackbar .r div span.limit {
    color: #777777;
    font: 11px tahoma;
    position: absolute;
    top: -20px;
    z-index: 1;
}

#uf_price_trackbar table.trackbar .l div span.limit {
    left: 0px;
    text-align: left;
}

#uf_price_trackbar table.trackbar .r div span.limit {
    right: 0px;
}

#uf_price_trackbar table.trackbar .c {
	font-size: 1px;
	width: 100%;
	background: repeat-x url(../images/b_bg_on_1.png) top right;
}
