.ui-autocomplete {
	max-height: 180px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	text-align: left;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
	height: 180px;
}

.ui-autocomplete-loading {
	background: white url('../CssImagesNew/indicator.gif') right center no-repeat;
}

/* for search text autocomplete with new retrieval */
li.ui-menu-item a .proposed-sequence {
    font-weight: bold;
    word-spacing: -0.1em;
}

li.ui-menu-item a .phrase {
    word-spacing: -0.1em;
}

li.ui-menu-item a .operator {
    font-style: italic;
    word-spacing: -0.1em;
}

li.ui-menu-item a .query-terms {
    word-spacing: 0.2em;
}

.ui-menu-item-alternate {
	background-color: #eee;
}
