@charset "utf-8";
/* CSS Document */
#classes
{
	width:974px;
	margin:0 auto;
	margin-top:10px;
	overflow:hidden;
}

#ttl
{
	width:974px;
	float:left;
	padding-left:8px;
	height:35px;
	line-height:35px;
	background:url(../images/title_left.jpg) left top no-repeat;
}
#ttl h1
{
	float:left;
	color:#735e60;
	font:14px "微软雅黑","黑体";
	width:958px;
	height:35px;
	line-height:35px;		
	background:url(../images/title_bg.jpg) repeat-x;
}
#ttl div
{
	float:left;
	width:8px;
	height:35px;
	background:url(../images/title_right.jpg) left top no-repeat;
}

#clsTable
{	
    float:left;
	width:972px;
	border:1px solid #fe966c;
	border-top:none;
	
}
.class
{
	float:left;
	width:966px;
	border:1px solid #fe966c;	
	padding:2px;	
	background:#f8f8f8;

}
#clsTable h1
{
	font-size:18px;
	padding-left:16px;
	height:25px;
	line-height:25px;
	background:url(../images/arrow.jpg) 6px center no-repeat;
	color:#da0350;		
}
.classText
{
	float:left;	
	overflow:hidden;
	
}
.classText dl
{
	float:left;
	width:226px;
	padding:4px 7px;
	border-right:1px solid #ffdede;	
}
.classText dt,.classText dt a
{
	font-weight:bold;
	font-size:14px;
	color:#fe4e02;
	height:30px;
	line-height:30px;
}

.classText dd
{
	color:#585858;
	font-size:12px;
	line-height:18px;
}
.classText dd a:hover
{
    color:#fe4e02;
    text-decoration:underline;
    
}