/*!
 * jQuery UI Autocomplete 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 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;
	width:211px !important;
	cursor: default;
	z-index:10;
	padding:10px 12px;
	border:1px solid #cccccc;
	border-top:0;
	background-color:#FFFFFF;
}

.ui-autocomplete .ui-menu-item, .ui-autocomplete .ui-menu-item a{
    width:100%;
}

.ui-autocomplete li a {
    color: #666666;
    font-size: 11px;
}
    
.ui-autocomplete li a:hover {
        color:#FF6C00;
        cursor:pointer;
}