/* Styles for shipping choices. */

.shipping {
  width: 95%;
  margin: 12px auto;
}

.shipping .heading {
  margin: 0 12px;
}

.shipping-choices {
  padding: 0 12px;
  border: 2px solid #ddd;
}

.shipping-choices .selected {
  background: #e5e5e5;
}

.shipping .dim {
  color: #555;
  font-size: 14px;
}

.shipping H1 {
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: bold;
}

.shipping H2 {
  font-size: 18px;
  font-weight: bold;
  background: #ddd;
  padding: 3px 12px;
  display: inline;
  position: relative;
  left: -14px;
}

.shipping P {
  margin: 4px 0 8px;
  font-size: 14px;
  color: #555;
}

.shipping-choices {
  background: #f5f5f5;
}

.shipping-choices UL {
  padding: 0;
  margin: 0;
}

.shipping-choices UL.choices {
  margin: 10px 0;
  width: 450px;
}

.shipping-choices LI {
  list-style-type: none;
  padding: 2px;
  height: 100%;  /* somehow makes it work on IE */
}

.shipping-choices UL.choices UL {
  margin: 10px;
}

.shipping-choices UL.choices LI {
  margin-top: 20px;
  margin-bottom: 0;
}

.shipping-choices UL.choices UL LI {
  position: relative;
  margin-top: 0;
  margin-bottom: 8px;
}

.shipping-choices .button {
  float: left;
  padding: 0 2px;
  line-height: 20px;
  height: 20px;
  text-align: center;
}

.shipping-choices INPUT[type=radio] {
  padding: 0;
  margin: 3px;
}

.shipping-choices .name {
  padding-left: 24px;
  font-size: 16px;
  line-height: 20px;
}

.shipping-choices .description {
  font-style: italic;
  color: #555;
  font-size: 14px;
  padding-left: 24px;
  padding-right: 2px;
}

.warning-bubble {
  position: absolute;
  top: -12px;
  right: -322px;
  width: 310px;
  display: none;
}

.warning-bubble-inner {
  position: relative;
  background: white;
  border: 4px solid red;
  padding: 12px;
  text-align: center;
  box-shadow: 1px 1px 6px rgba(150, 0, 0, 0.6);
}

.warning-bubble-arrow {
  position: absolute;
  top: 10px;
  left: -24px;
  height: 0;
  width: 0;
  border-color: transparent red transparent transparent;
  border-style: solid;
  border-width: 10px;
}

.gift-reminder {
  margin: 0 0 0 auto;
  padding: 12px;
  width: 400px;
  overflow: hidden;
  background: #f5f5f5;
  border: 2px solid #ddd;
  border-top: none;
  position: relative;
  top: -2px;
}

.gift-reminder IMG {
  float: left;
  border: none;
}

.gift-reminder P {
  margin: 0 0 0 54px;
  padding: 0;
  font-size: 16px;
}

/* End of file. */
