body {
    background-color: #fffbeb;
    scrollbar-face-color: #eeecc6;
    scrollbar-shadow-color: #d9d29f;
    scrollbar-highlight-color: #eeecc6;
    scrollbar-3dlight-color: #d9d29f;
    scrollbar-darkshadow-color: #f4f0ce;
    scrollbar-track-color: #f4f0ce;
    scrollbar-arrow-color: #c6ad7b;
    overflow: hidden;
    overflow-y: scroll;
}

::-webkit-scrollbar-button:vertical:increment {
    background:  url(../img/scroll_but_inc.png) 50% 0 no-repeat;
}
::-webkit-scrollbar-button:vertical:increment:active {
    background:  url(../img/scroll_but_inc_active.png) 50% 0 no-repeat;
}
::-webkit-scrollbar-button:vertical:decrement {
    background: url(../img/scroll_but_dec.png) 10% 0 no-repeat;
}
::-webkit-scrollbar-button:vertical:decrement:active {
    background: url(../img/scroll_but_dec_active.png) 10% 0 no-repeat;
}
::-webkit-scrollbar {
    width: 16px;
    height: 16px;
}
::-webkit-scrollbar-button:end:increment {
    height: 16px;
    display: block;
    background-color: transparent;
}
::-webkit-scrollbar-button:start:decrement {
    height: 16px;
    display: block;
    background-color: transparent;
}
::-webkit-scrollbar-track-piece {
    margin: 2px 0 2px 0;
    background-color: #f4f0ce;
    -webkit-border-radius: 4px;
}
::-webkit-scrollbar-thumb:vertical {
    height: 16px;
    background-color: #eeecc6;
    border: solid 1px #d9d29f;
    -webkit-border-radius: 4px;
}
.default{font-family: maiandra_gditalic, Arial, Verdana; font-size: 16px; color: #533500; padding: 2px; margin: 4px;}
.lien{font-family: maiandra_gditalic, Arial, Verdana; font-size: 16px; color: #996600;}
A.lien{color: #996600; text-decoration: underline;}
A.lien:hover{text-decoration: none;}
.lienr{font-family: maiandra_gditalic, Arial, Verdana; font-size: 16px; color: #660000;}
A.lienr{color: #ffffff; background-color: #660000; text-decoration: none; padding: 2; margin: 0;}
.mainlist_ul{margin-left: 0; padding-left: 0; list-style: none;}
.mainlist_li{padding-left: 10px;}
.sublist_ul{margin-left: 0; padding-left: 0;}
.sublist_li{margin: 0; margin-left: 30px; padding: 0;}
.bcontact{font-family: maiandra_gditalic, Arial, Verdana; font-size: 16px; color: #663300;}
A.bcontact{color: #ffffff; background-color: #000040; text-decoration: none; padding: 2; margin: 0;}
h1{font-family: maiandra_gditalic, Arial, Verdana; font-size: 32px; color: #533500; padding: 2px; margin: 0px; font-weight: normal;}
h2{font-family: maiandra_gditalic, Arial, Verdana; font-size: 24px; color: #533500; padding: 2px; margin: 0px; font-weight: normal;}
h3{font-family: maiandra_gditalic, Arial, Verdana; font-size: 18px; color: #533500; padding: 2px; margin: 0px; font-weight: normal; text-decoration: underline;}
.bordered{border: solid 1px #efe0e0;}
hr{margin: 20px; padding: 1px;}

.img_holder {
    position: relative;
    display: inline-block;
    text-align: center;
    left: 0;
    top: 0;
}

.img_show {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.img_focus {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/help/red-arrow-down25.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 2;
}

hr {
    margin-left: 0;
    margin-right: 0;
}

@media screen and (max-width: 1199px) {
    img.desktop {
        display: none;
    }
    img.mobile {
        display: block;
        background-image: url(../img/help/pt/c0_p0_img2_b.gif); background-position: 0 0; background-repeat: no-repeat;
    }
}

@media screen and (min-width: 1200px) {
    img.desktop {
        display: block;
        background-image: url(../img/help/pt/c0_p0_img1_a.gif); background-position: 0 0; background-repeat: no-repeat;
    }
    img.mobile {
        display: none;
    }
}