/*--

PROJECT: Wittner VIP Club
VERSION: 1.0
LAST UPDATED: 11 Feb 2010

--*/


/*-- COMMON STYLES AND CLASSES --*/

html, * {
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
    display: block;
}

.off-screen {
    text-indent: -9999px;
    overflow: hidden;
}

.col {
    float: left;
}

.clear {
    clear: both;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.center {
    text-align: center;
}

.center img {
    margin: 0 auto;
}

.self-clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*-- SITE STRUCTURE AND GLOBAL SETTINGS --*/
body {
    background: #fff;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 62.5%;
    padding-bottom: 50px;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

#wrapper {
/*
    width: 980px;
*/
    width: 950px;
    margin: 0 auto;
}

#header {
    height: 6px;
    padding-top: 20px;
    margin-bottom: 6px;
}

#body {
}

#navigation {
    width: 195px;
    float: left;
}

#main {
    float: left;
/*
    margin-left:-50px;	
    width: 780px;
*/
    width: 750px;



}

/*-- HEADER --*/
#header .logo {
    float: left;
}

#header .links {
    float: right;
    text-transform: uppercase;
    color: #1a1a1a;
}

#header .links li {
    margin-bottom: 8px;
    text-align: right;
}

#header .links li a {
    color: #444;
}

/*-- NAVIGATION --*/
#navigation ul {
    margin-top: 20px;
}

#navigation ul li {
    font-size: 1.4em;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

#navigation ul li a {
    color: #111;
}

/*-- MAIN CONTENT AREA --*/
#main h1, #main h2, #main h3, #main p, #main ul, #main ol {
    margin-left: 15px;
}

#main h1 {
    font-size: 2.4em;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 15px;
}

#main h2 {
    font-size: 1.4em;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#main h3 {
    font-size: 1.2em;
}


#main p, #main a, #main ul, #main ol {
    color: #2b2b2b;
}

#main ol {
    list-style-type: decimal;
    margin-left: 30px;
}

#main ul {
    list-style-type: disc;
    margin-left: 30px;
}

#main p, #main ul, #main ol {
    font-size: 1.2em;
    line-height: 1.6em;
    margin-bottom: 15px;
}

#main ol li, #main ul li {
    margin-bottom: 10px;
}

#main  a {
    border-bottom: 1px dotted #2b2b2b;
    white-space: nowrap;
}

#main a:hover {
    text-decoration: none;
    color: #666;
    border-bottom: 1px dotted #666;
}

#main table {
    margin-left: 15px;
}

#main .top {
    text-align: right;
}

/*-- Content Columns --*/
.wide {
/*
    width: 500px;
*/
    width: 470px;
    margin-right: 25px;
}

div.wider {
    width: 650px;
}

.narrow {
    width: 255px;
}

/*-- SIDEBAR --*/
#main #sidebar table {
    margin-left: 0px;
}

#sidebar .panel {
    background: url(/images/bg-panel.gif);
    border: 1px solid #dadada;
    padding: 12px 15px;
    margin-bottom: 20px;
}

#sidebar .panel h2 {
    margin-left: 0px;
    font-size: 1.2em;
    color: #333;
}

#sidebar .panel p {
    margin-left: 0px;
    font-size: 1.1em;
    color: #333;
}

/*-- BENEFITS TABLE IN PANEL --*/
.panel .benefits-table {
    font-size: 1.1em;
    width: 100%;
    border: none;
}

.panel .benefits-table th, .panel .benefits-table td {
    background: none;
    border: none;
    text-align: left;
    font-style: normal;
}

.panel .benefits-table th {
    text-align: left;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #e5e5e5;
    width: 50%;
    text-transform: none;
    background: none;
    color: #000;
}

.panel .benefits-table td {
    padding: 5px 0;
    border-bottom: 1px dotted #e5e5e5;
    color: #000;
}

.panel .benefits-table th em, .panel .benefits-table td em {
    display: block;
    text-align: right;
}

.panel .benefits-table td em {
    color: #636363;
}

.panel .benefits-table th em {
    color: #333;
}

#main .panel .footnote {
    text-align: right;
    font-style: italic;
    color: #636363;
    margin-top: 10px;
}

/*-- PAGE SPECIFIC --*/

/*-- 2 COLUMN HOMEPAGE --*/
#homepage2col h1 {
margin-bottom:60px;
}

#homepage2col .col-holder {
    margin:20px 0 40px 15px;
}

#homepage2col .col-holder .col {
    width:340px;
    height:80px;
    padding:20px;
    background-color:#eee;
    overflow:visible;
    float:left;
}

#homepage2col .col-holder .col2 {
  margin-left:30px; 
  width:255px; 
}

#homepage2col .col-holder .col p {
    margin-left:0px;
    font-size:1.5em;
    line-height: 1.4em;
}


/*-- 3 COLUMN HOMEPAGE --*/
#homepage3col .col-holder {
    margin-top: 30px;
}

#homepage3col .col-holder .col {
    width: 224px;
    height: 370px;
    padding-left: 15px;
    padding-right: 20px;
    border-right: 1px dotted #bfbfbf;
}

#homepage3col .col-holder .col h2, #homepage3col .col-holder .col p {
    margin-left: 0px;
}

#homepage3col .col-holder .col p {
    font-size: 1.1em;
    line-height: 1.4em;
}

#homepage3col .col-holder .col img {
    margin-bottom: 20px;
}

#homepage3col .col-holder .col .button-link {
    margin-top: 20px;
}

/*-- HELP --*/
#help {
 width:265px; 
 }

#help h1 {
margin-bottom:60px;
}

#help h2 {
    margin-bottom:5px;
}


/*-- SIDEBAR SPECIFIC --*/

/*-- PANEL BUTTONS --*/
#main .panel .button {
    height: 45px;
    margin-bottom: 0px;
}

#main .panel .button {
    background-repeat: no-repeat;
    background-position: top center;
}

#main .panel .button a {
    height: 30px;
    display: block;
    margin: 0 auto;
    border-bottom: none;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    overflow: hidden;
}

#main .panel .button a:hover {
    background-position: 0 -51px;
}

#main .login-button {
    background-image: url(/images/bg-button-small.gif);
}

#main .login-button a {
    background-image: url(/images/button-login.gif);
    width: 106px;
}

#main .activate-card, #main .see-full-table {
    background-image: url(/images/bg-button.gif);
}

#main .activate-card a {
    background-image: url(/images/button-activate-card.gif);
    width: 156px;
}

#main .see-full-table a {
    background-image: url(/images/button-see-full-table.gif);
    width: 156px;
}

/* CLUB LEVELS & BENEFITS */
.benefits-table {
    font-size: 1.2em;
    border: 1px solid #d7d7d7;
}

.benefits-table th, .benefits-table td {
    text-align: left;
    vertical-align: top;
    padding: 10px;
}

.benefits-table th {
    text-transform: uppercase;
    color: #666;
    background: #ebebeb url(/images/bg-table-th.gif) bottom left repeat-x;
    border: 1px solid #ebebeb;
    border-bottom: 1px solid #d7d7d7;
    width: 100px;
}

.benefits-table td {
    padding-bottom: 40px;
    background: url(/images/bg-td1.gif);
    color: #444;
    font-style: italic;
    text-align: center;
    border-top: 1px dotted #e5e5e5;
}

#main .benefits-table ul {
    margin-left: 0px;
    font-size: 1em;
    list-style: none;
}

.benefits-table td li {
    margin-bottom: 10px;
    line-height: 1;
}

.benefits-table td.alt {
    background: url(/images/bg-td2.gif);
}

.benefits-table tr.alt td {
    background: url(/images/bg-td4.gif);
}

.benefits-table tr.alt td.alt {
    background: url(/images/bg-td3.gif);
}

/* far left column */
.benefits-table td.left {
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;
    font-size: 1.1em;
}

.benefits-table td.left img {
    margin-top: 10px;
}

/* points column */
.benefits-table th.points {
    font-size: 0.9em;
    width: 125px;
    text-align: left;
}

.benefits-table td.points {
    text-align: left;
     width: 125px;
}

/* widest column (far right) */
.benefits-table th.wide, .benefits-table td.wide {
    width: 275px;
    text-align: left;
}

/* FAQS */
#main .faq-links {
    border-bottom: 1px dotted #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 0px;
    list-style: none;
    margin-left: 15px;
}

#main .faq-links li {
    margin-bottom: 15px;
}

#main .faq-answer {
    background: #fafafa;
    padding: 15px 0;
    margin-left: 15px;
    border-bottom: 1px dotted #e5e5e5;
}

#main .faq-alt {
    background: #f5f5f5;
}

#main .faq-answer h2,
#main .faq-answer p {
    margin-left: 10px;
}

#main .faq-answer p,
#main .faq-answer ol,
#main .faq-answer ul {
    margin-right: 50px;
}

#main .faq-answer p.top {
    margin-bottom: 0px;
    margin-right: 10px;
}

/* FORMS */
#main .form-holder {
    margin: 30px 0 0 15px;
    position: relative;
}

    #main .margined-form {
        margin-top: 10px;
    }

#main .form-holder .form-field {
    margin-bottom: 15px;
}

    #main .margined-form .form-field {
        position: relative;
    }

#main .form-holder .form-field label {
    font-size: 1.2em;
    color: #2b2b2b;
    font-weight: bold;
    float: left;
    width: 110px;
    padding-top: 3px;
}

    #main .margined-form .form-field label {
        width: 180px;
    }

    #main .form-holder div.checkbox label {
        float: none;
        margin-left: 10px;
    }

    #main .form-holder .form-field .error {
        color: #f00;
    }

#main .form-holder .margin-top {
    margin-top: 30px;
}

#main .form-holder .full-width label {
    width: auto;
    margin-bottom: 10px;
}

#main .form-holder .form-field .textfield {
    width: 155px;
    font-size: 1.2em;    
    font-family: Georgia, "Times New Roman" , Times, serif;
    padding: 2px;
}
	#main .form-holder .form-field #ctl00_PageContent_email.textfield {
		width:132px;
	}

    #main .form-holder .form-field #ctl00_PageContent_tb_password.textfield {
        width:142px;            
    }

    #main .form-holder .form-field .field-holder {
       margin-left: 180px;
    }
    
     #main .form-holder .form-field .field-holder .textfield {
        margin-bottom: 5px;
     }
    
    /* textfield variations */
    #main .form-holder .form-field .wider {
         width: 238px;
    }
    
    #main .margined-form .form-field .wider {
         width: 290px;
    }

#main .form-holder .form-field .textarea {
    width: 350px;
    font-size: 1.2em;    
    font-family: Georgia, "Times New Roman" , Times, serif;
    padding: 2px;
    height: 120px;
}

#main .form-holder .form-field .codefield {
    width: 12px;
    font-size: 1.2em;    
    font-family: Georgia, "Times New Roman" , Times, serif;
    padding: 2px;
    margin-right: 2px;
    text-align: center;
}

#main .form-holder .form-field select {
    font-size: 1.2em;    
    font-family: Georgia, "Times New Roman" , Times, serif;
    padding: 2px;
}

    #main div.membership-summary .form-field label {
        width: auto;
        margin-right: 15px;
    }
    
    #main .margined-form .inline label {
        width: auto;
        margin-right: 15px;
    }

#main .form-holder .mandatory {
    color: #636363;
    position: absolute;
    right: 0px;
    top: 0px;
}

#main .form-holder .form-field select.wider {
    width: 160px;
}

#main .form-holder .button-link {
    float: right;
    background: #000;
    text-transform: uppercase;
    padding: 3px 6px 3px 6px;
    font-size: 1.3em;
    text-decoration: none !important;
    color: #fff !important;
    border: 1px solid #000 !important;
    display: block;
    height: auto;
    margin-top: -36px;
}

#main .form-holder .button-link:hover {
    background: #fff;
    color: #000 !important;
    text-decoration: none;
}

#main .form-footnote {
    clear: both;
}

#main div.divider {
    font-size: 1px;
    line-height: 1px;
    height: 1px;
    margin: 20px 0;
}

    /* login form */
    #main .login-form {
        background: #f5f5f5;
        border-top: 1px dotted #dcdcdc;
        border-bottom: 1px dotted #dcdcdc;
        margin: 15px 0 15px 15px;
        position: relative;
        padding: 25px 15px 10px 15px;
        height: 1%;
    }
    
    #main .login-form .button-link {
        margin-right: 110px;
        display: inline;
    }
    
    #main .login-form  p.info {
        position: absolute;
        right: 8px;
        top: 6px;
        font-size: 1.0em;
        line-height: 1.5em;
    }

#main a.right {
    float: right; 
    font-size: 1.1em;
    text-transform: none;
    font-weight: normal;
    margin-top: -30px;
}

#main .form-field a.right {
    float: right;
    font-size: 1.1em;
    margin-top: 12px;
}

#main .update-details, #main .activate-card-form {
    float:left;
    text-align: center;
    height: 30px;
   /*background: url(/images/button-update-details-bg.gif) bottom center no-repeat;*/
    line-height: 1em;      
    width:500px;
}   

#main .activate-card-form #ctl00_PageContent_ImageButton1 {
    float:left;
    margin-left:160px;
    background-color:#000;
    color:#fff;
    border:none;
    padding: 8px 16px 8px 16px;
    cursor:pointer;
    margin-top:20px;
}

#main .activate-card-form #ctl00_PageContent_ImageButton1:hover {
    background-color:#fff;
    color:#000;
    border:1px solid #000;
}


#main .form-field {
    zoom: 1;
}

#main .form-field .help {
    width: 253px;
    position: absolute;
    right: -280px;
    top: 0px;
    margin-bottom: 20px;
}

    #main .form-field .help img {
        margin-top: 5px;
        display: block;
    }

    #main .verification-code .help {
        top: 15px;
    }
    
    #main .receipt-number .help {
        top: 35px;
    }

    #main .form-field .help h3 {
        font-weight: normal;
        font-size: 1.2em;
        color: #666;
        text-transform: uppercase;
    }

    #main .form-field .help p {
        margin: 0 15px 15px 15px;
        color: #666;
        line-height: 1.2em;
        font-size: 1.1em;
    }

#main #help {
    height: 920px;
    margin: 0px;
    padding: 0;
}

#main .margined-form .footnote {
    position: absolute;
    font-size: 1.0em;
    color: #666;
    position: absolute;
    right: -210px;
    bottom: -10px; 
}

/* MEMBERSHIP SUMMARY */
#main .summary {
    list-style: none;
    margin: -5px 0 20px 15px;
    padding: 0;
    border-top: 1px dotted #dcdcdc;
}

    #main .summary li {
        background: #f5f5f5;
        margin: 0px;
        border-bottom: 1px dotted #dcdcdc;
        padding: 5px;
    }
    
    #main .summary li.alt {
        background: #fff;
    }
    
    #main .summary li strong {
        float: left;
        width: 350px;
    }
    
table.membership-summary {
    font-size: 1.1em;
    width: 98%;
    color: #333;
}

    table.membership-summary th {
        background: #000;
        color: #fff;
        padding: 8px 5px;
        text-align: left;
    }
    
    table.membership-summary td {
        padding: 8px 5px;
        text-align: left;
        background: #f6f6f7;
        border-bottom: 1px dotted #dcdcdc;
    }
    
        table.membership-summary td.alt {
            background: #f2f1f2;
        }
        
        table.membership-summary tr.alt td {
            background: #fbfaf9;
        }
        
        table.membership-summary tr.alt td.alt {
            background: #f6f6f7;
        }

.result 
{
        background: #000;
        color: #fff;
        padding: 8px 5px;
        text-align: left;
}

/* MODAL WINDOW WITH VIP NUMBER INFO */
.modal {
    display: none; 
}

    #vip-number {
        color: #666;
        padding: 20px 40px;
    }

    #vip-number h2 {
        font-size: 1.4em;
        text-transform: uppercase;
        font-weight: normal;
        margin: 0 0 15px 0;
    }
    
    #vip-number p {
        margin: 15px 0;
        font-size: 1.2em;
    }
    
     #vip-number p a {
        color: #000;
        border-bottom: 1px dotted #000;
     }
     
     #vip-number p a:hover {
        color: #666;
        border-bottom: 1px dotted #666;
        text-decoration: none;
     }
    
/* ERRORS AND ALERTS */
#main div.error {
    margin: 0 0 15px 15px;
    border: 1px solid #f00;
    padding: 0 8px;
}

    #main div.error p {
        color: #f00;
        font-size: 1.1em;
        margin: 8px 0;
    }

#main div.alert {
    margin: 0 0 15px 15px;
    border: 1px solid #00863f;
    padding: 0 8px;
}

    #main div.alert p {
        margin: 8px 0;
        color: #00863f;
        font-size: 1.1em;
    }

/*-- OTHER ELEMENT STYLES --*/
.button-link {
    height: 20px;
    margin-top: 10px;
    line-height: 1em !important;
}

.button-link a {
    background: #000;
    text-transform: uppercase;
    padding: 4px 8px 5px 8px;
    font-size: 1.3em;
    text-decoration: none !important;
    color: #fff !important;
    border: 1px solid #000 !important;
    display: block;
    float: left;
}

.button-link a:hover {
    background: #fff;
    color: #000 !important;
    text-decoration: none;
}

.tel {
    white-space: nowrap;
}

/*-- PAGE SPECIFIC --*/

/*-- HOMEPAGE --*/
#homepage .col-holder {
    margin-top: 30px;
}

#homepage .col-holder .col {
/*
    width: 220px;
*/
    width: 210px;
    height: 370px;
    padding-left: 15px;
    padding-right: 20px;
    border-right: 1px dotted #bfbfbf;
}

#homepage .col-holder .col h2, #homepage .col-holder .col p {
    margin-left: 0px;
}

#homepage .col-holder .col p {
    font-size: 1.1em;
    line-height: 1.4em;
}

#homepage .col-holder .col img {
    margin-bottom: 20px;
}

#homepage .col-holder .col .button-link {
    margin-top: 20px;
}

/*-- MAIN CONTENT AREA --*/
#main h1, #main h2, #main h3, #main p, #main ul, #main ol {
    margin-left: 15px;
}

#main h1 {
    font-size: 2.4em;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 15px;
}

#main h2 {
    font-size: 1.4em;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#main p, #main a, #main ul, #main ol {
    color: #2b2b2b;
}

#main ol {
    list-style-type: decimal;
    margin-left: 30px;
}

#main ul {
    list-style-type: disc;
    margin-left: 30px;
}

#main p, #main ul, #main ol {
    font-size: 1.2em;
    line-height: 1.6em;
    margin-bottom: 15px;
}

#main ol li, #main ul li {
    margin-bottom: 10px;
}

#main  a {
    border-bottom: 1px dotted #2b2b2b;
    white-space: nowrap;
}

#main a:hover {
    text-decoration: none;
    color: #666;
    border-bottom: 1px dotted #666;
}

#main table {
    margin-left: 15px;
}

#main .top {
    text-align: right;
}

/*-- HOW IT WORKS --*/
#how-it-works {
    visibility:hidden;
}
    #how-it-works ol {
        list-style: none;        
    }


/*-------------------------------------------------------------------------
    VIP SOUL CLUB - JOIN
---------------------------------------------------------------------------*/
#pnJoiningClubOptions {
    float:left;
    
}

#pnJoiningClubOptions #pnJoinSoleClub {
    float:left;
    margin-left:70px;    
    width:190px;
}

#pnJoiningClubOptions #pnJoinHeelSteel {
    float:left;
    margin-left:180px;
    margin-top:10px;
    width:190px;
}

#pnJoiningClubOptions .joinClubOption {
    float:left;
    width: 186px;
    margin-bottom:10px;
}

#pnJoiningClubOptions input, #pnJoiningClubOptions label {
    float:left;
    
}

#pnJoiningClubOptions input {
    margin-right:5px;    
}
#main #pnJoiningClubOptions label {
    margin-top:-2px;
    font-weight:normal;
    width:150px;
}

#main #pnJoiningClubOptions #ctl00_PageContent_lblJoinClubOptions {
    width: 180px;
}

#main #pnJoiningClubOptions #ctl00_PageContent_lblJoinClubOptions {
    color: #2B2B2B;
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 3px;
    width: 110px;
}

#ctl00_PageContent_cbxSoleClubMail, #ctl00_PageContent_cbxHeelSteelMail {
    margin-left:10px;
}


/*-------------------------------------------------------------------------
    VIP SOUL CLUB - UPDATE DETAILS
---------------------------------------------------------------------------*/
#main #pnUpdateDetailsAcceptEmails input, #main #pnUpdateDetailsAcceptEmails label {
    float:left;    
    margin-left:0;
}

#main #pnUpdateDetailsAcceptEmails #ctl00_PageContent_pnSoleClubMail {
    float:left;
    margin-bottom:10px;
    
}
    #main #pnUpdateDetailsAcceptEmails #ctl00_PageContent_pnSoleClubMail label {
        margin-top:-2px;
        margin-left:5px;
        font-weight:normal;
    }

#main #pnUpdateDetailsAcceptEmails #ctl00_PageContent_pnHeelSteelMail {
    float:left;
    margin-bottom:30px;
}
    #main #pnUpdateDetailsAcceptEmails #ctl00_PageContent_pnHeelSteelMail label {
        margin-top:-4px;
        margin-left:5px;
        font-weight:normal;
    }
