﻿.autocomplete_completionListElement 
{
	visibility : visible;
	
	margin : 0px!important; 
	
	background-color: #FFFFFF; /* color : windowtext;	 */
	color: #85548C;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow-y:scroll;
	height : 240px;
	text-align : left;
	list-style-type : none;
	width:350px;
	padding-right: 300px;
	z-index:999;	
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;	
	padding: 1px;width:350px;
	z-index:999;	
}

/* AutoComplete item */

.autocomplete_listItem 
{
	z-index:999;	
	background-color : #FFFFFF;

	padding : 2px;
	width:350px;
	text-align: left;
}
/*****************************/