@charset "utf-8";
#items img {
	float: left;
	margin-top: 5px;
}
#items h2 {
	margin-bottom: 0;
	margin-left: 85px;
}
#items h2 a {
	color: #d01f3c;
	text-decoration: none;
}
#items h2 a:hover {
	text-decoration: underline;
}
#items .buy  {
	margin-top: 8px;
}
#items p {
	margin-top: 8px;
	margin-bottom: 0;
	margin-left: 85px;
}
#all_items ul {
	list-style-type: none;
}
#items {
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 35px;
}
@media print {
	#items {
		margin-left: 0;
	}
}

