﻿body.print, .print form {
    height:auto;
}
.print header#print
{
    width:100%;
    margin:20px auto;
    float:left;
    display:block;
    padding:50px 50px 0;
    }
.print #wrapper {
    height:auto;
    min-height:inherit;
    margin: 0 auto;
}
.print #content {
    padding:0 50px;
}
.print figure#logo_print
{
    float:left;
    margin:0 0 40px 0;
}
.print article#product_print
{
    float:left;
    width:940px;
    }
.print figure#product_image_top{
    width:195px;
}
.print figure#product_image_top img {
    width:100%;
    height:auto;
}
.print .text_print
{
    float:left;
    margin:0 0 20px 0;
    width:740px;
    font-size:12pt;
    line-height:16pt;
}


.print .shaddow.footer, .print .shaddow.header, .print .gradient.footer, .print .gradient.header, .print footer #feed {
    display:none;
}

.print footer #footer_bottom {
    background:none;
    color:#000;
}
.print footer #footer_bottom  a {
    color:#000;
}