
/* ---------- GENERAL ---------- */

div.right, td.right {
  text-align: right;
}

div.center, td.center {
  text-align: center;
}

div.clear {
  clear: both;
}

.label {
  font-weight: bold;
}

.nowrap {
  white-space: nowrap;
}

.strike {
  text-decoration: line-through;
}

/* ---------- STRUCTURE ---------- */

table#fcb td.wrapper {
  padding: 0 15px;
}

table#fcb p, table#fcb th, table#fcb td {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
}

table#fcb h2 {
  font-size: 18px;
  font-weight: bold;
}

/* ---------- CART ---------- */

table.cart {
  border-bottom: #c8c8c8 1px solid;
  border-left: #c8c8c8 1px solid;
  margin: 10px 0;
  width: 100%;
}

table.cart th, table.cart td {
  border-top: #c8c8c8 1px solid;
  border-right: #c8c8c8 1px solid;
  padding: 5px;
  text-align: center;
}

table.cart th {
  color: #3390ca;
  font-size: 16px;
  font-weight: bold;
}

table.cart th.left {
  text-align: left;
}

table.cart td.rownum {
  color: #bbb;
  border-right: none;
  text-align: right;
  vertical-align: top;
}

table.cart td.thumbnail {
  border-right: none;
  padding: 5px 0;
  vertical-align: top;
}

table.cart td.details {
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  width: 480px;
}

table.cart td.details .title {
  font-weight: bold;
}

/* ------- CART TOTALS ------- */

div.cart_summary table {
  float: right;
}

div.cart_summary table td {
  padding: 0 5px;
  text-align: right;
}

div.cart_summary table.summary tr.total td {
  font-size: 16px;
  font-weight: bold;
}

/* ----- FORM NAVIGATION ----- */

div.sell_nav {
  margin: 5px 0;
}

div.sell_nav table {
  float: right;
}

div.sell_nav table td {
  padding: 0 5px;
}

/* ----- SELL FORM ----- */

table#sell_form {
  border-bottom: #eee 1px solid;
  width: 100%;
}

table#sell_form td {
  border-top: #eee 1px solid;
  padding: 15px 10px;
  vertical-align: top;
}

table#sell_form tr.top td {
  padding-bottom: 5px;
}

table#sell_form tr.middle td {
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

table#sell_form tr.bottom td {
  border: none;
  padding-top: 5px;
}

table#sell_form table.nested td {
  border: none;
  padding: 1px 0;
}

table#sell_form .optional {
  font-weight: normal;
}

table#sell_form ul li {
  color: #333;
  font-size: 12px;
  line-height: 18px;
}

/* ----- SELL FORM FOOTNOTE ----- */

ul.sell_footnote {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
}

ul.sell_footnote li {
  color: #333;
  font-size: 12px;
  padding: 3px 0;
}

/* ----- ORDER CONFIRMATION ----- */

table.order {
  border-bottom: #ccc 1px solid;
  border-left: #ccc 1px solid;
  margin: 5px 0;
  width: 100%;
}

table.order th, table.order td {
  border-top: #ccc 1px solid;
  border-right: #ccc 1px solid;
  padding: 5px;
}

table.order th {
  background-color: #eee;
  font-weight: bold;
  text-align: center;
}

table.order th.left {
  text-align: left;
}

table.order td.rownum {
  color: #bbb;
  border-right: none;
  text-align: right;
  vertical-align: top;
}

table.order td.thumbnail {
  border-right: none;
  padding: 5px 0;
  text-align: center;
  vertical-align: top;
}

table.order td.details {
  line-height: 18px;
  vertical-align: top;
  width: 480px;
}

table.order td.details .title {
  font-weight: bold;
}

div.notes {
  line-height: 18px;
  padding: 5px;
}

/* ------- ORDER TOTALS ------- */

div.order_summary {
  margin: 5px 0;
}

div.order_summary table {
  float: right;
}

div.order_summary table td {
  padding: 3px;
  text-align: right;
}

div.order_summary table tr.total td {
  font-size: 16px;
  font-weight: bold;
}


/* ------- BUYBACK LABEL ------- */

p.cutoff em {
  color: #090;
  font-style: normal;
  font-weight: bold;
}

div.buyback_label_view {
  margin-bottom: 25px;
}

div.buyback_label_view a.choose {
  font-weight: bold;
}

table.buyback_label {
  border-bottom: #ccc 1px solid;
  border-left: #ccc 1px solid;
  margin: 10px 0;
}

table.buyback_label th, table.buyback_label td {
  border-top: #ccc 1px solid;
  border-right: #ccc 1px solid;
  padding: 5px;
}

table.buyback_label .price {
  color: #09496d;
  font-weight: bold;
}

table.buyback_label ul li {
  color: #333;
  font-size: 12px;
  line-height: 18px;
}

table.buyback_label a.printer {
  background: url("/img/printer.png") center left no-repeat;
  font-weight: bold;
  line-height: 16px;
  padding-left: 20px;
}

table.buyback_label a.cancel {
  font-size: 12px;
}

