/* display tag stuff */

th { color:blue; background:#ECF1EF; font-size:8pt; font-family: sans-serif; font-weight:bold; padding: 0px 3px; }
td { color:black; font-size:8pt; font-family: sans-serif; font-weight:normal; padding: 2px 4px !important;}
tr.even td { background:#fff; }
tr.odd  td { background:#FBF5E6;}


th.sorted a,th.sortable a {
	background-repeat: no-repeat;
	background-position: right;
	padding: 4px 4px !important;
	text-align:left;
	display: block;
}

th.sortable a {
	background-image: url(/products/img/arrow_off.png);
}

th.order1 a {
	background-image: url(/products/img/arrow_up.png);
}

th.order2 a {
	background-image: url(/products/img/arrow_down.png);
}
