.ui-autocomplete-loading {
	background: white url('../js/jquery/black-tie/images/ui-anim_basic_16x16.gif') right center no-repeat;
}

.ui-autocomplete {
	float: left;
	list-style: none outside none;
	margin: 0;
	padding: 0;		
	max-height: 100px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	background-color: white;
	border: 1px solid #808080;
}

/* 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: 100px;
	width: 100px;
}

.ui-menu-item {
	font-family: arial,helvetica,Lucida Sans,FreeSans;
	font-size: 11px;
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

.ui-menu-item a {
	display: block;
	line-height: 20px;
	text-decoration: none;
	padding-left: 5px;		
}

.ui-menu-item a:hover {
	cursor: pointer;
	background-color: #333333;
	color: white;
}

.ui-menu-item a.ui-state-hover {
	background-color: #333333;
	color: white;
}

input.chn-auto-complete {
	float: left;
	width: 100%;
	background: #FFF url('../img/bg-lupa-combo-autocomplete.gif') right center no-repeat;
}

.box-autocomplete {
	display: block;
	width: 100%;
	position: relative;
}

.seta-autocomplete {
	right: 0;
	display: block;
	width: 16px;
	*width: 19px;
	height: 16px;
	line-height: 16px;
	position: absolute;
	border: 1px solid #808080;
	background: url(../img/seta_combo.png) no-repeat scroll 0 0 transparent;	
}

.seta-hover {
	background: url(../img/seta_combo.png) no-repeat scroll 0 -16px transparent;
}

.seta-click {
	background: url(../img/seta_combo.png) no-repeat scroll 0 -32px transparent;
}

.clear {
	clear: both;
}