#sortTable {
		margin: 1em auto;
	border-collapse: collapse;
}
thead th, tfoot th {
	text-align: left;
	background-color: #999999;

}
tfoot td {
	border-top: 1px solid black;
}
tbody tr.odd {
	background-color: #F0F4F5;
}
tbody tr.even {
	background-color: #DBDBDB;
}
tbody tr.featured {
	background-color: #CC9999;
}
.newAd {
	background: url(../../images/newAd.jpg) no-repeat right;
	padding-right: 55px;
}
