@charset "utf-8";
/*
	styles for select
*/
.cusel,
.cuselFrameRight,
.jScrollPaneDrag,
.jScrollArrowUp,
.jScrollArrowDown {
	background: url(../images/cusel.png) no-repeat;
}
.cusel.cuselFocus, .cuselFocus .cuselFrameRight, .cuselFocus .jScrollPaneDrag, .cuselFocus .jScrollArrowUp, .cuselFocus .jScrollArrowDown {
	background-image: url(../images/cusel-focus.png);
}
.cusel.cuselOpen, .cuselOpen .cuselFrameRight, .cuselOpen .jScrollPaneDrag, .cuselOpen .jScrollArrowUp, .cuselOpen .jScrollArrowDown {
	background-image: url(../images/cusel-open.png);
}
.cusel { /* ����� ��� ������� ������� ������� ������ */
	height: 34px;
	background-position: left top;
	display: inline-block;
	position: relative;
	cursor: pointer;
	font-size: 14px;
	z-index: 1;
	/* width: 100% !important;*/
	margin-right: 1px;
	outline: 0px;
}
.cuselFrameRight { /* ����� ���� ������. ����� ���������� � ����� ������� */
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	height: 100%;
	width: 24px;
	background-position: right top;
}

.cuselText {
	padding: 1px 20px 0 5px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	z-index: 1;
	font-size: 14px;
	color: #000;
	position: absolute;
	top: 0;
	left: 0;
	height: 32px;
	line-height: 32px;
}
* html .cuselText { /* ������ ����� ��� ������ ��� ��6 */
	height: 31px;
}
.cusel span { /* ���������� ������� */
	display: block;
	cursor: pointer;
	white-space: nowrap;
	padding: 2px 15px 2px 5px; /* ������� ������ - ��� ������ ������ �� �������� */
	zoom: 1;
	font-size: 14px;
}
.cusel span:hover,
.cusel .cuselOptHover { /* ������� ������� �� ��������� */
	background: #ffe2ca;
}
.cusel .cuselActive { /* ���������� ��������� ������� � ������ */
	cursor: default;
	background: #ffe2ca;
}

/*
	styles for focus and hover
*/


.cuselOpen {
	z-index: 999;
}

/*
	styles for disabled select
*/

/*
	styles for scrollbar
*/
.cusel .cusel-scroll-wrap { /* ��������� ��� ����� � ���������� */
	display: block;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff; /* ��� ����������� ������ */
	min-width: 100%;
	width: auto;
	z-index: 99;
}
.cusel .jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 5;
	border: 1px solid #999; /* ������� ����������� ���c�� */
}

.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;
}
.cusel .jScrollArrowUp { /* ������� ����� */
	position: absolute;
	top: 0;
	right: 2px;
	width: 26px;
	height: 12px;
	cursor: pointer;
	background-position: -2px -26px;
	overflow: hidden;
}
.cusel .jScrollArrowDown { /* ������� ���� */
	width: 25px;
	height: 12px;
	position: absolute;
	top: auto;
	bottom: 0;
	right: 3px;
	cursor: pointer;
	background-position: -21px -26px;
	overflow: hidden;
}