@charset "utf-8";
@import url('body.css');
h1 {
	width: 657px;
	height: 25px;
	background: url(../images/headers/goodies.png) 0 0 no-repeat;	
}
/* Memory Game */
h2.memory-game {
	width: 325px;
	height: 35px;
	margin: 0 auto 6px;
	background: url(../images/goodies/h2-memory-game.png) 0 0 no-repeat;
}
a.memory-game-button {
	width: 401px;
	height: 151px;
	margin: 0 auto 20px;
	border: 1px solid #919191;
	background: url(../images/goodies/memory-game-button.png) 0 0 no-repeat;
}
	a.memory-game-button:hover {
		background-position: -401px 0;	
	}
/* Wallpapers */
h2.wallpaper {
	width: 134px;
	height: 34px;
	margin: 0 auto 6px;
	background: url(../images/goodies/h2-wallpaper.png)	0 0 no-repeat;
}
.wall-thumb {
	float: left;
	width: 207px;
	padding-bottom: 18px;
}
	.wall-thumb.middle {
		margin: 0 20px;	
	}
	.wall-thumb img {
		display: block;
		width: 205px;
		height: 152px;
		border: 1px solid #919191;
	}
	.wall-thumb p {
		padding: 10px 20px 0;
		font-size: 10px;	
	}
.indented-text {
	padding-left: 25px;	
}
/* Commercials */
h2.commercials {
	width: 168px;
	height: 30px;
	margin: 0 auto 6px;
	background: url(../images/goodies/h2-commercials.png) 0 0 no-repeat;
}
a.commercial {
	width: 300px;
	height: 206px;
	border: 1px solid #919191;
	margin: 0 auto;
}
	a.commercial.one {
		background: url(../images/goodies/commercial1.jpg) 0 0 no-repeat;		
	}
	a.commercial.two {
		background: url(../images/goodies/commercial2.jpg) 0 0 no-repeat;		
	}
	a.commercial.three {
		background: url(../images/goodies/commercial3.jpg) 0 0 no-repeat;		
	}
	a.commercial:hover {
		background-position: -300px 0;	
	}
/* Shop Content */

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;	
	}
p.back-to-top {
	width: 350px;
	clear: both;
	margin: 5px 0 20px 15px;
	text-align: right;	
}
p.back-to-top a {
	color: #cc0071;
	font-size: 11px;
	text-decoration: underline;	
}