@charset "utf-8";
/*
	styles for select
*/
.cusel,
.cuselFrameRight,
.jScrollPaneDrag,
.jScrollArrowUp,
.jScrollArrowDown {
	
}
.cusel { /* ����� ��� ������� ������� ������� ������ */
	height: 28px;
	display: inline-block;
	position: relative;
	font-size: 13px;
	z-index: 1;
	color:#041833;
	font-family:Arial;
	border:1px solid #d1d1d1;
	outline:none;
}
.filter-news .cusel{
	border-radius:5px;
}
.filter-news .cusel.cuselOpen{
	border-radius:5px 5px 0 0;
}

.cuselText { /* ��������� ��� ������������� ������ ������ */
	height: 16px;
	padding: 7px 0 0 7px; /* ��������� ������� � ������ ��� �������� ������ � ������� */
	cursor: pointer;
	overflow: hidden;
	position: relative;
	z-index: 1;
	font: 12px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif; /* ������ */
	position: absolute;
	top: 0;
	left: 0;
	line-height:16px;
}
* html .cuselText { /* ������ ����� ��� ������ ��� ��6 */
	height: 22px;
}
.cusel span { /* ���������� ������� */
	clear:both;
	float:left;
	white-space: nowrap;
	padding: 2px 0 2px 6px; /* ������� ������ - ��� ������ ������ �� �������� */
	zoom: 1;
	cursor:pointer;
}
.cusel span:hover,
.cusel .cuselOptHover { /* ������� ������� �� ��������� */
	text-decoration:underline;
}


.cuselOpen {
	z-index: 999;
}

/*
	styles for disabled select
*/
.classDisCusel,
.classDisCusel .cuselFrameRight {
	background-image: url(../images/selects-2-dis.png) !important;
	cursor: default;
	color: #ccc;
}
.classDisCusel .cuselText {
	cursor: default;
}


/*
	styles for scrollbar
*/
.cusel .cusel-scroll-wrap { /* ��������� ��� ����� � ���������� */
	display: block;
	visibility: hidden;
	position: absolute;
	left: -1px;
/*	padding-right:2px; */
    right: -1px;
	top: 100%;
	background: #fff; /* ��� ����������� ������ */
	min-width: 100%;
/*	width: 100% !important; */
}

.cusel .jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 5;
	border: 1px solid #d1d1d1; /* ������� ����������� ���c�� */
}

.filter-news .cuselOpen .jScrollPaneContainer{
	border-radius:0 0 5px 5px;
}

.cusel .jScrollPaneTrack { /* ���� ��� �������� ��������� */
	height: 100%;
	width: 7px !important;
	background: #ccc;
	position: absolute;
	top: 0;
	right: 4px;
}
.cusel .jScrollPaneDrag { /* �������� */
	position: absolute;
	background-position: -40px -26px;
	cursor: pointer;
	width: 15px !important;
	height: 27px !important;
	right: -4px;
	
}

.cusel .jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.cusel .jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
span.cuselActive{
	display:none;
}
.cuselFrameRight{
	position:absolute;
	right:5px;
	top:50%;
	margin-top:-3px;
	width:11px;
	height:6px;
	cursor:pointer;
	background:url(../images/sprite.png) -226px -197px no-repeat
}