@charset "utf-8";
/*
	styles for select
*/
.cusel,
.cuselFrameRight,
.jScrollPaneDrag,
.jScrollArrowUp,
.jScrollArrowDown {
	background: url(/img/select_bg.png) no-repeat;
}

.cusel { /* ����� ��� ������� ������� ������� ������ */
	height: 36px;
	background-position: left top;
	position: relative;
	cursor: pointer;
	font-size: 14px;
	z-index: 900;
        /*display: -moz-inline-stack;*/
		display: inline-block;
		vertical-align: top;
        zoom: 1;
       /* display: inline;*/
        margin: 0 4px 0 0;
    color: #635752;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
*:first-child+html .cusel {/*��� ��� IE7*/
	display: inline;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
body:first-of-type .cusel {
		top: 0;
	}
}
.cuselFrameRight { /* ����� ���� ������. ����� ���������� � ����� ������� */
	position: absolute;
	z-index: 902;
	top: 0;
	right: 0;
	height: 100%;
	width: 31px;
	background-position: right top;
}
.wid210 {
	width: 210px !important;  /*!important ���������� */
}
.wid150 {
	width: 150px !important; /* !important ���������� */
}
.wid120 {
	width: 120px !important;  /*!important ���������� */
}
.wid80 {
	width: 80px !important;  /*!important ���������� */
}

.cuselText { /* ��������� ��� ������������� ������ ������ */
	height: 14px;
	padding: 9px 0px 0 20px; /* ��������� ������� � ������ ��� �������� ������ � ������� */
	cursor: pointer;
	overflow: hidden;
	position: relative;
	z-index: 901;
	font: 12px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif; /* ������ */
	position: absolute;
	top: 0;
	left: 0;
}
* html .cuselText { /* ������ ����� ��� ������ ��� ��6 */
	height: 36px;
}
.cusel span { /* ���������� ������� */
	display: block;
	cursor: pointer;
	white-space: nowrap;
	padding: 2px 15px 2px 5px; /* ������� ������ - ��� ������ ������ �� �������� */
	zoom: 1;
}
.cusel span:hover,
.cusel .cuselOptHover { /* ������� ������� �� ��������� */
	background-color: #ddf0c4;
}
.cusel .cuselActive { /* ���������� ��������� ������� � ������ */
	background-color: #b5a9a3;
	color: #fff;
	cursor: default;
}

/*
	styles for scrollbar
*/
.cusel-scroll-wrap { /* ��������� ��� ����� � ���������� */
	display: block;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff; /* ��� ����������� ������ */
	min-width: 100%;
	width: auto;
    z-index: 900;
}
.cusel .jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 905;
    max-height: 121px;
    overflow-y: auto;
    border: 1px solid #D6D6D6;
    border-top: none;
}

.cusel .jScrollPaneTrack { /* ���� ��� �������� ��������� */
	height: 100%;
	width: 7px !important;
	background-color: #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;
}
/*����� ������ ��� ����� ����������� */
.cusel{
    background:url(/img/select_bg2.png) no-repeat;
    width:223px !important;
    left:-8.4px;
    height:31px;
    z-index:0 !important;
}
.contacts_form2 .form_block div{
    margin:0px !important;
}
.contacts_form2 .cusel {
    left:0px;
    margin-bottom:22px;
    font-size:11px !important;
}
.cuselFrameRight{
    background:none;
}
#cuselFrame-pr_master_site{
    left:0px;
    margin-bottom:7px;
    font-size:11px !important;
}
#cuselFrame-profile-address .jScrollPaneContainer, #cuselFrame-profile-address2 .jScrollPaneContainer{
    height:220px !important;
    overflow-y:scroll;
}
#cuselFrame-profile-sex .cuselText, #cuselFrame-profile-address .cuselText, #cuselFrame-profile-address2 .cuselText{
    font-size:11px !important;
    padding-left:14px !important;
}
#cuselFrame-order-purse, #cuselFrame-subject{
    left:0.5px;
}
