/*
 * Style Sheet for the checkout module
 */

/*
 * checkoutSelectTable
 */

table.checkoutSelectTable {
  text-align: left;
  margin: 0;
  padding: 0;
}

table.checkoutSelectTable th {
  background-color: #f1ab00;
  color: #fff;
  font-weight: bold;
}

table.checkoutSelectTable td {
  background-color: #000;
  color: #fff;
}

table.checkoutSelectTable tr.checkoutPostage td, table.checkoutSelectTable tr.checkoutTotal td {
/*
  background-color: transparent;
  color: #000;
*/
  background-color: transparent;
  text-align: right;
  color: #000;
  font-weight: bold;
  font-size: 110%;
}

table.checkoutSelectTable tr.checkoutPostage td.checkoutProductPricePostage, table.checkoutSelectTable tr.checkoutTotal td.checkoutProductPriceTotal {
  text-align: center;
  background-color: #f1ab00;
}

/*
 * checkoutProducts
 */

table.checkoutProducts {
  margin: 0 10px;
}

table.checkoutProducts td {
  text-align: left;
}

table.checkoutProducts td.checkoutCurrency {
  font-weight: bold;
  padding: 0 3px;
}

table.checkoutProducts td.checkoutProductPriceQuantity {
  text-align: right;
}

td.checkoutProduct {
  width: 150px;
}

td.checkoutProductPriceSubtotal {
  width: 5%;
}

/*
 * PaperTypes
 */

table.checkoutPaperTypes td {
  text-align: left;
}

/*
 * Buttons
 */

table.checkoutButtonTable {
  margin-top: 10px;
}

table.checkoutButtonTable td {
border-top: 1px solid black;
}

table.checkoutButtonTable input.checkoutButton {
  border: 1px solid black;
  background-color: #fff;
  color: #000;
}

/*
 * Payment
 */

table.checkoutPaymentOptions {
  padding: 0 10px;
}

table.checkoutPaymentOptions th {
  background-color: #f1ab00;
}

div.checkoutPaymentOptionText {
  color: #000;
  font-size: 120%;
  padding: 10px;
  text-align: center;
}

div.checkoutPaymentOptionText span.checkoutTandCtext {
  text-size: 200%;
}

/*
 * Errors
 */

div.checkoutErrorText {
}

div.checkoutErrorText {
  text-align: center;
}

div.checkoutErrorText span {
  display: block;
  border: 1px solid red;
  background-color: #fff;
  padding: 2px;
  margin: 5px 0;
}
