
/*
 * This section is used when merch is arranged in a table.
 */
div.designs table {
	text-align: center;
	margin: auto;
	border-collapse: collapse;
	width: 90%;
}
div.designs table tr {
}
div.designs table tr td.entry {
	vertical-align: top;
	text-align: center;
	padding: 1em;
	border-collapse: collapse;
}
div.designs table tr td.entry div.thumbnail {
	text-align: center;
	float: none !important;
	margin: 0px !important;
	margin-bottom: 4px;
}
div.designs table tr td.entry div.thumbnail div.caption {
	display: none;
}
div.designs table tr td.entry div.title {
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0.25em;
}
div.designs table tr td.entry div.designer {
	font-size: 80%;
	margin-bottom: 0.25em;
}
div.designs table tr td.entry div.price {
	margin-bottom: 0.25em;
}
div.designs table tr td.entry div.demolink {
	font-size: 90%;
	margin-bottom: 0.25em;
}
div.designs table tr td.entry div.download {
	font-size: 90%;
	margin-bottom: 0.25em;
}
div.designs table tr td.entry div.status {
	font-weight: bold;
	margin-bottom: 0.25em;
}
div.designs 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.designs div.entry {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: solid 1px;
}
div.designs div.entry div.misc {
	width: 150px;
	text-align: center;
	float: left;
	font-size: 90%;
}
div.designs div.entry div.misc div.thumb {
	margin-bottom: 4px;
}
div.designs div.entry div.misc div.thumb img {
	border: solid 1px;
}
div.designs div.entry div.misc div.clicknote {
	font-size: 85%;
	margin-bottom: 0.25em;
}
div.designs div.entry div.misc div.itemnumber {
}
div.designs div.entry div.misc div.price {
	margin-bottom: 0.25em;
}
div.designs div.entry div.misc div.status {
	font-weight: bold;
	margin-bottom: 0.25em;
}
div.designs div.entry div.misc div.option {
	margin-bottom: 8px;
}
div.designs div.entry div.misc div.url {
}
div.designs div.entry div.main {
	margin-left: 165px;
}
div.designs div.entry div.main div.title {
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0.25em;
}
div.designs div.entry div.main div.description {
}



