
/*
 * This section is used when merch is arranged in a table.
 */
div.store table {
	text-align: center;
	margin: auto;
	border-collapse: collapse;
	width: 90%;
}
div.store table tr {
}
div.store table tr td.entry {
	vertical-align: top;
	text-align: center;
	padding: 8px;
	border-collapse: collapse;
}
div.store table tr td.entry div.thumbnail {
	margin: 0px 0px 4px 0px;
	padding: 0px !important; /* needs to override settings in main.css */
	margin-bottom: 4px;
	text-align: center;
	float: none !important;
}
div.store table tr td.entry div.thumbnail img {
	display: block;
	margin: 0px;
}
div.store table tr td.entry div.title {
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0.25em;
}
div.store table tr td.entry div.price {
	margin-bottom: 0.25em;
}
div.store table tr td.entry div.status {
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 0.25em;
}
div.store table tr td.entry div.description_link {
	font-size: 80%;
	margin-bottom: 0.5em;
}
div.store table tr td.entry div.option {
	margin-bottom: 8px;
}


/*
 * This section is used when store items are arranged linearly.
 * A merch entry is divided into two section. A 'misc' section and a
 * 'main' section. The 'main' section is primarily for the title and
 * the description, but this is really kinda arbitrary.
 */
div.store div.entry {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: solid 1px;
}
div.store div.entry div.misc {
	width: 150px;
	text-align: center;
	float: left;
	font-size: 90%;
}
div.store div.entry div.misc div.thumbnail {
	margin: 0px !important;
	float: none !important;
	margin-bottom: 4px;
}
div.store div.entry div.misc div.thumbnail img {
	border: solid 1px;
}
div.store div.entry div.misc div.thumbnail div.caption {
	display: none;
}
div.store span.label {  
	font-size: 90%;
	font-weight: bold;
}
div.store div.entry div.misc div.clicknote {
	font-size: 85%;
	margin-bottom: 0.25em;
}
div.store div.entry div.misc div.itemnumber {
}
div.store div.entry div.misc div.price {
	margin-bottom: 0.25em;
}
div.store div.entry div.misc div.status {
	font-weight: bold;
	margin-bottom: 0.25em;
}
div.store div.entry div.misc div.option {
	margin-bottom: 8px;
}
div.store div.entry div.misc div.url {
}
div.store div.entry div.main {
	margin-left: 165px;
}
div.store div.entry div.main div.title {
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0.25em;
}
div.store div.entry div.main div.description {
}



