* {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
        font-family: Arial !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page 
    {
        size: auto;   /* auto is the initial value */ 
        
        margin: 20mm;
    }
    
    body  
{ 
    /* this affects the margin on the content before sending to printer */ 
    margin: 0px;  
} 

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

.asidebox, .rightcol, .header-top, .header-bottom, .footerlinks, .copyright, .buttonholder
{
    display: none;
}

.product-title 
{
    font-size: 30px;
}

.product-picture 
{
    width: 270px;
}

.allwrap 
{
    margin: 0;
    width: 100%;
    padding: 0 !important;
}

.leftcol 
{
    width: 100%;
    padding: 0;
}

section 
{
    margin: 0;
}

.centerbox, .contentwrap
{
    width: 100%;
}

.panes > div 
{
    display: block !important;
}

.tabs 
{
    display: none;
}

.product-page 
{
    margin: 0;
}

header 
{
    display: none;
    height: 0;
}

.panes 
{
    border: none;
}

.product-details 
{
    padding: 0;
}
/*
.product-picture 
{
    margin-right: 80px;
}*/

.product-intro h4 
{
    font-weight: normal;
    font-size: 15px;
    width: auto;
}

.product-details-model1 img, .product-details-model2 img 
{
   position: static !important;
}