.select_box_search {
	float: left;
	position: relative;
	cursor: pointer;
	width: 73px;
	height: 24px;
	background: none repeat scroll 0 0 #f6f6f6;
	padding: 5px 0 0 0;
	border-top: 3px #e62c43 solid;
	border-left: 3px #e62c43 solid;
	border-bottom: 3px #e62c43 solid;
	vertical-align: middle;
}

.selet_open {
	display: inline-block;
	border-left: solid 0px #E5E5E5;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 20px;
}

.selet_open a {
	margin-left: 10px;
	margin-top: 3px;
	width: 7px;
	height: 24px;
	float: left;
	cursor: pointer;
	background: url(../../images/tip.png) 0 center
		no-repeat;
}

.select_txt {
	text-align: left;
	display: inline-block;
	padding-left: 10px;
	width: 70px;
	line-height: 20px;
	height: 24px;
	cursor: text;
	overflow: hidden;
}

.option {
	width: 74px;;
	border: solid 0px #EDE7D6;
	position: absolute;
	top: 29px;
	left: 0px;
	z-index: 2;
	overflow: hidden;
	display: none;
	background: none repeat scroll 0 0 #f6f6f6;
}

.option a {
	display: block;
	height: 24px;
	line-height: 20px;
	text-align: left;
	padding: 0 10px;
	width: 74px;
}

.option a:hover {
	background: #FDE0E5;
	width: 74px;
	height: 24px;
}

.searching_hot_word {
	float: left;
	margin: 0 auto;
	line-height: 14px;
	width: 65px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}