/* --- STILI APPLICATI AI BOX --- */
.boxed {
    margin-bottom:10px;
	width: 254px;
	margin-left: 48px;
}
/* Titolo del box */
.boxed .title {
    background-image: url(../Images/sfondotitlebox.png);
	background-repeat: no-repeat;
	width: 254px;
	height: 35px;
}
.boxed .title .imgtitleleft {
    float: left;
}
.boxed .title .imgtitleleft img { 
    float: left;
	margin-top: 14px;
	margin-left: 10px;
}
.boxed .title .imgtitleright {
    float: right;
	margin-right: 5px;
	display: none;
}
.boxed .title .imgtitleright img {
    height: 25px;
	vertical-align: middle;
}
/* Titolo del box utilizzati nella gestione layout */
.boxed .title .titolo {
    float: left;
}
.boxed .title .titolo h2 {
	text-transform: uppercase;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	float: left;
	margin-top: 11px;
	margin-left: 15px;
}
/* Contenuto del box */
.boxed .content {
    margin-top: 1px;
	padding: 20px;
	border-bottom: 1px dashed #c4b58f;
	color: #476679;
}
/* Stile dei collegamenti del box*/
.boxed .content a {
    text-decoration: none;
	color: #6b5529;
}
/* Stile delle liste del box*/
.boxed .content ul {
	font-size: 12px;
	margin-left: 0px;
	list-style-type: none;
	margin-bottom: 0px;
	color: #6b5529;
}
.boxed .content ul li {
    margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 0px;
	color: #e70400;
}
.boxed .content ul ul {
    list-style-type: none;
	text-align:center;
	margin-left:-20px;
	color: #6b5529;
}
.boxed .content ul li h3 {
	font-size: 13px;
	color: #6b5529;
	font-weight: normal;
}
.boxed .content ul li h3 img {
    vertical-align: middle;
}
.boxed .content ul li h4 {
	font-size: 13px;
	font-weight: bold;
	color: #6b5529;
}
.boxed .content ul li p {
	font-size: 13px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
	margin-left: 0px;
	padding-left: 0px;
	font-weight: normal;
}
.boxed .content ul ul li a {
    color: #e70400;
}

#BoxNews li h3{
	display:none;}
/* === === */
