.ac_results {
	overflow: hidden;
	z-index: 99999;
	padding-bottom: 16px;
	background: url(../../images/new/ac_drop_shad.png) bottom center no-repeat;
}

.ac_results ul {
	width: 234px;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	background: #FFFFFF;
	border: 2px solid #AAAAAA; border-top: none; -webkit-border-bottom-right-radius: 5px !important; -webkit-border-bottom-left-radius: 5px !important; -moz-border-radius-bottomright: 5px !important; -moz-border-radius-bottomleft: 5px !important;
}

.ac_results li {
	overflow: hidden;
}

.ac_loading {
	background: white url('../../images/indicator.gif') right center no-repeat;
}

