/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Print Styles
   * Gives you some sensible styles for printing pages.
   See Readme file in this directory for further instructions.
      
   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }
	 
-------------------------------------------------------------- */

body {
  line-height: 1.5;
  font-family: Tahoma, "Lucida Grande", Arial, Verdana, sans-serif;   
  color:#000;
  background: none;
  font-size: 8pt;
}
.container {
  background: none;
}

h1,h2,h3,h4,h5,h6 { font-family: Tahoma, "Lucida Grande", Arial, Verdana, sans-serif; clear:left; margin-bottom: 4pt; padding:0; }
code { font:.9em "Courier New", Monaco, Courier, monospace; } 

img { float:left; margin:1.5em 1.5em 1.5em 0; }
a img { border:none; }
p img.top { margin-top: 0; }

hr { 
  background:#ccc; 
  color:#ccc;
  width:100%;
  height:2px;
  margin:0;
  padding:0;
  border:none;
	display:none;
}


blockquote {
  margin:1.5em;
  padding:1em;
  font-style:italic;
  font-size:.9em;
}

.small  { font-size: .9em; }
.large  { font-size: 1.1em; }
.quiet  { color: #999; }
.hide   { display:none; }

a, a:link, a:visited {
	color:#000;
	background: transparent;
	font-weight:700;
	text-decoration: underline;
}

a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}

h1 a:link:after, h1 a:visited:after,
#footer a:link:after, #footer a:visited:after {
	content: "";
}
ul.footnote { list-style:none; margin:2em 0; padding:0; font-size:7pt; }

.left   { float:left; }
.right  { float:right; }
.photo { display:block; background:#fff; padding: 4px; border: 1px solid #ccc; border-bottom-color:#aaa; border-right-color:#aaa; margin-bottom:1em; }
.photo.right { margin-left:1em; }
.photo.left { margin-right:1em; }

ul.f-b {padding-left:2em;}

ul.f-b li h4 { font-size:8pt; margin-bottom:0; }
ul p { margin-top:0; margin-bottom:1em; font-size:8pt; }


.print-only,
#brett-favre .print-only h1 { display:block; }
#brett-favre { padding:0; }

hr.double { margin-bottom:0; }
#media_player, #brett-favre h1, #left_column, #nav, div.button, #footnav, #snapper_search, #bread, #tagline, #yppg, #skip-links, #model_specs, #enlarge, #locator-small, .no-print, #dealer_video, .sears-box, #movex {display:none; }

img.right.print-only { margin-left:50px; margin-top: -20pt; margin-bottom: 20pt; }

#footer div.copyright { border-top:solid 1px #666;margin-top:2em; padding-top:1em;}

.container { width:90%;margin:auto; }

/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */

a[href^="/"]:after {
  content: " (http://www.snapper.com" attr(href) ") ";
}

.promo-list a { font-weight:normal; text-decoration:none; }
.promo-list a[href^="/"]:after,
.promo-list a:after { content:""; }
