.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: #f2f9de;
	overflow: hidden;
	z-index: 99999;
}

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

.ac_results li ,.ac_results_big li{
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	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;
	border-bottom:1px #ddd dotted;
	text-align:right;
	dir:rtl;
}

.ac_results_big {
	padding: 0px;
	border: 2px solid #A6CCE3;
	border-top:1px solid #A6CCE3;
	background-color: #fff;
	overflow: hidden;
	z-index: 99999;
}

.ac_results_big li {font-size:13px;padding-right:6px;font-weight:normal;direction:rtl;}

.ac_loading {
	background: white url("indicator.gif") left center no-repeat !important;
}
.ac_loading_big {
	background:url("indicator.gif") no-repeat scroll 37px center transparent !important;
}



.ac_odd {

}

.ac_over {
	background-color: #006BBD;
	color: white;
}
.ac_results_big .ac_over  {background-color:#edf3ff;color:#000;}


