/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border-top: 1px solid #919191;
	border-bottom: 1px solid #919191;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #626262;
	font-size: 8pt;
	padding: 5px;
	color: #FEFEFE;
	font-weight: normal;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
	border-left: 1px solid #919191;
	border-right: 1px solid #919191;	
}

table.tablesorter tbody tr td {
	height: 40px;
	vertical-align: middle;
}

table.tablesorter tbody tr.odd td {
	background-color:#F3F3F3;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
.td_price {
	font-weight: bold;
	color: #BC7C2B;
	font-size: 11px;
	width: 40px;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #AFB5B5;
}
