/* tables */
table.tablesorter thead tr .sortcol {
  background-image: url(/static/images/product/themes/bg.gif);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
  background-image: url(/static/images/product/themes/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
  background-image: url(/static/images/product/themes/desc.gif);
}
