/******* RESET *******/
html, body, div, h1, h2, h3, h4, h5, ul, ol, li, form, fieldset, input, textarea {
    margin: 0;
    padding: 0;
    font-size: 100%;
}
ul, ol {margin-left: 20px;}
ol { list-style: none; }
li { padding-bottom: 10px; }
img, fieldset {border: 0;}
h1, h2, h3 {font-weight: normal;}
em, i {font-style: italic;}
strong, b {font-weight: bold;}
u {text-decoration: underline;}
/******* END RESET *******/

html { overflow-y: auto; }

body {
    width: 100%;
    position: relative;
    margin: 0 auto;
    background: #cbeafa url("/static/cogi_web/images/home/home-blend-sliver.png") repeat-x top left;
    font-size: 1.0em;
    font-family: "Trebuchet MS", Arial, sans-serif;
    line-height: 1.3em;
    color: #292929;
    text-align: center;
    height: 100%;
}
object {
    position:relative !important;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

a { text-decoration: none; color: #069; }
a:hover { text-decoration: underline; color: #f90; }
td { vertical-align: top; }
h2 { font-size:20px;
     font-weight:bold;
     line-height:normal;
}
h3, h3 a {
    font-size: 20px;
    font-weight: bold;
    color: #3f3f3f;
}

h4 a { color: #3f3f3f; }

#content-wrapper {
    width: 950px;
    margin: 0 auto;
    text-align: left;
}

/** TOP SECTION **/
#top-section-wrapper {
    padding-top: 19px;
}
#logo {
    float: left;
}
    #logo a {
        background-image: url(/static/cogi_web/images/cogi-logo.png);
        background-repeat: no-repeat;
        text-indent: -9999px;
        display: block;
        height: 87px;
        width: 232px;
    }
#top-nav-wrapper {
    float: right;
    border-bottom: 1px solid #5d869b;
    width: 712px;
    text-align: right;
    padding-bottom: 10px;
}
    #top-nav-wrapper ul {
        display: inline;
    }
    #top-nav-wrapper li {
        display: inline;
        padding-right: 15px;
    }
    #top-nav-wrapper li:last-child {
        padding-right: 0;
    }
    
    #top-nav-wrapper li, #top-nav-wrapper li a {
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
    }
    #top-nav-wrapper li a.standout {
        color: #ff3;
        font-weight: bold;
        text-transform: uppercase;
    }
#tagline {
    text-align: left;
    margin-top: 43px;
}
/** END TOP SECTION **/

/** BOTTOM SECTION **/
#bottom-section-wrapper {
    width: 100%;
    background: #afa193 url("/static/cogi_web/images/home/bottom-shadow.png") no-repeat top center;
    border-top: 1px solid #bab3a0;
}
#bottom-section-content-wrapper {
    width: 950px;
    margin: 0 auto;
    text-align: left;
    padding-top: 30px;
}
#post-it {
    float: left;
}
#footer-sub-nav {
    float: left;
    width: auto;
    margin-left: 15px;
}
    .footer-nav-section {
        width: 155px;
        float: left;
        border-right: 1px solid #837362;
        margin-right: 10px;
        padding-right: 25px;
        *margin-right: 40px;
    }
    
    .footer-nav-section-no-border { border-right: 0; margin-right: 0; padding-right: 0; }
    
    #footer-sub-nav .footer-nav-section .title {
        width: 130px;
        padding: 4px;
        text-transform: uppercase;
        background-color: #cac0b5;
        border: 1px solid #3f3f3f;
        font-weight: bold;
        font-size: .9em;
        color: #3f3f3f;
    }
    #footer-sub-nav ul {
        padding-top: 10px;
        margin-left: 5px;
        white-space: nowrap;
    }
    .footer-links ul {
        list-style: none;
    }
    .footer-links li {
        padding-bottom: 8px;
    }
    .footer-links li a {
        color: #3f3f3f;
    }
#iphone {
    float: left;
    width: 120px;
    margin-left: 50px;
}
    #iphone h3 {
        padding-bottom: 10px;
        text-align: center;
    }
#copyright {
    clear: both;
    font-size: .8em;
    text-align: left;
    margin: 0 auto;
    width: 950px;
    padding-top: 20px;
    padding-bottom: 20px;
}
/** /BOTTOM SECTION **/

.credit-card-box {
    -moz-border-radius: 6px;
    border: 1px solid #fff;
    float: right; 
    margin-top: 25px; border: 1px solid #fff;
    padding: 10px;
    width: 200px;
}
    .credit-card-box h2 {
        margin-top: -20px;
        background-color: #fbefc5;
    }


/*********************/
/** FROM COMMON.CSS **/
form ol {
    margin: 0;
    padding: 0;
}
    select {
        width: auto;
    }
    form.myform li {
        list-style: none;
        padding: 5px;
        margin: 0;
        text-align: left;
        margin-right: 30px;
        white-space: nowrap;
    }
    form label {
        text-align: right;
        padding-right: 10px;
        display: inline-block;
        line-height: 1.8;
        vertical-align: top;
    } 
.formSubTitle {
    font-size: 11px;
    display: block;
    line-height: normal;
    white-space: normal;
}
input.textbox, .textbox input, .textbox select, input, textarea, select {
    font-size: .9em;
    border: 1px solid #036;
    padding: 2px;
}
.textbox:focus, input:focus, textarea:focus, select:focus {
    background-color: #ffc;
    border: 1px solid #330;
}

select:focus {
    background-color: #fff;
}
.formError {
    color: #c00;
    font-weight: bold;
    font-size: .9em;
    white-space: normal;
}
.errorlist li {
    list-style-type: none;
}
#formTable {
    border: 1px outset #0278b3;
    background: #e8f0f4 url(/static/cogi_web/images/form_background.jpg) repeat-x;
    padding: 5px 20px 10px;
    margin: 20px 0;
    -moz-border-radius: 4px;
    width: 400px;
}
    #formTable td {
        white-space: nowrap;
        font-size: .9em;
    }
    #formTable th {
        text-align: left;
        padding: 4px;
        font-weight: normal;
    }

    #formTable .settings_table th.header {
        font-size: 14px;
        border-bottom: 1px solid #3f3f3f;
        color: #3f3f3f;
        font-weight: bold;
        padding: 4px;
        margin-bottom: 10px;
        white-space: nowrap;
        width: auto;
        text-transform: uppercase;
    }
div.tooltip {
    background-color: #cbe8f9;
    outline: 1px solid #023556;
    border: 2px solid #fff;
    padding:10px 15px;
    width: 209px;
    display: none;
    color: #023556;
    text-align: left;
    font-size: 12px;
    white-space: normal;
    /* outline radius for mozilla/firefox only */
    outline-radius:4px;
    -moz-outline-radius:4px;
    -webkit-outline-radius:4px;
}

.footnote {
    font-size: .75em;
    line-height: 1.4em;
    display: block;
    padding-bottom: 10px;
}
.alignRight {
    text-align: right;
}
/*** BUTTONS ***/
a.noUnderline {
    text-decoration: none;
}
input.form-button {
    padding-top: 3px;
    margin-top: 10px;
}

.form-button {
    background: #f9b049 url('/static/cogi_web/images/buttons/button-background.gif') repeat-x center;
    color: #000;
    height: 25px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    padding: 3px 10px;
    border: 1px solid #f9b049;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    vertical-align: middle;
    horizontal-align: center;
}
    .form-button-wrapper {
        margin: 5px;
    }
    .form-button span {
        *padding-left: 4px;
    }
    a.form-button:hover { color: #036; }
  
/*** SELECT OFFER PAGE ***/
#offer-table {
    float: left;
    border-collapse: collapse;
    border-right: 1px solid #ccc;
}
#offer-table td {
    padding: 5px;
}
    #offer-table .pricing td {
        padding: 12px;
    }
    #offer-table .odd td {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    
    }
    #offer-table .odd td.noBorder {
        border-top: 1px solid #ccc;
        border-bottom: 0;
    
    }
#offer-table td, #offer-table th {
    text-align: center;
    border-right: 1px solid #ccc;
}
#offer-table th {
    padding: 5px;
    border-bottom: 1px solid #333;
    border-top: 1px solid #ccc;
    font-size: 1.4em;
    background-color: #05567f;
    color: #fff;
    line-height: 1.0em;
    white-space: nowrap;
}
    #offer-table th.gray {
        background-color: #3f3f3f;
    }
    #offer-table .first {
        border: none;
        background-color: transparent;
        border-right: 1px solid #ccc;
    }
    #offer-table th span.price {
        font-size: 16px;
        font-weight: normal;
    }
#offer-table .feature
{
    font-size: 16px;
    text-align: right;
    white-space: nowrap;
    background-color: #efefef;
    border-left: 1px solid #ccc;
    padding-left: 20px;
}
#offer-table .offer-section td
{
    font-weight: bold;
    text-align: left;
    vertical-align: text-bottom;
    background-color: #333;
    color: #fff;
    padding: 5px;
    border-left: 1px solid #3f3f3f;
    border-right: 1px solid #3f3f3f;
}
#offer-table tr .odd-package
{
    background-color: #e8f0f3;
    font-weight: bold;
}
.best-offer
{
    font-size: 18px; 
    font-weight: bold; 
    color: #05567f;
    line-height: normal;
    clear: both;
    display: block;
}

#header a.get-started
{
    font-weight: bold;
    color: #fc0;
    font-size: 14px;
}
.package li { padding-bottom: 10px; }

li.bullet {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 15px;
    padding-left: 5px;
    padding-bottom: 3px;
}
.tosBox {
    width:600px;
    height: 150px;
    overflow-y: scroll;
    border: 1px solid #ccc;
    font-size: .8em;
    line-height: normal;
}
.learnMoreBullets li {
   padding-bottom: 10px;
   list-style: none;
}
sup {
    font-size: .5em;
    vertical-align: super;
}
h4
{
    font-weight: normal;
    color: #3f3f3f;
    font-size: 18px;
    letter-spacing: 1.0px;
    padding-bottom: 8px;
}
ul.helpList
{
    margin-left: 20px;
}

.helpList li
{
    padding-bottom: 10px;
    list-style-type: disc;
}
/** PAGE **/
.leftPageContent {
    float: left;
    width: 49%;
 }

.rightPageContent {
    float: right;
    width: 49%;
}

    .leftPageContent p, .rightPageContent p, 
    ol li ol li /* privacy and tos pages */
    {
        line-height: 1.5em;
    }
.helpUnderline {
    border-bottom: 1px solid #666; 
    padding: 10px 0; 
    margin-bottom: 20px;
}

/** MESSAGING **/
#message-div {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding: 5px;
}
    #message-div.warning {
        background-color: #f8e7bf;
    }
    #message-div.success {
        background-color: #cbecbe;
    }
    #message-div.error {
        background-color: #ecbebe;
    }
.message-list
{
    list-style-type: none;
}
.message-container
{
    margin: 0 auto;
    text-align: left;
    font-weight: bold;
    color: #3f3f3f;
    width: 625px;
    white-space: nowrap;
}
.icon { float: left; margin-right: 10px; }
.message { padding-top: 8px; }

/** SELECT OFFER **/
.packageBox {
    width: 210px;
    float: left;
    padding: 7px;
    background-color: #efefef;
    border: 1px solid #ccc;
    text-align: left;
    line-height: normal;
    min-height: 285px;
}
    .leftShadow {
        background: #efefef url(/static/cogi_web/images/left-shadow.gif) no-repeat center right;
        margin-right: -2px;
    }
    .rightShadow {
        background: #efefef url(/static/cogi_web/images/right-shadow.gif) no-repeat center left;
        margin-left: -2px;
    }
.packageBoxBigger {
    width: 220px;
    float: left;
    padding: 7px;
    background-color: #fff;
    border: 4px solid #286381;
    margin-top: -30px;
    min-height: 325px;
    position: relative;
    z-index: 100;
}
.packageName {
    font-size: 22px;
    font-weight: bold;
    color: #666;
    text-align: center;
}
.packagePrice {
    font-size: 16px;
    text-align: center;
    color: #666;
}
    .packageNameBigger {
        font-size: 25px;
        font-weight: bold;
        line-height: normal;
    }
    .packagePriceBigger {
        font-size: 18px;
        font-weight: normal;
        line-height: normal;
    }
.packageNotes {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #286381;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}           
.number {
    font-size: 18px;
    font-weight: bold;
    color: #286381;
}
.trial {
    text-transform: uppercase;
    color: #b5121b;
    font-size: 18px;
    font-weight: bold;
}
.overagePrices {
    display: block;
    padding-top: 15px;
    font-size: 11px;
    line-height: normal;
}
.boxPadding { padding-top: 20px; padding-left: 20px; }
.boxPaddingBigger { padding-top: 20px; padding-left: 25px; }

.smallLink {
    font-size: .75em;
 }
 .smallCaption, small, small a {
    font-size: .8em;
    line-height: normal;
}

#home-bullets { 
    text-align: left;
}
    
    #home-bullets li {
        font-size: 1.4em;
        color: #fff;
        font-weight: normal;
        padding-bottom: 20px;
    }
    #home-bullets span {
        font-weight: normal;
        font-size: .8em;
    }
#lower_boxes {
    text-align: left;
    background-color: #fff; 
    width: 900px; 
    -moz-border-radius: 8px; 
    border: 2px solid #c9b982; 
    padding: 10px; 
    height: 270px;
    margin-top: 10px;
}
    #lower_boxes td { text-align: center; }
