.ui-autocomplete{
	width: 298px !important;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
   /* left: 569px !important;*/
    overflow: auto;
    z-index: 99999;
    border: 1px solid #DCDCDC;
    border-collapse: collapse;
    height: auto;
    max-height: 298px;
    background-color: white;
}

.ac_results{
	margin: 0px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 11px;
	/* 
	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;
}

.ac_results a {
	color: #000000;
	padding: 2px 5px;
}

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

.ac_odd {
	background-color: #eee;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 2px 5px;
	background: #0A246A;
	background-color: #0A246A;
	color: #FFFFFF;
	height: 16px;
}
