br {
	clear: both;
}

.item {
	float: left;
	text-align: center;
	width: 240px;
	height: 420px;
	margin: 20px;
	border: solid #888888 1px;
	background: #e8efff;
	padding: 4px 12px;
	overflow: hidden;
}

.item h3 {
	text-align: center;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.item img {
	border: 0;
}

.item p {
	text-align: center;
	font-family: "Times New Roman", serif;
	font-size: 0.8em;
	color: #555555;
}

.item p.subhead {
	color: #000000;
	margin: 0.5em 0 2em;
	
}

.item p.price, .price {
	color: red;
	font-weight: bold;
	font-size: 1em;
}

.item a {
	color: #000064;
	text-decoration: none;
}

.item a:hover {
	color: #008dff;
}

input {
	margin: 4px;
}

.paypal_logo {
	vertical-align: bottom;
	border: 0;
}

form#store {
	width: 100%;
	margin-top: 2em;
}
