.ac_results {
	/*height: 265px;*/
	padding: 2px;
	margin: 0px;
	border: 1px solid #005FA4;
	background-color: white;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	z-index: 99999999999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	height:20px;
	padding: 1px 7px;
	cursor: default;
	display: block;
	/*width: 100%;*/
	font: menu;
	font-family: Arial, µ¸¿ò;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.ac_results li b {
	color:#cc3501;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: white;
}
.ac_even {
	background-color: white;
}

.ac_over {
	background-color: #C6E5F6;
	color: #cc3501;
}