/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;font-family: "宋体";
	font-size: 12px;} /* 链接无下划线,有为underline */ 
a:link {color: #333333;font-family: "宋体";
	font-size: 12px;} /* 未访问的链接 */
a:visited {color: #000066;font-family: "宋体";
	font-size: 12px;} /* 已访问的链接 */
a:hover{color: #ae0927;font-family: "宋体";
	font-size: 12px;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;font-family: "宋体";
	font-size: 12px;} /* 点击激活链接 */
/* 顶部菜单文字链接的css定义*/
a:link.meun {color: #ffffff;font-weight: bold;}
a:visited.meun {color: #ffffff;font-weight: bold;}
a:hover.meun{color: #ffff00;font-weight: bold;position:relative;top:1px;}
a:active.meun {color: #ffffff;font-weight: bold;}
/* 顶部客服菜单文字链接的css定义*/
a:link.meun_2 {color: #000000;}
a:visited.meun_2 {color: #000000;}
a:hover.meun_2{color: #003366;}
a:active.meun_2 {color: #003366;}

/* 文章文字的css定义 */
.wenzi
{
	color: #333333;
	font-size: 12px;
}
/* 文本框的css定义:对应css中的“input” */
input
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
/* 按钮的css定义:对应css中的“button” */
.button
{
font-size: 9pt;height: 20px;
}
.span{
	margin-left:100px;width:18px;height:20px;overflow:hidden;border-left : 0px solid #47bbe9; 
	border-right : 1px solid #47bbe9; border-top : 1px solid #47bbe9;border-bottom : 1px solid #47bbe9;
	background-color : #47bbe9;
}

.TableBorder {
	border: 1px #335EA8 solid ; 
	background-color: #C9C9C3;
	font: 12px;
	width: 98%;
}
th {
    /*background-image: url(images/admin_bg_1.jpg);*/
    background-color: #335EA8;
    color: white;
    font-size: 12px;
    font-weight:bold;
    height: 26;
}
td.h1{
	font-family: "宋体";
	font-size: 12pt;
	color: #000000;

}
td.TableRow1 {
	background-color:#EEEEE6;
	height: 25px;
	padding-right: 5px;
	padding-left: 5px;
}

td.TableRow2 {
	background-color: #EEEEE6;
	height: 25px;
	padding-right: 5px;
	padding-left: 5px;
}
td.TableRow {
	background-color:#EEEEE6;
}
td.TableTitle {
	background-color: #5A6576;
	color:#F6F6F6;
	font-size: 12px;
	font-weight:bold;
	height: 25;
}
td{font-family:宋体; font-size: 12px; line-height: 20px; line-height: 150%;}
td.TableTitle1 { background-color: #335EA8; Color: #FFFFFF; }
td.TableTitle2 { background-color: #E4E8EF; }
td.TableBody1 { background-color: #FFFFFF; line-height: normal; }
td.TableBody2 { background-color: #E4E8EF; line-height: normal; }
input,textarea {
	font-family:verdana, arial, helvetica, sans-serif,宋体; text-decoration: none; border-top-width: 1px; border-left-width: 1px; font-size: 12px; border-bottom-width: 1px; border-right-width: 1px
}
select,option {
	font-family:verdana, arial, helvetica, sans-serif,宋体; border-top-width: 1px; border-left-width: 1px; font-size: 12px; border-bottom-width: 1px; border-right-width: 1px
}
.Button {
	BORDER-RIGHT: #404040 1px solid;
	BORDER-TOP: #ffffff 1px solid; 
	FONT-SIZE: 9pt; BACKGROUND: #D4D0C8;
	BORDER-LEFT: #FFFFFF 1px solid;
	BORDER-BOTTOM: #404040 1px solid;
	padding-top:3px;
}
span {font-family:verdana, arial, helvetica, sans-serif,宋体; font-size: 12px; position: static}
form { display: inline; margin: 0px; padding: 0px; }
/* ==产品信息中的css定义结束== */