/* tables */
table.tablesorter {
	background-color: #d9d9d9;
	margin:0px 0pt 15px;
	font-size: 10px;
	width: 910px;
	border-collapse: collapse;
	font-size: 12px;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color:#d9d9d9;
	background-image: url(../../images/search/bg_normal.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding: 2px 5px 22px;
	text-align: center;
	white-space: nowrap;
	vertical-align: center;
}
table.tablesorter thead tr .header {
	background-image: url(../../images/search/bg_updown.gif);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	cursor: pointer;
}
table.tablesorter tbody tr { }
table.tablesorter tbody td {
	vertical-align: center;
	padding: 3px;
	color: #333;
	background-color:#FFF;
}
table.tablesorter th, table.tablesorter tbody td { border: 1px solid #CCC; }
.tablesorter tr.odd td { background-color:#F2F9FF; }
table.tablesorter thead tr .headerSortUp {
	background-image: url(../../images/search/bg_up.gif);
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../../images/search/bg_down.gif);
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
.hide { display:none; }
#btn-sort {
	margin:0 auto 0 110px;
	text-align:center;
}
#tbl_default, #tbl_spread, #tbl_swap { margin-top:5px; }
.div_tani {
	text-align:right;
	margin:-15px 0 0 auto;
	width:100px;
}
#sort_button {
	background-image:url(../../images/title/search_result_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 900px;
	padding: 0px 15px;
}
#spec #sort_button { background-image:url(../../images/title/spec_title.gif); }
.first_head { width: 170px; }
#tbl_spread th, #tbl_swap th { font-size: 10px; }
#tbl_spread .first_head, #tbl_swap .first_head { font-size: 12px; }
/*#div_default {
	position: relative;
	padding-top: 81px;
}
#div_default thead tr {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 920px;
}
#div_default thead th {
	width: 80px;
}
#div_default .table_body {
	height: 500px;
	overflow: auto;
}
#tbl_default {
	width: 890px;
}*/