@CHARSET "UTF-8";

/* shopping cart / checkout */

table.cart {
  width: 100%;
  margin-bottom: 10px;
}

.cart th {
  background: #efefef;
  border-bottom: 1px solid #999;
}

.cart th,
.cart td {
  vertical-align: top;
  padding: 2px;
}

.cart .no_product {
  font-weight: bold;
  text-align: center;
  padding: 20px 0 10px 0;
}

.cart th.image,
.cart td.image {
  width: 70px;
}

.cart th.qty,
.cart td.qty {
  width: 80px;
}

.cart .qty_buttons {
  overflow: hidden;
}

.cart .qty_buttons img {
  float: left;
  vertical-align: -3px;
}

.cart .qty_buttons span {
  float: left;
  display: block;
  width: 30px;
  text-align: center;
}

.cart .remove {
  margin-top: 5px;
}

.cart th.sku,
.cart td.sku {
  width: 100px;
}

.cart th.tax,
.cart td.tax {
  width: 35px;
  text-align: right;
}

.cart th.sku,
.cart td.sku {
  width: 100px;
}

.cart th.line_price,
.cart td.line_price,
.cart th.line_total,
.cart td.line_total {
  text-align: right;
  width: 80px;
}

.summary {
  border-top: 1px solid #999;
  padding-top: 5px;
  text-align: right;
  font-weight: bold;
  margin-bottom: 10px;
  overflow: hidden;
}

.summary .go_shopping {
  float: left;
}

.summary span {
  margin-right: 20px;
}

.to_checkout {
  float: right;
}

#order_items {
  width: 100%;
  border: 1px solid #999;
}

#order_items th {
  border-bottom: 1px solid #999;
  background: #efefef;
  padding: 5px;
}

#order_items td {
  padding: 5px;
  vertical-align: top;
}

#order_items .qty {
  width: 20px;
}

#order_items .line_price,
#order_items .line_total {
  width: 80px;
  text-align: right;
  padding-right: 5px;
}

.order_totals {
  border-top: 1px solid #999;
  margin-top: 10px;
  padding: 5px;
  overflow: hidden;
  background: #efefef;
}

.order_totals table {
  width: 100%;
}

.order_totals td {
  width: 50%;
}

.order_totals td.right {
  text-align: right;
}

.order_totals td span {
  font-weight: bold;
  margin-right: 5px;
}

#amount_gross {
  margin-top: 5px;
  text-align: right;
  font-weight: bold;
  font-size: 12px;
}

#send_order {
  background: url('/local/image/mmm/buttons/bestellung_absenden.png') no-repeat;
  width: 170px;
  height: 25px;
  border: 0px solid;
  cursor: pointer;
  margin-bottom: 5px;
}

/* disabled inputs and selects */

input[disabled=disabled] {
  background: #ccc;
}

/* checkout status */

#checkout_status {
  overflow: hidden;
  margin-bottom: 15px;
}

#checkout_status #staging {
  list-style: none;
  margin: 0;
  padding: 0;
}

#staging li {
  padding: 3px;
  margin: 0 7px 0 0;
  float: left;
  display: block;
  width: 130px;
}

#staging li#last {
  margin: 0;
  padding: 3px;
}

#staging h3 {
  font-size: 11px;
}

#staging h3.completed {
  background: url('/system/icons/accept.png') no-repeat;
  padding-left: 20px;
}

#staging a {
  text-decoration: none;
  display: block;
}

#staging h3.completed a {
  color: #009900;
}

#staging h3.open {
  background: url('/system/icons/accept/grey.png') no-repeat;
  padding-left: 20px;
  color: #999;
}

#staging h3.current {
  background: url('/system/icons/lightbulb.png') no-repeat;
  padding-left: 20px;
  color: #333;
}

#staging h3.current a {
  color: #333;
}

#staging h3.selected {
  padding-left: 20px;
  color: #004B91;
}

#staging h3.selected a {
  color: #004B91;
}

label#use_invoice {
  width: 100%;
  margin-bottom: 10px;
}

input[type="checkbox"] {
  width: auto;
}

.info_title {
  background: url('/system/icons/information.png') no-repeat 0px 2px;
  padding-left: 20px;
  margin-left: 140px;
}

/* payment methods */

.payment_methods {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.payment_methods li {
  margin: 0 0 15px 0;
  padding: 0;
}

.payment_methods input {
  float: left;
  margin-top: 1px;
}

.payment_method img {
  margin: -7px 0 5px 0;
}

.payment_method {
  float: left;
  width: 350px;
  margin: 0 0 0 5px;
  padding: 0;
}

/* order stage */

#agb_checkbox {
  display: block;
  width: auto;
  float: none;
  margin-bottom: 20px;
}

.section {
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  border-bottom: 1px solid #999;
}

/* form buttons */

#checkout_buttons {
  border-top: 1px solid #999;
  padding-top: 10px;
  text-align: center;
}

.payment_page form.payment_button,
span.button,
div.button {
  padding: 0 0 0 3px;
  margin: 0 5px 0 0;
  display: table;
  background: url('/local/image/denda/buttons/button_green.png') repeat-x scroll top left;
}

.payment_page form.payment_button:active,
span.button:active,
div.button:active {
  background: url('/local/image/denda/buttons/button_green.png') repeat-x scroll bottom left;
}

.payment_page form.payment_button input[type="submit"],
span.button input {
  background: url('/local/image/denda/buttons/button_green.png') repeat-y scroll top right;
  border: 0px solid;
  margin: 0 -5px 0 0;
  height: 30px;
  padding: 0 30px 0 27px;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  width: auto;
}

.payment_page form.payment_button input[type="submit"]:active,
span.button input:active {
  background: url('/local/image/denda/buttons/button_green.png') repeat-y scroll bottom right;
}

div.button a,
span.button a {
  background: url('/local/image/denda/buttons/button_green.png') no-repeat scroll top right;
  margin: 0 0 0 5px;
  padding: 9px 30px 11px 25px;
  vertical-align: middle;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: block;
  height: 11px;
  font-size: 11px;
  line-height: 11px;
}

div.button a:hover,
span.button a:hover {
  color: #fff;
  text-decoration: none;
}

div.button a:active,
span.button a:active {
  background: url('/local/image/denda/buttons/button_green.png') repeat-y scroll bottom right;
}

span.button img {
  border-width: 0;
  margin: 0;
}