@charset "utf-8";
/* CSS Document */

/*a {text-decoration:none;}
a,a:visited {color:#000;background:inherit;}
body {margin:0;padding:20px;font:12px tahoma,宋体,sans-serif;}
dt {font-size:22px;font-weight:bold;margin:0 0 0 15px;}
dd {margin:0 0 0 15px;}
h4 {margin:0;padding:0;font-size:18px;text-align:center;}
p {margin:0;padding:0 0 0 18px;}
p a,p a:visited {color:#00f;background:inherit;}*/

/*CNLTreeMenu Start*/
.CNLTreeMenu img.s {
	cursor: pointer;
	vertical-align: middle;
}
.CNLTreeMenu ul {
	padding: 0;
}
.CNLTreeMenu li {
	list-style: none;
	padding: 0;
}
.CNLTreeMenu ul li, .CNLTreeMenu ul li a {
	font-weight: bold;
	color: #cc0000;
	font-size: 12px;
}
.CNLTreeMenu ul li ul li a, .CNLTreeMenu ul li ul li a {
	font-weight: bold;
	color: #000;
	font-size: 12px;
}
.CNLTreeMenu ul li ul li ul li a, .CNLTreeMenu ul li ul li ul li a {
	font-weight: normal;
	font-size: 11px;
}
/*.Closed ul {
	display: none;
}*/
.Child img.s {
	background: none;
	cursor: default;
}
.CNLTreeMenu a:hover {
	color: #CC0000;
}
#CNLTreeMenu1 ul {
	margin: 0 0 0 0px;
}
#CNLTreeMenu1 img.s {
	width: 18px;
	height: 15px;
}
#CNLTreeMenu1 .Opened img.s {
	background: url(skin1/opened.gif) no-repeat 0 0;
}
#CNLTreeMenu1 .Closed img.s {
	background: url(skin1/closed.gif) no-repeat 0 0;
}
#CNLTreeMenu1 .Child img.s {
	background: url(skin1/child.gif) no-repeat 3px 5px;
	width: 10px;
}
/*CNLTreeMenu End*/

/*Temp CSS for View Demo*/
#CNLTreeMenu1 {
	float: left;
	width: 244px;
	/*border:1px solid #b4b4b4;*/ 
	/*background:#f4f4f4;*/
	color: inherit;
	padding: 3px;
}
#CNLTreeMenu1 {
	padding-bottom: 15px;
}
