/* wiley.com : cbcprint.css - Separate print css for the cobranded catalogs.*/
/* While some elements are the same (Particularly the sections and titles),
	the home pages are many and varied and have CSS on them themselves. */

body {
	font-size: 12pt;
	}
	
table.headerSubjects {
	display: none;
	}
	
#page {
	width: auto;
	}
	
/*#page table.top,*/
#page table.minisite-topnav,
#page table.header {
	margin-left: 0em;
	}

#page table.minisite-topnav,
#page table.header,
#page table.minisite-topnav td,
#page table.header td,
div.header {
	height: auto;
	width: auto;
	}
	
#page table.minisite-topnav td *,
#page table.header td *,
div.header * {
	display: none;
	}
	
#page table.minisite-topnav td h1,
#page table.header td h1,
div.header h1.no-show {
	display: block;
	text-align: left;
	}
	
#page table.minisite-topnav td h1 span,
#page table.header td h1 span {
	display: inline;
	}
	
#sidebar,
#page-bottom {
	display: none;
	}
	
#content {
	margin: 0em 0em 0em 0em;
	}
	
div#main-content {
	float: none;
	width: auto;
	}
	
#breadcrumb div {
	padding: 0em;
	}
	
#footer {
	margin: 2em 0em 0em;
	}
	
form.refiner {
	display: none;
	}
	
input,
select {
	display: none;
	}

	
	
/**** CBCs like IEEE Computer Society Press ****/

.fbox-top,
.greybox,
.fbox-footer,
div#last.column {
	display: none;
	}

#content .column {
	width: auto !important; /* because of attribute styles */
	float: none;
	}
	
.greybanner {
	background: none;
	color: black;
	}
	
div.greyborder-box {
	}
	
	
/**** CBCs like Architectural Design ****/
	
#sidebar {
	display: none;
	}
	
	
	
/**** Title Pages ****/

.product-main-links,
#title-tabs,
.title-text-bottom,
.productDetail-misc-top,
.productDetail-misc,
.productDetail-misc-bottom,
.productDetail-blowupImage,
.productDetail-purchaseOrder,
.product-cartIcon,
.product-cartLink,
#upsell {
	display: none;
	}
	
.title-text,
.title-desc-body {
	padding: 0em 0em 0em 0em;
	border-width: 0em 0em 0em 0em;
	border-color: white;
	}
	
	
	
/**** Title List Pages ****/

.product-listing {
	margin-left: 0em;
	}
	
#main-content .column .placement .product-dynamicFeature {
	margin-left: 0em;
	}

#main-content .column .placement div.dyn-feature-head {
	padding-left: 0em;
	}
	
	
	
/**** Specific Pages ****/

div.archdesign_contentsection {
	width: auto;
	margin: 0px;
	}
	
div.archdesign_contentsection div {
	border: 0px none white !important;
	padding: 0px !important;
	}
	
div.archdesign_contentsection div p a {
	display: none;
	}
