.suggestionsBox {
	position: absolute;
	margin: -6px 0px 0px 70px;
	width: 300px;
	background:url('/skins/default/img/area_back.jpg') repeat-x top #fbfbfb;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #c5c5c5;	
	color: #121212;
	clear: both;
	filter: DropShadow(Color=#121212, OffX=5, OffY=-3, Positive=0);
}

.suggestionList {
	margin: 0px;
	padding: 0px;
	clear: both;
}

.suggestionList li {
	
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
}

.suggestionList li:hover {
	background-color: #fff;
	color:#00bbe3;
}