/* Coupon Cravings */
/* 14px = 12pt */

@import url(generic.css);
@import url(_std_box.css);

/* Offer Format */
.zl-offer {
  font-size: 14px;
  line-height: 22px;
  color: #3A3210;
  font-family: Georgia,"Times New Roman",Times,serif;
  display: list-item;
  list-style:square outside none;
  margin-left: 20px;
  margin-bottom: 20px;
}

.zl-offer > .fn {
  font-weight: bold;
}

.zl-offer .topline {
  font-weight: bold;
}

.zl-offer > .description {
}

.zl-offer > .coupon {

}

.zl-offer > .store {
  display: none;
}

.zl-offer > .details {
  font-weight: bold;
}

.zl-offer a {
  text-decoration:underline;
  color:#990000;
}

.zl-offer a:hover {
  text-decoration: none;
}

.zl-offer .zl-offer-link {
}