/*
 * Ajax Autocomplete
 * Version: 1.0.6
 * (c) 2007 DMXzone.com
 * @build 19-09-2007 14:36:58
 */
.ac_results{padding:0;border:1px solid #6FBEFF;background-color:#EFF8FF;overflow:hidden;z-index:99999;}.ac_results ul{
	width:100%;
	list-style-position:outside;
	list-style:none;
	padding:0;
	margin:0;
	color: #000;
}.ac_results li{margin:0;padding:2px 5px;cursor:default;display:block;width:100%;font:menu;font-size:11px;overflow:hidden;}.ac_title{font-weight:bolder;}.ac_loading{background:Window url('indicator.gif') right center no-repeat;}.ac_over{background-color:#d2fb8f;color:#000;}.ac_highlight{color:#F00;}
