#enabled_filters {
  margin: 0 0 10px 0;
  background: none;
  padding: 15px!important;
  border:1px solid #EEE;
}
#enabled_filters .layered_subtitle {
  font-weight: bold;  
}
#enabled_filters ul li {
  padding: 2px 0;
}
#enabled_filters li a {
  float: right;
  cursor: pointer;
}
#layered_block_left .layered_close {
  float: right;
  padding-right: 5px;
}
#layered_block_left span.layered_close a,
#layered_block_left span.layered_close a {
  display: block;
  height: 21px;
  width: 25px;
  text-decoration: none;
  text-indent: -5000px;
  background: url(img/icon/close.png) no-repeat 7px 9px;
}
#layered_block_left span.closed a {
  background: url(img/icon/open.png) no-repeat 7px 8px;
}
#layered_block_left .layered_subtitle {
	display: inline-block;
    font-size: 1.28em;
    font-weight: 500;
	font-family:"Philosopher",serif;
}
#layered_block_left ul {
  clear: both;
  padding: 5px 0;
}
#layered_block_left ul li {
	border-bottom: 1px dashed #d5d5d5;
    margin: 5px 0;
    padding: 5px 0;
}
#layered_block_left ul label,
#layered_block_left ul li label {
  	cursor: pointer;
	font-weight:normal;
	font-family: "Raleway",sans-serif;
    font-size: 13px;
}
.layered_price label, .layered_price #layered_price_range {
    font-weight: 300 !important;
	margin-bottom: 10px;
}
#layered_block_left ul {
    margin-bottom: 0;
    padding-left: 0;
}
#layered_block_left ul li {
    list-style-type: none;
}
#layered_block_left ul li:last-child {
	border-bottom: 0;
}
#layered_block_left div > form > div > div {
  display: inline-block;
    margin-top: 10px;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
}
#layered_block_left div > form > div > div::before {
    background: url("img/border.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    content: "";
    height: 15px;
    position: absolute;
    width: 25%;
}
.layered_price{
	margin-bottom:20px;
}
#layered_block_left div > form > div > .layered_price::before {
	bottom:-16px;
}
#layered_block_left div > form > div > div:last-child {
	border-bottom:none;
	padding:0;
}
#layered_block_left #enabled_filters, #layered_url_filter_block {
  padding-bottom: 10px;
  margin-bottom: 5px;
  margin-top: 10px;  
}
#layered_block_left #enabled_filters ul li {
  margin-left: 0;
  padding-left: 0;
  font-weight: 300;
}
#layered_block_left ul li:hover a {
    color: #f64747;
}
/* Style moved form the template to the css  */
#layered_block_left #enabled_filters ul li:hover {
  background: inherit;
  color: inherit;
}
#layered_block_left ul li input.checkbox {
  vertical-align:initial;
  margin-left: 2px;
  margin-top:0px;
  margin-right:7px;
  display:inline-block;
}
#layered_block_left ul li label {
	margin-bottom:0px;
}
#layered_block_left ul li .disabled {
  color: #666;
}
#layered_block_left .color-option {
  border: 1px solid #EEE;
  height: 16px;
  margin-left: 0;
  margin-right: 5px;
  padding: 0;
  width: 16px;
}
#layered_block_left .color-option.disable {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
}
#layered_block_left .nomargin a {
  display: inline;
  font-weight: 400;
}
#layered_form .select {
  width: 165px;
}
#layered_form .color-option {
	border: 0 none;
    border-radius: 2px;
    height: 15px;
    margin-left: 0;
    padding: 0;
    vertical-align: sub;
    width: 15px;
}
#layered_form .color-option.on {
  border: 2px solid black;
}
#layered_form input[type=radio] {
  margin-left: 2px;
  vertical-align: middle;
}
.layered_price_range {
  margin-left: 7px;
}
.layered_price_range_unit {
  margin-right: 7px;
}
.layered_slider_container {
  margin: 6px 0 6px 10px;
  width: 91%;
}
.layered_slider {
  margin-top: 5px;
}
.layered_input_range_min {
  width: 30px;
}
.layered_input_range_max {
  width: 40px;
}
.layered_list_selected {
  font-weight: bold;
}
.layered_list {
  display: block;
  cursor: pointer;
}
.layered_list:hover {
  font-weight: bold;
}
.layered_ajax_loader p {
  margin: 20px 0;
  text-align: center;
}
.ui-slider-horizontal .ui-slider-range {
	background:#959595;
}
.hide-action {
  text-align: center;
  text-align: right;
  display: block;
  cursor: pointer;
}
.hide-action:hover {
  font-weight: bold;
}
#layered_form div div ul {
  overflow-x: none;
}
.layered_filter {
  border-bottom: 1px solid #eee;
}
.layered_filter label {
    font-weight: normal;
 }
.layered_filter layered_subtitle {
    font-size: 1.2em;
}
.ui-widget-content {
	border-radius:0px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border-radius:50%;
}
.ui-slider-horizontal {
	height:8px!important;
}
.ui-slider-horizontal .ui-slider-handle {
    background: none repeat scroll 0 0 #000;
    border: 0 none;
    border-radius: 2px;
    height: 14px;
    top: -4px;
    width: 14px;
}
.ui-slider-horizontal .ui-slider-handle:hover{
	background: none repeat scroll 0 0 #ff8201;
}
.checker {
	float:left;
}