/* Cloud Print CSS */

/* Remove header, breadcrumb trail, left-hand menu, search box, right-hand quick links, footer  */
#hd1, #bc, #nav-wpr, #srh, #ql-wpr, #ft1 {display: none;}

/* On Product detail pages remove print button, feature table links */
#print, table.product-features td.links {display: none;}

/* Remove header image rotator */
#rt2, #rt3, #rt4, #rt5, #rt6, #rt7 {display: none;}

/* Remove width restrictions on the content area and the divs within which the content is contained */
#wpr, #content {
	margin: 0px; border: 0px; padding: 0px;
	width: 100%;
}

