#Library {
	width: 550px;
	border: 0px solid #000;
}

#Library_Name {
	width: auto;
	line-height: 27px;
	margin-top: 30px;
	clear: both;
	float:left;
}

#Library_Body {
		margin-top: 10px;
		clear:both;
		float:left;
}
	#Library_Body ul{
		margin:0 0 0 10px;
		padding:0;
		width: auto;
		border: 1px solid #ccc;
		list-style: none;
	}
		#Library_Body ul li {
			list-style: none;
			width:540px;
			padding: 2px 0 0 0;
			margin: 0;
			height: 40px;
		}
	
#Library_Body_Title {
	line-height: 27px;
	background: #000;
	width: 540px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	text-indent: 15px;
	border: 1px solid #fff;
}


#LD_icon {
	float:left;
	text-align:right;
	line-height: 40px;
	width: 40px;
	display:block;
	font-family:Verdana, Geneva, sans-serif;
}
	#LD_icon img {
		margin-top: -7px;
	}
#LD_title {
	float: left;
	width: 470px;
	padding-left: 10px;
	line-height:16px;
	font-family:Verdana, Geneva, sans-serif;
}
	#LD_title font {
		font-size:11px;
		color:#000;
	}
	#LD_title a {
		color: #f00;
		font-size: 11px;
		text-decoration:none;
	}
	
	
	
	
.Library_LightBlue {
	background:#e9f2f7;
}
