
table.tablesorter {}
html table.tablesorter tbody tr.hover td {}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #49371E;
	color: #ECEAE0;
	border-bottom: solid #EBE5D8 5px;}
html thead th {}
table.tablesorter thead tr .header {
	/*background-image: url(../images/sort_small.gif);*/
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 20px;
	margin-right: -1px;
}
table.tablesorter tbody td {
	padding: 4px;
	vertical-align: top;
}
table.tablesorter tbody tr.even td {background-color: #E3DAC9;}
table.tablesorter tbody tr.odd td {background-color: #EDE8DD;}
html table.tablesorter tbody tr.hotbuy td  {
	background-image:url(../images/bg_hotbuy.jpg);
	background-repeat: repeat-x;
	background-color: #365630; 
	color: #EDEAE0;
	border-bottom: solid #EBE5D8 5px;
} 
table.tablesorter thead tr .headerSortUp {	background-image: url(../images/sort_asc.gif);}
table.tablesorter thead tr .headerSortDown {	background-image: url(../images/sort_desc.gif);}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {	background-color: #7E725B;}
