@charset "utf-8";
.jquery-selectbox {
	position: relative;
	height: 18px;
	width: 123px;
	float: left;
	background: url('../images/selectbox/bg.png');
	background-repeat: no-repeat;
	margin: 12px 12px 0 12px;
	display: block;
	font-size: 11px;
	color: #252525;
	padding: 0;
}
.corner.search .jquery-selectbox {
	margin: 2px 0 2px 8px;
}
#container .pagemiddle .preview #searchpage .jquery-selectbox {
	margin: 0;
}
.jquery-selectbox.selecthover {
	z-index: 700;
	background: url('../images/selectbox/bgfocus.png');
	background-repeat: no-repeat;
}
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}
.jquery-selectbox .jquery-selectbox-list {
	width: 120px;
	height: 90px;
	display: none;
	position: absolute;
	top: 16px;
	padding: 3px 0 3px 0;
	left: 0px;
	background: #fff;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	margin: 1px 0 0 1px;
	border-left: 1px #c7c7c7 solid;
	border-right: 1px #e1e1e0 solid;
	border-bottom: 1px #c7c7c7 solid;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	width: 14px;
	height: 14px;
	float: right;
	background: url("../images/selectbox/arrow.png");
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 3px 2px 0 0;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("../images/selectbox/arrowhover.png");
}
.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background-color: #5b5147;
	color: #fff;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
}
