/*!
 * jQuery UI Autocomplete 1.9.2
 * http://jqueryui.com
 *
 * Copyright 2012 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	font: 12px Verdana, Tahomma, Geneva;
	height:150px;
/* 	width:100%; */
	overflow-y: scroll; 

}

/* workarounds */
* html .ui-autocomplete { 
	width:1px; 
		font: 12px Verdana, Tahomma, Geneva;
	} /* without this, the menu expands to 100% in IE6 */

	
.ui-menu { list-style:none; padding: -1px; margin: 0; display:block; outline: none; }
.ui-menu .ui-menu { margin-top: -1px; position: absolute; }
.ui-menu .ui-menu-item { margin: 0; padding: 0; zoom: 0; width: 100%; }
.ui-menu .ui-menu-divider { margin: -1px -1px -1px -1px; height: 0; font-size: 0; line-height: 0; border-width: 1px 0 0 0; }
.ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: -1px .1em; line-height: 0; zoom:0; font-weight: normal; }
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px;}

.ui-menu .ui-state-disabled { font-weight: normal; margin: .1em 0 .1em; line-height: -1; }
.ui-menu .ui-state-disabled a { cursor: default; }

/* icon support */
.ui-menu-icons { position: relative; }
.ui-menu-icons .ui-menu-item a { position: relative; padding-left: 1em; }

/* left-aligned */
.ui-menu .ui-icon { position: absolute; top: .1em; left: .1em; }

/* right-aligned */
.ui-menu .ui-menu-icon { position: static; float: right; }
