﻿.polzun_left {
  min-height: 19px;
  clear: both;
  /*background: url(../images/polzun_sliderprice.png) 1px 0px no-repeat;*/
}
.polzun_right {
  min-height: 19px;
  /*background: url(../images/polzun_sliderprice.png) top right no-repeat;*/
}
#slider {
  width: 193px;
}
/*Cлайдер, по которому ходит ползунок*/
.ui-slider {
  height: 3px;
	position: relative;
  top: 5px;
  background: #aaa8a1;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
/*end Cлайдер, по которому ходит ползунок*/

/*Ползунок и позиционирование ползунков*/
.ui-slider .ui-slider-handle {
	width: 13px;
	height: 13px;
  margin-left: -4px;
	position: absolute;
  top: -5px;
  background: url(../images/polzun_sliderprice.png) no-repeat;
	cursor: pointer;
	z-index: 2;
}
/*end Ползунок и позиционирование ползунков*/

/*Активный участок между двумя ползунками*/
.ui-widget-header {
  height: 3px;
	position: relative;
  top: 5px;
  background: #ed3e3e;
}
.ui-slider .ui-slider-range {
  height: 100%;
	display: block;
	overflow: hidden;
	position: absolute;
  top: 0px;
	z-index: 1;
}
/*end Активный участок между двумя ползунками*/

/*Инпуты*/
#minCost,
#maxCost {
  width: 45px;
  height: 25px;
  line-height: 25px !important;
  padding: 0px;
  margin: 0px;
  font-weight: bold;
  text-align: left !important;
  background: url(../images/inpprice.png) 0px 0px no-repeat;
  border: 0px;
}
#minCost:focus,
#maxCost:focus {
  background: url(../images/inpprice_active.png) 0px 0px no-repeat;
}
/*end Инпуты*/