/* print stylesheet, used to create printable pages ie. hide some page elements when printing */

/* general class used to prevent elements from printing */
.noprint {
    display: none;
}

body {
    background-color: #FFFFFF;
    margin: 0;
}

.center {
    width: 100%;
}

/* don't print footer edge */
#daf_footer_bottom_edge {
    display: none;
}

/* change footer spacing, add horizontal line */
#daf_footer {
    padding-bottom: 0;
    margin-top: 10px;
    border-top: 1px solid #c0c0c0;
}

/* add vertical line to the right column */
.daf_rcol_bo {
    border-left: 1px solid #c0c0c0;
}

/* decrease blank space at the bottom of the right column */
#daf_rcol_bottom_space {
    height: 0;
}

/* do print this header */
#daf_header_print {
    display: block;
}

/* don't print left or right edges */
.daf_shadow_left, .daf_shadow_right {
    width:0;
}
.daf_shadow_left IMG, .daf_shadow_right IMG {
    display: none;
}

/* don't print secondary page content background */
.daf_maincontent_home {
    background-color: transparent;
    background-image: none;
}

/* don't print right column background */
.daf_rcol_bo {
    background-color: transparent;
    background-image: none;
}

/* print header */
#dac_header_print {
    display: block;
    border-bottom: 1px solid #c0c0c0;
}

/* don't print head image */
.dac_headimg1 {
    display: none;
}

/* footer horizontal line */
.dac_footer_content {
    padding-top: 10px;
    border-top: 1px solid #c0c0c0;
}

/* sidebar vertical line */
.dac_text_menu {
    border-right: 1px solid #c0c0c0;
    padding: 0;
}

/* don't print left or right edges */
.dac_shadow_left, .dac_shadow_right {
    display: none;
}

/* ie print fix */
.dac_coupon_large {
    _padding-top: 2px;
    _padding-left: 2px;
}

.nutrition_scrollable_div {
      width: auto;
      height: auto;
}

.nutrition_block {
    border: 0;
    padding: 0;
}

