/* tables */
table.tablesorter {
	background-color: #ebebeb;
	margin:0px !important;
	border-left:1px solid #bbb;
	border-top:1px solid #bbb;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #ffffff;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	padding: 4px;
	padding-right:20px;
}
table.tablesorter thead tr .header {
	background-image: url(../images/frontend/tablesorter/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #666;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#ffffff;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/frontend/tablesorter/asc.gif);
	color:#333;
	border-left:1px solid #bbb;
	border-top:1px solid #bbb;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;	
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/frontend/tablesorter/desc.gif);
	color:#333;
	border-left:1px solid #bbb;
	border-top:1px solid #bbb;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;		
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #ffe5d4;
}

