/* ***********************************************************************
    1. <link rel="stylesheet" type="text/css" href="/styles.css">
    2. <link rel="stylesheet" type="text/css" href="/review_order.css">
*********************************************************************** */

/* Review order */

#dContent { /* =same as in buy_more.css */
  width: 756px;
  background-image: url(/img/buy_poppers_online_pgBg.gif);
  /* padding-right: 40px; */
  border-bottom: 16px solid #CC0000
}

#dContent ul {
  margin-right: 50px
}

h1 { margin-bottom: -16px }

table {
  border: 0px solid #FFFFFF;
  padding: 0px;
}

td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  border: 0px solid #FFFFFF;
  padding: 1px 4px 1px 4px;
  text-align: right
}

td.alignLeft {
  text-align: left
}

tr.head td {
  border-top: 1px solid #CC0000;
  font-weight: bold;
  color: #CC0000;
  background-color: #FFCC00
}

tr.subTotal td,
tr.total td {
  background-color: #DDDDDD
}
tr.total td {
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold
}

td span {
  font-weight: bold;
  color: #CC0000
}

/* Voucher cell */

td.voucher {
  text-align: right;
  padding: 5px;
  border: 2px #CCCCCC dashed;
  background-color: #EEEEEE;
  font-size: 10px
}

td.voucher span {
  font-size: 13px;
  color: #333333
}

td.voucher input {
  /* visibility: hidden;  we'll turn this visible later, in "choose_free_gift.js" */
                      /* because we don't want any onchange event to take place */
                      /* before init */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
}

#voucherInputBox {
  width: 123px;
  height: 22px
}
#cashItButton {
  position: relative;
  top: 8px;
  left: 4px
}