@charset "utf-8";
body{font-size:9pt;background:url(bg.gif);} 
td{font-size:9pt;}
a:link{ color: #000000; text-decoration: none }
a:visited{ color: #000000; text-decoration: none }
a:active{ color: #000000; text-decoration: none }
/*频道链接样式*/
.channel { width:650px; margin:12px 0px 0px 175px; height:30px; line-height:30px; text-align:center; }
.channel ul { list-style:none; margin:0px;}
.channel li { float:left; padding-left:10px; }
.channel a {color:#FFFFFF; font-size:9pt; font-weight:bold; }
.channel a:link {padding-left:10px; color:#FFFFFF; }
.channel a:visited {padding-left:10px; color:#FFFFFF; }
.channel a:hover {padding-left:10px; color:#FF0; }
.channel a:active {padding-left:10px; color:#FF0; }
/*
	Vertical Accordions
*/
.accordion_toggle {
	display: block;
	height: 30px;
	width: 220px;
	background: url(accordion_toggle.jpg) no-repeat top right #a9d06a;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
}
.accordion_toggle_active {
	background: url(accordion_toggle_active.jpg) no-repeat top right #e0542f;
	color: #ffffff;
	border-bottom: 1px solid #f68263;
}
.accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
	width:200px;
	padding-left:5px;
}
/* Container styling*/
#horizontal_container {
margin: 5px auto 5px auto;
width: 180px;   
}
#horizontal_container li{
width: 180px;
text-align:left;
text-decoration:underline;
list-style-type:circle;
margin-top:3px;
}
