.category{
    font-size:19px;
    color:#000;
    padding:10px 0;
    border-bottom: 1px dashed #9B96A3;
}
.courseTitle{
	padding: 10px;
    border-bottom: 1px dotted #eee;

}
.courseTitle h4 {
    display:inline;
}
.courseTitle span{
    font-size:12px;

}
.courseTitle a{
	font-size: 17px;
	color: #990000;
}
.courseTitle a:hover{
	text-decoration: underline;
}
.msg{
	padding:0 0 0 120px;
}
.topics{
	list-style-type: disc;
	list-style-position: inside;
}
.detailTitle{
	padding:10px 0;
	font-size: 19px;
	color: #990000;
}
.detailTitle span{
    font-size:12px;
    color: #999;
	 font-weight: normal;
	 padding: 0 10px;
}
#coursePageNav{
	height:26px;
	line-height: 26px;
	border-bottom:1px solid #ccc; 
	padding: 5px 0 0 0;

}
#coursePageNav li{
	float: left;
	margin-right: 5px;
}
#coursePageNav li a{
	display: block;
	background-color: #eee;
	width:52px;
	padding: 0 5px;
	text-align: center;

}
#coursePageNav li a:hover, #coursePageNav li a.current{
	background-color: #ccc;
	color: #fff;
	font-weight: bold;
}
