.ui-widget-content a {
	color:#4d4d4d;
}

/*.ui-widget-content .ui-state-focus,*/
body .ui-autocomplete .ui-menu-item .ui-state-focus,
.ui-widget-content .ui-state-hover {
	border: 1px solid #9cb71e;
	/*background: #a9da69 url(/jsp/portal/route/css/result_new/custom-theme/images/ui-bg_glass_35_92d040_1x400.png) 50% 50% repeat-x;*/
	background: #9cb71e;
	color: #ffffff;
}

.ui-autocomplete{
	max-height:150px;
	overflow:auto;
}

.ui-autocomplete > li{
	list-style-type: none;
}
