
body
{
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
}
.thrColElsHdr #mainContent .highlight01 h2, .thrColElsHdr #mainContent .highlight02 h2
{
    margin: 0;
    padding: 0;
}
.top_links, #BottomLinks
{
    font-size: 12px;
    color: White;
    text-decoration: none;
    height: 20px;
    background-color: #666666;
}
.top_links a, #BottomLinks a
{
    color: White;
    text-decoration: none;
}
.top_links a:hover, #BottomLinks a:hover
{
    color: White;
    text-decoration: underline;
}
#BottomLinks
{
    vertical-align: bottom;
    padding-top: 5px;
    height: 20px;
}

.ftb1
{
    background-image: url('../../images/textbox3_bg.png');
    background-position: middle left;
    padding-top: 2px;
    height: 16px;
    width: 145px;
    background-repeat: repeat-x;
    border: 1px solid #d7d7d7;
    font-size: 12px;
    padding-left: 5px; /*padding-top: 2px;*/
}
#styletable select
{
    background-image: url('../../images/textbox3_bg.png');
    background-position: middle left;
    height: 20px;
    background-repeat: repeat-x;
    border: 1px solid #d7d7d7;
    font-size: 12px;
    padding-left: 5px;
}
#styCartHeaderletable td
{
    font-weight: bold;
}
.CartHeader
{
    height: 25px;
    background-color: #B28E00;
    width: 100%;
    padding-top: 2px;
    padding-left: 5px;
    font-weight: bold;
    color: White;
}
.CartHeader a
{
    color: White;
    text-decoration: none;
}
.CartHeader a:hover
{
    color: White;
    text-decoration: underline;
}
.PageHeading
{
    font-size: 16px;
    font-family: Segoe UI,Verdana,sans-serif;
    border-bottom: 1px solid #E6E6E6; /*#2173DA*/
    height: 30px; /*text-shadow: #333 1px .01px .01px;  text-shadow: #6374AB 20px -12px 2px;*/
    display: block;
    width: 100%;
    text-align: left;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 10px;
}
.success
{
    background-color: Yellow;
    color: Green;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    vertical-align: top;
}
.error
{
    background-color: #FFC96E;
    color: #FF0000;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    vertical-align: top;
}
.hide
{
    display: none;
}
.button
{
    margin: 2px;
    background-image: url('../../images/ButtonBack.jpg');
    background-position: left bottom;
    background-repeat: repeat-x;
    width: 80px;
    background-color: #EF891F;
    border: solid 1px #9C612B;
    cursor: pointer;
    color: White;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 5px;
    height: 20px;
}
.modalBackground
{
    background-color: #D1D1D1;
    filter: alpha(opacity=70); /* IE6  -IE7    */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE8    */
    opacity: 0.7; /* Mozilla,Opera,and others    */
}

.modalPopup
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 200px;
}

.keyvalue
{
    text-align: left;
}
.keyvalue td th
{
    text-align: left;
    vertical-align: top;
}
.Nav
{
    width: 740px;
}
.Nav a, #pg strong
{
    width: 60px;
    background-color: #F4E9D0;
    border: 1px solid #CCDBE4;
   
    display: block;
    margin: 0 4px 0 0;
    padding: 2px 6px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}
.Nav a:hover
{
    color: #ffffff;
    background-color: #FFCC00;
}
.Nav a:link
{
   
}
.Nav a[disabled]:hover
{
    color: #CAD0E1;
}
.Nav a[disabled]
{
    color: #CAD0E1;
    background-color: #FFFFFF;
    border: 1px solid #CCDBE4;
    cursor: default;
}
