div#page-content {
	position: relative;
}

div#shopping-cart {
	width: 165px;
	height: 15px;
	position: absolute;
	top: 38px;
	right: 50px;
}

div#text ul#store-front {
	padding: 0 0 10px;
	margin: 20px 0 0;
	border-bottom: 1px solid #eee;
}

div#text ul#store-front li {
	width: 170px;
	float: left;
	display: inline;
	margin-right: 15px;
	padding: 0;
	list-style: none;
}

div#text ul#store-front li#posters {
	margin-right: 0;
}

ul#store-front a {
	padding: 155px 5px 6px;
	display: block;
	border: 0 none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #000;
	background-position: top left;
	background-repeat: no-repeat;
}

ul#store-front a:hover {
	border: 0 none;
}

ul#store-front a span {
	text-transform: lowercase;
}

div#text ul#store-front li#tshirts a {
	background-image: url(/_img/store-tshirts.jpg);
}

div#text ul#store-front li#dvds a {
	background-image: url(/_img/store-dvds.jpg);
}

div#text ul#store-front li#posters a {
	background-image: url(/_img/store-poster.jpg);
}


/* PRODUCT LISTING
======================================================= */

div#text div#prod-listing {
	margin: 30px 0;
}

div#text div#prod-listing div {
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}

div#text div#prod-listing p img {
	margin: 0 10px 0 0;
	float: left;
}

div#text div#prod-listing h3 {
	padding-top: 15px;
}

div#text div#prod-listing p {
	margin-bottom: 6px;
}

div#text div#prod-listing table {
	margin-bottom: 10px;
	font-weight: bold;
}

div#text div#prod-listing select {
	margin-top: 3px;
}
