﻿html, body, form, fieldset, h1, h2, h3, h4, h5, h6, pre, blockquote, ul, ol, dl, address
{
    margin: 0;
    padding: 0;
}

body
{
    background: #000;
    font-family: "宋体" ,Trebuchet MS, Verdana, Arial, Sans-Serif;
    color: #000;
    font-size: 12px;
    width: 920px;
    margin: 40px auto 20px auto;
    text-align: left;
}

img
{
    border: 0;
}

a:link, a:visited
{
    text-decoration: none;
    color: #002157;
}

a:hover, a:focus
{
    text-decoration: underline;
    color: #002157;
}

hr
{
    color: #c2c2c2;
    height: 1px;
}

h3
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: small;
    text-transform: uppercase;
    margin: 5px 0 0 0;
}

p
{
    margin-top: 0;
}


.clear
{
    clear: both;
}

.required
{
    color: #ffb63c;
}

body#about h3, .about h3
{
    color: #000000;
}

body#member h3, .member h3
{
    color: #cc2a30;
}

body#get h3, .get h3, body#become h3, .become h3
{
    color: #cc9231;
}

body#credit h3, .credit h3
{
    color: #7e923b;
}

body#misc h3, .misc h3
{
    color: #768e9a;
}

body#store h3, .store h3
{
    color: #666;
}
body#shop h3, .store h3
{
    color: #666;
}

#wrap
{
    width: 726px;
    float: left;
}

#header li, #footer li, #membersmenu li
{
    list-style-type: none;
    position: absolute;
}

#header span, #footer span, #membersmenu span
{
    visibility: hidden;
    display: block;
}

#header li, #header a, #footer li, #footer a, #membersmenu li, #membersmenu a
{
    display: block;
    cursor: pointer;
    text-decoration: none;
}

#bannercontainer
{
    text-align: center;
    margin: 20 100 20 105px;
}

#copyright
{
    text-align: center;
    background: url(../img/copyright.gif) no-repeat top center;
    text-indent: -9999px;
}

.ValidationSummary
{
    background-image: url(../img/failed-lg.gif);
    background-repeat: no-repeat;
    background-color: #b3b3b3;
    background-position: 5px 10px;
    border: 1px solid red;
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
    font-weight: bold;
    text-align: left;
}

.ValidationSummary ul
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.ValidationSummary li
{
    list-style-type: disc;
    margin-left: 20px;
}

.SuccessfulTransaction
{
    background-image: url(../img/success-lg.gif);
    background-repeat: no-repeat;
    background-color: #FDFDFD;
    background-position: 5px 10px;
    border: 1px solid #0E704A;
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
    font-weight: bold;
    text-align: left;
}

.InformationBox
{
    background-image: url(../img/info-lg.gif);
    background-repeat: no-repeat;
    background-color: #F7F7E7;
    background-position: 10px 10px;
    border: 1px solid #E7D763;
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.InformationHeader
{
    font-size: medium;
    font-weight: bold;
    color: #616161;
}

#home-box1
{
    background: url(../img/Home-Box1.jpg) no-repeat top left;
    margin: 2px 22px 0 0;
}

#home-box2
{
    background: url(../img/Home-Box2.jpg) no-repeat top left;
    margin: 2px 22px 0 15px;
}

#home-box3
{
    background: url(../img/Home-Box3.jpg) no-repeat top left;
    margin: 2px 0 0 15px;
}

#home-box1, #home-box2, #home-box3
{
    width: 185px;
    height: 234px;
    float: left;
    padding: 20px 10px 0 10px;
    display: inline; /* Fix for IE6 double-margin bug */
}

#roundedcontent-bottom
{
    color: #000;
    width: 626px;
    min-height: 380px;
    padding: 10px 50px 130px 50px;
}

#roundedcontent-bottom h1
{
    color: #fff;
    text-transform: lowercase;
    font-size: 200%;
    margin-bottom: 10px;
}

#roundedcontent-bottom h3
{
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

#roundedcontent-top
{
    width: 726px;
    height: 13px;
}

body#misc #roundedcontent-top
{
    background: url(../img/Rounded-Misc-Top.gif) no-repeat bottom left;
}

body#misc #roundedcontent-bottom
{
    background: url(../img/Rounded-Misc-Bottom.gif) no-repeat bottom left;
    color: #c0c0c0;
}

body#about #roundedcontent-top
{
    background: url(../img/Rounded-about-Top.gif) no-repeat bottom left;
}

body#about #roundedcontent-bottom
{
    background: url(../img/Rounded-about-Bottom.gif) no-repeat bottom left;
}

body#become #roundedcontent-top, body#get #roundedcontent-top
{
    background: url(../img/Rounded-get-Top.gif) no-repeat bottom left;
}

body#become #roundedcontent-bottom, body#get #roundedcontent-bottom
{
    background: url(../img/Rounded-get-Bottom.gif) no-repeat bottom left;
}

body#member #roundedcontent-top
{
    background: url(../img/Rounded-member-Top.gif) no-repeat bottom left;
}

body#member #roundedcontent-bottom
{
    background: url(../img/Rounded-member-Bottom.gif) no-repeat bottom left;
}

body#credit #roundedcontent-top
{
    background: url(../img/Rounded-credit-Top.gif) no-repeat bottom left;
}

body#credit #roundedcontent-bottom
{
    background: url(../img/Rounded-credit-Bottom.gif) no-repeat bottom left;
}

body#store #roundedcontent-top
{
    background: url(../img/SpcBackgroundsStatic_r1.jpg) no-repeat top left;
    height: 662px;
}

body#store #roundedcontent-bottom
{
    background: url(../img/SpcBackgroundsStatic_r1.jpg) no-repeat bottom left;
    height: 64px;
}

body#shop #roundedcontent-top
{
    background: url(../img/Rounded-Store-Top.gif) no-repeat bottom left;
}

body#shop #roundedcontent-bottom
{
    background: url(../img/Rounded-Store-Bottom.gif) no-repeat bottom left;
}

.registrationtable
{
    width: 100%;
    border: 0;
    border-collapse: collapse;
}

.regfield
{
    text-align: right;
    font-weight: bold;
}

.regvalue
{
    text-align: left;
}

body#member input, body#member select
{
    background-color: #e46267;
    border: 1px solid #644345;
}

body#member .disabled
{
    background: #644345;
    border: 1px solid #333;
}

.readonly
{
    background: #eee;
    border: 1px solid #000;
}

body#member .checkbox input
{
    border: 0;
    background: transparent !important;
    filter: Alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    color: #e46267;
    padding: 0;
    margin: 0;
}

#rounded-lightred-top
{
    background: url(../img/rounded-lightred-top.gif) no-repeat top left;
    width: 540px;
    height: 11px;
}

#rounded-lightred-bottom
{
    background: url(../img/Rounded-lightred-bottom.gif) no-repeat bottom left;
    width: 500px;
    min-height: 100px;
    padding: 10px 20px 10px 20px;
}

#rounded-lightred-bottom h3
{
    color: #591215 !important;
}

#wheretouse
{
    width: 376px;
    background: url(../img/CanadaMap.jpg) no-repeat center left;
    padding: 0 0 0 250px;
}

.storefinderbox
{
    background: url(../img/StoreFinderBox.gif) no-repeat top left;
    width: 261px;
    height: 256px;
    padding: 10px;
}

.storefinderbox h3
{
    color: #591215 !important;
}

#nationalistings
{
    float: left;
}

#localoffers
{
    float: right;
}

.roundedfullgridcontainer
{
    background: #c0c0c0 url(../img/FullGridBottom.gif) no-repeat bottom left;
    width: 566px;
    margin: 0 auto;
    padding-bottom: 10px;
}

.roundedfullgrid
{
    background: #c0c0c0 url(../img/FullGridHeader.gif) no-repeat top left;
    width: 566px;
    border: 0 !important;
    border-collapse: separate !important;
}

.roundedfullgriditem td
{
    padding: 2px 4px;
    border: 0;
}

.roundedfullgridheader
{
    width: 566px;
    height: 21px;
}

.roundedfullgridheader td
{
    padding: 2px 4px;
    font-weight: bold;
    font-size: 110%;
    border: 0;
}

.contentpad
{
    width: 626px;
    background: url(../img/Rounded-storeinner-bottom.gif) no-repeat bottom left;
}

.contentpad div
{
    padding: 5px 10px;
}

.contentpad h3
{
    text-transform: none !important;
    width: 618px;
    background: url(../img/Rounded-storeinner-top.gif) no-repeat top left;
    color: #000 !important;
    height: 22px;
    line-height: 22px;
    font-weight: bold;
    padding: 0 4px !important;
    margin: 0 !important;
}

.membersinner
{
    width: 565px;
    margin: 0 auto;
}

#memberinner-top
{
    background: url(../img/rounded-membersinner-top.gif) no-repeat top left;
    width: 565px;
    height: 12px;
}

#memberinner-bottom
{
    background: url(../img/Rounded-MemberInner-Bottom.gif) no-repeat bottom left;
    width: 545px;
    min-height: 100px;
    padding: 10px 20px 10px 20px;
}

input
{
    background: #e46267;
    border: 1px solid #644345;
    font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
    color: #000;
    font-size: 90%;
}

.checkbox input
{
    border: 0;
    background: transparent !important;
    filter: Alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    color: #e46267;
    padding: 0;
    margin: 0;
}

.logintable
{
    width: 100%;
    border-collapse: collapse;
}

.field
{
    width: 40%;
    text-align: right;
}

.value
{
    width: 60%;
    text-align: left;
}

#right-box
{
    float: left;
    position: absolute;
    margin-left: 735px; 
    /**fixed for ie7**/ 
    *position:absolute;
    *margin-left:10px;
}
#right-box1
{
    width: 198px;
    height: 185px;
}
body#store #right-box1
{
    background: url(../images/rightside/bg-blue2.gif);
}
body#about #right-box1
{
    background: url(../images/rightside/bg-yellow.gif);
}
body#become #right-box1
{
    background: url(../images/rightside/bg-blue.gif);
}

body#get #right-box1
{
    background: url(../images/rightside/bg-blue.gif);
}
body#credit #right-box1
{
    background: url(../images/rightside/bg-zi.gif);
}
body#shop #right-box1
{
    background: url(../images/rightside/bg-grey.gif);
}
#right-box2
{
    width: 193px;
    color: White;
    height: 389px;
    background: url(../images/rightside/news.jpg);
    text-align: center;
    padding-top: 40px;
}

#right-box-default
{
    float: left;
    position: absolute;
    margin-left: 735px;
     /**fixed for ie7**/
    *position:absolute;
    *margin-left:10px;
}

#right-box3
{
    width: 193px;
    height: 233px;
    padding-top: 40px;
    background: url(../images/rightside/clickgo.jpg);
}
#footdiv1
{
    width: 460px; 
    text-align: left;
    margin-left: 70px;

}
#footdiv2
{
    text-align: left;
    color: #595959; 
    font-family: Arial;
    margin-left: 240px;
}

