﻿@CHARSET "UTF-8";

body,table,font,th,input,td,p,li {
font-family:  Arial, Helvetica, Verdana,sans-serif;
font-size:12px;
}

p,td,th {
font-size: 11;
color: #000000;
}

.tableBackground {
background: url('../images/background.gif') no-repeat scroll top right;
}

.newsBg{
background: url('../images/threebg.gif') no-repeat scroll top left;
}

.orderBg{
background: url('../images/fourbg.gif') no-repeat scroll top left;
}

.downloadBg{
background: url('../images/five.gif') no-repeat scroll top left;}

.loginBg{
background: url('../images/two.gif') no-repeat scroll top left;
}
.searchBg{
background: url('../images/one.gif') no-repeat scroll top left;
}
.productBg{
background: url('../images/productBg.gif') no-repeat scroll top left;
}
.serviceBg{
background: url('../images/serviceBg.gif') no-repeat scroll top left;
}
.titleBg{
background: url('../images/titlebg.gif') repeat-x;
}

.bannerbg{
background: url('../images/bannerbg.gif') no-repeat scroll top left;
font-size:14px;
font-weight:bold;
color: #415464;
}
.headerbg{
background: url('../images/headerbutton.gif') no-repeat scroll top left;
}
.menuBg{
background: url('../images/menubg.gif') repeat-x;
}
.searchBoxA {
border: #FFFFFF 1px solid;
background-color: #B3C5C7;
overflow: hidden;
height: 26px;
}

a:link,a:active,a:visited {
text-decoration: none;
color: #444444;
}

a:hover {
text-decoration: underline;
color: #444444;
}

li {
list-style:none;
color: #444444;
}

li.list{
font-family:  Arial, Helvetica, Verdana,sans-serif;
list-style-image: url("../images/list.gif");
margin-left: -25px;
color:#444444;
}


.newsmenu {
font-size: 12px;
color: #05595C;
}

.item {
font-family:  Arial, Helvetica, Verdana,sans-serif;
font-size:12px;
color: #444444;
}

.item li {
margin-left: -13px;
}

a.item:link,a.item:active,a.item:visited {
text-decoration: none;
color: #444444;
font-family:  Arial, Helvetica, Verdana,sans-serif;
font-size:12px;

}

a.item:hover {
text-decoration: underline;
color: #DD6900;
}

.title2 {
font-family:  Arial, Helvetica, Verdana,sans-serif;
font-size: 14px;
font-weight: bold;
color: #436078;
height: 46px;
}

.title3 {
font-weight: bold;
color: #444444;
}

.L {
color: #000000;
}

a.menu:link,a.menu:active,a.menu:visited {
text-decoration: none;
color: #45565A;
background: url('../images/buttonbg.gif') no-repeat scroll top right;
height:36px;
width:116px;
text-align:center;
}

a.productItem:link,a.productItem:active,a.productItem:visited {
text-decoration: underline;
font-weight:bold;
color: #444444;
}
a.productItem:hover {
text-decoration: underline;
color: #DD6900;
}
a.newsItem:link,a.newsItem:active,a.newsItem:visited {
text-decoration: none;
color: #444444;
}
a.newsItem:hover {
text-decoration: underline;
color: #DD6900;
}

.forumline	{ background-color: #FFFFFF; border: 2px #A9B1B4 solid; }

th.thHead,tr.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR{
	background: #A9B1B4;
}


/* 自动完成 */
.autofinish{
	font-family: Arial, Helvetica, Verdana,sans-serif;
	font-size:12px;
	background:#eeeeee;
	border:1px solid #000000;
	padding:2px;
	color:#0000cc;
}
.autofinish_over{
	background:#C4E4FF;
	font-size:12px;
	margin:5px;
	color:#0000cc;
}
.autofinish td{
	font-size:12px;
}
.autodiv{
	left: 0px;
	top: 0px;
}


/*显示动态数据的DIV*/
.dataDiv {
    float: left;  
    overflow-y: visible;
    overflow-x: hidden; 
    width: 100%;
}
.dataDiv table {
	COLOR: #000000;
	TEXT-ALIGN: center; 
	width: 100%; 
	border-color: #000000; 
	border-width: 1px thin;
}


.dataScrollDiv {
    float: left;  
    OVERFLOW:auto;
    overflow-y: auto;
    overflow-x: hidden; 
    width: 100%;
}

.tb1 {
	font-size: 12px;
	border: 1px solid #ccc;
	margin: 0;
	padding: 0;
	width: 100%;
}
.tb2 {
	text-align: left;
	padding-left:3px;
	color: #000;
}
.tb2 thead {
	color: #000;
}
.tb3 {
	border: 1px solid #ccc;
}


