.ac_results {padding: 0px;background-color: white;overflow: hidden;z-index: 99999;}
.ac_results .resTitle {background:#a7a7a9;color:#ffffff;padding:3px 2px 4px 7px;text-transform:uppercase;font-weight:bold;font-size:95%;text-align:left;}
.ac_results ul {width: 100%;list-style-position:outside;list-style: none;padding:0px;}
.ac_results li {margin: 0px;padding:5px 2px 5px 7px;cursor: default;display: block;border-left: 1px solid #a7a7a9;border-right: 1px solid #a7a7a9;text-align:left;font-size:90%;line-height:130%;color:#000000;border-bottom:1px dotted #a7a7a9;
/* if width will be 100% horizontal scrollbar will apear when scroll mode will be used*/
	/*width: 100%;*/
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	overflow: hidden;}
.ac_results ul li:last-child {border-bottom:0px;}
.ac_results li A {color:#3190c3;font-weight:bold;font-size:11px;}
.ac_loading {background: url('../../images/loading.gif') right center no-repeat #ffffff;}
.ac_over {background-color: #eeeeee;}