/* tables */
table.tablesorter {
	font-family: Helvetica;
	background-color: #b3b3b3;
	margin:0 0pt 15px;
	font-size: 11px;
	color: #000000;
	width: 96%;
	text-align: center;
	border: none;
	margin-left: 18px;
	}

table.tablesorter .grey-arrows {
	margin: 0 0 0 10px;
	}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	padding: 12px 10px 12px 4px;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter .grey {
	background: #f4f4f4;
}


table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: middle;
	border-right: 1px solid #e0e0e0;
}

table.tablesorter tbody .credit-card {
	padding-top: 10px;
	padding-bottom: 10px;
	}

table.tablesorter tbody .apr {
	color: #1e6cca;
	}

table.tablesorter tbody .apply-now {
	display: block;
	
	height: 28px;
	width: 97px;
	background: url(../images/apply-now-white.png) 0 0;
	}
	
table.tablesorter tbody .apply-now:hover {
	background: url(../images/apply-now-white.png) 0 -28px;
	}	
	
table.tablesorter tbody .no-border-grey {
border: none;
background: #f4f4f4;
text-align: center;
}	

table.tablesorter tbody .no-border {
border: none;
text-align:	 center;
}
	
table.tablesorter tbody .no-border-grey, table.tablesorter tbody .no-border {
	width: 0;
	padding: 0 10px 0 10px
	}


table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #666;
}
div.category-body table.tablesorter {
	width: 940px;
	margin-left: 0;
}
