table#commodities {
	font-size: 11px;
	background-color: #F5F6CE;
	width: 450px;
	border: 2px solid #e6e6e6;
	font-family: sans-serif;
}
table#commodities  th {
	text-align: left;
	padding: 2px;
	background-color: #6E6E6E;
}

table#commodities  td {
	color: #000;
	padding: 2px;
	text-align:center;
	font-size:10.5px;
}
table#commodities  .even {
	background-color: #3D3D3D;
}
table#commodities  .odd {
	background-color: #6E6E6E;
}
table#commodities  .header {
	background-image: url(bg.png);
	background-repeat: no-repeat;
	border-left: 1px solid #FFF;
	border-right: 1px solid #585858;
	border-top: 1px solid #FFF;
	padding-left: 30px;
	padding-top: 2px;
	height: auto;
}
table#commodities  .headerSortUp {
	background-image: url(asc.png);
	background-repeat: no-repeat;
}
table#commodities  .headerSortDown {
	background-image: url(desc.png);
	background-repeat: no-repeat;
}
