.store-title {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	text-transform: capitalize;
	margin: 0;
}

.product {
	padding-top: 1em;
	padding-bottom: 1em;
	width: 100%; 
	border-bottom: 2px solid #996600;
}

.product-image img{
	border: 1px solid #996600;
	padding: 0;
	margin: 0 0 1em 0;
}

.product-info p, .product-info ul, .product-info ol{
	text-align: left; 
}

.product-info h2 {
	font-weight: bold;
	color: #A00;
	text-align: center;
		margin-bottom: .25em; 
}

.product-info h3 {
	font-weight: bold;
	text-align: center;
	margin-top: .25em;
	margin-bottom: .25em; 
}

.product-info p{
	text-indent: 1.5em;
}

.product-info h2.book-title {
font-style: italic;
}

.right {
	float: right;
	margin-left:1em;
}

.left {
	float: left; 
	margin-right:1em;
}