/*
author: NDF
client: ATS Media
scope: item detail page (print)
*/

/* Hide
**************************************************************/
body,
#wrap {
	color: #000;
	background-color: #fff;
	background-image: none;
	}
#details #advert,
#details #search,
#details #action-bar,
#details #breadcrumbtrail,
#details #topics-column,
#details #mail-reminder,
#details .preview-online, /* ADD THIS CLASS to the preview <a> */
#details #print-previews,
#details #print-onesheet,
#details .paging,
#foot { display: none; }

td.control { visibility: hidden; }

/* Print
**************************************************************/
.print-this { display: block; }
.print-this-inline { display: inline; }
#item-info { color: #000; }

#wrap { width: auto; }
#content {
	float: none;
	clear: both;
	width: auto;
	padding-top: 20px;
	padding-left: 15px;
	}
#main,
#details #main,
#item-info { width: 400px; }
#branding {
	text-indent: 0px;
	background: none;
	font-size: 26px;
	font-weight: bold;
	}
