.pageContent
{
	overflow:visible;
}

#newsContent .elemento
{
	padding: 10px;
	position: relative;
	overflow: hidden;
}

#newsContent .elemento .bollo
{
	position: absolute;
	top: -15px;
	left: -15px;
}

.rigaOrizz
{
	border-bottom: 2px dashed #ffffff;
	margin-bottom: 20px;
}

#newsContent .immagine
{
	margin-right: 10px;
	float: left;
}

#newsContent .immagine img
{
	border: 2px solid #ffffff;
}

#newsContent .titolo, #newsContent .testo
{
	font-size: 13px;
	font-family: Georgia, Arial;
	font-style: italic;
	margin-left: 5px;
}

#newsContent .link
{
	margin-left: 5px;
}

#newsContent .titolo
{
	font-weight: bold;
	color: #eca500;
}

#newsContent .testo.completo .close
{
	cursor: pointer;
	margin-top: 10px;
}



