.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;
	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 0px;
	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 {
	width: 100%;
	float: left;
	clear: right;
	text-indent: 6px;
}

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

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

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

.ac_over {
	background-color: #E0E1E9;
}
