/* custom forms styles */
.customForm-hidden {
	display: block !important;
	position: absolute !important;
	left:-9999px !important;
}
/* custom select styles */
.select-area {
	float: left;
	position: relative;
	overflow: hidden;
	font:13px/17px 'aptifer-sans-light', sans-serif;
	height: 37px;
	margin:0 0 6px;
}

.form__block .select-area .select-opener {
    background:#fff url(/site/images/arrow-04.png) no-repeat 14px 17px;
}


.select-area .select-opener {
	background:#fff url(/site/images/arrow-04.png) no-repeat 14px 11px;
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	bottom:0;
	width: 31px;
	-webkit-border-radius:0 6px 6px 0;
	-moz-border-radius:0 6px 6px 0;
	border-radius:0 6px 6px 0;
	height: 26px;
}
.select-area .left {
	display:none;
	/*background: url(/site/images/bg-select.gif) no-repeat;*/
	position: absolute;
	width: 10px;
	height: 31px;
	z-index: 1;
	top: 0;
	left: 0;
}
.select-area .center {
	background:#fff;
	white-space:nowrap;
	text-overflow:ellipsis;
	position: relative;
	overflow:hidden;
	cursor: default;
	display: block;
	padding: 4px 35px 5px 8px;
	z-index: 2;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:2px 2px 3px rgba(2,2,2,0.2);
	-moz-box-shadow:2px 2px 3px rgba(2,2,2,0.2);
	box-shadow:2px 2px 3px rgba(2,2,2,0.2);
	color:#293e5d;
}
.select-area .center img {
	margin: 5px 5px 0 0;
	position: relative;
	float: left;
}
.options-overflow div.drop-list {
	overflow: auto;
}
.options-hidden {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}
.select-options {
	z-index: 3000;
	position: absolute;
	background: #fff;
}
.select-options .drop-holder {
	height: 1%;
}
.select-options-flipped .drop-holder {
	border-width: 2px 2px 0;
}
.select-options div.drop-list {
	width: 100%;
}
.select-options ul {
	overflow: hidden;
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
.select-options ul li {
	overflow: hidden;
	float: left;
	width: 100%;
}
.select-options ul a {
	text-decoration: none;
	cursor: default;
	color: #666;
	display: block;
	overflow: hidden;
	height: 1%;
	padding: 5px;
}
.select-options ul a span {
	cursor: default;
	float: left;
}
.select-options .item-selected a {
	text-decoration: none;
	background: #666;
	color: #fff;
}
.select-options ul a:hover {
	text-decoration: none;
}
.select-options ul a:focus {
	outline: none;
}
.select-options .optgroup strong{
	cursor: default;
	display: block;
	width: 100%;
}
.select-options .optgroup strong em {
	display: block;
	padding: 5px;
	height: 1%;
}
.select-options .optgroup ul a {
	padding-left: 20px;
}
.select-options img {
	margin: 2px 3px 0 0;
	float: left;
	border: 0;
}
.select-disabled {background-position: 0 -124px;color: #bbb;}
.select-disabled .left {background-position: 0 -93px;}
.select-disabled .select-opener {background-position: 100% -155px;}

.select-focus {background-position: 0 -217px;}
.select-focus .left {background-position: 0 -186px;}


.user-scheme__high-contrast .select-area, .user-scheme__blue .select-area, .user-scheme__cream .select-area {
	border: 1px solid;
}