.markettable {
	border-collapse: collapse;
	width: 100%;
}

.markettable tr td, .markettable tr th
{
	padding: 12px 16px 12px 0;
	text-align: left;
	vertical-align: middle;
}

/* Thumbnail column */
.markettable tr td:nth-child(1),
.markettable tr th:nth-child(1)
{
	width: 96px;
	padding-right: 24px;
}

/* Name + description */
.markettable tr td:nth-child(2),
.markettable tr th:nth-child(2)
{
	width: auto;
}

/* Kind */
.markettable tr td:nth-child(3),
.markettable tr th:nth-child(3)
{
	width: 140px;
}

/* Price */
.markettable tr td:nth-child(4),
.markettable tr th:nth-child(4)
{
	width: 140px;
	white-space: nowrap;
}

.market_thumb {
	width: 80px;
	height: auto;
	display: block;
	border: 1px solid #000;
}

.market_itemname {
	font-weight: bold;
}

.market_itemdesc {
	color: #555;
	font-size: 14px;
	margin-top: 2px;
}

.market_price {
	font-weight: bold;
}

.market_status_owned {
	color: #888;
	font-style: italic;
}

.market_status_incart {
	font-style: italic;
}

.market_warn {
	color: #a00;
	margin-right: 8px;
}

.market_totalrow td {
	border-top: 1px solid #000;
	padding-top: 12px;
}

