/* CSS Document */

.suggerimenti{
	background-color: #FFF;
	border: 1px solid #999;
	display: none;
	font-size: 12px;
	font-weight: normal;
	height: 185px;
	margin-top: 10px;
	overflow: auto;
	padding: 10px;
	position: relative;
}

.suggerimenti a{
	color: #000000;
	display: block;
	padding: 4px;
	text-decoration: none;
}
.suggerimenti a:hover, .suggerimenti a.sel, .suggerimenti a.sel:hover{
	background-color: #CCC;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}