﻿/* print.css created by mg on 2010-01-27 */

/* Generic */

#print-box,
#search,
.cart,
.cart-count-value-place-holder,
#main-nav,
#sub-nav,
#footer
{
    display: none;
}

/* ArticleDetails.aspx */

#articleDetails #articleContent {
    margin: 0 0 20px 0; /* force left alignment */
    text-align: left ! important;
}

#articleDetails #articleImageActions {
    display: none;
}

#articleDetails #articleInfo {
    margin: 0 0 0 0; /* for left alignment */
    text-align: left ! important;
}

#articleDetails .MyGalleryArticleAddToCartButton,
#articleDetails .MyGalleryArticleAddToCartLink {
    display: none;
}

/* BestsellerList.aspx */

#bestseller-list .bestseller-print-heading {
    display: block;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 14pt;
    color: black;
}