﻿/*  Layout  box */
.Box01{
   clear:both;
   display:block; 
   padding:1px;
   background-image:url(../../images/pages/global/bg_box_long.gif);
   background-position:top left;
   background-repeat:no-repeat;
}

.BoxNewsStyle .Box01
{
   background-image:url(../../images/pages/global/bg_box_azzurro.gif);
   background-position:top left;
   background-repeat:no-repeat;
}

.BoxEventiStyle .Box01
{
   background-image:url(../../images/pages/global/bg_box_giallo.gif);
   background-position:top left;
   background-repeat:no-repeat;
}

.Box01 .c 
{	
	display:block;
	text-align:left;
}	

/* Titolo */
.Box01 .hd  h1 
{
   color:#bd0101;
   padding:10px;
   font-size:11px;
   text-align:right;
   
}

.BoxNewsStyle .Box01 .hd  h1 
{
   padding:10px 0 10px 10px;   
}


.Box01 .hd 
{

}
.Box01 .hd .c 
{ 
    height:24px;
}
.Box01 .bd {
   padding:10px 10px 10px 18px;
   line-height:16px;
}

.Box01 .bd .c {	
   height :auto !important;
   height:0;
   display:table;
}


.Box01 .ft {
   display:none;
}

