
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: 85% 50%;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(icon_pp_arrow_down.svg);
	background-repeat: no-repeat;
	background-position: 85% 50%;
	cursor: pointer;
	color:#36342f;
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(icon_pp_arrow_up.svg);
	background-repeat: no-repeat;
	background-position: 85% 50%;
	cursor: pointer;
	color:#36342f;
}
table.tablesorter thead span {
    background: url('/pp2/img/bg_line_dash.png') left bottom repeat-x;