/* @override 
	http://darol.local/styles/store.css
	http://www.darolanger.com/styles/store.css
*/
/* @group All store pages */

.price {
	display: inline;
	margin: 0 0.25em 0 0;
	font-weight: bold;
}

form, form div {
	display: inline;
	margin: 0;
}
#stuff input, #store-item input {
	padding: 0.1em;
	font-size: 1em;
}

/* @end */

/* @group Index page */

#store-page #main {
	width: auto;
	max-width: none;
}
#stuff {
	list-style: none;
	padding: 0;
	margin: 1em 0 2em 0;
}
#stuff li {
	float: left;
	width: 160px;
	height: 14em;
	margin: 0 0.5em 0.5em 0;
	padding: 0.5em 0 0 0;
	background-color: #fddb98;
	text-align: center;
}
#stuff li:hover {
	background-color: #ffe4b1;
}

#stuff h2 {
	height: 2em;
	margin: 0.5em 0 0 0;
	border: none;
	font-size: 1em;
}

#stuff .pic {
	height: 9em;
}

#stuff .pic img {
	max-height: 9em;
	width: auto;
	margin: 0;
}

/* @end */

/* @group Item page */

.store-item #main {
	max-width: none;
}
#store-item .price {
	font-size: 1.25em;
}
#item-header {
	margin: 1em 0;
	padding-bottom: 1em;
	border-bottom: 1px dashed chocolate;
}
#store-item h1, #item-header h2 {
	border: none;
	margin-top: 0;
	font-size: 2.5em;
}
#store-item #pic, #store-item img.pic {
	float: right;
	margin: 0 0 1em 1.5em;
}
#store-item .listen {
	font-size: larger;
}
#store-item .listen li {
	margin: 0.125em 0;
}
#store-item .listen li a {
	font-weight: normal;
}
#related {
	list-style: none;
	padding: 0;
	margin: 1em 0;
	overflow: auto;
	clear: both;
}
#related li {
	display: block;
	float: left;
	height: 11em;
	margin: 0 1em 1em 0;
}
#related li img {
	display: block;
	margin: 0 auto;
}

/* @end */
