.ac_results {

	padding: 0px;

	border: 0px solid black;

	background: rgba(58,94,182,0.7);

	overflow: hidden;

	z-index: 99999;

        top: 484.733px;
		/*width:604px !important; */

}



.ac_results ul {
	list-style-position: outside;

	list-style: none;

	padding: 0;

	margin: 0;

}



.ac_results li {
	font-size:13px !important;
	background-color:#fff !important;
	color:#000 !important;
	cursor:pointer;
	padding: 5px 10px;

	border-bottom: 1px solid rgb(255, 255, 255)

	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 { 
	font-size: 14px !important;
    font-weight: 900;
} 



.ac_loading {

	background: white url('../img/loading.gif') right center no-repeat;

}




.ac_odd:hover,.ac_odd:focus,.ac_even:hover,.ac_even:focus{
	background-color:#ff6e00 !important;
	color:#fff !important;
}



.ac_over {

	background-color:#ff6e00 !important;
	color:#fff !important;

	-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

}



