#top-bar, .gray-bar, #top-nav-wrapper, #left-column,
#right-column, #sub-content, #footer, #site-tag, 
#customer-service .status, #share-link, .message,
#purchase-area, #product-configure-button, .hide-print {
	display: none;
}

#header {
	border-bottom: 2px solid #333;
}

#header #customer-service {
	bottom: 0;
	position: absolute;
	right: 0;
}

#center-column {
	margin: 0;
	width: auto !important;					/* Total width */
}

#left-column {
	margin-left: -100% !important;			/* Negative value of total width */
}


html, body, #wrap {
	min-width: inherit !important;
}

#main, #page-wrap, .width-constraint, 
#center-column, #content-wrapper, 
#checkout-wrapper, #product-description {
	width: auto !important;
}

#center-column #content-wrapper {
	margin: 5px 0 0;
}

#product-details-box, #order-announce {
	border: 1px solid #999;
}
.print-only { display: inline }
