/* print */

@import "heroes_main.css";

#nav, #search, #westock, #imagefader, #breadcrumb, #footer, input { display: none; }
.screen-only { display: none; }

#header #h-delivery, #header #accountbox, #header #loginbox { visibility: hidden; }

#main { width: 100%; }

#terms-declaration { display: block; width: auto; text-align: left; }
#terms-declaration td { color: red; border-bottom: 1px solid black;}


/* SIFR
------------------------------------------------*/
/* Hide the Flash headlines from the browser.
Regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {

	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

