
#header, 
#nav, 
#cart-panel, 
#content-left, 
#footer, 
#banner {
	display: none;
}

.header-print {
	display: block;
	margin-bottom: 45px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

.footer-print {
	display: block;
	margin-top: 45px;
	border-top: 1px solid #ccc;
	padding-top: 5px;
}

#content-right {
	float: none;
	width: auto;
}

.item img, 
.product-detail img { display: block; }

#leftcolumn {
	float: left;
	width: 400px;
}

#rightcolumn {
	float: left;
	width: 370px;
}

#title {
	border: 0;
	margin: 0;
	height: 30px;
	padding: 5px;
}

#title h1 {
	display: block;
	font: 24px/30px Verdana, Arial, Helvetica, sans-serif;
	color: #1f3965;
}

#breadcrumb {
	font: 11px/14px Verdana, Arial;
	color: #4b4b4b;
	padding: 5px 0 0 0;
}

#text { padding-top: 35px; }

#left-detail { width: 240px; }

#right-detail {
	float: left;
	width: 530px;
}


