@charset "utf-8";
#file_download{
	border-collapse: collapse;
	border: 1px solid #aaa;
	width: 100%;
	margin:0 auto 20px;
}

#file_download thead th{
    font-family: "Lucida Grande",Verdana,Arial,sans-serif;
    font-size: 11px;
    line-height: 13px;
    padding: 5px;
    vertical-align: top;
	border: 1px solid #aaa;
	background:#ccc;
	
}
#file_download th,#file_download td{
    font-family: "Lucida Grande",Verdana,Arial,sans-serif;
    font-size: 11px;
    line-height: 13px;
    padding: 5px;
    vertical-align: top;
    text-align: left;
	border: 1px solid #aaa;
}
#file_download th{
	background-repeat:no-repeat;
	background-position: 5px center;
	background-color:#eee;
    margin: 0;
}

#file_download .active th{
	background-repeat:no-repeat;
	background-position: 5px center;
}

#file_download td a{
    font-family: "Lucida Grande",Verdana,Arial,sans-serif;
    font-size: 11px;
    line-height: 13px;
    padding: 5px 10px;
	margin:5px auto;
    vertical-align: top;
    text-align: center;
	border: 1px solid #003366;
	display:block;
	background:#eee;
	width:120px;
	color: #003366;


}
#file_download td a:hover{
    line-height: 13px;
    vertical-align: top;
    text-align: center;
	border: 1px solid #003366;
	display:block;
	background:#003366;
	color:#fff;
}
#view_box,.category{
	clear:both;
}
#side{
	width: 250px;
	float: right;
}
#side ul{
	padding:0 0 0;
}
#view_box{
	width: 580px;
	float: left;
}

#side ul li{
	list-style-type:none;
	display:block;
	margin:0 0 3px;
}


#side ul li a{
	display:block;
	margin:0 0 3px;
	padding: 5px 10px;
	border:1px solid #ccc;
	line-height:3em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

#side ul li a.play,#side ul li a:hover{
	color:#0c4b29;
	background:#D4E9FA;
	border: 1px solid #2A6CFC;
}


#side ul li a span{
	width:145px;
	line-height:1.2;
	display:inline-block;
	padding:0 0.8em;
	text-align:left;
	margin-left:0em;
	vertical-align:middle;
}
#side ul li a span.radius{
	color:#ccc ;
	background:#fff;
	border: 1px solid #ccc;
	line-height: 25px;
	height: 25px;
	width:20px;
	display:inline-block;
	padding: 0.2em 0.8em;
	font-size:160%;
	text-align:center;
	margin-right:0.3em;
	margin-left:0em;
}
#side ul li a.play span.radius,#side ul li a:hover span.radius{
	color:#fff ;
	background:#2A6CFC;
	border: 1px solid #2A6CFC;
	line-height: 25px;
	height: 25px;
	width:20px;
	display:inline-block;
	padding: 0.2em 0.8em;
	font-size:160%;
	text-align:center;
	margin-right:0.3em;
	margin-left:0em;
}
