.box
{
	margin: 4px 4px 12px 8px;
	border-bottom: 1px solid silver;
}

.box .titolo
{
	border-left: 8px solid #5d6169;
	font-size: 13pt;
	padding-left: 4px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	border-bottom: 1px dotted silver;
}

.elemento, .elementoSel
{
	margin: 8px 0;
	text-align: justify;
	background-color: #F4F5F7;
	padding: 4px 4px;
}
.elementoSel
{
	background-color: #D4DBFF;
	color: black;
}
.elemento .nome
{
	font-weight: bold;
	color: black;
}

.elementoSel .nome
{
	font-weight: bold;
	color: navy;
}

.elemento .immagine
{
	float: left;
}

.box .links
{
	text-align: right;
	margin-bottom: 6px;
}
.box .links img
{
	margin-left: 4px;
}