table.table_sort thead th.header {
	background-image: url(../../img/admin/tablesorter/bg.gif);
	*background: url(../../img/admin/tablesorter/bg_ie.gif) top right no-repeat;
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.table_sort thead th.headerSortUp {
	background-image: url(../../img/admin/tablesorter/asc.gif);
	*background: url(../../img/admin/tablesorter/asc_ie.gif) top right no-repeat;
}

table.table_sort thead th.headerSortDown {
	background-image: url(../../img/admin/tablesorter/desc.gif);
	*background: url(../../img/admin/tablesorter/desc_ie.gif) top right no-repeat;
}