/* Shopping Styles */

.shop_box {
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #E0E8F1;
	border: 1px solid #A3BEE9;
	padding: 1em;
	margin-top: .2em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 0em;
	font-size: 83%;
}
.shop_box h2 {
	font-size: 150%;
	color: #18314E;
}
.shop_box p {
	color: #333333;
	font-size: 93%;
}
.shop_box h4 {
	font-size: 105%;
}
.shop_box .price {
	font-size: 98%;
	font-weight: bold;
	color: #FF0000;
}
