@charset "utf-8";
.pwwang_com_results {
	overflow:hidden;
	width:140px;
	border: 1px solid #999;
	font-size:12px;
	background-color: white;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 10000;
	line-height:20px;
	display: none;
}

.pwwang_com_results li {
	float:left;
	width:35px;
	display:block;
	padding-top:2px;
	padding-bottom:2px;
	white-space: nowrap;
	text-align: center;
	font-family:Lucida Sans Unicode;
}

.pwwang_com_over {
	cursor: pointer;
	background-color:#009900;
	color:#fff;
}
	


