﻿body {
    font-family: Segoe UI, Verdana, Helvetica, Arial, Sans-Serif;
    font-size: 1em;
    /*background-color: rgba(255, 255, 240, 0.22);*/
    background: -webkit-linear-gradient(white, lightyellow); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white,  lightyellow); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradientwhite,  lightyellow); /* For Firefox 3.6 to 15 */
    background: linear-gradient(white,  lightyellow); /* Standard syntax */
}

.MasterDiv {
    border: thin solid #669a84;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFF;
    -moz-box-shadow: 3px 3px 5px Gray;
    -webkit-box-shadow: 3px 3px 5px Gray;
    box-shadow: 3px 3px 5px Gray;
}

    .MasterDiv a {
        text-decoration: none;
        color: blue;
    }

        .MasterDiv a:hover {
            color: red;
        }

.HeaderDiv {
    color: #003333;
    background-color: azure;
    overflow: hidden; /* allows the background to show when the elements NBDiv and LanDiv are floated */
}

.NBDiv {
    float: left;
    font-weight: 700;
    padding-left: 5px;
}

.LanguageDiv {
    float: right;
    padding-right: 5px;
}

.MenuDiv {
    clear: both;
    color: white;
    background-color: #003333;
    text-align: center;
    font-size: 0.8em;
    padding: 3px;
}

    .MenuDiv a {
        color: white;
        text-decoration: none;
    }

        .MenuDiv a:hover {
            color: lightgreen;
        }

.MenuLink {
    padding-left: 3px;
    padding-right: 3px;
}

#DivShoppingCart {
    float: right;
    font-size: 0.8em;
    padding-right: 5px;
    padding-top: 5px;
}

#DivBreadcrumb {
    color: #003333;
    padding-left: 5px;
}

.ContentDiv {
    clear: both;
    padding: 0 5px 5px;
}

.FooterDiv {
    text-align: center;
    font-size: 0.8em;
    margin-bottom: 5px;
}

.IconCenter {
    vertical-align: middle;
}
