@charset "gb2312";
.radioContent{
	margin:15px 0;
}
#spyContent{
	margin:15px 0 0 0 ;
	background:#000;
	color:#999;
}
#spyLeft{
	width:600px;
	float:left;
	padding-left:10px;
}
#sidebar{
	float:right;
	width:260px;
	padding-right:10px;
}
#mp3{ margin-bottom:10px;}
.clear{ clear:both;}
/*Êý¾Ý±í¸ñ*/
#radio {
	border-collapse:collapse;
	empty-cells:show;
	text-align:left;
	margin: 0;
	width:100%;
}
#radio caption {
	color: #fff;
	text-align: left;
	font-weight: bold;
	font-size:14px;
	letter-spacing: 2px;
	background-color: #FD2800;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	height:30px;
	line-height:30px;
	padding-left:5px;
}
#radio th{
	background:url(../images/bg_grad_gray2.gif) repeat-x;
	color: #333333;
	font-weight: bold;
	cursor:pointer;
	margin:0;
}
#radio th.infocus {
	background-color: #E6E6E6;
}
#radio th.selected {
	color: #EAEAEA;
}
#radio td, #radio th {
	margin: 0;
	text-align: left;
	padding-left:5px;
	letter-spacing:1px;
}
#radio tr {
	border-bottom: solid 1px #202020;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#radio tr.infocus {
	background-color:#dfdfdf;
	cursor: pointer;
}
#radio tr.notinfocus {
	background-color:#fff;
}
#radio tr.selected {
	color:#fc0;
}
#radio tbody {
	margin-top: 0;
}
.even { background-color: #151515; }
.rowHover {
	color: #000;
	background-color: #777;
	cursor: pointer;
}
.rowSelected { color: #fc0; font-weight:bold; }

/* Accordion Classes
----------------------------------------------- */
.Accordion {
	border-left: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
	overflow: hidden;
}
.AccordionPanelTab {
	color: #ccc;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background: #080808 url(../images/bg_grad_gray1.gif) repeat-x;
}
.AccordionPanelTab h3 {
	margin: 0;
	padding: 2px 2px 4px 36px;
	font-size: 12px;
	line-height:24px;
	background: url(../images/blt_panel_exp.gif) no-repeat left 50%;
} 
.AccordionPanelContent {
	overflow:auto;
	height: 200px;
	font-size: 12px;
	line-height: 140%;
}
.AccordionPanelContent ul { margin: 0;	padding: 1.375em; }
.AccordionPanelTabHover { color: #fff; }
.AccordionPanelClosed .AccordionPanelTab h3 { background: url(../images/blt_panel_clps.gif) no-repeat left 50%; }
.AccordionPanelContent div { margin: 5px 8px; }