/*

	CSS - Foglio di Stile
	A cura di Camillo Bella

*/


/* Impostazioni articoli */
#articoli {
	float: left;
	width: 634px;
	border: 1px solid #ff8040;
	padding: 3px 3px 0px 0px;
}


.articolo {
	float: left;
	width: 632px;
	height: 100px;
	border-bottom: 1px solid #D7D7D2;
	padding: 3px 3px 3px 1px;
}

.articoloimg {
	float: left;
	height: 100px;
}
.articoloimg img {
	float: left;
	height: 100px;
	width: 100px;
	border:0px;
}
.articoloimg img:hover {
	width: 100px;
}



.articolodett {
	float: right;
	width:  530px;
	height: 100px;
}

.articolotitolo {
	width:  530px;
        	color: #ff8040;
        	background-color: #FFFFFF;
	text-align: center;
	padding: 0px 0px 3px 0px;
}

.articolotitolo a:link, a:visited, a:active {
	width:  530px;
        	color: #ff8040;
        	background-color: #FFFFFF;
	text-align: center;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}

.articolotitolo a:hover {
	width: 530px;
        	color: #ff8040;
        	background-color: #FFFFFF;
	text-align: center;
	text-decoration: underline;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}


.articolotesto {
	width:  530px;
        	color: #000000;
        	background-color: #FFFFFF;
	text-align: left;
}

.articolotesto a:link, a:visited, a:active {
	width:  530px;
        	color: #ff8040;
        	background-color: #FFFFFF;
	text-align: center;

}

.articolotesto a:hover {
	width:  530px;
        	color: #ff8040;
        	background-color: #FFFFFF;
	text-align: center;
	text-decoration: underline;
}

