.ac_results {
	/*height: 210px;*/
	padding: 2px;
	margin: 0px;
	border: 1px solid #DBDBDB;
	background-color: white;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	z-index: 99;
}

.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;
	cursor:hand;
}

.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: #f6f6f6;
	color: #2894FF;
}

.ac_over2 {
	background-color: #f6f6f6;
	color: #6f6f6f !important;
}
