@CHARSET "UTF-8";

.jquery-selectbox_l{
	margin-left:-4px;
	background:url(../img/type_channel_l.png) no-repeat;
	width:4px;
	height:29px;
	float:left;
}
.jquery-selectbox {
	position: relative;
	height: 29px;
	line-height:25px;
	width: 193px !important;
	z-index: 0;
	float: left;
	padding: 0;
	background:url(../img/type_channel_bg.png) repeat-x;
}
.jquery-selectbox.selecthover {
	border-color: #999999;
	background-color: #f3f3f3;
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding-left:10px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}
.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 26px;
	padding: 2px;
	left: 0px;
	background: #f3f3f3;
	width: 230px !important;
	height: 200px !important;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #999999;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	margin-right:-33px;
	float: right;
	background: url("../img/selectMoreButton.png") no-repeat 0 0;
	width: 33px;
	height: 29px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("../img/selectMoreButton.png") no-repeat 0 -29px;
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background:#666;
	color: #eee;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
}

