﻿

/**************************************************************

	Sortable Table
	v 1.4

**************************************************************/

tr.over {
	background-color: #99CCFF;
	color: #fff;
	cursor: pointer;
}

tr.hide {
	display: none;
}

/***************************/
.tableHeaderOver {
	cursor: pointer;
	color: #354158;
}
th.photo, th.title, th.price, th.year, th.mileage, th.color, th.datepub, th.views {
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: right center; 
}

th.sortedASC {
	background-color: #ccffcc;
	background-image: url(/components/com_autobb/images/up.gif);
}
th.sortedDESC {
	background-color: #B9DDFF;
	background-image: url(/components/com_autobb/images/down.gif);
}

/*************************************************************/
