/*----------------------------------------------------------------------------
Print CSS

author:    Jason Hollett, RealDecoy Inc.
___________________________________________________________________________ */

/* turn off unwanted div's */
#header, #footer, #mainNav, #sideNav, #resultsNav, #resultsSearch, .searchBack, .toTop, .colContainer, .dealBtn, .nutrition { display: none; }

/* display is set inline, hide off screen */
#breadCrumbs { position: absolute; width: 1px; height: 1px; left: -1000px;}


/* turn on logo div */
#printLogo { display: block; margin-bottom: 40px;}

body { background: #fff; font-size: 10pt; color: #000; }

h1 { color: #000; }
/*h1:before { content: " MyGroceryDeals.com - "; }*/

#container { max-width: 97%; min-width: 97%; }
#mainContent .colFluid { margin: 0; padding: 0; }

.sideNavBG { background: none; }


a:link, a:visited { color: #520; background: transparent; font-weight: bold; text-decoration: underline; }

input.print-only { display: block; }

#list-preview { margin-left: 0px; }
#previewButtons, #shoppingListPreview a.add, #shoppingListPreview a.remove { display: none; }
