﻿/*  Layout  box */
.Box01
{
   clear:both;
   display:block; 
   padding:10px 8px 5px 8px;
}


.Box01 .c 
{	
	display:block;
	text-align:left;
}	

/* Titolo */
.Box01 .hd  h1 
{
   color:#213d9d;
}

.Box01 .hd 
{
	background:transparent url(../../images/box/bg_title.gif) no-repeat center left;
	height:22px;
	padding-left:25px;
}
.Box01 .hd .c 
{ 
    
}
.Box01 .bd {
   
   line-height:16px;
   padding-top:10px;
}

.Box01 .bd .c {	
   height :auto !important;
   height:0;
   display:table;
   text-align:justify;
}


.Box01 .ft {
   display:none;
}

.NoPadding .bd {
   padding:0;   
}


