.ac_results {
	/*padding: 0px;*/
	padding:0 0 10px;
	/*border: 1px solid black;*/
	background-color: #e7ecf3;/*white*/
	margin-top:4px;
	/*margin-left:-15px;*/
	margin-left:-28px;
	overflow: hidden;
	z-index: 99999;
	/*filter:alpha(opacity=90);/*IE*/
    /*opacity:0.9;/*Mozilla*/
}
.ac_results div{
    /*width:100%;*/
    width:90%;
    height:20px;
    margin:auto 5%;
    margin-top:10px;
    /*background-color:#bbb;*/
    background-color: #e7ecf3;
    color:#243149;
    word-spacing:normal;
    text-align:left;
    line-height:19px;
    font-size:11px;
    /*font-size:14px;*/
    font-weight:bolder;
    font-family:Verdana;
    border-bottom:1px dotted #ccc;
    /*padding-left:5px;*/
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	background-color: #e7ecf3;
	padding: 0;
	margin: 0;
	/*filter:alpha(opacity=90);/*IE*/
    /*opacity:0.9;/*Mozilla*/
}

.ac_results ul b,.ac_results ul strong{
    font-family:Verdana;
    font-size:12px;
    color:#243149;
}

.ac_results ul a{
    font-family:Verdana;
    font-size:12px;
    /*font-weight:800;*/
    font-weight:normal;
    color:#65718a;
    word-spacing:normal;
    line-height:19px;
    font-size:11px;
}

.ac_results li {
	width:190px;/* expression(this.parentElement.width-5)*/
	margin: 0px;
	/*padding: 2px 0px;*/
	padding:2px 0px 2px 10px;
	cursor:pointer;
	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;
	/*background-color: #e7ecf3;*/
	overflow: hidden;
	/*filter:alpha(opacity=90);/*IE*/
    /*opacity:0.9;/*Mozilla*/
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
	/*filter:alpha(opacity=90);/*IE*/
    /*opacity:0.9;/*Mozilla*/
}

.ac_odd {
	/*background-color: #eee;*/
	background-color: #e7ecf3;
	/*filter:alpha(opacity=90);/*IE*/
    /*opacity:0.9;/*Mozilla*/
}

.ac_over {
	background-color: #dfdfdf;
	/*background-color: #e7ecf3;*/
	color: white;
	/*filter:alpha(opacity=90);/*IE*/
    /*opacity:0.9;/*Mozilla*/
}
