body 
{
    font-family: Verdana, Arial, Sans-Serif;
    background-color: White;
    background-image: url(Images/background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
}

.container
{
    position: relative;
}

.alt
{
    color: #222222;
}

.TCenter { text-align: center; }
.TLeft { text-align: left; }
.TRight { text-align: right; }
.TBold { font-weight: bold; }

.BPRight { position: absolute; right: 0; }
.BPBottom { position: absolute; bottom: 0; }

/* ========================================================= */
.box
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.box .customInnerBoxStyle
{
    background-color: #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 90%;
}

#myProductSDCard .box
{
    background-color: #E1F0F7;
}

#myProductMicroSDCard .box
{
    background-color: #F7E1E1;
}

#myProductUSBFlashMemory .box
{
    background-color: #FFE5C1;
}

table.customTableStyle1 
{
    border-width: 5px;
    border-style: solid;
    border-color: #DDDDDD;
    background-color: White;
}

table.customTableStyle1 td, th
{
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: Silver;
}

table.customTableStyle2
{
    border-width: 5px;
    border-style: solid;
    border-color: #DDDDDD;
    background-color: White;
}

table.customTableStyle2 td, th
{
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: Silver;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: Silver;
}
/* ========================================================= */
#TopDiv
{
    margin-top: 5px;
}

#BottomDiv
{
    background-image: url(Images/menuItemBackground.png);
    background-repeat: repeat-x;
    background-position: center center;
    
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    
    font-weight: bold;
    color: #0B610B;
}
/* ========================================================= */
#MenuDiv 
{
    background-image: url(Images/menuItemBackground.png);
    background-repeat: repeat-x;
    background-position: center center;
    
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: right;
    
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

#MenuDiv a
{
    font-family: Verdana, Arial, Sans-Serif;
    text-decoration: none;
    font-size: 13pt;
    font-weight: bold;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #666666;
}

#MenuDiv a:hover
{
    color: Green;
    padding-left: 12px;
    padding-right: 12px;
}
/* ========================================================= */
#QuickLinkContents
{
    z-index: 99999;
    position: fixed;
    top: 100px;
    left: -400px;
    width: 430px;
    height: 450px;
}

#QuickLinkHeader
{
    float: right;
    width: 30px;
    max-width: 30px;
    min-width: 30px;
    height: 450px;
    background-color: Black;
    color: White;
    
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

#QuickLinks
{
    float: left;
    width: 400px;
    max-width: 400px;
    min-width: 400px;
    height: 450px;
    text-align: center;
    background-image: url('Images/black transparent background.png');
    overflow: auto;
}

#QuickLinks a
{
    display: block;
    background-color: #FFE3B7;
    color: Black;
    padding: 3px;
    width: 98%;
    text-decoration: none;
    margin-top: 5px;
}

#QuickLinks a:hover
{
    background-color: Black;
    color: White;
}

.ContentTitle
{
    font-weight: bold;
    background-color: #D2FFC1;
    color: Green;
    padding: 3px;
}

.SubTitle
{
    font-weight: bold;
    color: Green;
    padding: 3px;
}

#QuickLinks .SectionTitle
{
    font-weight: bold;
    font-size: large;
    background-color: #D2FFC1;
    color: Green;
    width: 98%;
    padding: 3px;
}
/* ========================================================= */
.myQuestion
{
    padding: 5px 5px 5px 30px;
    background-image: url(Images/quest.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    line-height: 31px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    cursor: help;
}

.myAnswer
{
    padding: 5px 5px 5px 30px;
    background-image: url(Images/answer.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    border-width: 2px;
    border-style: dashed;
    border-color: Green;
}
/* ========================================================= */
.FeedbackField
{
    width: 100px;
    font-weight: bold;
}

.FeedbackFieldInput
{
    width: 400px;
}

.FeedbackFieldColon
{
    width: 5px;
    font-weight: bold;
}

.ActionButton
{
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    font-weight: bold;
    padding: 3px;
}

#FeedbackTable td
{
    vertical-align: top;
}
/* ========================================================= */
#ContactUsMainDiv
{
    background-image: url('../Images/Common/CompanyLogo.png');
    background-repeat: no-repeat;
    background-position: top right;
}
/* ========================================================= */
