﻿body
{
    margin-top: 0px;
    margin-bottom: 0px;
}
.divContainer
{
     border-right: 1px solid #b0b0b0;
     background-position: center top;
     width: 973px;
     margin-right: auto;
     margin-left: auto;
     position: relative;
     background-image: url('images/misc/header_bg.jpg');
     background-repeat: no-repeat;
     left: 0px;
     top: 0px;
     border-left-color: #b0b0b0;
     border-left-width: 1px;
     border-top-color: #b0b0b0;
     border-top-width: 1px;
     border-bottom-color: #b0b0b0;
     border-bottom-width: 1px;
}
.divCopyright
{
    margin: 0px;
    background-position: center -2px;
    background-color: #cfdee3;
    line-height: 82px;
    height: 82px;
    font-family: arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #002a54;
    text-align: center;
    background-image: url('images/misc/copyright_bg.png');
    background-repeat: no-repeat;
}
.divPlaceHolder1
{
    background-position: left;
    float: left;
    margin-top: 286px;
    width: 580px;
    padding-left: 52px;
    background-image: url('images/misc/blue_bar_bg.png');
    background-repeat: repeat-y;
}
.divCart
{
    background-position: center;
    float: right;
    margin-top: 354px;
    margin-right: 20px;
    width: 230px;
    background-image: url('images/misc/cart_table_bg.png');
}
.divCartCap
{
    width: 230px;
    height: 11px;
    background-image: url('images/misc/cart_table_top_bg.png');
    background-position: left top;
    font-size: 6px;
}
.divCartFooter
{
    width: 230px;
    height: 11px;
    background-image: url('images/misc/cart_table_bottom_bg.png');
    background-position: left bottom;
    font-size: 6px;
}
.divCartContent
{
    border-right-style: solid;
    border-left-style: ridge;
    border-width: 1px;
    border-color: #898989;
    padding-right: 3px;
    padding-left: 3px;
}
.divCartHeader
{
    font-family: arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #002a54;
    text-align: right;
    padding-bottom: 5px;
}
.divSlogan
{
    font-family: 'times New Roman' , Times, serif;
    font-size: 18px;
    color: #957861;
    position: absolute;
    top: 34px;
    left: 572px;
}

.divTopMenu
{
    position: absolute;
    top: 128px;
    left: 180px;
}
.topMenu
{
    font-family: arial, Helvetica, sans-serif;
    font-size: 15px;
    text-decoration: none;
    color: #404040;
}
.topMenu:hover
{
    color: #957861;
    }
.topMenuDivider
{
    font-family: arial, Helvetica, sans-serif;
    font-size: 16px;
    text-decoration: none;
    color: #404040;
    margin-right: 8px;
    margin-left: 8px;
}
.cartProductLink
{
    font-family: arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    text-decoration: underline;
}
a
{
    color: #437cac;
}
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopupVisible
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 8px 20px 10px 20px;
    vertical-align: middle;
    text-align: center;
}
.modalPopupInvisible
{
   background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 8px 20px 8px 20px;
    vertical-align: middle;
    text-align: center;
    display: none;
}
.modalBtOk
{
    padding: 4px 10px 4px 10px;
    font-family: Verdana;
    background-color: #C0C0C0;
    text-decoration: none;
    color: #000000;
    width: 50px;
    height: 18px;
    font-size: 12px;
}
.modalMessage
{
    font-family: Verdana;
    font-size: 11px;