/* **********  Tab标签样式  ************** */
div.tab {
	border:solid 1px #c3c3c3;
}
.tab .tabheader {
	width:100%;
	height:24px;
}
.tab .tabheader td {
	white-space:nowrap;
	padding:4px 24px 5px 12px;
	border-bottom:solid 1px #c3c3c3;
}
.tab .tabheader td.blank {
	width:99%;
	padding:0px;
}
.tab .tabheader td.normal {
	background:url('b_sl_p2.gif') no-repeat right center;
}
.tab .tabheader td.active {
	background:url('b_sl_p1.gif') no-repeat right center;
	border-bottom:solid 1px #fff;
}
.tab .tabheader td a {
	color:#000;
	font-weight:bold;
	cursor:pointer;
	line-height:14px;
	padding:0px;
	margin:0px;
}
.tab .tabheader td.normal a:hover {
	color:red;
	text-decoration:underline;
}
.tab .tabheader td.active a:hover {
	cursor:default;
	text-decoration:none;
}
.tab .tabheader .player {
	float:right;
}
.tab .tabheader .player a {
	cursor:pointer;
	display:block;
	float:left;
	margin:2px;
}
.tab .tabbody {
	padding:16px;
	clear:both;
}
.tab .tabbody div {
	color:#333;
}