
.qWebSearchText .qSearchTextResults {
	display: none;
	position: relative;
}

.qWebSearchText .qSearchTextResults > div {
	position: absolute;
	left: 0px;
	top: 100%;

	background-color: white;
	border: 1px solid #DDDDDD;
	padding: 8px;
}

.qWebSearchText .qSearchTextResultsItemCaption {
	cursor: pointer;
	width: auto;
	white-space: nowrap;
	padding: 1px;
}

.qWebSearchText .qSearchTextResultsItemValue {
	display: none;
}

.qWebSearchText .qSearchTextResultsItemCaption:hover {
	background-color: #f3f4f3;
}

