/* 
	Print Stylesheet
	=================================
	DUSZA
	
	RESET DEFAULT STYLING + FOUNDATIONS
------------------------------------------------------------------------------------------------------------ */
body {
  font:				normal 100% Arial, Helvetica, sans-serif;
  color:           	#222;
  padding:         	0 50px 0 0;
}
div#header h3,
p#headlinks,
ul#accessibility,
ul#navigation,
p.buttons,
a.skiplink,
div.hr hr,
form,
p#footlinks,
a#credit {
  display:         	none;
}
ol {
  list-style:      	square;
}
ul {
  list-style:      	disc;
}
a {
  text-decoration: 	none;
  color:           	#222;
}
div#header h2,
div#header ul,
a#specialOffer,
ul#nav,
div#showcase,
div#divide,
dl.productImages ul,
div#secondary,
div#tertiary,
div#cloud,
div#footnotes p,
dl.vcard dt {
  display:          none;
}