/* PRINTER FRIENDLY PAGES */
#header-ad, #accessibility,
#navigation,
.article-toolbar, 
#related-products, .related,
#comments, 
#sidebar, 
#footer.
#logos,
.next-prev-header,
next-prev-footer,
.facebook-like {
  display: none;
  visibility: hidden;
  }
#container, #wrapper2, #wrapper {
  background-image: none;
  border: 0;
  }
.content {
	font-size: 13px;
	line-height: 1.2;
}
.image {
	float: right;
	max-width: 300px;
	margin-left:15px;
}
	.image img {
		width: 100%;
		width: expression(this.width > 300 ? 300: true);
	}
a:link:after,
a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 80%;
	text-decoration: none;
}
