﻿.CompletionListItemCssClass
{
	color: black;
	font-family: Tahoma;
	font-size: 12px;
	background-repeat: no-repeat;
	z-index: 1000;
	background-image: url('../Images/SiteImages/SearchResult.png');
	width: 145px;
	height: 15px;
	background-color: Transparent;
	position: relative;
	left: -60px;
	top: -5px;
	text-align: right;
}
.CompletionListHighlightedItemCssClass
{
	color: black;
	font-family: Tahoma;
	font-size: 12px;
	background-color: Transparent;
	background-repeat: no-repeat;
	cursor: pointer;
	list-style: none;
	background-repeat: no-repeat;
	z-index: 1000;
	background-image: url('../Images/SiteImages/SearchResult.png');
	background-position: -145px 0px;
	width: 145px;
	height: 15px;
	position: relative;
	left: -50px;
	top: -5px;
	text-align: right;
}
li
{
	list-style-type: none;
}
.En_CompletionListItemCssClass
{
	color: black;
	font-family: Tahoma;
	font-size: 12px;
	background-repeat: no-repeat;
	z-index: 1000;
	background-image: url('../Images/SiteImages/SearchResult.png');
	width: 145px;
	height: 15px;
	background-color: Transparent;
	position: relative;
	left: -45px;
	top: -5px;
	text-align: left;
}
.En_CompletionListHighlightedItemCssClass
{
	color: black;
	font-family: Tahoma;
	font-size: 12px;
	background-color: Transparent;
	background-repeat: no-repeat;
	cursor: pointer;
	list-style: none;
	background-repeat: no-repeat;
	z-index: 1000;
	background-image: url('../Images/SiteImages/SearchResult.png');
	background-position: -145px 0px;
	width: 145px;
	height: 15px;
	position: relative;
	left: -45px;
	top: -5px;
	text-align: left;
}

