
*+html table, td, th {
	border-collapse: collapse;
	border-bottom: 1px solid #cccccc;
}
*html table, td, th {
	border-collapse: collapse;
	border-bottom: 1px solid #cccccc;
}

.sortable {width:800px; border:1px solid #ccc; border-bottom:none}
.sortable th {padding:4px 6px 6px; background:#444; color:#fff; text-align:left; color:#cccccc}
.sortable td {padding:2px 4px 4px; background:#fff; border-bottom:1px solid #cccccc}
.sortable .head {background:#444 url(images/sort.gif) 6px center no-repeat; cursor:pointer; padding-left:4px;}
.sortable .desc {background:#222 url(images/desc.gif) 6px center no-repeat; cursor:pointer; padding-left:4px}
.sortable .asc {background:#222 url(images/asc.gif) 6px  center no-repeat; cursor:pointer; padding-left:4px}
.sortable .head:hover, .sortable .desc:hover, .sortable .asc:hover {color:#fff}
.sortable .even td {background:#f2f2f2}
.sortable .odd td {background:#fff}
#sorter {
	font-size: 10px;
}
