table {
	border-collapse: collapse;
	margin: 0 auto 1em auto;
	width: 98%;
}
	table th {
		background: #000 url("/media/img/template/th-bg.gif") top left repeat-x;
		border-color: #353535 #070707 #ffab0b #2b2b2b;
		border-style: solid;
		border-width: 1px;
		color: #ffab0b;
		font-weight: bold;
		text-align: center;
	}
	table td {
		background: #1a1a1a;
		border: 1px solid #353535;
		border-top-width: 0;
	}
	table tr.alternate td { background: #232323; }

