@charset "utf-8";
/* ***********************************
用于显示的CSS样式定义,如果要更改整个页面的宽度,可以更改以下样式的Width属性成合达的值
PageContainer
将这些样式表的属性值改为100%可以使面自动伸缩
改为760可以制作传统的居中页面
**************************************/
@media screen 
{
/*公共样式定义,包含缺省字体等*/
body {margin:0px;text-align:center}
.pagepart {width:900px;}
body,p,td,div {font-family:tahoma;font-size:9pt;line-height:150%;color:#eda907}
table {border-collapse:collapse}
.GrayBorder {border:1px solid #c0c0c0}
.darkBorder {border:1px solid #999999}
.thinBorder {border:1px solid  #e0e0e0}
.bborder {border-bottom:1px solid #eeeeee}
.title {font-size:9pt;color:#FF6600;font-weight:bold}
.title a {color:#FF6600}
.inputbox {border:none;border-bottom:1px solid #553703; background:none;color:#FFFF00}
.button {border:0px;border:1px solid #CC9900; background:none;font-size:9pt;color:#FFCC00;padding-top:2px;height:20px;padding-left:3px;padding-right:3px;}

.tpbox {padding-left:5px;padding-right:5px;padding-top:2px;padding-bottom:2px; background-image:url(/images/tpbox.jpg);width:241px;height:86px; background-repeat:no-repeat; background-position:left}

.catbox {padding-left:5px;padding-right:5px;padding-top:2px;padding-bottom:2px; background-image:url(/images/catbox.jpg);width:220px;height:86px; background-repeat:no-repeat; background-position:right}
a {text-decoration:none;color:#eda907}
a:hover {color:#FFCC00;text-decoration:underline}

#MainMenu a {height:29px;width:77px; display:table-cell;text-align:center;padding-top:5px;text-decoration:none;color:#000;font-weight:bold;background-image:url(/images/menubg.jpg);margin-left:10px; }
#MainMenu a:hover {color:#fff;background-image:url(/images/menubg-over.jpg)}
#MainMenu a.ActiveMenu {color:#fff;background-image:url(/images/menubg-over.jpg)}
#salesonline a {text-decoration:none;color:#000;}
#salesonline a:hover {color:#CC0000}
textarea {overflow:auto}
.tborder {border-top:1px solid #eeeeee}
.lborder {border-left:1px solid #eeeeee}
.rborder {border-right:1px solid #eeeeee}

#rightcontent {padding-bottom:10px;}
#rightcontenttitle {font-size:11pt;color:#ff7709;font-weight:bold;}

#ProductDirectory {}
#ProductDirectory div { height:23px;}
#ProductDirectory div a {padding-left:10px;padding-top:3px;text-decoration:none;font-weight:lighter;color:#000;height:22px;width:170px;}
#ProductDirectory div.currentcat a {color:#FF0000;background-image:url(/images/pdirbg.gif);height:22px;width:170px;}

#ProductDirectory a:hover {color:#FF0000;background-image:url(/images/pdirbg.gif)}
/*产品分页栏样式定义*/
#Pager a {padding:1px;padding-left:5px;padding-right:5px;margin-right:3px;text-decoration:underline}
#Pager a:hover {color:#FFFF66;text-decoration:none;border:1px solid #744b04;}
#Pager .currentpage {border:1px solid #744b04;text-decoration:none; }
#PageEnder {color:#666666}
#PageEnder a {color:#006600}
#homeservice a {height:22px; width:80px;padding-top:2px;}
#homeservice a:hover { background-image:url(../../images/servbg.jpg); background-position:center; background-repeat:no-repeat; text-decoration:none}
#homeservice .active {background-image:url(../../images/servbg.jpg); background-position:center; background-repeat:no-repeat; text-decoration:none;color:red}
.orgtext {font-weight:bold;color:#FF6600}
}


/*******************************以下样式仅用于打印********************************/
@media print
{
}

