
/* select */
.select {
	padding: 2px 8px; border:1px solid #d2d2d2;
	background-color:#fff;
	color:#666;
}
.select li {
	list-style: none;
	padding: 3px 0 ;
}
.select li:last-child{ border: none;}

.select .select-list {
	border-bottom: #d2d2d2 1px dashed;
}
.select dl {
	/*zoom: 1;
	position: relative;*/
	line-height: 24px;
	padding:0 0 0 3px;
	backgroud-color:#FF9;
}
.select dl:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.select dt {
	float: left;
	font-size: 14px;
	margin-bottom: 5px;
	margin-left: 6px;
	color: #565656;
	
}
.select dd {
	float: left;
	display: inline;
	margin: 0 0 5px 5px;
	font-size: 12px;
}

.select dd span{ color:#b1b1b1;}

.select a {
	display: inline-block;
	white-space: nowrap;
	height: 24px;
	padding: 0 10px;
	text-decoration: none;
	color: #666;
	border-radius: 2px;
}
.select a:hover {
	color: #bf0110;
	background-color: #eee;
}
.select .selected a {
	color: #fff;
	background-color: #bf0110;
}
.select .selected a span{color: #fff;}

.select-result{margin: 11px 0 0 17px;
float: left; clear:both; width:720px;
}
.select-result dt {
	float: left;
	font-size: 14px;
    margin:0 11px 0 0;
	color: #565656;
	
}
.select-no {
	color: #999;
	font-size:12px;
	height:20px;
	padding: 2px 5px 0 0;
}

.select-result dd {
	float: left;
	display: inline;
	margin: 0 14px 5px 0;
	font-size: 12px;
	
}

.select-result a {
	float:left;
	color:#bf0110;
	height:20px;
	padding: 2px 5px 0 20px;
	
	background-color: transparent;
	background-image: url("../images/close.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}

.more-item { float:right;  font-size:12px;}

.more-item a{
	color: #bf0110;
	/*background-image: url("/cht/images/dot-more.jpg");*/
	background-repeat: no-repeat;
	background-position: right 5px;
	padding:0 15px 0 0;
	background-color: transparent !important;
}

.clear-item{ float:right;}

.clear-item a{ color:#848484; font-size:12px; background-image: none;
padding:2px 5px;
}

.clear-item a:hover{ text-decoration:underline;}

