﻿body 
{
    background-image:url(../../Images/Page-BgGradientdoubleGREEN.jpg);
    background-repeat:repeat-x repeat-y;
    font-family:Arial;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
}

.MasterPageDiv
{
    clear:left;
    width:880px;
    background-color:#FFFFDD;
    padding:0px 5px 0px 5px;
    margin:0px auto 0px auto;
    border-right:solid 3px #868587;
    border-left:solid 1px #868587;
}
.TitleImg
{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    clear:right;
    width:880px;
}

.SpecialOfferImg
{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    width:180px;
}

.ShowText
{
    display:inline-block;
    width:180px;
    min-width:180px;
    text-align:center;
}

.ControlsDiv
{
    margin-top:0px;
    width:880px;
    padding:0px 0px 3px 0px;
    background-color:#FFFFDD;
    height:25px;
}

#loginSection
{
    width:550px;
    float:left;
}
#loginSection a
{
    color:Black;
    vertical-align:middle;
    text-decoration:none;
    font-size:small;
}

#loginSection a:hover
{
    text-decoration:underline;
    font-size:small;
}

#BasketSection
{
    width:250px;
    float:right;
}

#BasketSection .basketOverview
{
    float:right;
    color:Gray;
    text-decoration:none;
    font-size:small;
    text-align:right;
}

#BasketSection .basketOverview:hover
{
    float:right;
    color:Navy;
    text-decoration:underline;
    font-size:small;
    text-align:right;
}

.FooterNavDiv
{
    width:894px;
    height:98px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:5px;
    clear:both;
    font-size:small;
    background-image:url(../../Images/FooterScreenShotBlank.png);
}
.FooterTextDiv
{
    display:inline-block;
    width:894px;
    padding-top:20px;
    text-align:center;
}

.FooterLinks
{
    margin:0px 10px 0px 10px;
    display:inline-block;
}

.MainDiv
{
    clear:left;
    width:880px;
    margin:0px auto 0px auto;
    min-height:530px;
}

.LeftDiv
{
    float:left;
    clear:left;
    width:204px;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    min-height:530px;
}

.RightDiv
{
    clear:none;
    float:right;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    width:675px;
    min-height:530px;
}


