table.linee {
	border:0px;
	border-collapse:collapse;
	padding:0px;
	width:100%; 
}
table.linee td {
	width:33%;
	border:0px;
	height:200px;
	/*text-align:center;*/
	vertical-align:bottom;
}
table.pippo {
	width:120px;
	height:auto;
	border:0px;
	padding:0px;
	border-collapse:collapse;
}

table.pippo td {
	width:auto;
	height:auto;
	border:0px;
	padding:0px;
}

table.pippo td.testo {
	padding-top:3px;
	padding-bottom:6px;
}
table.albero{
	border:0px;
	border-collapse:collapse;
	width:143px;
	height:181px;
}
table.albero tr td{
	padding:0px;
}
table.albero tr td.ball{
	text-align:left;
	width:16px;
	height:25px;
}
table.albero tr td.label {
	width:127px;
	text-align:center;
	vertical-align:middle;
}
table.albero tr td.foto {
	width:143px;
	height:157px;
	background-repeat: no-repeat;
	background-position: top right;
	text-align:center;
	vertical-align:middle;
}

