@import url(footer.css);

.nav_link{
	height:100px;
	line-height:100px;
	color:#000;
}
.nav_link a{
	color:#000;
	font-weight:bold;
	font-family:"Microsoft YaHei";
}
.course_market{
	margin-bottom:10px;
	overflow:hidden;
	background:#EBEBEB;
}
.course_title{
	width:970px;
	margin:0 auto;
}
.course_type, .sort_link{
	height:40px;
	line-height:40px;
	font-weight:bold;
	position:relative;
}
.course_type a, .more_link{
	border-bottom:4px solid #DDDDDD;
}
.sort_link{
	height:80px;
	line-height:80px;
}
.sort_link a{
	padding:5px 15px;
	margin-left:20px;
	background:#fff;
}
.course_type a{
	padding:7px 25px;
}
.more{
}
.selected_item{
	color:#4badf6;
}
.selected_block{
	background:#C9C9C9 !important;
}
.move_item, .default_item{
	width:82px;
	height:4px;
	background:#4badf6;
	position:absolute;
	bottom:0;
	left:0;
}
.course_content{
	padding-bottom:20px;
}
.course_list{
	width:850px;
	padding-bottom:20px;
	margin:0 auto 20px;
	border:1px solid #AAA;
	background:#fff;
	overflow:hidden;
}
.left_col, .right_col{
	float:left;
}
.left_col{
	width:200px;
	padding-top:20px;
	text-align:center;
}
.left_col img{
	width:130px;
	height:130px;
}
.right_col{
	width:630px;
}
.right_col p{
	font-size:14px;
}
.right_col h4{
	margin-top:30px;
	color:#4badf6;
}
.right_col p{
	margin:5px 0;
}
.right_col .btn_buy{
	padding:6px 15px 6px 40px;
	font-size:16px;
	background:url(../images/kccs/coin.png) no-repeat 15px 5px #E99E4D;
	color:#fff;
	border-radius:5px;
	float:right;
}
.right_col .btn_buy:hover{
	background:url(../images/kccs/coin.png) no-repeat 15px 5px #CE7210;
}
.right_col .star_grey{
	width:25px;
	height:30px;
	margin-right:10px;
	float:right;
	background:url(../images/kccs/star_grey.png) no-repeat center center;
}
.right_col .star_grey:hover{
	background:url(../images/kccs/star_yellow.png) no-repeat center center;
}