﻿.autocomplete-w1 { 
	background:url(shadow.png) no-repeat bottom right; 
	position:absolute; 
	top:0px; 
	left:0px; 
}
.autocomplete { 
	border:1px solid #999; 
	background:#FFF; 
	cursor:default;
	width: 200px;
	text-align:left; 
	max-height:350px; 
	overflow:auto; 
	margin: 6px 0;
	padding: 5px;
}

.inexedsearchlive-suggest-category {
	font-weight: bold;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-top: 10px;
}

.inexedsearchlive-suggest-category:first-child {
	border-top: none;
	margin-top: 0;
}

.inexedsearchlive-suggest-item {
	text-decoration: underline;
	cursor: pointer;
	padding-left: 10px;
	margin-top: 5px;
}

.inexedsearchlive-suggest-item-selected {
	font-weight: bold;
	color: #f00;
}
