﻿@charset "UTF-8";

    body {
        background-color: #EBE9E2;
    }

    table {
        border-spacing: 1px;
        border-collapse: separate;
        width: 690px;
    }

    th, td {
        padding: 0;
    }

    .gold1 {
    background-color: #A58B5D;
    }

    .gold2 {
    background-color: #A3895D;
    }

    .gold3 {
    background-color: #816D4A;
    }

    .gray1 {
    background-color: #E1E0D9;
    }

    .gray2 {
    background-color:#CCCAC4;
    }

    .gray3 {
    background-color: #B5B3AE;
    }

    .gray4 {
    background-color: #A4A29E;
    }

    .celebrity-container {
        position: relative;
        width: 110px;
    }

    .celebrity {
        width: 110px;
        height: 60px;
        display: block;
        background-color: #A3895D;
    }

    .socialite-container {
        position: relative;
        width: 110px;
        height: 60px;
    }

    .socialite {
        width: 110px;
        height: 50px;
        display: block;
        background-color: #A4A3A1;
        position: absolute;
        bottom: 0px;
    }

    .feature-selection {
        border-left: 1px solid #999999;
        text-align: center;
        font-family: Arial, Helvetica;
        font-size: 7.3pt;
        color: #aa0000;
    }


    .feature-detail {
        color: #000000;
        font-size: 6.2pt;
        letter-spacing: 1.5px;
        font-weight: bold;
        margin-top: 3px;
    }

    .fr-mb-logo {
        position: relative;
        width: 360px;
        height: 60px;
    }

    .fr-mb-logo-container {
        width: 360px;
        height: 40px;
        display: block;
        position: absolute;
        bottom: 0px;
        background-color: #777673;
        text-align: center;
    }

    .gold-label-container {
        font-family: Arial, Helvetica;
        color: #444444;
        font-size: 9pt;
        letter-spacing: 1.2px;
        font-weight: bold;
        text-align: center;
        padding-top: 2px;
    }

    .celebrity-label-container {
        font-size: 7pt;
        color: #444444;
        letter-spacing: 1.4px;
        text-align: center;
    }

    .silver-label-container {
        font-family: Arial, Helvetica;
        color: #444444;
        font-size: 9pt;
        letter-spacing: 1.2px;
        font-weight: bold;
        text-align: center;
        padding-top: 17px;
    }

    .socialite-label-container {
        font-size: 7pt;
        color: #444444;
        letter-spacing: 1.4px;
        text-align: center;
    }

    .protege-container {
        position: relative;
        width: 110px;
        height: 60px;
    }

    .protege {
        width: 110px;
        height: 40px;
        display: block;
        background-color: #A99173;
        position: absolute;
        left: 0px;
        bottom: 0px;
    }

    .bronze-label-container {
        font-family: Arial, Helvetica;
        color: #444444;
        font-size: 9pt;
        letter-spacing: 1.2px;
        font-weight: bold;
        text-align: center;
        padding-top: 7px;
    }

    .protege-label-container {
        font-size: 7pt;
        color: #444444;
        letter-spacing: 1.4px;
        text-align: center;
    }

    .fr-mb-logo-img {
        margin-top: 5px;
    }

    .gold-3d {
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 10px 0 0 5px;
        border-color: transparent transparent transparent #777673;
    }

    .silver-3d {
        position: absolute;
        top: 10px;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 10px 0 0 5px;
        border-color: transparent transparent transparent #626262;
    }

    .benefit-description {
        padding-top:5px;
        padding-bottom:5px;
    }

    .description-label {
        padding: 8px;
        font-size: 8.5pt;
        color: #555555;
        font-weight: bold;
    }

    .wcc-button {
        width: 200px;
        float: left;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 6px;
        background-color: #000000;
        color: #ffffff;
        font-family: Arial, Helvetica;
        font-size: 7.5pt;
        letter-spacing: 3px;
        text-align: center;
        font-weight: bold;
    }

    .wcc-underline {
        width: 200px;
        float: left;
        padding-bottom: 2px;
        border-bottom: 1px solid #000000;
        margin-bottom: 4px;
    }