#content-latest {
	float:left;
	color:#666;
	background:url(images/latest.png);
	width:349px;
	height:211px;
}
#content-latest .bar {
  background:url(images/new-bar.png) no-repeat;
	margin:20px 0 0 15px;
	width:316px;
	height:37px;
	text-indent:-9999px;
  overflow:hidden;
}
#content-latest .more {
}
#content-latest .container {
}
#content-latest .container ul {
	list-style:none;
	margin:0 0 0 5px;
	padding:0 10px;
}
#content-latest .container li {
	position:relative;
	display:block;
	padding:5px;
	border-bottom:1px #999 dotted;
	width:305px;
}
#content-latest .container li a {
	color:#666;
	font-weight:bold;
	width:310px;
	display:block;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow: hidden;
}
#content-latest .image {
	display:none;
}
#content-latest .image img {
	display:none;
}
#content-latest .title {
}
#content-latest .description {
	display:none;
}
#content-latest .date {
	position:absolute;
	top:5px;
	right:5px;
}

#content-lists .record {
	display: block;
	padding: 5px 0 0 0;
	height: 10px;
}
#content-lists .ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#content-lists .li {
	position:relative;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ddd;
	overflow:hidden;
}
#content-lists .image {
	display:none;
}
#content-lists .li h3 span {
	font-weight: lighter;
	font-size: 11px;
	color: #fff;
	background: #F90;
	display:inline-block;
	padding: 0 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(pie/pie.php);
  -webkit-box-shadow: #ddd 0px 0px 5px;
	-moz-box-shadow: #ddd 0px 0px 5px;
	box-shadow: #ddd 0px 0px 5px;
	behavior: url(pie/pie.php);

}
#content-lists .title {
	font-weight: bold;
	color:#5c90c5;
	margin-bottom: 5px;
}

#content-lists .teacher, #content-lists .credit {
	position:absolute;
	top: 10px;
	right: 10px;
	color:#999;
	display:block;
	margin-bottom: 5px;
}
#content-lists .teacher span {
	color: #666;
}
#content-lists .description {
	color:#333;
	display:none;
	background: #eee;
	margin:0 0 10px 0;
	padding:10px;
	height: 63px;
}
/* ---------------------------------------------------------------------------------------------------- */

.fb-like {
	margin:10px 0 0 -20px;
}
#content-detail .detail {
	color:#444;
	border:1px #eee solid;
	letter-spacing:2px;
	padding:10px;
	line-height: 20px;
}
#content-detail .button {
	font-weight:bold;
	color:#fff;
  -webkit-box-shadow: #3e601b 0px 0px 5px;
	-moz-box-shadow: #3e601b 0px 0px 5px;
	box-shadow: #3e601b 0px 0px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/library/pie/pie.php);
	display: inline-block;
	padding:5px 20px;
	*padding:8px 20px 5px 20px;
	margin: 10px 5px;
	border:1px solid #fff;
	height:17px;
}
#content-detail .bottom {
	font-weight:bold;
	color:#333;
	text-align: right;
	margin:10px 0;
}