
/* Search suggestion styling */
div.sug {
	cursor: pointer;
	padding: 2px;
	text-decoration: none;
	min-width: 174px;
	background-color: #BFBFBF;
	color: white;
}
div.sugHighlight {
	cursor: pointer;
	padding: 2px;
	text-decoration: none;
	min-width: 174px;
	background-color: #7F7F7F;
	color: white;
}
div.sug:hover {
	background-color: #9F9F9F;	
}
div.sugHighlight:hover {
	background-color: #9F9F9F;	
}
#suggestions {
	min-width: 174px;
	/*overflow: hidden;*/
	display: inline-block;
}
