﻿.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: 190px;
  margin-left: 5px;
}
/*Cлайдер, по которому ходит ползунок*/
.ui-slider {
  height: 19px;
	position: relative;
  background: url(../images/sliderprice_bg.png) repeat-x;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
/*end Cлайдер, по которому ходит ползунок*/

/*Ползунок и позиционирование ползунков*/
.ui-slider .ui-slider-handle {
	width: 9px;
	height: 19px;
  margin-left: -4px;
	position: absolute;
  top: 0px;
  background: url(../images/polzun_sliderprice.png) no-repeat;
	cursor: pointer;
	z-index: 2;
}
/*end Ползунок и позиционирование ползунков*/

/*Активный участок между двумя ползунками*/
.ui-widget-header {
  height: 19px;
  background: url(../images/sliderprice_activebg.png) repeat-x;
}
.ui-slider .ui-slider-range {
  height: 100%;
	display: block;
	overflow: hidden;
	position: absolute;
  top: 6px;
	z-index: 1;
}
/*end Активный участок между двумя ползунками*/

/*Инпуты*/
#minCost,
#maxCost {
  width: 45px;
  height: 25px;
  line-height: 25px !important;
  padding: 0px 2px;
  margin: 0px;
  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 Инпуты*/