/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

.ui-slider-my { position: relative; text-align: left; background:#FFF; border:1px solid1 black;}

.ui-widget-content {
	width:190px;
	background:url(http://img.e-klient.ru/images/right_slider_bg.png) top no-repeat #FFF;
	color:#7b7b7b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	padding:15px;
	
} /* Фон контента */

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background:url(http://img.e-klient.ru/images/right_slider_disabled_center.png) no-repeat;
	height:46px;
	width:180px;
	color:#FFF;
	font-size:14px;
	font-family:"Segoe UI", Arial, Helvetica, sans-serif;
	text-align:left;
	padding:7px 0px 0px 40px;
} /*Фон неактивного заголовка*/
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	background:url(http://img.e-klient.ru/images/right_slider_center_active.png) no-repeat;
	height:46px;
	width:180px;
	color:#FFF;
	font-family:"Segoe UI", Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:14px;
	padding:7px 0px 0px 40px;
} /*Фон активного заголовка*/

.ui-state-active a, .ui-state-default a{
	color:#FFF;
	text-decoration:none;
}

#accordion{
	padding-top:17px;
	float:left;
}