

th.sorted {
	/*background-color: none;*/
}



th.sorted a,th.sortable a{
	background-position: right;
	display: block;
	width: 100%;
        background-repeat: no-repeat;
}

th.sortable  a{
	background-image: url(../images/arrow_off.png);
        background-repeat: no-repeat;
        background-position: right;
}

th.order1 a {
	background-image: url(../images/arrow_down.png);
        background-position: right;
        background-repeat: no-repeat;
}

th.order2 a{
	background-image: url(../images/arrow_up.png);
        background-position: right;
        background-repeat: no-repeat;
}
