.ac_results {
	padding: 0px;
	border: 0px solid black;
	background: rgba(58,94,182,0.7);
	overflow: hidden;
	z-index: 99999;
        top: 484.733px;
}

.ac_results ul {
	
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {

	padding: 5px 10px;
	border-bottom: 1px solid rgb(90, 120, 198);
	cursor: pointer;
	display: block;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	transition: all .8s ease 0s
	/* 
	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
	*/
}

.ac_results li strong { color:#F78F26;}

.ac_loading {
	background: white url('../img/loading.gif') right center no-repeat;
}

.ac_odd {
	background: rgba(58,94,182,0.7);
}

.ac_over {
	background-color: #3a5eb6;
	color: #fff;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	transition: all .8s ease 0s
}


