/* ================================== */
/* == ELEMENT ATTRIBUTES FOR PRINT == */
/* ================================== */

/* Hide elements not needed for print */
div#navigation, div#footernav, div#footer {
	display: none;
	}
	
/* Additional formatting */
.thumb {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	}
div#detail img {
	border: 1px solid #000;
	}
div#details ul {
	margin: 0;
	padding: 0;
	}