@media print and (orientation: landscape) {
    .AddCartButton,
    .top-line,
    #CategoryBreadcrumb,
    .image-additional,
    .buttonsleft>button,
    span.required,
    #SimilarProductsByCustomerViews,
    hr, .hideCartInDesctop, .CartItemQuantity input[type=image], .CartItemQuantity a,
    #Footer {
        display: none;
    }
    table.CartContents{ 
    	width:100%;
    }
    .ProductThumbImage a img {
        border: 1px solid #ccc;
        width: 100%;
    }
    .ProductThumb {
        height: auto!important;
        width: 50%!important;
        float: left;
        margin-right: 2%;
    }
    .ProductMain {
        float: left;
        width: 46%;
        margin-top: 0;
    }
    .ProductThumbImage .zoomPad {
        float: none;
        position: static;
    }
    .ProductThumbImage .zoomPup {
        display: none!important;
    }
    .productThumbTD table td {
        display: none;
    }
    .productThumbTD table td.ProductThumbImage {
        display: block;
    }
    .productAttributeList .productAttributeLabel,
    .ProductDetailsGrid .DetailRow .Label {
        float: left;
        font-weight: bold;
        line-height: 20px;
        margin-right: 10px;
    }
    .ProductDetailsGrid .DetailRow .Value {
        line-height: 20px!important;
        height: 20px!important;
    }
    .productAttributeList .productAttributeValue select {
        border: none;
        -webkit-appearance: none;
    }
    .DetailRow {
        padding: 3px 0 0 0;
        height: 20px!important;
        overflow: hidden;
    }
    #ProductDescription {
        float: left;
        width: 46%;
    }
    h1.prodname {
        width: 47%;
    }
    a {
        text-decoration: none;
        color: black;
    }
}
@media print and (orientation: portrait) {
    .AddCartButton,
    .top-line,
    #CategoryBreadcrumb,
    .image-additional,
    .buttonsleft>button,
    span.required,
    #SimilarProductsByCustomerViews,
    hr, .hideCartInDesctop, .CartItemQuantity input[type=image], .CartItemQuantity a,
    #Footer {
        display: none;
    }
    table.CartContents{ 
    	width:100%;
    }
    .ProductThumbImage a img {
        border: 1px solid #ccc;
        width: 100%;
    }
    .ProductThumb {
        height: auto!important;
        width: 100%!important;
        float: none;
    }
    .ProductMain {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .ProductThumbImage .zoomPad {
        float: none;
        position: static;
    }
    .ProductThumbImage .zoomPup {
        display: none!important;
    }
    .productThumbTD table td {
        display: none;
    }
    .productThumbTD table td.ProductThumbImage {
        display: block;
    }
    .productAttributeList .productAttributeLabel,
    .ProductDetailsGrid .DetailRow .Label {
        float: left;
        font-weight: bold;
        line-height: 20px;
        margin-right: 10px;
    }
    .ProductDetailsGrid .DetailRow .Value {
        line-height: 20px;
    }
    .productAttributeList .productAttributeValue select {
        border: none;
        -webkit-appearance: none;
    }
    .DetailRow {
        padding: 3px 0 0 0;
        height: 20px!important;
        overflow: hidden;
    }
    #ProductDescription {
        float: none;
        width: 100%;
    }
    h1.prodname {
        width: 100%;
    }
    a {
        text-decoration: none;
        color: black;
    }
}