.cbox .header .options a {
	font-size: 13px;
	margin: 7px 0 0 15px;
	}

.cbox .header {
	*width: 978px;
}

.cbox .contents .left {
	*width: 976px;
}

.cbox .contents {
	*border-right: #d2d2d2;
	*width: 976px;
}

#contents .bottom {
	*width: 978px;
}

.cbox .header .options a.a {
	font-weight: bold;
	}

.asc, .desc, .asca, .desca, .plus, .minus {
	display: inline-block;
	background: url(/_static/img/sort.gif) 0 1px no-repeat;
	width: 10px;
	height: 6px;
	font-size: 1px;
	cursor: pointer;
	padding: 0;
	*margin: 0 0 3px 0;
}
.asc, .desc, .asca, .desca {
	cursor: pointer;
}

.desc { background-position: 0 -4px; }
.asca { background-position: 0 -9px; }
.desca { background-position: 0 -14px; }
.plus { background-position: 0 -19px; }
.minus { background-position: 0 -24px; }

table.pretty td, table.pretty td * {
	font-size: 11px;
	text-align: right;
	}

table.pretty td.tal {
	text-align: left;
	}
table.pretty td.tac {
	text-align: center;
	}

table.pretty .head td {
	border-bottom: 1px solid #666;
	background: #fff;
	white-space: nowrap;
	font-weight: bold;
	font-size: 11px;
	}