/**********************************************************************
 * jquery selectbox
 **********************************************************************/

.jquery-selectbox {
	background-image:url(../../img/dropdown/bg-TextField.png);
	background-repeat: no-repeat;
	color:#444444;
	display:inline;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	height:31px;
	margin-top:1px;
	padding:0;
	position:relative;
	width:60px;
	z-index:0;
}
.jquery-selectbox.selecthover {
	background-color:#FFFCDF;
	background-image:url(../../img/dropdown/bg-TextField.png);
	background-position: 0 -31px;
	border-color:#9F7627;
	z-index:700;
}
.jquery-selectbox .jquery-selectbox-currentItem {
	color: #0080ca;
	display:block;
	cursor:default;
	height:24px;
	overflow:hidden;
	padding:6px 0 0 6px;
	white-space:nowrap;
	width:36px;
	position:absolute;
}
.jquery-selectbox .jquery-selectbox-list {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFCDF none repeat scroll 0 0;
	border:1px solid #D2AD63;
	display:none;
	height:120px;
	left:0;
	overflow-x:hidden;
	overflow-y:auto;
	padding:2px;
	position:absolute;
	top:31px;
	width:55px;
	z-index:1000;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../../img/dropdown/lay-selectMoreButton.png) repeat scroll 0 0;
	cursor:pointer;
	float:right;
	height:31px;
	width:30px;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../../img/dropdown/lay-selectMoreButton.png) repeat scroll 0 -31px;
}
.jquery-selectbox .jquery-selectbox-item.listelementhover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#87683D none repeat scroll 0 0;
	color:#EEEEEE;
}
.jquery-selectbox .jquery-selectbox-item {
	cursor:default;
	display:block;
}


/**********************************************************************
 * jquery selectbox
 **********************************************************************/

.kontakform-selectbox {
	background-image:url(../../img/basic/dropdown.png);
	background-position: 0 -1px;
	color:#444444;
	display:inline;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	height:31px;
	margin-top:1px;
	padding:0;
	position:relative;
	width:288px;
	z-index:0;
	margin-left:27px;
}
.kontakform-selectbox.selecthover {
	background-position:0 -71px !important;
	}
.kontakform-selectbox.selecthover {
	background-color:#FFFCDF;
	background-image:url(../../img/basic/dropdown.png);
	background-position:0 -36px !important;
	border-color:#9F7627;
	z-index:700;
}
.kontakform-selectbox.selectopen {
	background-color:#FFFCDF;
	background-image:url(../../img/basic/dropdown.png);
	background-position:0 -71px;
	border-color:#9F7627;
	z-index:700;
}
.kontakform-selectbox .kontakform-selectbox-currentItem {
	
	display:block;
	cursor:default;
	height:24px;
	overflow:hidden;
	padding:6px 0 0 6px;
	padding-left:12px;
	white-space:nowrap;
	width:246px;
}
.kontakform-selectbox .kontakform-selectbox-list {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	margin-top:0;
	margin-left: 2px;
	background:#fff none repeat scroll 0 0;
	border:1px solid #c5c5c5;
	border-top: none;
	display:none;
	left:0;
	overflow-x:hidden;
	overflow-y:auto;
	padding-top: 11px;
	padding-bottom: 10px;
	position:absolute;
	top:31px;
	width:284px;
	z-index:1000;
}
.kontakform-selectbox .kontakform-selectbox-moreButton {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	
	background:transparent url(../../img/basic/dropdown.png) repeat scroll -260px -1px;
	cursor:pointer;
	float:right;
	height:31px;
	width:30px;
}
.kontakform-selectbox.selectopen .kontakform-selectbox-moreButton {
	background-position:-260px -71px;
}

.kontakform-selectbox .kontakform-selectbox-moreButton.morebuttonhover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../../img/basic/dropdown.png) repeat scroll -260px -36px !important;
}
.kontakform-selectbox .kontakform-selectbox-item.listelementhover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#f8f8f8 none repeat scroll 0 0;
	
	color:#1d1d1d;
}
.kontakform-selectbox .kontakform-selectbox-item {
	cursor:pointer;
	color:#007cc8;
	height: 23px;
	margin-left: 7px;
	line-height:23px;
	margin-right:11px;
	padding-left:7px;
	display:block;
}