
div.merch_links {
	margin: 0.5em 0px 1em 0px;
	font-size: 90%;
	text-align: center;
	font-weight: bold;
}


/*
 * This section is only relevant when merch is divided into cateogies.
 */
div.merch div.category {
	margin-top: 1em;
}
div.merch div.category div.category_title {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 0.5em;
}
div.merch div.category div.category_description {
	margin: 0.5em;
}
div.merch div.category div.category_entries {
}


/*
 * This section is used when merch is arranged in a table.
 */
div.merch table {
	text-align: center;
	margin: auto;
	border-collapse: collapse;
	width: 90%;
}
div.merch table tr {
}
div.merch table tr td.entry {
	vertical-align: top;
	text-align: center;
	padding: 1em;
	border-collapse: collapse;
}
div.merch table tr td.entry div.thumb {
	margin-bottom: 4px;
	text-align: center;
}
div.merch table tr td.entry div.thumb img {
	border: solid 1px;
	margin: 0px;
}
div.merch table tr td.entry div.title {
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 4px;
}
div.merch table tr td.entry div.price {
	margin-bottom: 4px;
}
div.merch table tr td.entry div.out_of_stock {
	font-weight: bold;
}
div.merch table tr td.entry div.paypal {
}
div.merch table tr td.entry div.paypal div.option {
	margin-bottom: 4px;
}


/*
 * This section is used when merch is 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.merch div.entry {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: solid 1px;
}
div.merch div.entry div.misc {
	width: 150px;
	text-align: center;
	float: left;
	font-size: 90%;
}
div.merch div.entry div.misc div.thumb {
}
div.merch div.entry div.misc div.thumb img {
	border: solid 1px;
}
div.merch div.entry div.misc div.clicknote {
	font-size: 85%;
	margin-bottom: 0.5em;
}
div.merch div.entry div.misc div.itemnumber {
}
div.merch div.entry div.misc div.price {
	font-weight: bold;
	margin-bottom: 0.5em;
}
div.merch div.entry div.misc div.paypal {
}
div.merch div.entry div.misc div.url {
}
div.merch div.entry div.main {
	margin-left: 165px;
}
div.merch div.entry div.main div.title {
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0.5em;
}
div.merch div.entry div.main div.description {
}


/*
 * The popup window.
 */
body.popup {
	text-align: center;
}
body.popup div.title {
	font-weight: bold;
	margin-bottom: 0.5em;
}
body.popup div.image {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
body.popup div.image img {
	border: solid 1px;
}

