/* CSS Document */
.scrollbar {
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#484848;
	scrollbar-darkshadow-color:#484848;
	scrollbar-shadow-color:#1b1b1b;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#000000;
}
body, td, th {
	font-size: 12px;
	font-weight: normal;
}
html, body {
	height: 100%;
	width: 100%;
}
body {
	background-color: #000;
	font-family:"宋体";
	color: #999999;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
a img, :link img, :visited img {
	border: 0;
}
a {
	color: #fff;
	font-family:"宋体";
}
a:hover {
	text-decoration:underline;
	font-family:"宋体";
}


.leftnavlist {
	width:188px;
	line-height:30px;
}
.ProductsNav {
	width:135px;
	font-size:12px;
	line-height:28px;
	color: ffffff;
	filter: dropshadow(color=red,
	offx=1,offy=1,positive=1);
	margin-left:35px;
}
.PIMG { border:1px solid #FFFFFF; }
.LinksNone { text-decoration:none; }

.DotLine3{
	display: block;
	width:177;
	background: url(images/DotLine3.gif) bottom repeat-x;
}

/*Div 去掉高度*/
.ClearLine10{
	display: block;
	width:100%;
	height:10px;
    line-height:10px;
}
.ClearLine5{
	display: block;
	width:100%;
	height:5px;
    line-height:5px;
}

/*新闻信息样式*/
.NewsTitle{
	font-family:georgia, verdana, arial, sans-serif;
	font-size: 15px;
	color: #747675;
	font-weight: bold;
}
.NewsTitle a {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #747675;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #747675;
	font-weight: bold;
}
.NewsDate {
	font-family:georgia, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5687BE;
}

/*输入框背景*/
.Mailinput{
    background-color:#666666;
	color:#FFFFFF;
	border: 1px solid #c0c0c0;
}
