.ac_results {
	padding: 0px;
	border: 1px solid #E0E1E2;
	background-color: white;
	z-index: 99999;
	padding:10px;
	width:284px !important;
	box-shadow:2px 2px 0px 0px rgba(204,204,204,0.3);
	margin:15px 0 0 -50px;
	position:relative;
}

.ac_results:before, .ac_results:after {display:block;content:" "; position:absolute;width: 0px;height: 0px;border-style: solid;border-width: 0 0 15px 15px;}
.ac_results:before { left:120px; top:-15px;border-color: transparent transparent #e0e1e2 transparent; z-index:1 }
.ac_results:after {left:121px; top:-13px;border-color: transparent transparent #fff transparent; z-index:2 ;border-width: 0 0 13px 13px;}

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

.ac_results li {
	margin: 0px;
	padding: 4px 5px;
	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;
	cursor:pointer;
}

.ac_loading {
	/* background: white url('http://www.pomstore.net/js/indicator.gif') right center no-repeat; */
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #b91319;
	color: white;
}
.ac_over strong {color:#fff}