/* styles for price range filter */
.dipcen #slider-range {
  margin:10px 5px;
}

.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 b {
  display:block;
  padding:3px 0;
}
.filter_heading
{
  font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    opacity: 0.9;
    line-height: 9px;
	
text-align: center;   
    display: block;
    margin-bottom: 1em;}
.fapaksejalinija
{
border-top: 1px solid #dcd6d6;
    margin-top: 12px;
    margin-bottom: 10px;
}
.filter_cont input[type=checkbox] {
float: left;
margin-right:3px;}
.item {
    margin-top: 5px;
}
.attrib_divs
 {
font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000000;
    opacity: 0.9;
	    font-weight: 500;

}
label {
    display: table-row;
	line-height: 1.2em;
}