.ac_results {
	
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999999999;
	
	
    z-index: 99999999999;
    overflow-x: hidden;
    border: 1px solid #888;
    background-color: #fff;
    display: none;
    margin: 0;
    padding: 0;
    padding-left: 1.1rem;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow-x:hidden;	
	
	
}

.ac_results li {
	


	/* 
	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;
	
	width:100%;
	height:1.2rem;
	font-size: 0.5rem;
    color: #000;
    text-align: left;
    padding-left: 5px;
    line-height: 1.2rem;
}

.ac_results_down {
	
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999999999;
    z-index: 99999999999;
    overflow-x: hidden;
    border: 1px solid #888;
    background-color: #fff;
    display: none;
    margin: 0;
    padding: 0;
    padding-left: 1.1rem;
    top: initial !important;
    
}
.ac_results_down.topShow{
	bottom: 140px !important;
}
.ac_results_down.middleShow{
	bottom: 115px !important;
}
.ac_results_down.bottomShow{
	bottom: 90px !important;
}
.ac_results_down ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow-x:hidden;	
	
	
}

.ac_results_down li {
	


	/* 
	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;
	
	width:100%;
	height:1.2rem;
	font-size: 0.5rem;
    color: #000;
    text-align: left;
    padding-left: 5px;
    line-height: 1.2rem;
}

/*
.ac_results li:nth-child(1){
	color:#f00;
	
}
.ac_results li:last-child{
	color:#ff0;
	
}*/
.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #fff;
}

.ac_over {
	background-color: #fff;
	color: white;
}
