/*
 * common.css
 */

/*
 * User communication.
 */

.feedback {
  margin: 2mm;
  padding: 2mm;
}

.error-message, .alert {
  background-color: #fbb;
  border: 1px dotted red;
  margin: 1mm;
  padding: 1mm;
  text-align: center;
}

.info-message, .info {
  border: 1px dotted navy;
  font-weight: bold;
  margin: 10px;
  padding: 5px;
  text-align: center;
}

.notice-message, .notice {
  background-color: #bfb;
  border: 1px dotted green;
  margin: 1mm;
  padding: 1mm;
  text-align: center;
}

.warning-message, .warning {
  border: 1px dotted orange;
  background-color: #ffda91;
  margin: 10px;
  padding: 5px;
  text-align: center;
}

.note {
  font: italic 9pt Arial;
}

ul.issues {
  list-style-type: none;
  margin: 0;
  padding: 1mm;
}

ul.issues li {
  padding: 2px;
}

/*
 * Required for `Your Account' page.
 */
ol#activities div ul.issues li {
  margin: 0;
  padding: 1mm;
}

div.small-notice {
  font-size: 11pt;
  margin: 0pt;
}

/*
 * `Order' page.
 */

table#payments {
  padding-left: 60px;
  margin-bottom: 20px;
  width: 100%;
}

table#payments thead th {
  border-bottom: 1px solid #dddddd;
  text-align: left;
}

p#return-to-your-account {
  margin-top: 40px;
}


/*
 * `Shipping' page.
 */

table#shipping-plans {
  width: 830px;
}

table#shipping-plans thead th {
  border-bottom: 1px solid #dddddd;
  text-align: left;
}

table#shipping-plans thead th.blank {
  border-bottom: 0px;
}

table#shipping-plans tbody tr td.price {
  text-align: center;
}

table#shipping-plans tbody tr.promo td.price {
  background-color: #bbffbb;
}

table#shipping-plans tbody tr td {
  padding: 2px;
}

table#shipping-plans tbody tr td.name label {
  cursor: pointer;
}

table#shipping-plans tbody tr td.name label:hover {
  text-decoration: underline;
}

table#shipping-plans tbody tr td.input {
  border: 0px;
  background-color: white;
  text-align: center;
}

table#shipping-plans tbody tr td.description {
  border-bottom: 1px solid #dddddd;
  font-size: 9pt;
}

table#shipping-rates {
  margin-left: 50px;
  width: 300px;
}

table#shipping-rates thead th {
  border-bottom: 1px solid #ddd;
}

table#shipping-rates tr td {
  padding: 2px;
  text-align: center;
}

table#shipping-rates tr.current-rate td {
  background-color: #bfb;
  font-weight: bold;
}

