/* Autocomplete
----------------------------------*/
.ui-autocomplete { 
	position: absolute; 
	cursor: default; 
	border: 1px solid #95a5c6;
	padding: 0;
	width: 305px;
}
.ui-autocomplete-loading { background: white right center no-repeat; }

.ui-autocomplete li {
	background: #ffffff;
	text-align: left;
	list-style-type: none;
	padding-right: 5px;
	padding-left: 5px;
}

.ui-autocomplete li a {
	text-decoration: none;
}

.autocomplete-striping {
	background-color: #EDF3FE !important;
}
.autocomplete-hover {
	background-color: #CfCfCf !important;
	color: #ffffff;
}

.ui-autocomplete-category {
	font-size: 0.85em;
	font-family: verdana;
    font-weight: bold;
	color: #ffffff;
	background: #999999 !important;
	list-style: none;
	padding-left: 11px !important;
}


