body { margin:0px; background-color:#dedede;	}
Select { background-color:EFF7FF; height:20px;
font-size: 8pt; color:#333333;
	font-family: "Arial","tahoma","Verdana", "Helvetica", "sans-serif";
}
INPUT {
	border: 1px solid #7C93AC; background-color:#F5F8FD; height:18px;} 

TABLE {
	COLOR: #555;
	font-size:12px;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial,Tahoma,Verdana;

}
p {
	line-height:22px;text-indent:20px;
}

.p1 {
	text-indent:0px;line-height:25px;color:#717171;
}

.Pdarkred {color: #990000; font-weight:bold; font-size:14px; line-height:25px;text-indent:0px;margin-left:5px; margin-right:5px;}

.INPUT {
	border: 1px solid #7C93AC; background-color:#F5F8FD; height:16px;} 

A:visited {color: #333;text-decoration:none;}
A:active {color: #333;text-decoration:none;}
A:hover {color: #ff3300;text-decoration:none;}
A:link {color:#333;text-decoration:none;}

A.aline:visited {color: #555; text-decoration:underline;}
A.aline:active {color: #555; text-decoration:underline; }
A.aline:hover {color: #ff3300; text-decoration:none;}
A.aline:link {color:#555; text-decoration:underline;}

A.orange:visited {color: #FD5300; text-decoration:underline;}
A.orange:active {color: #FD5300; text-decoration:underline; }
A.orange:hover {color: #333; text-decoration:none;}
A.orange:link {color:#FD5300; text-decoration:underline;}


A.nav:visited { color: #ffffff;text-decoration:none;}
A.nav:active { color: #ffffff;text-decoration:none; }
A.nav:hover { color: #ffff00;text-decoration:none;}
A.nav:link { color:#ffffff;text-decoration:none;}


.i{color:#ffffff; }
.itop{color:#606F82;}
.red{ color:#E71D1D; font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:800;}


.title{font-size: 14px; color:#3556C0; font-weight:bold; }

.foot{
	font-size: 14px; color:#8489A4;
}


.list {
	font-size: 9pt;
	border: 1px solid #336699;
	width:155px;
}
.img1 {
	border: 1px solid #ddd;
}



/* 左侧产品分类列表CSS */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 180px; /* Width of Menu Items */
border-bottom: 1px dotted #ccc;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*1st level sub menu style */
.suckerdiv ul li ul{
left: 179px; /* Parent menu width - 1*/
position: absolute;
width: 160px; /*sub menu width*/
top: 0;
display: none;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{ 
left: 18-9px; /* Parent menu width - 1*/
}

/* menu links style */
.suckerdiv ul li a{
display: block;
color: black;
text-decoration: none;
font:12px 宋体;
background: #fff;
padding: 5px 5px;
border-bottom: 1px dotted #ccc;

}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
color: white;
background-color: ccc;
}

.suckerdiv .subfolderstyle{
background: url(../images/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */
