#wrapper {
	background: transparent url(/i/store/store-wrapper-bg.jpg) no-repeat;
}
#content  {
	background: rgb(241,251,255) url(/i/store/store-content-bg.jpg) repeat-y;
}
h1#store {
	width: 560px;
	height: 72px;
	float: left;
	background: transparent url(/i/store/store-h1-bg.gif) no-repeat;
	margin-bottom: 12px;
}
#cart-button {
	width: 160px;
	height: 72px;
	float: left;
	margin: 0 0 0 0;
}
#goods {
	padding: 12px 120px;
}

/* cabinet styles */

#cabinet {
	padding: 0 0 24px 0;
}
.storeItem {
	height:218px;
	clear: both;
	background-image: url(/i/store/store-item-bg.gif);
	background-repeat: no-repeat;
	padding: 6px 20px;
	margin: 15px 0 0 0;
}
.storeItem h2 {
	text-indent: -9999px;
	width: 280px;
	height: 218px;
	float: left;
	background-repeat: no-repeat;
	margin: 0;
}
.storeItem form {
	width: 142px;
	float: left;
}
.storeItem .description {
	width: 210px;
	float: left;
	padding: 18px 0 0 40px;
}
.description p {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 18px;
	margin-bottom: 6px;
}
.description p.productName {
	font-size: 18px;
	font-weight: bold;
	padding-left: 9px;
	margin-bottom: 6px;
}
.description p.strongLink {
	margin-left: 6px;
}
.description p.productInfo {
	padding-left: 9px;
}
.description p.blurb {
	color: #c53509;
	font-size: 16px;
	font-weight: bold;
	text-indent: -7px;
	padding-left: 9px;
}
.description p.blurb .attribution {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

/* individual item styles */

#SICCD h2 {
	background-image: url(/i/store/sic-cd-art.gif);
}
#WWRCD h2 {
	background-image: url(/i/store/wwr-cd-art.gif);
}
#MTICD h2 {
	background-image: url(/i/store/mti-cd-art.gif);
}
#poster h2 {
	background-image: url(/i/store/poster-art.gif);
}
#kit h2 {
	background-image: url(/i/store/kit-art.gif);
}
#poster .description {
	padding-top: 36px;
}
#poster .description p.productName {
	margin-bottom: 6px;
}

