.ac_results {
	padding: 0px;		
	z-index: 99999;
}
iframe {
    background:transparent none repeat scroll 0 0;    
    bottom:0;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:0;
}
.ac_results ul {
    border-top:1px solid #cdcdcd;
    background-color: white;
    position:relative;
    /*margin-top:-150px;*/
    
}
.ac_results ul li{
    padding:3px 5px 2px 5px;
    min-height:31px;
    border-bottom:1px solid #cdcdcd;
    border-right:1px solid #cdcdcd;
    border-left:1px solid #cdcdcd;

}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0!important;
	margin: 0;
	
}
.ac_results ul li i{
    font-size:11px;
    color:#bababa;
    font-style:italic;
    line-height:10px;
}
.ac_results li {
	margin: 0px;
	padding: 2px 0px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 250px;*/
	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;
}

.ac_loading {
	background: white url('../images/loader.gif') right center no-repeat;
    border:1px solid red;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
