#wrapper { background-image:none; }

/*  nel carrello non ho la colonna di destra */
#nav_submenu_contain { background-image:url("../img/costruzione/cart_bg_sub_nav.gif"); }

#footer{background:transparent url("../img/costruzione/bg_footer_no_col.gif") no-repeat top left;}

#corpo {
  width: auto;
  float: none;
  text-align:left;
  margin: 0 35px;
}

#corpo h1 {
  background:transparent url("../img/bg_linea_corpo.gif") repeat-x bottom left;
}

#carrello { padding-top: 10px; }

#carrello p { font-size: 11px !important;  }

#carrello table { width:100%; margin-bottom: 15px; border: 1px solid #ccc; }

#carrello th {
  vertical-align: middle;
  padding: 2px 1px;
  border-bottom: 1px solid #ccc;
  background: #e5e5e5;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

#carrello td {
  vertical-align: middle;
  padding: 2px 1px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 11px;
  text-align: center;
}

#carrello .sx { text-align: left; }

/* bottoni per l'aggiunta e la rimozione dei prodotti */
#carrello .btn { font-size:13px; font-weight:bold; vertical-align:center; margin:1px; width:22px; height:22px }

#carrello .totali td { border: 0; }
#carrello .totali td.totale-label { border: 0; background: #e5e5e5; text-align: right; padding-right: 10px; }
#carrello .totali td.totale-val { border: 0; background: #e5e5e5; white-space: nowrap; }

