/* styles for price range filter */
.dipcen #slider-range {
  margin:10px 5px;
}

.dipcen {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.dipcen input[type=text] {
  width:60px;
  border:1px solid #ccc;
  border-radius:3px;
  text-align:center;
  padding:3px 0;
}

/* styles for attribute filter */

.filter_cont b {
  display:block;
  padding:3px 0;
}

.filter_cont input[type=checkbox] {
  margin:0 5px 0 11px;
}

.filter_heading {
	font-weight: bold;
}

.attrib_divs .item {
	text-align:left;
}

.dipcen .item {
	text-align:left;
}

.attrib_divs .item label {
	font-weight: 500 !important;
}

.dipcen .item label {
	font-weight: 500 !important;
}

.filter_cont .filter_heading {
	margin-top:10px;
}

.attrib_divs {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.attrib_cats a {
  display:block;
  text-align:left;
}