.sort-table td {
	border-bottom: 1px solid #ccc;
	border-collapse: collapse;
	text-align: left;
}

.sort-table thead td {
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	font-weight: bold;
	color: #0066cc;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
}
.sort-table thead td span{
	text-decoration: none;
	border-bottom: 1px dashed;
}

.sort-arrow {
	width: 11px;
	height:	7px;
	background-position: center center;
	background-repeat: no-repeat;
	margin:	0 2px;
}

.sort-arrow.descending {
	background-image: url("/data/tyres/Desc.gif");
}

.sort-arrow.ascending {
	background-image: url("/data/tyres/Asc.gif");
}

.sort-table div.description {
	visibility: hidden;
	position: absolute;
	z-index: 100;
	border: 1px solid #999;
	background-color: #fff;
	padding: 5px;
	margin-left: 10px;
/*	white-space: nowrap; */
	text-align: left;
	width: 300px;
}

.sort-table td.idx {
	text-align: center;
}
