.ac_results {
	padding: 0px;
	border: 1px solid #888;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: white;
	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: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
/*	font: menu;*/
	font-size: 14px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
/*	line-height: 30px;*/
	padding-top: 6px;
	padding-bottom: 6px;
	overflow: hidden;
}

.ac_results li.aclinka,
.ac_results li.acla,
.ac_results li.aclt,
.ac_results li.acle,
.ac_results li.aclv,
.ac_results li.aczastavka,
.ac_results li.acdokument,
.ac_results li.acvozidlo,
.ac_results li.acspojenia,
.ac_results li.acmapy,
.ac_results li.actrasy {
	background-position: 4px 7px;
	background-repeat: no-repeat;
	padding-left: 24px;
}

.ac_results li.aclinka {
	background-image: url('../img/ac_linka.png');
}

.ac_results li.acla {
	background-image: url('../img/ac_la.png');
}

.ac_results li.aclt {
	background-image: url('../img/ac_lt.png');
}

.ac_results li.acle {
	background-image: url('../img/ac_le.png');
}

.ac_results li.aclv {
	background-image: url('../img/ac_lv.png');
}

.ac_results li.aczastavka {
	background-image: url('../img/ac_zastavka.png');
}

.ac_results li.acdokument {
	background-image: url('../img/ac_dokument.png');
}

.ac_results li.acvozidlo {
	background-image: url('../img/ac_vozidlo.png');
}

.ac_results li.acspojenia {
	background-image: url('../img/ac_spojenia.png');
}

.ac_results li.acmapy {
	background-image: url('../img/ac_mapy.png');
}

.ac_results li.actrasy {
	background-image: url('../img/ac_trasy.png');
}

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

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
