.ajaxSearchItem {
	cursor: pointer;
	margin: 1px;
	border: 1px solid #AEC6FB;
	padding: 2px;
	font-weight: bold;
	background: #C7D7FC;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ajaxSearchItemOver,
.ajaxSearchItem:hover {
	cursor: pointer;
	margin: 1px;
	border: 1px solid #AEC6FB;
	padding: 2px;
	font-weight: bold;
	background: #E7EEFE;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ajaxSearchResultDiv {
	display: none;
	margin: 23px 2px 2px 2px;
	background: #C7D7FC;
	position: absolute;
	border: 1px solid #006699;
	width: 300px;
	height: 160px;
	z-index: 100;
}

.ajaxSearchField {
	float: left;
	padding: 0px;
	padding-left: 0px;
	text-align: left;
	border: 0px solid transparent;
}