.gray {
	color: gray;
}

.ac_results {
	background: #fff;
	border: 1px solid #4791f4;
	position: absolute;
	z-index: 10000;
	display: none;
	min-width: 150px;
	max-width: 300px;
}

.ac_results ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ac_results li a {
	white-space: nowrap;
	text-decoration: none;
	display: block;
	color: #468ff6;
	padding: 1px 3px;
}

.ac_results li {
	border-bottom:1px solid #ddd;
	font-size: 12px;
	padding:5px 10px;
}


.ac_results li:hover{
	border-bottom:1px solid #4791f4;
}
.ac_over,.ac_results li a:hover {
	background: #4791f4;
	font-size: 12px;
	color:#fff;
}
.ac_results li a span {
	float: right;
	color: #505761;
}

.ac_result_tip {
	border-bottom: 1px solid #4791f4;
	padding:5px 10px;
	font-size: 12px
}
.ac_results li.ac_over a{
	color:#fff;
}

.ac_results li.ac_over a span{
	color:#fff;
}