/* 框架 */
#node1_Left {
	float: left;
	width: 240px;
	background-color: #F8FBFE;
}
#node1_Right {
	float: right;
	width: 240px;
	background-color: #F8FBFE;
}
#node1_Center {
	margin:0  250px;
}

#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_Right dl{
	padding: 8px;
}
#node1_Right 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{
	background-color: #FFD1B3;
	font-weight: bold;
	margin: 4px 8px;
}
#node1_Center dl dd ul{
	margin: 2px 8px;
}


/* 地区.块 */
#District {
	overflow: hidden;
	background-color: #F8FBFE;
}
#District ul.dt {
	overflow: hidden;
}
#District ul.dt li {
	font-weight: bold;
	float: left;
	width: 25%;
	text-align: center;
}
#District ul.dt li.on {
	background-color: #2F78D7;
}
#District ul.dt li.on a {
	color: #ffffff;
	text-decoration: none;
	display: block;
}
#District ul.dd {display: none;line-height: 16px;}
#District ul.dd li{
	float: left;
	width: 25%;
	text-align: center;
}


/* 中部列表.块 */
#GBT_Navigation{
	font-size:12px;
	height:20px;
	line-height: 20px;
	background-color: #FFF5F5;
	border: 1px dashed #FFDCDC;
	margin-bottom: 8px;
	color: #666666;
	text-align: right;
}
#Corp_List {
	height: 80px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding: 6px;
}
#Corp_List A {
	DISPLAY: block; PADDING-LEFT: 30px; FONT-WEIGHT: bold; FONT-SIZE: 14px; BACKGROUND: url(../images/down.png) no-repeat 0px 0px; COLOR: #0044DD; LINE-HEIGHT: 30px; HEIGHT: 30px
}
#Corp_List A:hover {
	BACKGROUND: url(../images/down_focus.png) no-repeat 0px 0px; COLOR: #f04a08
}

