.ac_results {
	padding: 0px;
	/*border: 1px solid black;*/
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	border-radius:0 0 2px 2px;
	box-shadow:0 5px 5px RGBA(0,0,0,.30);
}

.ac_results ul {
	width: 550px;
	list-style-position: outside;
	list-style: none;
	padding: 20px;
	margin: 0;
}

.ac_results li {
	margin: 0 0 -1px 0;
	padding: 7px 15px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: arial;
	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;
	width: 520px;
	float: left;
	border-top: dashed 1px #dedede;
	border-bottom: dashed 1px #dedede;
	color: #666;
}

.ac_over, .ac_results li:hover {
	color:#ED1C24 !important;
	background-color:#f5f5f5;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	/*background-color: #eee;*/
}

.ac_over {
	/*background-color: #0A246A;
	color: white;*/
}

/* Let's get this party started */
.hava_arama ul::-webkit-scrollbar, .ac_results ul::-webkit-scrollbar {
	width: 12px;
}
/* Track */
.hava_arama ul::-webkit-scrollbar-track, .ac_results ul::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #e3e3e3;
}
/* Handle */
.hava_arama ul::-webkit-scrollbar-thumb, .ac_results ul::-webkit-scrollbar-thumb {
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5);
	background-color: #fff;
	height:15px;
}

.hava_arama ul::-webkit-scrollbar-thumb:window-inactive, .ac_results ul::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(127,127,127,0.4);
}
.hava_arama ul::-webkit-scrollbar-thumb:window-inactive, .ac_results ul::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(250,250,250,0.5);
}
