﻿/*  Layout  box */
.Box01
{
   clear:both;
   display:block; 
   padding:1px;
}

.Box01 .c 
{	
	display:block;
	text-align:left;
}	

/* Titolo */
.Box01 .hd  h1 
{
   color:#006a56;
   padding:5px 0 0 5px;
   font-size:14px;
   padding:10px 0 0 25px;
   background-image:url(../../images/pages/global/freccia.gif);
   background-position:center left;
   background-repeat:no-repeat;
}

.Box01 .hd 
{
    
}
.Box01 .hd .c 
{ 
    height:24px;
}
.Box01 .bd {
   padding:10px;
   line-height:16px;
}

.Box01 .bd .c {	
   height :auto !important;
   height:0;
   display:table;
}


.Box01 .ft {
   display:none;
}


