@media Screen
{
    body
    {
        font-family: Tahoma, arial, sans-serif;
        font-size: 12px;
        color: #186F9A;
    }
    h1
    {
        color: #22579C;
        font-size: 22px;
        font-weight: normal;
    }
    h2
    {
        color: #7B7B7B;
        font-size: 12px;
        font-weight: bold;
    }
    h3
    {
        color: #22579C;
    }
    p
    {
        line-height: 120%;
    }
    .LightBlue
    {
        color: #379ACB;
    }
    .BoldPink
    {
        color: #379ACB;
        font-weight: bold;
    }
    div.imgShadow
    {
        border-right: solid 1px #ccc;
        border-left: solid 1px #ccc;
        border-bottom: solid 2px #ccc;
        padding: 5px;
        margin: 5px 20px;
        text-align: center;
    }
    div.imgShadow img
    {
        border: solid 1px #32312Fl;
    }
    /* ----------------------------
            Links
      ----------------------------- */
    a:link
    {
        color: #2F8AB7; /*285B9C*/
        text-decoration: underline;
    }
    a:visited
    {
        color: #1D749F; /*1E4270*/
        text-decoration: underline;
    }
    a:active
    {
        color: #1D749F; /*285B9C*/
    }
    a:hover
    {
        color: #901030; /*901030*/
        text-decoration: underline;
    }

    a:link.footerLink
    {
        color: #707070;
        text-decoration: none;
    }
    a:visited.footerLink
    {
        color: #707070;
        text-decoration: none;
    }
    a:active.footerLink
    {
        color: #707070;
    }
    a:hover.footerLink
    {
        color: #333;
        text-decoration: underline;
    }
    /* ----------------------------
            Styles
      ----------------------------- */
    ul
    {
        list-style-image: url( '../images/bullet_blue.gif' );
    }

}
.FloatLeft
{
    float: left;
    width: 48%;
}

.FloatRight
{
    float: right; /*width: 48%;*/
}
.FloatCenter
{
    margin: 0px auto;
    text-align: center;
}
/* ----------------------------
        Corporate
  ----------------------------- */
.LeftBar
{
    width: 48%;
    float: left;
}
.RightBar
{
    width: 48%;
    float: right;
}
.Product
{
    clear: both;
    width: 100%;
    margin: 5px 0px;
    min-height: 120px;
    position: relative;
}
.ProductPhoto
{
    width: 48%;
    float: left;
    text-align: center;
}

.ProductDescr
{
    width: 48%;
    position: absolute;
    top: 20%;
    right: 0%; /*float: right;*/
}
.GiftValue
{
    color: #8FBACF;
    font-size: 16px;
    font-weight: bold;
}
/* ----------------------------
    Message Box
   ---------------------------- */
.MessageBoxBG
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: transparent url( '../Images/black-70.png' ) repeat;
    z-index: 99;
}

.MessageBox
{
    margin: 40% auto;
    width: 40%;
    background: #fff;
    border: solid 5px #ccc;
    padding: 20px;
    z-index: 99;
}
