/*---------------------------------------
	Большой фильтр
-----------------------------------------*/
.filter_big{
	padding:0;
	margin:0 0 30px 0;
	list-style:none;
	
	
	font:12px Arial;
	color:#646463;
}
.filter_big h6{
/*	color:#333;
	font:bold 13px Tahoma;
	margin:12px 0 7px 16px;
	line-height:1;
*/	
/*	text-shadow:0px 0px 3px #c6c6c6;*/
}
.filter_big li ins{
	display:block;
	height:20px;
	background:#FFF;
/*	background:#7e7e7e;
	border-top:1px solid #cacaca;
*/
}
.filter_big .tb-checkbox label,
.filter_big .tb-checkbox input{
	cursor:pointer;
}
.filter_big .tb-checkbox label:hover{
	color:#2bbdef;
	text-decoration:underline;
}
/*Тайтл*/
.filter_big .info{
	display:inline-block;
	

	background:#2bbdef;
	color:#FFF;
	
	width:12px;
	height:12px;
	font:italic bold 10px Verdana;
	line-height:12px;
	text-align:center;
	margin-left:5px;
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	behavior: url(/templates/default/css/pie.htc);
	cursor:help;
}

.filter_big .tb-checkbox table{
	margin-bottom:13px;
}
.filter_big .tb-checkbox tfoot td,
.filter_big .tb-checkbox tfoot th{
	display:none;
}
.filter_big .tb-checkbox p{
	height:20px;
	margin:-5px 0 10px 0;
	text-align:center;
	color:#dd574f;
}
.filter_big .tb-checkbox p a{
	color:#dd574f;
}
.filter_big .tb-checkbox th{
	padding:0 5px 0 13px;
	height:24px;
}
.filter_big .tb-checkbox td b{
	color:#dd574f;
	font-weight:normal;
}


.filter_big .tb-range table{
	margin:18px auto 10px auto;
}
.filter_big .tb-range th{
	padding:0 4px;
	height:24px;
}
.filter_big .tb-range th b{
	display:inline-block;
	padding:0 5px;
	
	border:1px solid #c6c5c5;
}
.filter_big .tb-range th input,
.filter_big .tb-range th select{
	font:normal 14px Tahoma;
	color:#3b5861;
}
.filter_big .tb-range th b input{
	width:76px;
	padding:1px 0;
	margin:0;
	background:0;
	border:0;
	text-align:center;
}
.filter_big .tb-range th select{
	width:56px;
}
/* Кнопка "Отправить" */
.filter_big .subm{
	text-align:center;
}
.filter_big .subm .my-button{
	position:relative;
	bottom:10px;
}
/* кнопка Reset*/
.filter_big li.subm a.my-button{
	cursor:pointer
}

/*---------------------------------------
	UI slider-range
-----------------------------------------*/
.tb-range .slider-range{/*Контейнер*/
	padding:3px 12px;
	position:relative;
	top:10px;
	height:20px;
}
.tb-range .slider-range div{/*сам слайдер*/
	border:0;
	background:#dedede;
	height:3px;
}
.tb-range .slider-range .ui-slider-range{/*полоска*/
	border:0;
	background:#2bbdef;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

	behavior: url(/templates/default/css/pie.htc);
}
.tb-range .slider-range .ui-slider-handle{/*кнопка*/
	width:12px;
	height:10px;
	background:url(/templates/klimatdoma/images/bigfilter-arr.gif);
	border:0;
	margin-top:-9px;
}