.ac_results {
	padding: 0px;
	border-left: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	border-radius: 0 0 4px 4px;
	-moz-border-radius-top-left: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	margin-left: 1px;
}

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

.ac_results li {
	border-bottom: 1px dashed #D0D0D0;
	margin: 0;
	padding: 8px 20px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	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;
	text-align: left;
}
.ac_results li:last-child {
	border-bottom: none;
	padding-bottom: 22px;
}

.ac_loading {
	background: white url('/file/resources/macsf/vilib/img/indicator.gif') right center no-repeat;
}

.ac_odd {
}

.ac_over {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 17%, #d0d0d0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(17%,#ffffff), color-stop(100%,#d0d0d0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 17%,#d0d0d0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 17%,#d0d0d0 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 17%,#d0d0d0 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d0d0d0',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 17%,#d0d0d0 100%); /* W3C */
}

