.ac_results {
	padding: 0px;
	border: 1px solid #CCC;
	background-color: white;
	overflow: hidden;
	z-index: 99999;

}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	height:400px;
}

.ac_results li {
	margin: 0px;
	padding: 10px 5px;
	cursor: default;
	display: block;
	font-size: 14px;
border-bottom: 1px solid #cecece;
	line-height: 14px;
	overflow: hidden;
	color:#000;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #0000;
}

.ac_over {
	background-color: #cecece;

cursor:pointer;
}

/* width */
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
