/*
 * A CSS file for rendering our checkout process
 */

.page-id-933 .entry > h2 {
    margin-left: 48px;
}

.checkout {
    font-family: arial;
    margin-left: 48px;
}

.checkout h3 {
    color: #6C6C6C;
}

.checkout .leading {
    margin-top: 15px;
}

.checkout .choice {
    display: block;
    cursor: pointer;
    width: 259px;
    margin: 10px 28px 20px 10px;
    border: 1px solid #999A9C;
    border-radius: 15px;
    -moz-border-radius: 15px;
    float: left;
}


.checkout .choice > .radio {
    float: left;
    margin: 10px 5px;
    width: 20px;
}

.checkout .choice > .inner {
    float: left;
    width:  228px;
    margin: 15px 0px;
}

.checkout .section.choice .inner {
}


.checkout .interval, .checkout .cost {
    width: 50%;
    margin: 15px 0px;
    font-size: 21px;
    color: #222222;
}

.checkout .interval {
    float: left;
}

.checkout .cost {
    float: right;
    font-weight: bold;
}

.checkout .cost .per-month {
    font-weight: normal;
    font-size: 10px;
}

.checkout .cost .cents {
    font-size: 14px;
    vertical-align: top;
}

.checkout .choice .title {
    font-weight: bold;
    color: black;
    font-size: 20px;
}

.checkout .save {
    font-family: Arial;
    color: #FF8600;
    float: right;
    width: 65px;
    font-size: 28px;
    line-height: 20px;
    font-size: 22px;
    font-weight: bold;
}

.checkout .plans .choice {
    min-height: 185px;
}

.checkout .plans ul {
    list-style-type: disc;
    list-style-position: inside;
    padding: 0px 10px;
}

.checkout .ideal-for, .checkout .includes {
    font-size: 12px;
    clear: both;
    padding-right: 4px;
}



.checkout .icon {
    background-repeat: no-repeat;
    background-image: url(../images/checkout/icons.sprite.png);
    display: block;
    float: left;
    margin: 0px 20px 20px 0px;
    border: 0px;
    cursor: pointer;
    border-radius: 0;
    min-height: 0px;
}



.checkout .icon.community {width: 275px; height: 105px; background-position: 0px 0px; }
.checkout .icon.parents, {width: 275px; height: 105px; background-position: -277px 0px; }
.checkout .icon.students {width: 275px; height: 105px; background-position: -554px 0px; }
.checkout .icon.full {width: 275px; height: 250px; background-position: -831px 0px; }
.checkout .icon.value {width: 275px; height: 250px; background-position: -1108px 0px; }
.checkout .icon.recommended {width: 280px; height: 250px; background-position: -1385px 0px; }
.checkout .icon.checkout {width: 162px; height: 64px; background-position: -2544px 0px; float: right; margin-right: 50px; margin-top: 41px; }



.checkout .choice.premium-plan {
    width: 881px;
    height: 76px;
    background: transparent url(../images/checkout/premium.png?x=4) no-repeat;
    display: block;
    min-height: 0px;
    border: none;
    margin: 15px 0px 0px 0px;
}

.checkout .choice.dictionary-plan {
    width: 882px;
    height: 75px;
    background: transparent url(../images/checkout/dictionary.png?x=3) no-repeat;
    display: block;
    min-height: 0px;
    border: none;
    margin: 15px 12px;
    border-radius: 0px;
}

.choice.premium-plan .inner .title, .choice.dictionary-plan .inner .title,
.choice.premium-plan .inner .includes, .choice.dictionary-plan .inner .includes,
.choice.dictionary-plan .inner .interval {
    display: none;
}

.choice.premium-plan .inner, .choice.dictionary-plan .inner,
.choice.premium-plan .inner .cost, .choice.dictionary-plan .inner .cost,
.choice.premium-plan .inner .interval, .choice.dictionary-plan .inner .interval {
  position: absolute;
}

.choice.dictionary-plan .inner .cost {
  top: -11px;
  left: 365px;
}

.choice.premium-plan .inner .cost {
  top: -7px;
  left: 343px;
  color: white;
}

.choice.premium-plan .inner .interval {
  top: -24px;
  left: 342px;
  color: white;
  font-size: 15px;
  font-weight: bold;
}

.choice.premium-plan .radio, .choice.dictionary-plan .radio {
    margin-left: 18px;
}

.promo-code-support .prompt {
  border: 1px solid #FF8600;
  border-radius: 15px;
  padding: 10px;
  margin-left: 10px;
  width: 835px;
}

.promo-code-support .not-found {
  font-style: italic;
  margin: 10px;
}

.choice.promo-plan {
  width: 855px;
  border-color: green;
}
