div.author {
	float: right;
	font-size: 0.75em;
	font-style : italic;
}

div.textbody {
	clear : both;
	margin-top : 2.25em;
}

div#shop {
	margin-top : 1.125em;
}

div#shop h5 {
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 900; 
	border-bottom: 1px solid black;
	margin-bottom: -1px;
}

div#shop div.item {
	clear : both;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: 900;
}
div#shop div.item span.info { font-size : 1em; text-transform : none;}

div#shop div.buy {
	height: 2.25em;
	border-bottom : 1px solid black;
	margin-bottom: -1px;
}
div#shop div.buy.last { border-bottom : none; }
div#shop div.buy span.price {
	float: left;
	font-size: 1.5em;
	font-weight: 900;
	margin-top: 0.125em;
}
div#shop div.buy img {
	float : right;
	border : none;
	margin-top: 0.1875em;
}
