@import url(page.css);
#details {
	margin: 15px 0 0 0;
	width: 580px;
	height: 100%;
}
#details h2 {
	margin: 15px 0 10px 0;
	font-size: 100%;
}
#details img {
	float: right;

	margin: 15px 0 15px 15px;
}
.hLine {
	border-bottom: 1px solid #ccc;
}
