/* CSS Document */
#checkoutHeader,
#checkoutCore .breadcrumb,
#checkoutCore .checkoutTitle,
#checkoutCore .checkoutsub,
#checkoutCore .checkoutSuccess .main #leftcolumn,
#checkoutCore .checkoutSuccess .sidebar {
    display: none;
}

#checkoutCore .checkoutSuccess .main {
    width: 90%;
    float: none;
    margin: auto;
}

#checkoutCore .checkoutSuccess table {
    width: 99%;
    margin: auto;
}



/* Hide un-needed layout */
#ajax-loader,
#header,
#footer,
#core .sidebar,
#core .breadcrumb,
#core .subtitle,
#core .actions.proformaInvoiceActions {
    display: none;
}

#core,
#core .main {
    width: 90%;
    float: none;
}

    #core table {
        width: 99%;
        margin: auto;
    }

a[rel=popover] {
    display: none;
}



/* Product Page */
.productCommon .basicInfos .commerce,
.productCommon .packshotAndReviews .thumbnail,
.productCommon .packshotAndReviews .actions,
.productCommon .packshotAndReviews .totalReviews,
.productDetails .detailsTop .detailsUtils,
.productDetails .detailsMain .productSidebar {
    display: none;
}

.productCommon .basicInfos {
    width: 860px;
}

.productCommon .packshotAndReviews {
    width: 220px;
}

    .productCommon .packshotAndReviews .medium {
        height: auto;
        border: none;
    }

.productDetails .detailsMain .tabsContainer {
    float: none;
    width: 100%;
}

.productDetails table.table {
    width: 95%;
}

#tabReviews .tabBlock {
    width: 90%;
    margin: auto;
}




/*.CartPrintOut.WishListPrintOut{ display: block;}*/

/* Chrome Specific */
@media print and (-webkit-min-device-pixel-ratio:0) {
    #checkoutCore .checkoutSuccess .main {
        width: 85%;
        float: left;
    }

    #checkoutCore .checkoutSuccess table {
        width: 99%;
        float: none;
        margin: auto;
    }

    #checkoutCore .checkoutSuccess .main #leftcolumn{
         display: none !important;
	visibility: hidden !important;
    }

.CartPrintOut {
    width: 80%;
    float: left;
}


.WishListPrintOut{
    display: none !important;
	visibility: hidden !important;
}

}
