﻿/* tables */
table.catalogtable {
	margin:10px 0pt 15px;
	width: 100%;
	text-align: left;
}
table.catalogtable thead tr th, table.catalogtable tfoot tr th {
	background-color:#EFDFBD;
	padding: 4px;
}
table.catalogtable thead tr .header {
	background-image: url(/jQuery/blue/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.catalogtable tbody td {
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.catalogtable tbody tr.odd td {
	background-color:#EFDFBD;
}
table.catalogtable thead tr .headerSortUp {
	background-image: url(/jQuery/blue/asc.gif);
}
table.catalogtable thead tr .headerSortDown {
	background-image: url(/jQuery/blue/desc.gif);
}
table.catalogtable thead tr .headerSortDown, table.catalogtable thead tr .headerSortUp {
    background-color: #B51C21;
    color:#FFF;
}
