#wrapper { background-image:none; }

#nav_submenu_contain { background-image:url("../img/costruzione/cart_bg_sub_nav.gif"); }

#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; }

/* wrapper del bottone verde per proseguire con l'acquisto */
.btn-prosegui { margin-top: 30px; margin-bottom: 8px; }
/* bottone verde per proseguire con l'acquisto */
.btn-prosegui input,
input.submit { border: 1px solid #666; background-color:#B7D07D; font-weight:bold; font-size: 11px; color:#000; padding: 3px 5px;}

input.submit { margin:10px 0; background: #efefef; }

.btn-prosegui input.reset, .btn-buono { background-color: #e5e5e5; font-weight: normal; }


.btn-prosegui form { display:inline; }



.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;
  background: none !important;
}

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

/* form dati personali */
#frm-dp h3 {
  margin-bottom: 8px;
  padding: 3px;
  color: #785E24;
  font-size: 16px;
}

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

#frm-dp td { vertical-align:top }

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

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

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

#frm-dp label {}

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

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

#frm-dp textarea.text {
  width: 45%;
  height: 160px;
}

#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;
}


