@charset "utf-8";
.div_suggest{
	width:202px;
	position:absolute;
	overflow-y:auto;
	height:166px;
	margin-left:5px
}
.div_suggestitem ul{
	padding:0; 
	margin:0;
	margin-top:-2px;
	border:1px solid #aed7f4;
	list-style:none;
	text-align:left;
	width:200px;
	background:#fff
}
* html .div_suggestitem ul{margin-top:-20px}
*+html .div_suggestitem ul{margin-top:-20px}
.div_suggestitem .select{
	cursor:hand;
	background:#36C;
	color:#FFF;
}
.div_suggestitem .select span{
	color:#FFF;
}
.div_suggestitem li{
	display:block;
	height:20px;
	line-height:20px;
	overflow:hidden;
	width:198px;
	text-indent:10px
}
.div_suggestitem li.close{text-align:right;color:#ea5504}
.div_suggestitem span{
	float:right;
	color:#ea5504;
	margin-top:-18px;
}
.div_suggestitem a{
	color:#ea5504;
	text-align:right;
}

