@charset "iso-8859-1";

/*Questi stili vengono usati in diverse liste tra cui alcune automatiche*/

.List_Box {
	clear: both;
	margin-bottom:10px;
}

.List_Home_News {
	float: left;
	width: 220px;
	margin-bottom:20px;
}

.List_Home_News_tube {
	padding-right: 30px;
}
	
.List_Link {
	background-color: #20a3fd;
	width: 60px;
	padding: 4px 18px 4px 8px;
	margin-top: 10px;
	background-image:url(../img_struct/freccetta_bianca_destra.gif);
	background-position: center right;
	background-repeat: no-repeat;

}

.List_Link a.BoxText {
	color: #fff;
}

.List_Link a.BoxText:hover {
	color: #fff;
	text-decoration: none;
}
	
