
.autoCompleteWrapper { position: relative;}

.autoCompleteResults {
	position:absolute; width: 100%; max-width:800px; max-height: 500px; overflow:auto;
	background: white; border: inset; z-index: 100000; display: none;
}

.autoCompleteResults div { display:block; text-align: left; }
.autoCompleteResults a { color: black;  }
.searchAlignRight .autoCompleteResults { right: 0;}

/* important to override jQuery animations while hovered... */
.autoCompleteWrapper:hover .autoCompleteHasResults,
.autoCompleteHasResults.autoCompleteCurrent,
.autoCompleteHasResults:hover {
	display: block;
}


