﻿/* AutoComplete highlighted item */

.autocomplete_completionListElement, ul.autocomplete_completionListElement {
	visibility : hidden;
	margin : 0;
	padding : 0;
	background-color : #fff;
	color : WindowText;
	border : #000000;
	border-width : 1px;
	border-style : solid;
	cursor : pointer;
	overflow : auto;
	height : 200px;
	width : 300px !important;
	text-align : left;
	list-style-type : none;
}
.autocomplete_normal {
	background-image : url(../imgs/lens.gif);
	background-position : right center;
	background-repeat : no-repeat;
	padding-left : 3px;
	padding-right : 0;
	padding-top : 2;
	padding-bottom : 2;
	margin-bottom : 0;
	margin-top : 0;
	margin-left : 0;
	margin-right : 0;
	background-color : #fff;
	color : #000;
}
.autocomplete_loading {
	background-image : url(../imgs/loading.gif);
	background-position : right center;
	background-repeat : no-repeat;
	padding-left : 3px;
	padding-right : 0;
	padding-top : 2;
	padding-bottom : 2;
	margin-bottom : 0;
	margin-top : 0;
	margin-left : 0;
	margin-right : 0;
	background-color : #fff;
	color : #000;
}
.autocomplete_highlightedListItem, ul li.autocomplete_highlightedListItem {
	background : #ffff99;
	color : black;
	padding : 3px;
	cursor : pointer;
	border-bottom:dotted 1px #ccc;
	line-height:120%;
}
.autocomplete_listItem, ul li.autocomplete_listItem {
	background : #ffffff;
	color : WindowText;
	padding : 3px;
	cursor : pointer;
	border-bottom:dotted 1px #ccc;
	line-height:120%;
}

.autocomplete-item1, ul li.autocomplete-item1
{
    padding:2px;
    background-color:#fff;
}

.autocomplete-item1, ul li.autocomplete-item1
{
    padding:2px;
    background-color:#eee;
}