.wjf-ui-select-wrapper {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
	height: 36px;
	z-index: 103
}

.wjf-ui-select {
	height: 28px;
	line-height: 28px;
	padding: 0 15px 0 8px;
	border: 1px solid #e0e0e0;
	background: url(/themes/simplebootx/Public/product/hwy/image/wjf-icon.png) no-repeat 0 -42px;
	width: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: normal;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	z-index: 101
}

.wjf-ui-select-disabled {
	background-color: #f9f9f9
}

.wjf-ui-select-container {
	position: absolute;
	left: 0;
	top: 30px;
	width: 148px;
	height: auto;
	border: 1px solid #e1e1e1;
	border-top: 0;
	background-color: #fff;
	cursor: pointer;
	z-index: 104;
	overflow: auto;
	display: none;
	zoom: 1;
	max-height: 400px
}

.wjf-ui-select-container .item {
	height: 30px;
	line-height: 30px;
	padding: 0 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: normal;
	z-index: 102;
	zoom: 1
}

.wjf-ui-select-container .item.disabled {
	background-color: #f3f3f3
}

.wjf-ui-select-container .selected,.wjf-ui-select-container .wjf-ui-select-item-hover {
	background-color: #fff5eb
}

.wjf-ui-select-container .first .trangle-arrow {
	background: url(/themes/simplebootx/Public/product/hwy/image/wjf-icon.png) no-repeat 0 13px;
	float: right;
	width: 10px;
	height: 100%;
	margin-right: -4px;
	display: none
}

.wjf-ui-select-container .selected .trangle-arrow,.wjf-ui-select-container .wjf-ui-select-item-hover .trangle-arrow {
	background-position: 0 14px
}