/* start sorter table */
.sorter_table thead {
	cursor:pointer;
}
.sort_icons{
	background: url(../im/small.gif) no-repeat center right;
	height:9px;
	width:15px;
	cursor: pointer;
}
.sort_icons_asc{
	background: url(../im/small_asc.gif) no-repeat center right;
	height:9px;
	width:15px;
	cursor: pointer;
}
.sort_icons_desc{
	background: url(../im/small_desc.gif) no-repeat center right;
	height:9px;
	width:15px;
	cursor: pointer;
}

/* end sorter table */