﻿/*  Layout  box */
.Box01
{
   clear:both;
   display:block; 
   padding:0;
}


.Box01 .c 
{	
	display:block;
	text-align:left;
}	

/* Titolo */
.Box01 .hd  h1 
{
   font-size:14px;   
}

.Box01 .hd 
{
	color:#900000;
	background-image:url(../../images/box/bg_title.gif);
    background-position:top left;
    background-repeat:repeat-x;
    height:21px;
    padding:5px 0 0 30px;
    margin-top:20px;
}
.Box01 .hd .c 
{ 
   
}
.Box01 .bd {
   background-image:url(../../images/box/bg_content.gif);
   background-position:top left;
   background-repeat:repeat-x;
   padding:10px;
}

.Box01 .bd .c {	
	min-height:100%;
	height:100%;
	display:table;
}

.Box01 .ft {
   display:none;
}

.Arancio .hd {
	color:#f4b41e;
}

.Azzurro .hd {
	color:#5a81ac;
}

.NoHeader .hd {
	margin:0;
	background:none;   
    padding:0;
}

.NoBackground .bd {
   background:none;
   padding:0 10px;  
}

.DlList .bd {
   background:none; 
   padding:10px 0 0 0;  
}

