.sort-table {
	width: 460px;
	font: Trebuchet;
	font-size:12px;
	background:	Window;
	color:		WindowText;
	margin: 5px 20px 10px 15px;
}
.sort-table thead {
}
.sort-table td {
	text-align:left; padding: 2px 4px;
}
.sort-table thead td {
	font-size:14px; font-weight:bold; color:#006F44;
	padding-bottom:10px;
	cursor:			hand;
	background: 	#ffffff;
}
.sort-arrow {
	width:		11px;
	height:		11px;
	background-position:	center center;
	background-repeat:	no-repeat;
	margin:			0 2px;
}
.sort-arrow.ascending {
	background-image: url("../images/all/visuals/sort-up.gif");
}
.sort-arrow.descending {
	background-image: url("../images/all/visuals/sort-down.gif");
}


