﻿/*note: fix lai width cac frame sau khi vao real project*/
.printBlock {
    width: 600px;
    position: relative;
    font: 12px/18px arial;
    margin: 0 auto;
}

    .printBlock .topLogo {
        width: 100%;
        height: 50px;
    }

    .printBlock .newsTitle {
        /*background: url("img/print_bullet.png") no-repeat scroll left 6px transparent;*/
        color: #f80000;
        display: inline-block;
        font-weight: bold;
        height: 24px;
        line-height: 20px;
        font-size: 18px;
        margin: 10px 0 20px;
        /*padding: 0 10px;*/
        width: 95%;
    }

    .printBlock .content {
        width: 100%;
        padding: 20px 0 25px 0;
        position: relative;
        display: inline;
        text-align: justify;
        color: #717171;
        line-height: 18px;
    }

    .printBlock .printBtn {
        height: 18px;
        position: absolute;
        top: 60px;
        right: 0;
        background: url(img/icon_print.gif) left center no-repeat;
        padding-left: 15px;
    }

        .printBlock .printBtn a {
            text-decoration: none;
            line-height: 18px;
        }

    .printBlock .bottomLogo {
        width: 100%;
        height: 50px;
    }
