table#productGrid thead tr .header
{
	background-image: url('../images/bg.png');
	background-repeat: no-repeat;
	background-position: center right;
	text-align: left;
	cursor: pointer;
}

table#productGrid thead tr .headerSortUp
{
	background-image: url('../images/asc.png');
}

table#productGrid thead tr .headerSortDown
{
	background-image: url('../images/desc.png');
}

table#productGrid thead tr .headerSortDown, table#productGrid thead tr .headerSortUp
{
    background-color: #6b7275;
}
