.list_table{
	border: none;
}

.list_table tr.heading{
	background: url(../images/slices/colors/2f1e0e.png);
}

.list_table tr.heading th{
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

.list_table td{
	vertical-align: top;
}

.list_table tr.odd td
, .list_table tr.odd th{
	background: #efefef;
}

.list_table tr.even td
, .list_table tr.even th{
	background: #fff;
}