.shoppingList {

}

.shoppingList .odd {

}

.shoppingList .quantity {
  text-align: left;
}

.shoppingList .quantity input {
  width: 3em;
  text-align: left;
}

.shoppingList table {
  background: #f0f0f0;
  border: 0;
  width: 100%;
  font-size: 0.9em;
  border-bottom: 1px solid #fff;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.shoppingList table th {
  border: 0;
  background: #e0e0e0;
  text-align: left;
  padding-left: 5px;
}
.shoppingList table td {
  border: 0;
  padding: 2px 3px;
}
.shoppingList table td.label {
  width: 25%;
}
.shoppingList table td.value {
  font-weight: bold;
}
.shoppingList table tr.o td {
  background: #f7f7f7;
}
.shoppingList .form-row label,
.shoppingList .form-row span.label{
  width: 25%;
  display: block;
  float: left;
  font-weight: bold;
}
.shoppingList .form-row .value {
  display: block;
  float: right;
  width: 25%;
}
.shoppingList .price-row {
  margin: 1em 0;
  font-weight: bold;
  font-size: 1.2em;
  background: #003380;
  color: #fff;
  padding: 5px;
}
.shoppingList .part {
  font-size: 1em;
  background: #234f8f;
}
.shoppingList .price-row .value {
  float: left;
}

.cleaner {
  clear: both;
  height: 1px;
  font-size: 1px;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  visibility: hidden;
  display: block;
}

.r {
  text-align: left;
}

.shoppingList .totalPrice, .shoppingList .totalPriceVAT {
  font-weight: bold;
}

.shoppingList .totalPrice {
  border-top: 2px solid white;
}

.shop input[type="submit"], .shop a.button {
  margin: 0px;
  text-decoration: none;
  font-weight: bold;
}

.shoppingList .shipping {
  float: left;
  width: 50%;
}

.shoppingList .payment {
  float: left;
}

.userinfo label {
  display: block;
  width: 300px;
  float: left;
  clear: both;
}

.invoice-address {
  float: left;
  width: 49%;
}

.shop-underline-block {
  border-top: 1px solid silver;
  margin-top: 20px;
  padding-top: 20px;
}

.shop-underline-block textarea {
  display: block;
  width: 95%;
}