/* user styles */

#assistedSearchResults {
	position: absolute;
	width: 245px;
	background-color: white;
	display: none; /* hide initially */
	border: 2px solid #888888;
	font-size: 12px;
	text-align: left;
}


#assistedSearchResults .r {
	white-space: nowrap;
	border-bottom: 1px solid #AAAAAA;
	cursor: pointer;
	padding: 0px 1px 0px 1px;
	text-transform: capitalize;
}

#assistedSearchResults .r:hover {
	background-color: #888888;
	color: white;
}

#assistedSearchResults .r b {
	background-color: #FFFF99;
	font-weight: normal;
}

#assistedSearchResults .r:hover b {
	background-color: #888888;
	color: white;
}


/* Livesearch styls */

.liveSearch_selectedRow {
	background-color: #888888;
	color: white;
}

#assistedSearchResults .liveSearch_selectedRow b {
	background-color: #888888;
	color: white;
}

.liveSearch_searchResultList {
	width: 100%;
	/*max-height: 187px;*/
	height: 187px;
	overflow-y: auto;
	overflow-x: auto;
	border-bottom: 1px solid #AAAAAA;
}

.liveSearch_searchResultClose {
	color: red;
	cursor: pointer;
}