.custom-combobox {
/*
	position: relative;
	display: inline-block;
*/
}
.custom-combobox-toggle {
/*
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
*/
}
.custom-combobox-input {
/*
	margin: 0;
	padding: 5px 10px;
*/
}

.ui-menu .ui-menu-item {
/*
	text-indent: 1.3em;
*/
}

.ui-autocomplete-category {
	font-weight: bold;
/*
	text-indent: 0.7em;
*/
}
/*
.ui-autocomplete-item {
	width: 100%;
	text-indent: 1.8em;
}
.ui-autocomplete-item:hover
.ui-autocomplete-item:active {
	background-color: blue;
	border: none;
	text-decoration: none;
}
*/

.ui-autocomplete {
	max-height: 20em;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}
/* 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: 20em;
*/
}

