
/* TAG's */

/* ***** */

/* ID's */

/* **** */

/* CLASS'es */

.slider-num {
	/*width:200px;*/
	height:20px;
	margin: 10px 3px 0 10px; padding: 0 7px 0 0;
	/*border:1px solid red;*/
}

.slider-num p {
	float:left;
	margin:0;
	padding:0;
	width:20%;
	font-size:.8em;
	text-align:center;
}
.slider-num .l { text-align:left; }
.slider-num .r { text-align:right; }

.noValues { color: #999999; }

.rangeDiv {
	position: absolute;
	background: transparent url("/i/jquery/slider/slider_bg.png") repeat-x 0 -9px;
	height:9px;
	left: 0;
	width: 100%;
	z-index: 0;
}

.ui-widget-header {
	/*border: 1px solid #aaaaaa;*/
	background: transparent url("/i/jquery/slider/slider_bg.png") repeat-x 0 0;
	color: #222222;
	font-weight: bold;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width:13px;
	height:29px;
}

.ui-slider-horizontal {
	width:200px;
	height:9px;
	background: transparent url("/i/jquery/slider/slider_bg.png") repeat-x 0 0;
	margin: 0 0 0 10px;
}

.ui-widget-content {
	color: #222222;
	border:none;
}

.ui-state-default, .ui-widget-content .ui-state-default {
	font-weight: normal;
	color: #555555;
	outline: none;
	border:none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
	font-weight: normal;
	color: #212121;
	outline: none;
}

.ui-state-active, .ui-widget-content .ui-state-active {
	font-weight: normal;
	color: #212121;
	outline: none;
}

.ui-slider-handle-left {
	margin-left: -1em !important;
	background:transparent url("/i/jquery/slider/slider_handle_left.png") no-repeat 50% 50% !important;
}
.ui-slider-handle-right {
	margin-left: -.05em !important;
	background:transparent url("/i/jquery/slider/slider_handle_right.png") no-repeat 50% 50% !important;
}

.ui-slider-horizontal .ui-slider-handle { top:0; }

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	font-size:1px;
	height:9px;
}

.ui-slider-horizontal .ui-slider-range-min { left: 0; }

.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-corner-all {
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
}

/* ******** */

/* Kostya */
/*
.t-inp { width:100%; }

.i-text-short input { margin:0 3px 0 8px; }

.t-inp .i-text-short input {
	width:3.19em;
	margin:0;
}
.t-inp .slider-num {
	width:225px;
	margin:12px 0 0 0;
}
*/

/* Kostya */
