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

.dipcen {
  margin:0px 5px 25px 12px;
}

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

/* styles for attribute filter */

.filter_cont  {
  display:block;
  padding:3px 0;
  font-size:14px;
  margin:5px 5px 0px 5px;
  font-weight: none;
}


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

.filter_box{
    background-color:#fff;
-webkit-box-shadow: 1px 2px 5px 1px rgba(0,0,0,0.3);
-moz-box-shadow: 1px 2px 5px 1px rgba(0,0,0,0.3);
box-shadow: 1px 2px 5px 1px rgba(0,0,0,0.3);
}

.filter_box_title{
padding-top:15px;
padding-bottom:15px;
padding-left:15px;
font-size: 15px;
background-color: #191919;
color: #fff;
font-weight: bold;

}

.attrib_divs{
border-bottom: 1px solid #c4c4c4;
font-size: 13px;
padding-top: 10px;
padding-bottom: 10px;
margin-top: 10px;
margin-bottom: 10px;
height: 100px;
list-style: none;
border: 1px solid #e2e4e2;
overflow-y: scroll;

}


.reset_attr {
    cursor: pointer;
    border: 1px solid #c00e0e;
    color: #c00e0e;
    border-radius: 1px;
    padding: 1px;
    font-weight: 100; 
    font-size: 11px;   
}


.reset_attr:hover {
opacity:0.5;  
}

