.ac_results {
	padding: 0px;
	/*border: 1px solid black;*/
	background-color: #fff;
    color: #000;
	overflow: hidden;
	z-index: 100;
	/*direction:rtl;*/
}

.ac_results ul {
	/*width: 100%;*/
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	/*direction:rtl*/
	z-index: 100;
    border: 1px solid #ccc;
    /*background-color: #e0d9dc;*/
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	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;
	z-index: 100;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 26px;
	overflow: hidden;
	/*direction:rtl;*/
	text-align:left;
    font-size: 16px;
    /*background-image: url(../images/indicator.png);
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 22px;*/
    border-top: 1px solid #ccc;
}

.ac_loading {
/*background-image:url(indicator.gif);*/
background-image:url(indicator.gif?v=1.2) !important;
background-position:right !important;
background-repeat:no-repeat !important;

/*	background: white url('/indicator.gif') left center no-repeat;*/
}

.ac_loading_ar {
/*background-image:url(indicator.gif);*/
background-image:url(/prayertimes/autocomplete/indicator.gif?v=1.2) !important;
background-position:left !important;
background-repeat:no-repeat !important;

/*	background: white url('/indicator.gif') left center no-repeat;*/
}

.ac_odd {
	background-color: #fff;
}

.ac_over {
	background-color: #2D7CFD;
	color: white;
}
