@charset "utf-8";


/*选项卡css*/
.threed_container {
	width: 100%;
	height: 100%;
	margin: 0 auto 0;
	font-size: 14px;
    padding-top: 20px;
}
#threed_menu {
	height: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom: 1px solid #E9EAE9; /*框底线的颜色和宽度*/
}
.threed_container dl {
	list-style: none;
	height: auto;
	margin: 0 0 0 10px;
}
#threed_menu dd {
	background-position: 30% 0;
	display: block;
	float: left;

	height: 50px;
	cursor: pointer;
	margin-left: 0px;
}
#threed_menu dd:hover {
	background: #CCC;
}
#threed_menu dd.threed_current {
	background: #09AAF5;/*选中标签的颜色*/
	margin-left: 0px;
    color:#fff;
}
#threed_menu span {
	display: block;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	font-family: "微软雅黑";
}
.threed_current span {
	color: #eee;
}
.threed_content {
	min-height: 205px;
	height: auto;
	/*border-radius:12px;	*/
	/*box-shadow:6px 6px 6px rgba(0,0,0,0.6);*/
	padding-left: 15px;
	padding-top: 10px;
}
.threed_content dl {
	height: 100%;
	list-style: none;
}
.threed_content dd {
	height: 100%;
	margin-left: -20px;
	display: block;/*overflow:auto;zoom:1;*/
	
}
.clear {
	clear: both;
}

/*当前夺宝记录*/
.w_yun_con th {
    border-bottom: 1px solid #e8e8e8;
    text-align: center !important;
    font-size: 14px;
    color: #666;
    font-weight: 100;
    height: 40px;
}
.w_yun_con td {
    color: #999;
    font-size: 12px;
    height: 40px;
    border-bottom: 1px solid #e8e8e8;
    text-align: center !important;
}
.w_yun_con td a {
    color: #666;
    font-size: 12px;
    /*display: block;*/
    line-height: 40px;
}
.w_yun_con td a img {
    vertical-align: middle;
    margin-right: 6px;
    width: 19px;
    height: 17px;
}
.w_yun_con {
    width: 100%;
    margin: 0px 10px;
}
.w_yun_con td span:hover, .w_yun_con td a:hover {
    color: #dd2726;
}


/*课程增加页*/
.tipsya{width:800px;height:80px;line-height:30px;}
.hover:hover { background:#F5F9FD; }
.hover:hover .addchildboard, .hover:hover .deleterow { color: #F5F9FD; }
 .addchildboard, .deleterow { margin-right: 5px; padding-left:17px; line-height:25px; *line-height: 16px; background:url(../images/bg_repno.gif) no-repeat 0 -599px; color:#FFF; zoom: 1; }
	.deleterow { padding-left: 12px; background: url(../images/close.gif) no-repeat 0 50%; }
	.addchildboard:hover, .deleterow:hover { text-decoration:none; color:#F60 !important; }
    .lastboard{ padding-left:20px; background:url(../images/bg_repno.gif) no-repeat -240px -600px; }
    .childboard{ padding-left:110px; background:url(../images/bg_repno.gif) no-repeat -185px -550px; }
	.lastchildboard{ padding-left:110px; background:url(../images/bg_repno.gif) no-repeat -185px -600px; }
    .node, .board{ padding-left:20px; background:url(../images/bg_repno.gif) no-repeat -240px -550px; }
		.node .txt, .lastnode .txt, .newnode .txt{ width:250px; }
		.parentnode .txt{ width:250px; font-weight:700; }
		.parentboard .txt{ font-weight:700; }
.tbadd{
    line-height: 30px;
}
.tbadd th, .tbadd td {
    padding: 5px !important;
    height: 25px;
}
.tbadd td {
    padding: 5px 5px 3px 0px;
    border-top: 1px dotted #DEEFFB;
}
.tb2 .txt, .tb2 .txtnobd {
    width: 140px;
    margin-right: 1px;
}
.td200 .txt{
    width:260px;
}
.td15 .txt{
    width:30px;
}
.td300 .txt{
    width:400px;
    height: 80px;
}
.button_course {
	display: inline-block;
	color: #FFF;
	background: #F60 none repeat scroll 0% 0%;
	line-height: 35px;
	font-size: 16px;
	width: 160px;
	height: 35px;
	border-radius: 3px;
	text-align: center;
	position: relative;
	font-family: "microsoft yahei";
	vertical-align: middle;
    margin:5px 10px 5px 10px;
}


