﻿/*=================*/
/*NewTools         */
/*=================*/
.TopToolbar {
    height: 22px;
    width: 690px;
    line-height: 22px;
    position: relative;
    /*float: left;*/
    /*margin-bottom: 10px;
    margin-top: 33px;*/
      margin-bottom: 15px;
    margin-top: 15px;
    /*background:#fff url(img/toolbar_bg.png) repeat-x;*/
    font: 11px/22px arial;
    color: #727272;
    border: 1px solid #ebebeb;
}

    .TopToolbar a {
        display: block;
        line-height: 22px;
        color: #727272;
        cursor: pointer;
    }

    .TopToolbar .back {
        height: 22px;
        background: url(img/back_page.gif) no-repeat left 8px;
        display: block;
        padding-left: 18px;
        float: left;
        margin-right: 10px;
    }

    .TopToolbar .email {
        height: 22px;
        background: url(img/email.gif) no-repeat left 7px;
        display: block;
        padding-left: 17px;
        margin-right: 30px;
        float: left;
         white-space: nowrap;
    }

        .TopToolbar .email span {
            display: none;
        }

    .TopToolbar .yahoo {
        height: 22px;
        background: url(img/yahoo.gif) no-repeat left 5px;
        padding-left: 16px;
        float: left;
        margin-right: 30px;
        float: left;
        white-space: nowrap;
    }

    .TopToolbar .print {
        height: 22px;
        background: url(img/print.gif) no-repeat left 6px;
        padding-left: 16px;
        float: left;
        margin-right: 115px;
        float: left;
        white-space: nowrap;
    }

    .TopToolbar .changeTextSize {
        float: left;
        margin: 0 30px 0 10px;
    }

    .TopToolbar .plusSize {
        height: 22px;
        background: url(img/plus.gif) no-repeat left 4px;
        padding-left: 18px;
        float: left;
        float: left;
    }

    .TopToolbar .minusSize {
        height: 22px;
        background: url(img/minus.gif) no-repeat left 4px;
        padding-left: 18px;
        float: left;
        float: left;
    }

    .TopToolbar .zing {
        height: 14px;
        width: 13px;
        position: absolute;
        right: 29px;
        top: 4px;
        background: url(img/mg_icon_zing.png) no-repeat left center;
        
    }

    .TopToolbar .facebook {
        height: 14px;
        width: 14px;
        position: absolute;
        right: 90px;
        top: 4px;
        background: url(img/mg_icon_face.png) no-repeat left center;
    }

    .TopToolbar .google {
        height: 14px;
        width: 14px;
        position: absolute;
        right: 69px;
        top: 4px;
        background: url(img/mg_icon_google.png) no-repeat left center;
    }
     .TopToolbar .share {
          height: 14px;
        width: 13px;
        position: absolute;
        right: 9px;
        top: 4px;
        background: url(img/share1.png) no-repeat left center;
     }
    .TopToolbar .youtube {
        height: 14px;
        width: 13px;
        position: absolute;
        right: 10px;
        top: 4px;
        background: url(img/mg_icon_youtube.png) no-repeat left center;
    }
    .TopToolbar .twitter {
         height: 14px;
        width: 13px;
        position: absolute;
        right: 49px;
        top: 4px;
        background: url(img/twitter.png) no-repeat left center;
    }
    .TopToolbar .update {
        color: #8f8f8f;
        height: 22px;
        background: url(img/update.gif) no-repeat left center;
        display: block;
        float: left;
        padding-left: 11px;
        margin-right: 23px;
    }

    .TopToolbar .pageview {
        color: #8f8f8f;
        height: 22px;
        background: url(img/page_view.gif) no-repeat left 7px;
        display: block;
        padding-left: 13px;
        float: left;
        margin-right: 10px;
    }

    .TopToolbar .to-top {
        height: 22px;
        background: url(img/to_top.gif) no-repeat left 6px;
        display: block;
        padding-left: 12px;
        float: right;
    }


/*=================*/
/*NewTools         */
/*=================*/
.BottomToolbar {
    height: 29px;
    line-height: 29px;
    position: relative;
    background: url(img/mg_bgToolbarBottom.png) repeat-x left top;
    padding: 0 5px;
    position: relative;
    width: 700px;
    color: #727272;
    font: 11px/22px arial;
    margin: 20px 0 20px 0;
}

    .BottomToolbar a {
        display: block;
        line-height: 29px;
        color: #727272;
        cursor: pointer;
    }

    .BottomToolbar .update {
        height: 29px;
        display: block;
        float: right;
        padding-left: 13px;
        /*margin-right: 23px;*/
    }

        .BottomToolbar .update .likefacebook {
            float: left;
            margin: 4px -33px 4px 0;
        }

    .BottomToolbar .pageview {
        height: 29px;
        background: url(img/page_view.gif) no-repeat left 7px;
        display: block;
        padding-left: 13px;
        float: left;
        margin-right: 10px;
    }

    .BottomToolbar .to-top {
        height: 29px;
        background: url(img/to_top.gif) no-repeat left center;
        display: block;
        padding-left: 12px;
        float: left;
    }
