﻿.hk-select-wrap {
	position: relative;
	width: 222px;
	height: 40px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	cursor: pointer;
	position: relative;
	color: #666;
	float:left;
	margin-bottom:10px;
}
.hk-select-wrap ol, .hk-select-wrap ul {
	list-style: none;
}
.hk-select-wrap.disabled {
	background: #e9e9e9;
	border-color: #dedede;
	color: #ccc;
	cursor: default;
}
.hk-select-wrap.done {
	border: 1px solid #0793d9;
	background: #fff;
	color: #555555;
}
.hk-select-wrap .trigger {
	position: relative;
	width: 100%;
	color: #666;
}
.hk-select-wrap .trigger .input {
	font-size: 14px;
	line-height: 40px;
	margin-left: 10px;
}
.hk-select-wrap .trigger ._select_img {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
	height: 40px;
	background: url(images/select.png);
}
.hk-select-wrap .trigger ._select_img.arrow {
	background-position: 0px -40px;
}
.hk-select-wrap .options {
	width: 100%;
	display: none;
	border: 1px solid #ccc;
	background: #fff;
	position: absolute;
	left: -1px;
	top: 38px;
	margin-top: 0;
	padding-left: 0;
	z-index: 2;
	box-shadow: 2px 2px 2px #ccc;
	max-height: 180px;
	overflow: hidden;
	overflow-y: auto;
}
.hk-select-wrap .options.open {
	display: block;
}
.hk-select-wrap .options li {
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
	border-bottom: 1px solid #EFEFEF;
}
.hk-select-wrap .options li.selected{
	background-color: #F6F6F6;
}
.hk-select-wrap .options li:hover{
	background-color: #EFEFEF;
}
.hk-select-wrap:hover {
	border: 1px solid #0793d9;
}
