/* CARRELLO - il contenitore di tutto */
#corpo {
  text-align: 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:15; font-weight:bold; vertical-align:center; margin:1; 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; }


/* box login */
#frm-dp {
  padding: 10px 0 0 10px;
  font-size: 11px;
}

#frm-dp p {
  margin-bottom: 10px;
  font-size: 11px;
}

.submit { font-size: 10px; font-weight: bold; color: #333; }

.box-login {
  float: left;
  width: 47%;
  margin-right: 3%;
}

.box-login h2 { margin-bottom: 10px; }

.box-login .content {
  min-height: 320px;
  height: auto !important;
  height: 320px;
  padding: 8px 20px 8px 8px;
  border-right: 3px solid #e5e5e5;
}

.box-login form { margin-bottom: 20px; }

/* form dati personali */
#frm-dp h3 {
  margin-bottom: 8px;
  padding: 3px;
  border-bottom:1px solid #EFEFEF;
  color: #a10000;
  font-size: 13px;
}

#frm-dp table {
  width: 100%;
  margin-bottom: 20px;
}

#frm-dp td.sx {
  width: 50%;
}

#frm-dp td.dx {
  padding-left: 20px;
}

#frm-dp td div {
  margin-bottom: 8px;
}

#frm-dp label {
  font-size: 11px;
}

#frm-dp h3 label {
  font-size: 13px;
  font-weight: bold;
}

#frm-dp td input.text {
  width: 90%;
}

#frm-dp input.radio {
  vertical-align: middle;
}


/* tabella carina */
table.lista td,
table.lista th {
  border-bottom: 1px solid #e5e5e5;
  padding: 2px 3px;
  font-size: 11px;
}

table.lista td.label {
  font-weight: bold;
}

/* buono */
#buono {
  margin-bottom: 8px;
  border: 1px solid #ccc;
  padding: 3px 8px;
  background: #FFFFE0;
}
