.K2FilterBlock {



}

.k2filter-table {

	display: table;

}



.k2filter-row {

	display: table-row;

}



.k2filter-cell {

	padding: 0 0 0 10px ;
	float: left;
	height: 28px;
	margin-bottom: 5px;
	margin-right: 2px;
	background: url(../assets/bg-select.png) no-repeat;
	background-position: center right;
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
	font-weight: bold;
	max-width: 190px;
	overflow: hidden;
	border: none;
	color: #635b49;
	text-transform: uppercase;
	}
	
.k2filter-cell:hover {
background-color: rgba(255, 255, 255, 0.7);
background: url(../assets/bg-select1.png) no-repeat;
	background-position: center right;}
	
.k2filter-cell select container{
	border: 0;
	paddin-left: 10px;
	width: 200px;}

.K2FilterBlock input.button {
    background: url(../assets/bg-button.png) no-repeat;
	background-position: center left;
	margin-top: 0;
	color: #635b49;
	font-size: 90%;
	font-weight: bold;
	height: 28px;
	padding-left: 25px;
	}

.K2FilterBlock input.button:hover {
	background-color: rgba(255, 255, 255, 0.7);
background: url(../assets/bg-button1.png) no-repeat;
	background-position: center left;}



.K2FilterBlock .k2filter-field-slider {

	padding-right: 20px;

}



.K2FilterBlock .k2filter-slider-amount {

	border:0; 

	color:#f6931f; 

	font-weight:bold;

}



.K2FilterClear {

	display: block;

	clear: both;

}

