﻿/* 
UsedPhoneBuyer Colors

Primary:
Blue - #7996b4
Med Grey - #666666
White - #ffffff

Secondary:
Lt Grey - #dddddd
Lt Blue - #cadcef
Black - #000000
Drk Blue - #576c7f

Tritary:
Grey - #4a4a4a
Md Lt Grey - #8c8c8c
Drk Grey - #3e3e3e

Highlight:
Red - #ff3333
*/


/* PAGE UTILITIES */
body
{
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    font-size: 1em;
    color: #333;
}
a
{
    color: #7996b4;
    text-decoration: 'underline';
}
a:hover
{
    color: #7996b4;
    text-decoration: 'underline';
}
h3
{
    text-align: left;
}
#page-container
{
    min-width: 900px;
}
    #page-header
    {
        display: block;
        height: 50px;
        margin: 10px 0px 10px 0px;
    }
        #header-logo
        {
            font-size: 2.5em;
            font-weight: 900;
            display: inline;
            float: left;
        }
        #header-logo a
        {
            text-decoration: none;
        }
        #header-right
        {
            color: #666;
            font-weight: 600;
            font-size: 1.1em;
            float: right;
            display: inline;
            padding-top: 5px;
        }
    #main-container
    {
        border: 2px #8c8c8c solid;
        background-image: url('Images/main-container-bg.jpg');
        background-position: left;
        background-repeat: repeat-y;
        padding: 0px;
        margin: 0px;
    }
    #main-container2 /* hack to display background image down right side of main-container */
    {
        background: url('Images/right-column-bg.gif') right top repeat-y;
        padding: 0px;
        margin: 0px;
    }
        #main-navigation
        {
            background-image: url('Images/main-navigation-bg.jpg');
            background-repeat: repeat-x;
            height: 54px;
            margin: 0px;
            border-bottom: 2px solid #fff;
        }
            #main-navigation ul
            {
                margin: 0px;
            }
            #main-navigation li
            {
                text-align: center;
                float:left;
                border-left: 1px #8c8c8c solid;
                border-right: 1px #3e3e3e solid;
                padding: 15px 10px 5px 10px;
                height: 33px;
                list-style-type: none;
            }
            #main-navigation li.first
            {
                border-left: 0px;
            }
            #main-navigation li:hover
            {
                background-image: url('Images/main-navigation-bg-hoover.png');
                background-repeat: repeat-x;
            }
            #main-navigation a
            {
                color: #ddd;
                font-size: 1.1em;
                font-weight: 500;
                text-decoration: none;
            }
            #main-navigation a:hover
            {
                color: #ddd;
                font-size: 1.1em;
                font-weight: 500;
                text-decoration: none;
            }
        #side-navigation
        {
            float: left;
            clear: left;
            width: 202px;
            border-right: 2px solid #fff;
            background-color: #7996b4;
            background-image: url('Images/side-navigation-bg.png');
            background-position: top;
            background-repeat: repeat-x;
            color: #cadcef;
            padding: 3px 3px 3px 2px;
            margin: 0px;
        }
        #side-navigation-links
        {
            min-height: 100px;
        }
            #side-navigation h2
            {
                margin-top: 5px;
                font-size: 1.2em;
            }
            #side-navigation h3
            {
                font-size: .8em;
                margin: 10px 0px 0px 0px;
                padding: 0px 0px 0px 2px;
                font-weight: 600;
                color: #fff;
                border-bottom: 1px solid #cadcef;
            }
            #side-navigation ul
            {
                margin: 0px;
                padding: 0px;
            }
            #side-navigation li
            {
                text-align: left;
                font-size: .9em;
                border-bottom: 1px solid #cadcef;
                list-style-type: none;
                background-image: url('Images/side-navigation-hoover.png');
                background-position: right;
                background-repeat: no-repeat;
                padding: 2px 11px 2px 3px;
            }
            #side-navigation li:hover
            {
                background-color: #3e3e3e;
            }
            #side-navigation a
            {
                color: #cadcef;
                text-decoration: none;
            }
            #side-navigation a:hover
            {
                color: #cadcef;
                text-decoration: none;
            }
            
        #main-content
        {
            background-image: url('Images/main-content-h1.gif');
            background-position: top;
            background-repeat: repeat-x;
            padding: 20px 5px 5px 5px;
            min-height: 500px;
            text-align: justify;
            margin-left: 210px;
            margin-right: 150px;
        }
            #main-content h1
            {
                color: #666;
                letter-spacing: 2px;
                border-bottom: 1px #ddd solid;
                font-weight: 200;
                margin-bottom: 10px;
                text-align: left;
            }
                  
        #right-column
        {  
            width: 150px;
            float: right;
            border-left: 2px solid #fff;
            color: #666;
        }
            #right-column-content
            {
                margin: 4px;
                font-size: .8em;
            }
            #right-column h3
            {
                font-size: 1em;
                margin-bottom: 5px;
            }
            
        #footer-container
        {
            background-image: url('Images/footer-navigation-bg.gif');
            background-repeat: repeat-x;
            position: relative;
            display: block;
            text-align: center;
            border-top: 2px solid #fff;
            height: 24px;
            font-size: .76em;
            clear: both;
            padding-top: 0px;
        }
            #footer-navigation:
            {
                width: 600px;
                text-align: center;
                text-align: center;
            }
                #footer-navigation ul
                {
                    padding: 5px;
                    margin: 0px;
                }
                #footer-navigation li
                {
                    display: inline;
                    padding: 0px 10px 0px 10px;
                    list-style-type: none;
                    text-align: center;
                    border-right: 1px #333 solid;
                }
                #footer-navigation li.last
                {
                    border-right: 0px;
                    font-weight: 600;
                    color: #7996b4;
                }
                #footer-navigation a
                {
                    color: #ddd;
                    text-decoration: none;
                }
                #footer-navigation a:hover
                {
                    color: #7996b4;
                    text-decoration: none;
                }
    
    #page-footer
    {
        text-align: right;
        font-size: .6em;
        padding-top: 5px;
    }
    
/* ADDITIONAL UTILITIES */
    .hint-text
    {
        border: 1px #999 solid; 
        background-color: #cecece; 
        padding: 10px; 
        margin: 10px 3px 10px 3px;
    }
    .success-text
    {
        font-weight: 700;
        color: Green;
        margin: 10px 0px 10px 0px;
    }
    #repeater-container
    {
        padding: 0px;
        margin: 4px;
        font-size: 80%;
    }
    #repeater-container-2col
    {
        float: left;
        width: 48%;
    }
    #repeater-container-3col
    {
        float: left;
        width: 32%;
    }
        #repeater-container h2
        {
            font-size: 1.1em;
            margin: 0px;
            padding: 0px;
        }
        #repeater-container a
        {
            text-decoration: none;
        }
        #repeater-container a:hover
        {
            text-decoration: none;
        }
        #repeater-row
        {
                clear: both;
                display: block;
                position: relative;
                border-bottom: 1px #7996b4 solid;
                min-height: 70px;
                padding: 3px 3px 5px 3px;
        }
        #repeater-row:hover
        {
            background-color: #ddd;
        }
        #repeater-row-small
        {
            clear:both;
            display: block;
            padding: 1px;
            font-size: .9em;
        }
        #repeater-row-small a
        {
            font-weight: lighter;
        }
            #repeater-item-content
            {
                float: left;
                padding: 4px;
            }
            #repeater-image-left
            {
                    width: 110px;
                    float: left;
                    margin-top: 8px;
            }
            #repeater-image-left img
            {
                border: 0px;
            }

/* PAGE STYLES */
.sub-header
{
    color: #7996b4;
    font-size: .6em;
    padding-bottom: 3px;
}
.error-text
{
    color: #ff3333;
    font-size: 80%;
    padding: 2px;
}
.header-logo-blue
{
    color: #7996b4;
}
.header-logo-grey
{
    color: #666;    
}

.bread-crumb-container
{
    font-size: 80%;
    padding: 3px;
    background-color: #ddd;
    padding: 10px;
    border-bottom: 2px solid #7996b4;
    border-top: 2px solid #7996b4;
    margin-left: -5px;
    margin-right: -5px;
}
    .bread-crumb-container a
    {
        text-decoration: none;
    }
    .bread-crumb-container a:hover
    {
        text-decoration: underline;
    }
    .bread-crumb-label
    {
        color: #8c8c8c;
        font-weight: 600;
        margin-right: 8px;
    }
    .bread-crumb-link
    {
        padding-right: 12px;
        margin-right: 9px;
        background: url('Images/bread-crumb-link.gif') right no-repeat;
    }

#legal
{
    border-top: 1px #666 solid;
    margin-top: 50px;
    text-align: justify;
    font-size: 80%;
    font-weight: 100;
    color: #666;
}
.mailto
{
    color: #ff3333;
}
    
/* Image Styles */
.bordered-image-container
{
    border: 2px #7996b4 solid;
    padding: 10px 10px 10px 10px;
    background-color: #E2E8EF;
}
    .bordered-image
    {
        border: 1px #8c8c8c solid;
    }
    .right
    {
        float: right;
        margin-left: 20px;
        margin-right: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .left
    {
        float: left;
        margin-right: 20px;
        margin-left: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .caption
    {
        font-size: 80%;
        text-align: justify center;
        color: #8c8c8c;
    }
    
/* HighLight Styles */
#highlight1
{
    border: 3px #7796b4 solid;
    background-color: #cadcef;
    padding: 10px;
    margin: 15px 6px 6px 6px;
}
    .highlight-image-left
    {
        border-bottom: 1px #666 solid;
        margin-bottom: 5px;
    }
    .highlight-content
    {
        color: #3e3e3e;
    }

/* FORM STYLES */
.form-container
{
    border: 1px solid #999;
    padding: 10px;
    margin: 6px;
    background-color: #eee;
    width: auto;
    font-size: 85%;
}
    .form-content
    {
        background-color: #fff;
        border: 2px solid #ddd;
        padding: 5px 15px 8px 15px;
    }
        .form-row
        {
            display: block;
            border-bottom: 1px #8c8c8c dotted;
            padding: 3px 0px 3px 0px;
            width: 100%;
        }
            .form-cell
            {
                color: #666;
            }
                .cell-label
                {
                    width: 180px;
                    padding: 3px;
                    text-align: left;
                    display: inline;
                    float: left;
                    font-weight: 600;
                }

                .cell-data
                {
                    display: inline;
                    padding-left: 5px;
                }

        .form-header
        {
            color: #333;
            font-weight: 600;
            letter-spacing: 2px;
            font-size: 1.3em;
            border-bottom: 1px #666 solid;
            margin-bottom: 0px;
        }
        .form-footer
        {
            border-bottom-style: solid;
        }

.details-form
{
    border: 1px solid #999;
    padding: 10px;
    margin: 6px;
    background-color: #eee;
    width: auto;
    font-size: 85%;
}
    .details-form-content
    {
        background-color: #fff;
        border: 2px solid #ddd;
        padding: 5px 15px 8px 15px;
    }
        .details-form-row
        {
            display: block;
            border-bottom: 1px #8c8c8c dotted;
            padding: 3px 0px 3px 0px;
            width: 100%;
        }
            .details-form-cell
            {
                color: #666;
            }
                .details-cell-label
                {
                    width: 180px;
                    padding: 3px;
                    text-align: left;
                    display: inline;
                    float: left;
                }
                .details-cell-data
                {
                    display: inline;
                    padding-left: 5px;
                    font-weight: 600;
                }
        .details-form-header
        {
            color: #333;
            font-weight: 600;
            letter-spacing: 2px;
            font-size: 1.3em;
            border-bottom: 1px #666 solid;
            margin-bottom: 0px;
        }
        .details-form-footer
        {
            border-bottom-style: solid;
        }
        
.marketing-list
{
    font-weight: 500;
    color: #7996b4;
    list-style-image: url('Images/check-mark.png');
}
    .marketing-list li
    {
        padding: 5px 0px 0px 0px;
    }
.statcounter
{
    display: block;
    padding: 0px;
    margin: 5px 0px 0px 0px;
}
.pop-over-bottom-right
{
    z-index: 100;
    bottom: 0;
    right: 0;
    position: absolute;
    width: 150px;
    height:290px;
    background-color: Aqua;
}