.cl {
    clear: left;
}

div#pageContainer, div#pageContainer-mobile {
    font-family: "PT Sans", "Arial", sans-serif;
    font-size: 14px;
    line-height: 1.3em;
    width: 960px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 50px;
}

div#pageContainer-mobile {
    width: 325px;
}

/* ---------- Pricing Table Styles ---------- */
.tableContainer {
    border: 1px solid #e2e7eb;
    padding: 2px;
    background: url("/images/subscription/tableBottomBG.png") left bottom repeat-x;
}

div.tableCell {
    border-right: 1px solid #616365;
    width: 318px;
    float: left;
    text-align: center;
}

table.pricingTableContent {
    width: 100%;
}

td {
    text-align: center;
    vertical-align: middle;
    width: 238px;
    /*border-right: 1px solid #e2e7eb;
            color: #77808a;*/
}

.noBorder {
    border-right: none;
}

div.tableHeading {
    background: #3a3c3f url("/images/subscription/headingPattern.png");
    padding-top: 25px;
    height: 111px;
    width: 318px;
}

    div.tableHeading h2 {
        font-family: "Oswald", "Arial", sans-serif;
        font-size: 20px;
        color: white;
        margin-top: 0px;
        margin-bottom: 30px;
    }

table.pricingTableContent tr td {
    padding: 10px 5px;
}

table.pricingTableContent tr.altRow td {
    background-color: #f5f5f5;
}

table.pricingTableContent tr.signUpRow td {
    padding: 60px 0 20px 0;
    vertical-align: top;
}

table.pricingTableContent td strong {
    color: #424447;
}

table.pricingTableContent tfoot td {
    border-top: 1px solid #e2e7eb;
    padding: 25px 0;
    vertical-align: top;
}

    table.pricingTableContent tfoot td h4 {
        color: #3a3c3f;
        font-size: 18px;
    }

    table.pricingTableContent tfoot td span {
        display: block;
        font-size: 12px;
        color: #a1a7b0;
        margin-bottom: 15px;
    }

div.priceContainer {
    margin: 0 auto;
    font-family: "Oswald", "Arial", sans-serif;
    color: #31b4b6;
}

    div.priceContainer span {
        font-size: 12px;
        color: #a1a7b0;
        margin-top: 10px;
    }

div.price1 {
    background: url("/images/subscription/price1BG.png") top center no-repeat;
    width: 112px;
    height: 112px;
    margin-top: 36px;
    font-size: 24px;
}

    div.price1 p {
        padding-top: 30px;
    }

div.price2 {
    background: url("/images/subscription/price2BG.png") top center no-repeat;
    width: 122px;
    height: 122px;
    margin-top: 31px;
    font-size: 28px;
}

    div.price2 p {
        padding-top: 35px;
    }

div.price3 {
    background: url("/images/subscription/price3BG.png") top center no-repeat;
    width: 132px;
    height: 132px;
    margin-top: -10px;
    font-size: 32px;
}

    div.price3 p {
        margin-bottom: 0;
        padding-top: 50px;
    }

div.price3sm {
    background: url("/images/subscription/price3BG.png") top center no-repeat;
    width: 132px;
    height: 132px;
    margin-top: -10px;
    font-size: 22px;
}

    div.price3sm p {
        padding-top: 55px;
    }

div.price3lg {
    background: url("/images/subscription/price3BG.png") top center no-repeat;
    width: 132px;
    height: 132px;
    margin-top: -15px;
    font-size: 32px;
}

    div.price3lg p {
        margin-bottom: 5px;
        padding-top: 40px;
    }

.price3lgspan {
    color: #a1a7b0;
    font-size: 12px;
    padding-top: 2px;
}

div.price4 {
    background: url("/images/subscription/price4BG.png") top center no-repeat;
    width: 142px;
    height: 142px;
    margin-top: 21px;
    font-size: 36px;
}

    div.price4 p {
        padding-top: 45px;
    }


/* ---------- Recommended Plan Styles ---------- */
div.recommended .tableHeading, td.recommended {
    background: #3a3c3f;
    color: #b4bac4;
}

    div.recommended a, td.recommended a {
        color: #fff;
        text-decoration: underline;
    }

div.recommended .tableHeading {
    background: #3a3c3f url("/images/subscription/recommendationBadge.png") top left no-repeat;
    margin-top: -20px;
    padding-top: 45px;
    width: 318px;
    height: 131px;
}

table.pricingTableContent tr.altRow td.recommended {
    background-color: #46494c;
}

table.pricingTableContent td.recommended strong, table.pricingTableContent tfoot td.recommended h4 {
    color: white;
}

table.pricingTableContent tfoot td.recommended {
    border-top: 1px solid #4f5357;
}

div.recommended .price1 {
    background: url("/images/subscription/price1BGRecommended.png") top center no-repeat;
}

div.recommended .price2 {
    background: url("/images/subscription/price2BGRecommended.png") top center no-repeat;
}

div.recommended .price3 {
    background: url("/images/subscription/price3BGRecommended.png") top center no-repeat;
}

div.recommended .price3lg {
    background: url("/images/subscription/price3BGRecommended.png") top center no-repeat;
}

div.recommended .price4 {
    background: url("/images/subscription/price4BGRecommended.png") top center no-repeat;
}

/* ---------- Button Styles ---------- */
input.signUpButton,
input.signUpButton:disabled,
input.signUpButton_highlight,
input.signUpButton_highlight:disabled {
    color: white;
    font-weight: bold;
    padding: 8px 20px;
    display: inline-block;
}

    input.signUpButton,
    input.signUpButton:disabled {
        border: 1px solid #72ce3f;
        background-color: #72ce3f; /* Fallback Color */
        background: -moz-linear-gradient(top, #72cf3f, #72ce3f); /* FF 3.6+ */
        background: -webkit-linear-gradient(top, #72cf3f, #72ce3f); /* Safari 5.1+, Chrome 10+ */
    }

    input.signUpButton_highlight,
    input.signUpButton_highlight:disabled {
        border: 1px solid #E86500;
        background-color: #E86500; /* Fallback Color */
        background: -moz-linear-gradient(top, #E86500, #E86500); /* FF 3.6+ */
        background: -webkit-linear-gradient(top, #E86500, #E86500); /* Safari 5.1+, Chrome 10+ */
    }

    input.signUpButton:hover {
        border: 1px solid #79db43;
        background-color: #79db43; /* Fallback Color */
        background: -moz-linear-gradient(top, #79db43, #79db43); /* FF 3.6+ */
        background: -webkit-linear-gradient(top, #79db43, #79db43); /* Safari 5.1+, Chrome 10+ */
    }

    input.signUpButton_highlight:hover {
        border: 1px solid #FF9400;
        background-color: #FF9400; /* Fallback Color */
        background: -moz-linear-gradient(top, #FF9400, #FF9400); /* FF 3.6+ */
        background: -webkit-linear-gradient(top, #FF9400, #FF9400); /* Safari 5.1+, Chrome 10+ */
    }

/* ---------- Browser Compatibility Fixes ---------- */
.ie7 .price1 p {
    padding-top: 25px;
}

.ie7 .price2 p {
    padding-top: 30px;
}

.ie7 .price3 p {
    padding-top: 30px;
}

.ie7 .price4 p {
    padding-top: 35px;
}

.ie7 .priceContainer span {
    display: inline-block;
}

.ie7 div.recommended .tableHeading {
    z-index: 100;
    position: relative;
}

.ie7 table.pricingTableContent tr.signUpRow td.recommended {
    z-index: 10;
}

/* RESET */
/* ----------------------------------------- */

a img {
    border: none;
}
/* Gets rid of IE's blue borders */

sup {
    font-size: 50%;
}

.margintop5 {
    margin-top: 5px;
}

.margintop10 {
    margin-top: 10px;
}

.margintop20 {
    margin-top: 20px;
}
