#loot-whore,
#loot-whore input,
#item-list,
#item-list input {
	font: 11px/13px bold 'Tahoma', 'Arial', 'Sans-Serif';
}

#loot-whore a,
#item-list a {
	text-decoration: none;
}

#loot-whore tbody tr:hover,
#item-list tbody tr:hover {
	background: #111122;
}

#loot-whore th,
#loot-whore td,
#item-list th,
#item-list td {
	vertical-align: top;
	font-weight: bold;
}

#loot-whore td,
#item-list td {
	padding: 3px 8px;
	margin: 1px;
}

#loot-whore ul.item-nav,
#item-list ul.item-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

#loot-whore ul.item-nav li,
#item-list ul.item-nav li {
	float: left;
	margin: 0;
	padding: 0;
	line-height: 24px;
}

#loot-whore ul.item-nav li .page,
#item-list ul.item-nav li .page {
	padding: 0px 8px;
	font-weight: bold;
}

#loot-whore .item-update,
#item-list .item-update {
	float: right;
	padding: 0px;
	margin: 0px;
}

#loot-whore .item-update label,
#item-list .item-update label {
	display: inline;
	margin: 0px 5px 0px 0px;
}

#loot-whore td img,
#item-list td img {
	vertical-align: middle;
	margin: -3px 3px -3px -3px;
	border: 0;
	cursor: pointer;
	height: 16px;
	width: 16px;
}

#loot-whore td.item-buyer a,
#item-list td.item-buyer a {
	font-weight: bold;
}

#loot-whore a.prev,
#item-list a.prev {
	background-image: url('./img/arrow-left-rewind.gif');
}

#loot-whore a.next,
#item-list a.next {
	background-image: url('./img/arrow-right-forward.gif');
}

#loot-whore a.prev,
#item-list a.prev,
#loot-whore a.next,
#item-list a.next {
	background-position: 0 0;
	display: block;
	width: 32px;
	height: 24px;
}

#loot-whore a.prev:hover,
#item-list a.prev:hover,
#loot-whore a.next:hover,
#item-list a.next:hover {
	background-position: 0 -24px;
}

#loot-whore a.prev span,
#item-list a.prev span,
#loot-whore a.next span,
#item-list a.next span {
	display: none;
}

