/*modulo Shared: Comune a tutti i moduli*/
#modulo.S{
  width:195px;
}
#modulo.L{
  margin-top:10px;
  width:500px;
}

#modulo #title{
  width:100%; height:25px; background:url(../img/shared/lineUp/left.png);
}

#modulo #left{
  float:left;
  width:35px; height:25px;
  background:url(../img/shared/lineUp/lo.png);}
#modulo #right{
  float:right;
  width:25px; height:25px;
  background:url(../img/shared/lineUp/ro.png);}
#modulo #text{
  display:block;
  float:right;
  height:19px;
  font-size:17px;
  background:url(../img/shared/lineUp/right.png);
  padding-top:4px;
  padding-bottom:2px;
  padding-left:10px;
  padding-right:0px;}
#modulo #text span{
 font-size:15px; font-weight:bold;
 color:#FFF; font-style:italic;
}  
#modulo #middle{
  display:none;
  float:right;
  width:25px; height:25px;
  background:url(../img/shared/lineUp/center.png);}
#modulo #content{
  clear:both;
  border-left:1px solid #093;
  border-right: 1px solid #C00;
  border-bottom:1px solid #093;
  padding:5px;}