/* ui-auto-complete */
.ui-widget-content {
	border    : 1px solid #aaaaaa;
	background: #ffffff;
	color     : #222222;
}
.ui-widget-content a { color: #222222; }
.ui-widget-header a  { color: #222222; }
.ui-autocomplete {
	position  : absolute;
	cursor    : default;
	max-height: 250px;
	overflow-x: hidden;
	overflow-y: auto;
}	
.ui-menu {
	list-style : none;
	padding    : 0;
	margin     : 0;
	display    : block;
	float      : left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin : 0;
	padding: 0;
	zoom   : 1;
	float  : left;
	clear  : left;
	width  : 100%;
}
.ui-menu .ui-menu-item a {
	font-size      : 12px;
	text-decoration: none;
	display        : block;
	padding        : 2px 4px;
	line-height    : 15px;
	zoom           : 1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	background : #655d50;
	color      : white;
	font-weight: normal;
}

