.articolo
{
	display: block;
	height: auto;
	padding: 4px;
	font-size: 86%;
	color: #333;
	text-decoration: none;
}

.articolo:hover
{
	background-color: #dfe8de;
	text-decoration: none;
}

span.data
{
	display: block;
	line-height: 100%;
	color: #666;
	text-transform: lowercase;
}

#testo span.data { padding: 8px 0 8px 0;}

.articolo span.titolo
{
	display: block;
	height: 45px;
	margin-top: 4px;
	border-bottom: 1px #aaa solid;
	color: #222;
	text-transform: uppercase;
	line-height: 130%;
}

.articolo img
{
	margin-top: 8px;
	border: 1px #D9E0DA solid;
}

#pannello { margin-top: 376px; }
div.nes { margin-top: 0; }
#pannello a:hover { background-color: #C9D2C9; }

#cuscinetto
{
	width: 8px;
	height: 300px;
}