﻿body
{
    background: #dadada url('Images/backgroundBody.jpg') no-repeat 0 0;
    color: #000;
    margin: 0 auto;
}
a, a:link, a:visited
{
    color: Black;
}
a:hover
{
    color: Red;
    font-weight: bold;
}
div.container
{
    background: #dadada;
    background-image: url('Images/backContent.png');
    width: 1000px;
    margin: 0 auto;
    border-right: 1px solid #888888;
    border-left: 1px solid #888888;
}
div.header
{
    background: #0F365F;
    background-image: url('Images/backHeader.png');
    background-repeat: repeat;
    background-position: right;
    height: 148px;
    text-align: left;
    width: auto;
}
div.menu
{
    background: #8091AB url('Images/Menu/backMainMenu.png') repeat-x;
    height: 34px;
    left: 200px;
    text-align: left;
    width: 100%;
    z-index: 999;
}
div.headerLeft
{
    float: left;
    table-layout: auto;
    padding-right: 0px;
    padding-left: 0px;
    visibility: visible;
    page-break-before: auto;
    padding-bottom: 0px;
    margin: 0px;
    page-break-after: auto;
    vertical-align: middle;
    cursor: auto;
    direction: ltr;
    line-height: normal;
    padding-top: 0px;
    letter-spacing: normal;
    position: static;
    background-color: transparent;
    text-align: left;
}
div.headerRight
{
    float: right;
    padding: 4px;
}
div.content
{
    background: #D4D0C8 url('Images/Menu/backMainMenu.png') repeat;
    height: 100%;
    text-align: left;
}
div.containerLeft
{
    float: left;
    padding: 4px;
    text-align: left;
    width: 760px; /* 76%; 772px; */
}
div.containerRight
{
    float: right;
    text-align: center;
    width: 210px; /* 22%; */
}
div.footer
{
    background: #8091AB url('Images/Menu/backMainMenu.png') repeat-x;
    clear: both;
    height: 23px;
    overflow: hidden;
    padding-right: 6px;
    padding-top: 4px;
    position: relative;
    text-align: right;
    vertical-align: middle;
}
div.MagazineContainer
{
    clear: both;
}
div.MagazineContainerHeader
{
    clear: both;
    font-weight: bold;
}
div.MagazineContainerData
{
    float: left;
    min-height: 120px;
    text-align: center;
    vertical-align: top;
    width: 90px;
}

#SitePath
{
    margin: 0 auto;
    padding: 2px;
    background-color: #edf3fe;
    text-align: left;
    width: 100%;
}
img
{
    border: none;
}
.ImgButton
{
    border: None 0 transparent;
}

/* Product Display */
div.product
{
    float: left;
    height: 160px;
    vertical-align: top;
    width: 375px;
}
div.productLeft
{
    float: left;
    text-align: center;
    vertical-align: top;
    width: 110px;
}
div.productRight
{
    float: right;
    vertical-align: top;
    width: 250px;
}

/* Product Detail Display */
div.productDetail
{
    float: left;
    vertical-align: top;
    width: 760px;
}
div.productDetailLeft
{
    float: left;
    text-align: center;
    vertical-align: top;
    width: 200px;
}
div.productDetailRight
{
    float: right;
    vertical-align: top;
    width: 545px;
}
div.productDetailRightContainer
{
    clear: both;
    float: left;
    vertical-align: top;
    width: 545px;
}
div.productDetailRightDescription
{
    float: left;
    vertical-align: top;
    width: 130px;
}
div.productDetailRightDetail
{
    float: right;
    vertical-align: top;
    width: 400px;
}
div.productDetailFacebook
{
    clear: both;
    padding-top: 10px;
}
/* Coupon Detail Display */
div.couponDetail
{
    float: left;
    vertical-align: top;
    width: 760px;
}
div.couponDetailLeft
{
    float: left;
    text-align: center;
    vertical-align: top;
    width: 200px;
}
div.couponDetailRight
{
    float: right;
    vertical-align: top;
    width: 545px;
}
div.couponDetailRightContainer
{
    clear: both;
    float: left;
    vertical-align: top;
    width: 545px;
}
div.couponDetailRightDescription
{
    float: left;
    vertical-align: top;
    width: 200px;
}
div.couponDetailRightDetail
{
    float: right;
    vertical-align: top;
    width: 325px;
}

/* Customer Service Display */
div.customerService
{
    clear: both;
    float: left;
    vertical-align: top;
    width: 760px;
    padding-bottom: 15px;
}
div.customerServiceLeft
{
    float: left;
    text-align: center;
    vertical-align: top;
    width: 285px;
}
div.customerServiceRight
{
    float: right;
    vertical-align: top;
    width: 450px;
}

/* MAgazine Covers Display */
div.magazineCovers
{
    clear: both;
    float: left;
    vertical-align: top;
    width: 760px;
    padding-bottom: 15px;
}
div.magazineCoversLeft
{
    float: left;
    text-align: center;
    vertical-align: top;
    width: 385px;
}
div.magazineCoversRight
{
    float: right;
    vertical-align: top;
    width: 350px;
}

/* Menu */
.menuContainer
{
    background: url('Images/Menu/menu_back.jpg') top left repeat-x;
    height: 38px;
    margin: 0px auto;
    text-align: left;
    width: auto;
}

.menuBar
{
    width: auto;
}
.menuBar hr
{
    color: #888;
    list-style: dash;
    margin: 0 auto;
    width: 100%;
}
.menuBar ul
{
    height: 38px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.menuBar li
{
    float: left;
    width: 110px;
}
.menuBar li a
{
    color: #000;
    display: block;
    line-height: 38px;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
}
.menuBar li a:hover
{
    background: url('Images/Menu/menu_hover.jpg') top left repeat-x;
    color: #000000;
}
.menuBar li ul
{
    background: #EBEBEB;
    display: none;
    height: auto;
    filter: alpha(opacity=95);
    opacity: 0.95;
    position: absolute;
    width: 225px;
    z-index: 2000;
}
.menuBar li:hover ul
{
    display: block;
    border: 1px solid #999999;
}
.menuBar li li
{
    display: block;
    float: none;
    width: 225px;
}
.menuBar li ul a
{
    display: block;
    font-size: 12px;
    font-style: normal;
    height: 30px;
    line-height: 30px;
    padding: 5px 10px 5px 15px;
    text-align: left;
}
.menuBar li ul a:hover
{
    background: #949494;
    background: url('Images/Menu/menu_hover.jpg') top left repeat-x;
    color: #000000;
    opacity: 1.0;
    filter: alpha(opacity=100);
}
.menuBar p
{
    clear: left;
}
.menuBar #menutitle a
{
    background: #000000;
    font-weight: bold;
    color: #FFF;
    height: 20px;
    line-height: 20px;
}
.menuBar #menutitle a:hover
{
    background: #000000;
    font-weight: bold;
    color: #FFF;
}

.SummaryWindow
{
    background-color: #E3E3E3;
    border: #888 1px solid;
    font-family: Verdana, Arial;
    font-size: 9pt;
    color: Black;
    padding-top: 3px;
    padding-left: 2px;
    padding-bottom: 5px;
    width: 200px;
}
.ProductsOuter
{
    border: solid 1px #c0c0c0;
    width: 350px;
    padding: 2px;
}
.ProductsInner
{
    border: solid 1px #c0c0c0;
    float: left;
    width: 100%;
}
.ProductsInnerTitle
{
    border: solid 1px #c0c0c0;
    float: left;
    width: 100px;
}
.ProductsInnerContent
{
    border: solid 1px #c0c0c0;
    float: left;
}
.ProductsClear
{
    clear: both;
    border: solid 1px #c0c0c0;
}

/* FieldSet 450px Layout */
.fieldsetGeneral
{
    margin: 0 auto;
    padding: 5px;
    width: 500px;
}
.fieldsetGeneral ul
{
    list-style: none;
    margin-top: 5px;
}
.fieldsetGeneral ul li
{
    display: block;
    float: left;
    width: 100%;
    padding-top: 1px;
}
.fieldsetGeneral ul li label
{
    float: left;
    padding: 7px;
}
.fieldsetGeneral ul li input, .fieldsetGeneral ul li textarea, .fieldsetGeneral ul li select
{
    float: right;
    margin-right: 10px;
    border: 1px solid #ccc;
    padding: 3px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    width: 50%;
}
.fieldsetGeneral li input:focus, .fieldsetGeneral li textarea:focus, .fieldsetGeneral li select:focus
{
    border: 1px solid #666;
}
.fieldsetGeneralButton
{
    border: 0px;
    margin-left: 155px;
}

/* GridView Formatting */
.mGrid
{
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}
.mGrid td
{
    padding: 2px;
    border: solid 1px #c1c1c1;
    color: #717171;
    cursor: default;
}
.mGrid th
{
    padding: 4px 2px;
    color: #fff;
    background: #424242 url('grd_head.png') repeat-x top;
    border-left: solid 1px #525252;
    font-size: 0.9em;
}
.mGrid .alt
{
    background: #fcfcfc url('grd_alt.png') repeat-x top;
}
.mGrid .pgr
{
    background: #424242 url('grd_pgr.png') repeat-x top;
}
.mGrid .pgr table
{
    margin: 5px 0;
}
.mGrid .pgr td
{
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #666;
    font-weight: bold;
    line-height: 12px;
}
.mGrid .pgr a
{
    color: #666;
    text-decoration: none;
}
.mGrid .pgr a:hover
{
    color: #000;
    text-decoration: none;
}

/* Image */
.dropShadow
{
    background: #ECE9D8;
    border: 1px solid #888;
    padding: 5px;
    -moz-box-shadow: 3px 3px 4px #999; /* Firefox */
    -webkit-box-shadow: 3px 3px 4px #999; /* Safari/Chrome */
    box-shadow: 3px 3px 4px #999; /* Opera and other CSS3 supporting browsers */
}

/* Required Field */
.RequiredField
{
    color: #f00;
    padding-left: 5px;
}

/* Tooltip */
a.info
{
    background-image: url('Images/Icons/iconInformation.png') no-repeat;
    position: relative; /* This is the key */
    z-index: 24;
    border: 0px;
    height: 16px;
    width: 16px;
    text-decoration: none;
}
a.info:hover
{
    z-index: 25;
}
a.info span
{
    display: none;
}
a.info:hover span
{
    /* The span will display just on :hover state */
    display: block;
    font-weight: normal;
    position: absolute;
    left: 0px;
    width: 250px;
    border: 1px solid Gray;
    background-color: Silver;
    padding: 5px;
    color: #000;
}

/* Begin: Text boxes */
checkbox
{
    background: #fff url('Images/head_formbg.jpg') no-repeat top left;
    border: 1px solid #000000;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    height: 18px;
    margin: 0;
    color: #1c1c1c;
    padding: 2px 0 0 4px;
}

checkbox:focus
{
    border: 1px solid #ffcc33;
    background-image: none;
    background: #ffffcc;
    color: #1c1c1c;
}

input
{
    /* background: #fff url(images/head_formbg.jpg) no-repeat top left; */
    border: 1px solid #000000;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    color: #1c1c1c;
}

input:focus
{
    border: 1px solid #ffcc33;
    background-image: none;
    background: #ffffcc;
    color: #1c1c1c;
}

select
{
    background: #fff url('Images/formbg.gif') repeat-x;
    border: 1px solid #000000;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    margin: 0;
    color: #1c1c1c;
    padding: 2px 0 0 4px;
}

select:focus
{
    border: 1px solid #ffcc33;
    background: #ffffcc;
    color: #000000;
}

textarea
{
    background: #fff url('Images/formbg.gif') repeat-x;
    border: 1px solid #000000;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    height: 200px;
    margin: 0;
    color: #1c1c1c;
    padding: 2px 0 0 4px;
}

textarea:focus
{
    border: 1px solid #ffcc33;
    background: #ffffcc;
    color: #1c1c1c;
}
/* End: Text boxes */

div.paragraph
{
    padding-bottom: 15px;
}

/* Small CSS Menu */
.smallMenuContainer
{
    margin: 25px;
    width: 330px;
}
.smallMenu
{
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0 auto;
}
.smallMenu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.smallMenu li
{
    display: block;
    margin: 0;
    padding: 0;
}
.smallMenu li a
{
    display: block;
    width: 100%;
    padding: 0.5em 0 0.5em 2em;
    border-width: 1px;
    border-color: #ffe #aaab9c #ccc #fff;
    border-style: solid;
    color: #777;
    text-decoration: none;
    background: #f7f2ea;
}
.smallMenu li a:hover
{
    color: black;
    background: #4c78a0;
    border-color: #aaab9c #fff #fff #ccc;
}

