/* Hide for Print */
#LeftColumn, #SiteHeader, #SearchBar, #RightColumn.Product #Functions, #RightColumn.Product #Details #Exclusive, #FooterLinks {
    display:        none;
}

/* Alter Defaults for Print */
#Container {
    width:          auto;
    text-align:     left;
}
#RightColumn {
    padding-left:   15px;
    margin-left:    0 !important;
    border:         0;
}

/* Additional Elements for Print Only */
#PrintHeader, #PrintH1 {
    display:        block;
    text-align:     center;
    margin-bottom: 10px;
}
#PrintH1 {
    text-align:     left;
    font-weight:    normal;
    margin:         15px 0 0 15px;
}
