.box {
	width: 302px;
	margin: 0px 10px 10px 10px;
}
.box .header {
	font-size: 0px;
	width: 302px;
	height: 10px;
	background: url(../img/box_bianco_top.gif);
}
.box .content {
	width: 302px;
	background: url(../img/box_bianco_content.gif) repeat-y;
	line-height: 1.4em;
}
.box .footer {
	font-size: 0px;
	width: 302px;
	height: 10px;
	background: url(../img/box_bianco_bottom.gif);
}
.box .content a {
	color: #3198b9;
	text-decoration: none;
}
.box .content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
}
.box .content li {
	font-size: 0.7em;
	font-weight: bold;
}
.box .content li a { 
	text-decoration: none;
	color: #333333;
}
.box .content li a:hover {
	text-decoration: underline;
	color: #333333;
}
.box .content li span {
	font-size: 1em;
	color: #b41c00;
}
.box .content p {
	color: #ba1519; 
	font-size: 0.7em; 
	font-weight: bold;
	display: inline;
}
.box .content li img {
	margin-top: 10px;
}
.box .leggi {
	background: url(../img/box_leggi_top.gif);
	height: 52px;
}
.box .line {
	font-size: 0px;
	height: 4px;
	width: 302px;
	background: url(../img/tratteggio_verticale.gif) repeat-x;
}
table {
	width: 100%;
}
td {
	vertical-align: top;
}
.td {
	width: 33%;
}
.pad10 {
	padding: 0px 10px 0px 10px;
}
