@CHARSET "ISO-8859-1";


.ui-autocomplete 
{
	max-height: 180px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}

.ui-autocomplete-loading
{
     background:           #FFF url( /images/spinnerBar.gif ) right center no-repeat;
}
.ui-autocomplete-error
{
     background:           #FFF url( /skins/base/images/icons/exclamation.png ) right center no-repeat;
}

// .ui-autocomplete .ui-state-hover ui-menu ui-widget ui-widget-content ui-corner-all .ui-menu-item