#buyOptions {
    margin: 10px auto;
    font-size: 14pt;
    padding-top: 0px;
}
#buyOptions .productType {
    margin-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
}
#buyOptions .sbutton {
  border: 1px solid #f6c266;
  background-color: #f7931e;
  font-size: 20px;
  color: #fff ! important;
  height: 28px;
  font-weight: bold;
  padding: 15px;
  border-radius: 5px;
}
#buyOptions .priceWrapper {
    margin: 5px 0px 20px 0;
}
#buyOptions .price {
    margin-bottom: 20px;
    font-weight: bold;
    color: #667;
    font-size: 1.1em;
    letter-spacing: 1px;
}
#buyOptions.tile .printchoices i {
    font-size: 1em;
}
.printheader h1 {
    display: inline;
}
.printchoices {
    margin: 0px 50px;
}
.printchoices .plainpaper {
    margin-bottom: 20px;
}
.printchoices .plainpaper .sbutton {
    background-color: #ccc;
    border-color: #999;
}
.printpic {
    float: left;
    min-width: 37%;
    vertical-align: top;
    margin-left: auto;
    margin-right: auto;
}
.printpic .pic {
    display: block;
    margin: 0 auto;
}
.printdescription {
    float: left;
    max-width: 55%;
    margin: 15px 0 25px 40px;
    vertical-align: top;
}
.printdescription .title {
    margin-top: 20px;
    font-size: 1.5em;
    font-weight: bold;
    color: #676767;
}
.printdescription .description {
    font-size: 0.9em;
    margin-left: 5px;
    line-height: 1.6em;
}
.printdescription .digital {
    font-size: 0.7em;
}
#videoBook .printdescription, #eBook .printdescription, #audioBook .printdescription {
    /* margin-top: 30px; */
}

.enlarge, .enlarge img {
    cursor: zoom-in;
}
.seeExample {
    font-size: 0.9em;
    text-align: center;
    color: #0071bc;
}
.commerceButton {
    font-size: 1em;
    font-weight: bold;
}
.discounts {
    text-align: center;
    margin: 50px 0;
    line-height: 1.5em;
}
.discounts .discount {
    font-weight: bold;
    color: seagreen;
}
#hardcover .printpic .pic {
    height: 160px;
}