/*
 * Ajax Autocomplete
 * Version: 1.2.1
 * (c) 2013 DMXzone.com
 * @build 19-04-2013 12:35:30
 */
.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}.ac_results li{
	margin:0;
	padding:2px 5px;
	cursor:default;
	display:block;
	font-size:12pt;
	line-height:14px;
	overflow:hidden;
	font-family: Tahoma;
}.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}