table.coins-table .header {
	background-image: url(../../images/bg.png);
	background-repeat: no-repeat;
	padding-left: 22px;
	height: auto;
}
table.coins-table .headerSortUp {
	background-image: url(../../images/asc.png);
	background-repeat: no-repeat;
}
table.coins-table .headerSortDown {
	background-image: url(../../images/desc.png);
	background-repeat: no-repeat;
}