﻿.autocomplete_completionListElement 
{  
    position: absolute;
	visibility : hidden;
	margin : 0px!important;
	padding: 0px;
	width: auto!important;
	background-color : white;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : auto!important;
    text-align : left; 
    list-style-type :none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: black;
	color: white;
	padding: 1px;
	width: auto!important;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : white;
	color : black;
	padding : 1px;
	width: auto!important;
}

