.ac_results {
	padding: 0px;
	margin: 1px 0px 0px 0px;
	border: 1px dotted #ACADB2;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_service {
	display: block;
	cursor: default;
	text-align: right;
	font-size: 11px;
	padding: 3px 7px 8px 0px;
	margin: 0;
}

.ac_service a {
	cursor: pointer;
	color: #0055CC;
	padding-left: 10px;
	font-size: 11px;
	text-decoration: underline;
	background: url(/images/pl.gif) 0px 6px no-repeat;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 4px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;
	/*font: menu;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	/*line-height: 16px;*/
	overflow: hidden;
}

.ac_results li span.qt {
	float: left;
	clear: right;
}

.ac_results li span.qc {
	/*width: 75px;*/
	float: right;
	/*margin-left: -75px;*/
	/*clear: right;*/
	font-size: 11px;
	padding-top: 2px;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	/*background-color: #eee;*/
}

.ac_over {
	background-color: #2060a8;
	color: #FFFFFF;
}
