body {
	font-family: gill sans mt, gill sans, helvetica, arial, lucida sans, lucida, sans-serif;
	color: #024465;
	margin: 50px 60px 50px 60px;
}

.itemDetails {
	clear: left;
	border-top: 1px solid ;
	padding: 10px 0 10px 0;
}

.metaValue {
	font-weight: bold;
	width: 120px;
	display: inline-block;
}

.name {
	font-size: 120%;
	font-weight: bold;
	margin: 1em 0 0 0;
}

p {
	margin: 0 0 0.5em 0;
	width: 600px !important;
}

img {
	float: right;
	clear: both;
	border: 2px solid;
}

#print {
	display: none;
}

@media screen {	
	#print {
		display: inline-block;
		background: #2C69A3;
		padding: 3px 30px;
		color: #ddd; 
		border: 1px solid #174977;
		-moz-border-radius: 7px;
		border-radius: 7px;
		text-decoration: none;
		position: relative;
		top: -64px;
font-size: 130%;
left: 240px;
	}
	#print:hover {color: #fff;
		background: #174977;
	}
}