/******************************************************
 Shipshewana Furniture Co. Print Stylesheet
 Created: 07-16-2012
 Author: Will Burrows
 
 Last Edited: 07-16-2012
 By: Will Burrows
*******************************************************/
* {
	font:14px/20px Arial;
	color:#000;
}
body {
	background:#fff;
}
#site-id, #header, #header .navigation, #bodyContent .contentText, #footer, .more-info, .related-products, #important-message {
	display:none;
}
.product-print-info .heading {
	position:relative;
	width:100%;
	height:40px;
	font:21px/40px Arial;
	color:#000;
	font-weight:bold;
	text-align:center;
	border:1px solid #000;
}
.product-print-info .image {
	position:relative;
	margin:30px auto;
	width:450px;
	height:450px;
}
.product-print-info .desc {
	position:relative;
	margin:0 auto;
	padding:0 0 20px;
	width:100%;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
}
.product-print-info .desc h1 {
	font:24px/26px Arial;
	font-weight:bold;
	padding-bottom:0;
}
.product-print-info .desc ul {
	margin:0;
}
.product-print-info .desc span.item-number {
	position:absolute;
	top:20px;
	right:0px;
	display:block;
	color:#b3b3b3;
	font-weight:bold;
}
.product-print-info .footing {
	position:relative;
	margin:20px 0 0 0;
	width:100%;
	height:30px;
	font:12px/30px Arial;
	color:#000;
	text-align:center;
	border:1px solid #000;
}
a[href]:after {
    content: none !important;
  }
}
