/* 框架 */
#node1_Left {
	float: left;
	width: 240px;
	background-color: #F8FBFE;
}
/*#node1_Right {
	float: right;
	width: 200px;
	background-color: #F8FBFE;
}*/
#node1_Center {
	margin-left: 244px;
	background-color: #FFF5F5;
}

#node1_Left dl{
	padding: 8px;
}
#node1_Left dl dt{
	padding-bottom: 4px;
	font-size:18px;
	filter: DropShadow(Color=#ACDEFF, OffX=1, OffY=1);
	color: #06A;
	font-family: "黑体";
}

#node1_Center dl {margin: 4px;}
#node1_Center dl dd {
	width: 25%;
	float: left;
}
#node1_Center dl dd .ProductBox_Title a {
	background-color: #FFEBEB;
	line-height: 30px;
	height: 26px;
	margin: 4px 8px;
	padding-left: 8px;
	display: block;
}
#node1_Center dl dd .ProductBox_Title a:hover {
	background-color: #FFF0F0;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #F00;
	display: block;
}

#node1_Center dl dd ul{
	margin: 2px 8px;
}