.autocomplete_list * {
	font-family: "segoe ui", sans-serif;
	font-size: 12px;
}

.autocomplete_list b {
	font-weight: bold;
	color: #1E48C7;
}

.autocomplete_list { 
	background: #FAFAFA;
	display: block;
	border: 1px solid #7C7C7C;
	text-align: left; z-index: 200; 
}

.autocomplete_list, .autocomplete_list ol, .autocomplete_list li { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
}

.autocomplete_list li { 
	margin: 0; 
	max-width: 500px;
  white-space: pre; /* CSS2 */
white-space: -moz-pre-wrap; /* Mozilla */
white-space: -hp-pre-wrap; /* HP printers */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: pre-wrap; /* CSS 2.1 */
white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
word-wrap: break-word; /* IE */

	text-align: left;
	cursor: pointer; 
	padding: 4px;
	border-bottom: 1px solid #E4E4E4;	
}

.autocomplete_list .last_item { 
	border: none;	
}

.autocomplete_list .current_item { 
	background: #B4D5FF;
	color: #000; 
}

.autocomplete_list span { 
	color: #111; float: right; padding-left: 2em; 
}

.autocomplete_icon { 
	background-image: url(autocomplete.gif);	
	cursor: pointer;
	cursor: hand;	
}