.ac_results {
	padding: 0px;
	border: 1px solid #B0B0B0;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	text-align: left !important;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 4px 6px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font-family: Arial,Helvetica,sans-serif;
	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: 12px;
	overflow: hidden;
}

.ac_loading {
	background: white url('../../images/global/jquery/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #EAEDF0;
}

.ac_over {
	background-color: #FF0000;
	color: white;
}

.ui-autocomplete {
	padding: 0px;
	border: 1px solid #B0B0B0;
	background-color: white;
	overflow: hidden;
	z-index: 99999 !important;
	text-align: left !important;
	list-style-position: outside;
	list-style: none;
	margin: 0;
	width: 280px;
}

.ui-autocomplete li.ui-menu-item {
	margin: 0px;
	padding: 4px 6px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font-family: Arial,Helvetica,sans-serif;
	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: 12px;
	overflow: hidden;
}

.ui-autocomplete-loading {
	background: white url('../../images/global/jquery/indicator.gif') right center no-repeat;
}

.ui-autocomplete li.ui-autocomplete-odd {
	background-color: #EAEDF0;
}

.ui-autocomplete li.ui-autocomplete-focus{
	background-color: #FF0000;
	color: white;
}

.ui-autocomplete li.ui-autocomplete-focus a:focus{
	background-color: #FF0000;
}

.ui-autocomplete li.ui-autocomplete-focus  a{
	color: white;
}

