.sort-arrow {
	width:					11px;
	height:					11px;
	background-position:	center center;
	background-repeat:		no-repeat;
	margin:					0 2px;
	background-image:		url("/immformer/images/arrow-unordered.png");
}

.sort-arrow.descending {
	background-image:		url("/immformer/images/arrow-down.png");
}

.sort-arrow.ascending {
	background-image:		url("/immformer/images/arrow-up.png");
}