/* CSS for jQuery UI */
.ui-autocomplete { max-width:512px;width: 70% !important; max-height: 150px; overflow-y: auto; /* prevent horizontal scrollbar */ overflow-x: hidden; /* add padding to account for vertical scrollbar */ padding-right: 0px; z-index: 99 !important;font-size: 15px !important;border:1px solid #666666; }
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete { width: 350px; height: 150px; }
ul.ui-autocomplete li.ui-menu-item a { font-family: Helvetica, Verdana, Geneva, Arial, Sans-serif; 
font-size: 15px !important; color: #808285; }

#mainSearchBox .ui-autocomplete { max-width:512px;width: 93% !important; max-height: 150px; overflow-y: auto; /* prevent horizontal scrollbar */ overflow-x: hidden; /* add padding to account for vertical scrollbar */ padding-right: 0px; z-index: 110 !important;font-size: 15px !important;border:1px solid #666666; }

/* CSS for jQuery UI */
.ui-autocomplete { width: 350px; max-height: 150px; overflow-y: auto; /* prevent horizontal scrollbar */ overflow-x: hidden; /* add padding to account for vertical scrollbar */ padding-right: 20px; z-index: 99 !important; }
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete { width: 350px; height: 150px; }
ul.ui-autocomplete li.ui-menu-item a { font-family: Helvetica, Verdana, Geneva, Arial, Sans-serif; font-size: 12px; color: #808285; }