/* 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;
}
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 16px 12px 4px;
	vertical-align:bottom;
}
table.tablesorter thead tr .header {
	background-image: url(./../images/bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}
table.tablesorter thead #credit-card-headers th {
	padding: 6px 16px 6px 4px;
	background-position: 97% 22px;
}
table.tablesorter thead #balance-transfer-headers th{
	padding: 0 16px 6px 8px;
	background-position: 97% 1px;
}
#credit-cards-homepage-tab thead #balance-transfer-headers th{
	padding: 0 25px 6px 19px;
}
table.tablesorter .grey {
	background: #f4f4f4;
}
table.tablesorter tbody td {
	padding: 9px 4px 9px 4px;
	vertical-align: middle;
	border-bottom: 1px solid #e0e0e0;
}
table.tablesorter #check-box {
	padding-right: 0;
}
table.tablesorter .offer td {
	background-color: #FFF;
	color: #3D3D3D;
}
table.tablesorter .choice td{
	background-color:#F7FFDC;
}
table.tablesorter .featured td{
	background-color:#CCE86A;
}
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;
	min-width: 97px;
	background: url(./../images/apply-now-white.png) top center no-repeat;
}
table.tablesorter tbody .apply-now:hover {
	background: url(./../images/apply-now-white.png) center -28px no-repeat;
}
table.tablesorter tbody .more-info {
	display: block;
	height: 28px;
	width: 97px;
	background: url(./../images/apply-now-grey.png) 0 0;
}
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(./../tablesorter/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(./../tablesorter/desc.gif);
}
table.tablesorter thead tr .headerSortDown, 
table.tablesorter thead tr .headerSortUp {
	background-color: #666;
	background-position: right center;
}
table.tablesorter thead #balance-transfer-headers .headerSortUp,
table.tablesorter thead #balance-transfer-headers .headerSortDown {
	background-position: 110% 5px;
}
table.tablesorter thead #credit-card-headers .headerSortUp,
table.tablesorter thead #credit-card-headers .headerSortDown {
	background-position: 105% 24px;
}
div.category-body table.tablesorter {
	width: 940px;
	margin-left: 0;
}
table.tablesorter td.offer-title {
	text-align:left;
}


#credit-cards-homepage-tab table.tablesorter thead #credit-card-headers th{
	background-position: 97% 20px;
}
#credit-cards-homepage-tab table.tablesorter thead #credit-card-headers .headerSortUp,
#credit-cards-homepage-tab table.tablesorter thead #credit-card-headers .headerSortDown{
	background-position: 100% 24px;
}
