/* jQuery UI Autocomplete 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */

.ui-autocomplete { 
	position: absolute; 
	cursor: pointer; 
	max-height: 100px;
	overflow: auto;
	font: 12px/14px "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: bold;
}	

/* workarounds */
* html .ui-autocomplete { 
	width: 1px; /* without this, the menu expands to 100% in IE6 */
	height: 100px; /* IE6 doesn't support max-height */
} 

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font: 12px/14px "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: bold;
}

.search-box-h {
	width: 280px;
}

.search-box-v {
	width: 170px;
}
