﻿/*---------------------------------------------------------------
01 - Global and page level styles
---------------------------------------------------------------*/
div#page
{
    width: 640px;
    background-color: #fff;
}

div#adminBar
{
    display: none;
}

/*---------------------------------------------------------------
02 - Header styles
---------------------------------------------------------------*/
div#header
{
    width: 640px;
}

div#topBanner
{
    position: relative;
    width: 640px;
    height: 103px;
}

p#mainLogo
{
    position: absolute;
    left: 18px;
    top: 18px;
    width: 220px;
    height: 60px;
    margin: 0;
}

p#straplines
{
    position: absolute;
    right: 18px;
    top: 26px;
    width: 245px;
    height: 52px;
    margin: 0;
}

    p#straplines img.primary
    {
        position: absolute;
        left: 0;
        top: 30px;
        display: block;
        width: 245px;
        height: 22px;
    }

    p#straplines img.secondary
    {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 245px;
        height: 22px;
    }

/*---------------------------------------------------------------
03 - Primary navigation styles
---------------------------------------------------------------*/
div#primaryNavigation
{
    display: none;
}

/*---------------------------------------------------------------
04 - Body styles
---------------------------------------------------------------*/
div#body
{
    clear: both;
    width: 640px;
}

    div#body.noSidebar
    {
    }

div#checkoutPipeline
{
    display: none;
}

div.message.warning,
div.message.error
{
    color: #e00;
}

div.formInput
{
    width: auto;
}

div.formInput.medium
{
    width: auto;
}
        
div.formOptions
{
    padding-left: 0;
}
    
a.button
{
    display: block;
    width: 97px;
    height: 25px;
    text-align: center;
}
    
p.buttonHolder
{
    overflow: hidden;
}
    
    p.buttonHolder a.button
    {
        float: right;
    }
    
p.footnote
{
    font-size: 0.9em;
    color: #666;
}

ul.sitemap,
ul.sitemap li,
ul.sitemap li ul
{
    margin: 0 0 1em;
    padding: 0;
    list-style-type: none;
}

    ul.sitemap li
    { margin-bottom: 0; }
    
a.highlightLink
{
    display: block;
    margin-bottom: 1.363em;
    font-size: 1.09em;
    font-weight: bold;
    text-transform: uppercase;
}

p.printButtonHolder
{ display: none; }
    
div.tabbed
{
    width: 420px;
    margin: 1.5em 0;
}
    
    div.tabbed ul.tabs
    {
        width: 420px;
        margin: 0;
    }
    
        div.tabbed ul.tabs li
        {
            width: 84px;
            padding: 0;
            margin: 0;
            font-size: 1.6em; /*18px*/
            font-weight: bold;
            line-height: 1.833; /*32px*/
        }
    
            div.tabbed ul.tabs li a
            {
                display: block;
                padding-left: 8px;
                text-transform: uppercase;
            }
    
                div.tabbed ul.tabs li a span
                {
                    display: block;
                    padding-right: 16px;
                }
    
            div.tabbed ul.tabs li.active a
            {            
                text-decoration: underline;
            }
            
    div.tabbed div.content
    {
        padding: 15px 8px 0;
    }
        
    div.tabbed p.stepLinkHolder
    {
        padding: 0 8px;
        overflow: hidden;
    }
    
ul.faq
{
    margin: 0;
    list-style-type: none;
}
    
    ul.faq li
    {
        font-weight: bold;
        text-transform: uppercase;
    }
    
        ul.faq li a
        {
            position: relative;
            width: 372px;
            display: block;
            padding-left: 14px;
        } 
    
        ul.faq li span.listItem
        {
            position: absolute;
            left: 0;
            top: 0;
            width: 1.4em;
        }
    
        ul.faq li div.answer
        {
            position: relative;
            display: block !important;
            width: 314px;
            margin-left: 36px;
            padding-left: 14px;
            font-weight: normal;
            text-transform: none;
            color: #ca005d;
        }
    
            ul.faq li div.answer img.copyImage
            {
                display: none;
            }
    
        ul.faq li p
        {
            font-size: 1em;
            margin-bottom: 0;
            padding-bottom: 1.5em;
        }
    
ul.orderedStatements
{
    margin: 0;
    list-style-type: none;
}
    
    ul.orderedStatements li
    {
        position: relative;
        padding-left: 3.5em;
        margin: 0 0 1.5em 0;
    }

        ul.orderedStatements li span
        {
            position: absolute;
            left: 0;
            top: 0;
            display: block;
            width: 3.5em;
            overflow: hidden;
        }
        
        ul.orderedStatements ul.orderedStatements
        {
            margin-top: 1.5em;
        }
        
        ul.orderedStatements ul.bullets li
        {
            position: static;
            padding-left: 0;
            margin: 0;
        }
        
dl.featureList
{
    width: 420px;
    height: 1%;
    overflow: hidden;
}
        
dl.featureList dt
{
    width: 30%;
    padding-right: 3%;
    text-transform: none;
    overflow: hidden;
}
        
dl.featureList dd
{
    clear: none;
    float: none;
    width: 66%;
    overflow: hidden;
}

div.productPackage
{
    margin-bottom: 3em;
}

table.packageDisplay
{
    width: 420px;
    margin-bottom: 1.5em;
}

    table.packageDisplay thead th
    {
        font-size: 1.2em;
        height: 2.428em;
        border-bottom: 1px solid #d0d0d0;
        color: #002c5f;
        text-align: center;
        text-transform: uppercase;
    }

    table.packageDisplay thead th.first
    {
        width: 120px;
    }

    table.packageDisplay.single thead th.first
    {
        width: 176px;
    }
    
    table.packageDisplay tbody th,
    table.packageDisplay tbody td,    
    table.packageDisplay tfoot th,
    table.packageDisplay tfoot td 
    {
        height: 2.833em;
        border-color: #d0d0d0;
        font-size: 1.1em;
        font-weight: normal;
        line-height: 1.25;
        text-align: left;
    }
    
    table.packageDisplay tbody th
    {
        width: 120px;
    }
    
    table.packageDisplay.single tbody th
    {
        width: 176px;
    }
    
    table.packageDisplay tbody td
    {
        color: #002c5f;
        text-align: center;
    }
    
    table.packageDisplay tbody tr.buyNow
    {
        display: none;
    }
    
    table.packageDisplay tbody tr.unit th,
    table.packageDisplay tbody tr.unit td
    {
        color: #ca005d;
    }
    
    table.packageDisplay tbody tr.deposit td,
    table.packageDisplay tbody tr.totalPayment td
    {
        font-weight: bold;
    }
    
    table.packageDisplay tfoot tr td
    {
        padding-left: 157px;
        color: #333;
        text-align: center;
    }
    
    table.packageDisplay.single tfoot tr td
    {
        padding-left: 213px;
    }
    
    table.packageDisplay tfoot th
    {
        width: 120px;
    }
    
    table.packageDisplay.single tfoot th
    {
        width: 176px;
    }
    
div.article
{
}
    
    div.article p.date
    {
        font-weight: bold;
        text-transform: uppercase;
        color: #ca005d;
    }

div.article.outline
{
    position: relative;
    border-top: 1px solid #d0d0d0;
    padding: 6px 180px 10px 0;
    overflow: hidden;
}

    div.article.outline h2.title,
    div.article.outline p.date,
    div.article.outline p.title,
    div.article.outline p.moreInfoLink,
    div.article.outline a.highlightLink
    {
        margin-bottom: 0;
    }
    
    div.article.outline h2.title
    {
        margin: 4px 0;
    }

    div.article.outline p.thumbnailImage
    {
        position: absolute;
        left: 240px;
        top: 6px;
        width: 163px;
        height: 82px;
        margin-bottom: 0;
        overflow: hidden;
        z-index:5;
    }

    div.article.outline p.thumbnailImage img.overlay
    {
        display:none;
    }
    
    div.article.outline p.description
    {
        font-weight: bold;
        color: #ca005d;
    }

div.feature
{
    width: 208px;
    overflow: hidden;
}

    div.feature h2
    {
        margin: 0 0 6px;
        font-size: 1.2em; /*12px*/
        line-height: 2; /*24px*/
        text-transform: uppercase;
        overflow: hidden;
    }

    div.feature p.imageHolder
    {
        padding: 0 0 12px;
        margin: 0;
    }
    
    div.feature a.button
    {
        float: right;
    }

div#primaryContent
{
    padding-top: 26px;
    border-top: 1px solid #d0d0d0;
    overflow: hidden;
}

div#main
{
    float: left;
    width: 420px;
    padding-right: 12px;
    overflow: hidden;
}

    div#body.noSidebar div#main
    {
        float: none;
        width: auto;
        padding-right: 0;
        overflow: hidden;
    }

    div#main h1,
    div#main h2,
    div#main h3,
    div#main p,
    div#main address,
    div#main ul,
    div#main ol,
    div#main fieldset
    {
        
    }
    
        div#main p.headerImageHolder
        {
            display: none;
        }

        div#main p.medium
        {
            padding: 0 89px 0 0;
        }
                
        div#main p.small
        {
            position: relative;
            padding: 0 192px 0 0;
        }
            div#main p.small img.copyImage
            {
                display: none;
            }

        div#main fieldset h1,
        div#main fieldset h2,
        div#main fieldset h3,
        div#main fieldset p,
        div#main fieldset address,
        div#main fieldset ul,
        div#main fieldset ol,
        div#main fieldset fieldset
        {
            
        }

        div#main div.article h1,
        div#main div.article h2,
        div#main div.article h3,
        div#main div.article p,
        div#main div.article address,
        div#main div.article ul,
        div#main div.article ol,
        div#main div.article fieldset
        {
            
        }
        
        div#main blockquote.highlight
        {
            margin: 1.5em 0;
            padding: 15px 20px 15px 110px;
            border-width: 1px 0;
            border-style: solid;
            border-color: #d0d0d0;
            font-size: 1.4em; /*14px*/
            line-height: 1.571; /*22px*/
            font-weight: bold;
            font-style: normal;
            text-align: right;
        }
        
            div#main blockquote.highlight p
            {
                margin: 0;
                padding: 0;
                font-size: 1em;
            }

    div#main div.feature h2
    {
        padding: 0;
    }

    div#main div.feature p
    {
        
    }

        div#main div.feature p.imageHolder
        {
            padding: 0 6px 0;
        }

    div#main div.highlight
    {
        margin: 0 0 1.5em;
    }

        div#main div.highlight h2
        {
            padding: 0.6em 0;
            border-bottom: 1px solid #fff;
        }

        div#main div.highlight p
        {
            
        }

        div#main div.highlight ul
        {
            
        }
    
    div#main fieldset table.packageDisplay
    {
        
    }

div#sidebar
{
    float: right;
    width: 208px;
    overflow: hidden;
}
    
div#buyNowFeature
{
    padding-top: 12px;
}

    div#buyNowFeature p
    {
        color: #002c5f;
    }

    div#buyNowFeature p.buttonHolder
    {
        padding-right: 6px;
        text-align: right;
    }
    
div#faqsFeature
{
    padding-top: 12px;
}

    div#faqsFeature p
    {
        margin-bottom: 2.727em;
        color: #002c5f;
    }

    div#faqsFeature p.buttonHolder
    {
        display: none;
    }

div#yourSafetyFeature
{
    
}

    div#yourSafetyFeature h2
    {
        border-bottom: 1px solid #fff;
    }

    div#yourSafetyFeature p.buttonHolder
    {
        display: none;
    }

div#yourSecurityFeature
{
    
}

    div#yourSecurityFeature h2
    {
        border-bottom: 1px solid #fff;
    }

    div#yourSecurityFeature p.buttonHolder
    {
        display: none;
    }

div#thatchamCat5Feature p
{
    margin: 0;
    padding: 0;
}

    div#thatchamCat5Feature p a
    {
        font-weight: bold;
        text-transform: uppercase;
        overflow: hidden;
    }
    
        div#thatchamCat5Feature p a big
        {
            float: left;
            display: block;
            width: 98px;
            padding-left: 10px;
        }

        div#thatchamCat5Feature p a small
        {
            position: relative;
            left: 4px;
            top: 18px;
            float: left;
            display: block;
            width: 80px;
        }

    div#thatchamCat5Feature p a img
    {
        vertical-align: top;
    }

    div#thatchamCat5Feature p a:hover,
    div#thatchamCat5Feature p a:focus
    {
        text-decoration: none;
    }

        div#thatchamCat5Feature p a:hover small,
        div#thatchamCat5Feature p a:focus small,
        div#thatchamCat5Feature p a:hover big,
        div#thatchamCat5Feature p a:focus big
        {
            text-decoration: underline;
        }
        
div#sidebar div.featureContainer
{
    padding: 12px 0;
    border-top: 1px solid #d0d0d0;
}
        
div#sidebar div.featureContainer.first
{
    padding-top: 0;
    border-top: 0;
}

div#sidebar div.feature p.buttonHolder
{
    margin: 0;
}

/*---------------------------------------------------------------
04.01 - Home page styles
---------------------------------------------------------------*/
body.home h1
{
    margin: 0 0 0.833em; /*0 0 15px*/
    font-size: 1.8em; /*18px*/
    line-height: 1.333; /*24px*/
}
    
body.home div#secondaryContent
{
    display: none;
}
        
body.home div#main
{
    width: 640px;
}

    body.home div#main div.firstColumn
    {
        float: left;
        width: 420px;
        padding-right: 12px;
    }

        body.home div#main div.firstColumn p.buttonHolder
        {
            display: none;
        }

    body.home div#main div.secondColumn
    {
        float: left;
        width: 208px;
    }
        
body.home div#sidebar
{
    display: none;
}

/*---------------------------------------------------------------
04.02 - Order receipt page styles
---------------------------------------------------------------*/
body.orderReceipt p#vatStatement
{
    page-break-after: always;
}

/*---------------------------------------------------------------
04 - Footer styles
---------------------------------------------------------------*/
div#footer
{
    clear: both;
    width: 640px;
    padding: 0 0 5px;
    margin-top: 15px;
    border-top: 1px solid #c6c6c6;
    overflow: hidden;
}

p#innovativeSolutions
{
    margin: 0;
    padding: 18px 0 6px;
    text-align: right;
}

    p#innovativeSolutions small
    {
        position: relative;
        left: -3px;
        top: -0.272em;
        text-transform: lowercase;        
    }

    p#innovativeSolutions img
    {
        vertical-align: top;        
    }
    
div#moreInformation
{
    float: right;
    margin-top: 10px;
}
    
    div#moreInformation ul
    {
        display: none;
    }
    
p#copyrightNotice
{
    float: right;
    margin: 10px 0 0;
    padding-left: 6px;
    color: #fff;
    line-height: 1.6;
}
