.ac_results {
	margin-top: 2px;
	padding: 0px;
	border: 1px solid #ccc;
	background-color: #fff;
	overflow: hidden;
	z-index: 99999 !important;
	text-align: left;
	width: 215px !important;
}
	.ac_results ul {
		width: 100%;
		list-style-position: outside;
		list-style: none;
		padding: 0;
		margin: 0;
	}
		.ac_results li {
			margin: 0px;
			padding: 2px 5px;
			cursor: default;
			display: block;
			font: normal 12px Arial, Verdana, Sans-serif;
			line-height: 16px;
			overflow: hidden;
		}
	.ac_loading {
		background: white url('../images/indicator.gif') right center no-repeat;
	}
	.ac_odd {
		background-color: #eee;
	}
	.ac_over {
		cursor: pointer;
		background-color: #6D6D6D;
		color: white;
	}