/*
---

name: Print

provides: [CSS.Print]

...
*/

body {
	color: #000;
	font-size: 10pt;
	font-family: Verdana, serif;
	line-height: 1.2;
}
h1, h2, h3, h4, p {
	margin: 0 0 10px;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 100%;
}
h4 {
	font-size: 100%;
}
p {
	page-break-inside: avoid;
}

img {
	border: 0;
}

a {
	text-decoration:none;
}
a:link:after, a:visited:after {
	content: " (URL=" attr(href) ") ";
	color: #00E;
	font-size: 80%;
}
a[href^="mailto"]:link:after, a[href^="mailto"]:visited:after {
	content: none;
}

table {
	border-collapse: collapse;
	margin: 20px 0;
	width: 100%;
}
	table th, table td {
		border: 1px solid #666;
		padding: 2px;
		text-align: left;
	}
	table th {
		border-bottom: 3px double #666;
	}
	
form {
	margin: 20px 0;
}
	fieldset {
		border: 0;
		padding: 0;
	}
	form .field {
		margin-bottom: 10px;
	}
	label, input, textarea, select {
		display: block;
		font-size: 100%;
		width: auto;
	}
	input.text, input[type=text], textarea {
		width: 40%;
	}
	select {
		width: auto;
	}
	textarea {
		font-family: Arial, sans-serif;
	}
	.errorbox_large, .errorbox {
		color: #F00;
	}
	.securityfilter {
		display: none;
	}
hr {
	margin: 20px 0;
	border: 0;
	border-bottom: 1px solid #666;
	height: 0;
	line-height: 1;
}

/* FURNITURE */
#rightcolumn, #footer {
	display: none;
}
	.footer_ad {
		display: none;
	}
#skiplinks, #mastad, #mainnav, #logo, #mast_date, #mastnav, #mastsearch {
	display: none;
}
#crumbtrail {
	display: none;
}
#hanging_sky, .relatedSites, .searchSponsor {
	display: none;
}
#print_logo {
	margin-bottom: 20px;
}

/* GENERAL CLASSES */
.webonly {
	display: none;
}
.pageOptions {
	display: none;
}
.paging {
	display: none;
}
.hide {
	display: none;
}
.poll {
	width: 40%;
}

/*
	=====================
	page-specific content
	=====================
*/

/* ATTACHMENTS */
.inlineImages, .attachmentPaging {
	display: none;
}

/* STORY */
.subscribe_options, .gallery, .videoblock, .audioblock, .pageOptions, .extras, .paging, #story .section_column2, .accessbility_buttons, #comments_form {
	display: none;
}
.picture a:link:after, .picture a:visited:after,
.pictureStory a:link:after, .pictureStory a:visited:after,
.inlineFull a:link:after, .inlineFull a:visited:after {
	content: none;
}
.tabsStyle1, .tabs {
	display: none;
}
.factfile, blockquote {
	border: 1px solid #666;
	margin-bottom: 20px;
	padding: 10px;
}

/* FORUMS */
.tags, .mod_bar, .post_reply, .post_reply_main, .tagsList, .sort_forum {
	display: none;
}

/* SURVEY */
#wtcInformControl1_ErrorHolder {
	color: #F00;
}

/* ACCOUNT */
.useraccount, .deleteItem {
	display: none;
}

/* EVENTS */
.upcomingEvents {
	display: none;
}

/* HOME */
#indexHybridBlocks {
	display: none;
}

/* ProductServiceCategory, ProductServiceLanding, SupplierDirectory, SupplierProfile */
.refineResources, .refineResources .moreStories, .forumBlock, .lastestSuppliers, .companyAddress, .relatedCompanies, .moreStories, .browseCompany {
	display: block;
}
.refineResources .refine {
	display: none;
}
#productservice .formbox, #supplierDirectory .formbox, #requestInfoForm {
	display: none;
}
.moreStories .icon {
	display: none;
}
.moreStories h3 a:link:after, .moreStories h3 a:visited:after,
.browseCompany a:link:after, .browseCompany a:visited:after {
	content: none;
}

/* SEARCH */
.searchDetails .tabs, .searchDetails .sortBy, .advancedSearch {
	display: none;
}