#product_estimate {
    @media print {
        #fixarea,
        #Gmenu,
        #head,
        #search,
        #footer {
            display: none;
        }

        body {
            background-position: -1000px -1000px;
            background-repeat: no-repeat;
            background-color: #fff;
        }

        #contents {
            background-position: -1000px -1000px;
            background-repeat: no-repeat;
        }

        .css-print {
            display: block;
        }

        .css-noprint {
            display: none;
        }

        #box-product {
            width: 900px;
            display: block;
            margin: 0px;
        }

        #box-product table.detail-table th {
            border-bottom: 1px dotted #000;
            border-right: 1px dotted #000;
            padding: 1px 0px 1px 10px;
            font-size: 10px;
        }

        #box-product table.detail-table td {
            border-bottom: 1px dotted #000;
            border-right: 1px solid #000;
            padding: 1px 0px 1px 10px;
            font-size: 10px;
        }

        #box-product {
            position: absolute;
            top: 5px;
        }

        #box-product .product-title {
            font-size: 18px;
            display: block;
        }

        #box-product .detail-title,
        #box-product .p-shippingareainfo .info-title {
            font-size: 14px;
        }

        #node-payment {
            padding-bottom: 0px;
            font-size: 12px;
            clear: both;
        }

        #node-payment .a_name {
            width: 60%;
        }

        #node-payment .a_amount {
            width: 30%;
        }

        #box-product .p-shippingareainfo {
            font-size: 12px;
        }

        #box-product .box-information {
            font-size: 10px;
            margin: 0px;
            margin-top: -40px;
        }

        #box-product .box-information .info-title {
            font-size: 10px;
            color: red;
            border-bottom: 1px solid #000;
        }

        .box-faxform table {
            width: 80px;
            border: 0px solid #fff;
        }

        .box-faxform table th {
            width: 80px;
            border: 0px solid #fff;
            padding: 3px 3px;
        }

        .box-faxform table td {
            width: 80px;
            border: 0px solid #fff;
            padding: 4px 3px;
        }

        .box-faxform table .borderTdot {
            border-top: 1px dotted #666;
        }

        .box-faxform table .borderTsol {
            border-top: 1px solid #666;
        }

        .box-faxform table .borderBdot {
            border-bottom: 1px dotted #666;
        }

        .box-faxform table .borderBsol {
            border-bottom: 1px solid #666;
        }

        .box-faxform table .borderLdot {
            border-left: 1px dotted #666;
        }

        .box-faxform table .borderLsol {
            border-left: 1px solid #666;
        }

        .box-faxform table .borderRdot {
            border-right: 1px dotted #666;
        }

        .box-faxform table .borderRsol {
            border-right: 1px solid #666;
        }

        .box-faxform table .small {
            font-size: 10px;
        }

        .box-faxform table .gray {
            color: gray;
        }

    }

    .info-right {
        font-size: 10px;
    }
}
