#store.list li
{
	background-color: #f1f1f1;
	border-bottom: solid 2px #999;	
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 3px;
}

#store.grid li 
{
	background-color: #f1f1f1;
	border-bottom: solid 2px #999;	
	font-weight: bold;
	list-style: none;	
	margin: 0;
	padding: 3px;
	clear: left;
}

#store.grid table 
{
	display: inline-table;
	vertical-align: top;
	width: 200px;		
	text-align: center;
	margin: 5px 15px 15px 0;
}

/* Admin Styles Below */
table.vertical th 
{
	text-align: left;
	font-size: 10pt;
}

.wrap #credits
{
	text-align: center;
	font-size: 8pt;
}