/************************************************************************\
 *  CSS for transpersonale psychologie und psychotherapie shop (tpp shop)
 *  created: 27.12.2007, Klaus Lauer
 *  (C) 2007, Verlag Via Nova
\************************************************************************/

h2 {
  color: #000;
}

p {
  line-height: 1.3em;
}

div.listitem {
  float: left;
  width: 95%;
  padding: 10px;
  border-bottom: 1px solid #e2673c;
}

input, label {
  font-size: 0.90em;
}

input {
  margin: 1px;
  padding: 0;
}

table.basket_items {
  border-collapse: collapse;
  border-spacing: 1px;
}

table.basket_items th {
  font-size: 0.90em;
}

table.basket_items tr td {
  padding: 4px 1px 2px 4px;
  font-size: 0.80em;
}

tr.listitem td {
  border-bottom: 1px solid #bbb;
}

td.quantity {
  text-align: center;
}

td.price, td.total {
  text-align: right;
}

th#total {
  padding: 0 5px;
}

td.total {
  padding-left: 8px;
}

.display_variant1_LIST, .price, .order_form, .listitem_subheader {
  padding-left: 3px;
  margin: 5px 0;
}

.order_form label {
  font-size: 0.95em;
}

