@charset "utf-8";
@import url('body.css');
h1 {
	width: 657px;
	height: 25px;
	background: url(../images/headers/shop.png) 0 0 no-repeat;	
}
/* Gift Card */
.gift-card-wrapper {
	float: left;
	width: 570px;
	padding: 0 0 40px 20px;	
}
img.gift-card {
	display: block;
	float: left;
	width: 232px;
	height: 152px;
	margin-right: 15px;	
}
	.gift-card-wrapper h2 {
		width: 317px;
		height: 35px;
		margin: 43px 0 16px;
		background: url(../images/shop/h2-give-the-gift.png) 0 0 no-repeat;
	}
	.gift-card-wrapper a.buy-now {
		float: right;
		width: 105px;
		height: 28px;
		margin: -5px 12px 0 0;
		background: url(../images/shop/button-buy-now.png) 0 0 no-repeat;
	}
		.gift-card-wrapper a.buy-now:hover {
			background-position: -105px 0;	
		}
h2.more-goodies {
	float: left;
	width: 146px;
	height: 32px;
	margin-right: 20px;
	background: url(../images/shop/h2-more-goodies.png) 0 0 no-repeat;	
}
/* Merchandise */
.merch-wrapper {
	clear: both;
	width: 693px;
	height: 748px;
	background: url(../images/shop/toys-accessories-apparel_5_1_2013.png) 0 0 no-repeat;
}
a.find-a-location {
	position: absolute;
	width: 205px;
	height: 37px;
	bottom: 2px;
	right: 22px;
	background: url(../images/shop/button-find-a-location.png) 0 0 no-repeat;
}
	a.find-a-location:hover {
		background-position: -205px 0;	
	}