﻿.nselect {
	-moz-user-select: none;
	hutia: expression(this.onselectstart = function() { return(false);
}

);
}
.ac_results {
	padding: 0;
	border: 1px solid #ccc;
	border-top: none;
	background-color: white;
	overflow: hidden;
	z-index: 999999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results div {
	margin: 0;
	padding: 2px 3px;
	cursor: default;
	display: block;
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
}

.ac_odd {
	background-color: #fff;
}

.ac_over {
	background-color: #ddd;
	color: black;
}