@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:8pt;line-height:150%;color:#555}
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}
#newsblock * {margin:0px;}
#newsblock img {margin:0px;margin-right:3px;margin-top:3px;}
.title {font-size:9pt;color:#FF6600;font-weight:bold}
.title a {color:#FF6600}
input {font-size:8pt;font-family:tahoma}
.tpbox {padding-left:5px;padding-right:7px;padding-top:2px;padding-bottom:2px; background-image:url(/images/tpbox.jpg);width:241px;height:86px; background-repeat:no-repeat; background-position:left; text-align:left;word-wrap:break-word;}
.utilityblock a {padding-left:8px;color:#555}
.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:#555}
a:hover {color:red;text-decoration:underline}
#utilitybar  {color:white}
#pageender {color:#333333;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0}
#pageender a {color:#333333; text-decoration:none}
#pageender a:hover {text-decoration:underline}
#copyright {color:#555;}
#copyright a {color:#555;}
#MainMenu a { font-size:9pt;font-weight:bold;color:#000;height:30px;width:100px;padding-top:6px;}
#MainMenu a:hover {text-decoration:none;color:#b91609; background-image:url(/images/menuoverbg.jpg); background-repeat:repeat-x; background-position:center}
#MainMenu a.ActiveMenu {}
#salesonline a {text-decoration:none;color:#555;}
#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}
.boxtitle {background-color:#666666;height:25px;color:white;padding-left:5px;font-size:9pt;font-weight:bold}
#language td {color:#ffffff}
#language a {color:#ffffff;}
#newproduct p {margin:1px;}
#rightcontent  {width:710px;overflow-x:hidden;}
#rightcontent p,div {line-height:200%;margin-top:0px;margin-bottom:8px;}
#rightcontent a {text-decoration:none;color:black}
#rightcontent a:hover {text-decoration:underline;color:#0033CC}

#rightContenttitle {padding-left:10px;font-weight:bold;font-size:9pt;border-bottom:1px solid #e0e0e0}
#rightContenttitle a {color:#555}
#ProductDirectory {}
#ProductDirectory div { height:25px;}
#ProductDirectory div.Category  a {font-weight:bold;padding-left:10px;padding-top:3px;text-decoration:none;color:#555;height:23px;width:162px;}
#ProductDirectory div.CurrentCat a {color:#FF0000;background-image:url(/images/cat-bg.jpg)} 
#ProductDirectory div a {padding-left:10px;padding-top:3px;text-decoration:none;font-weight:lighter;color:#555;height:23px;width:162px;}
#ProductDirectory a:hover {color:#FF0000;background-image:url(/images/cat-bg.jpg)}
/*产品分页栏样式定义*/
#Pager a {padding:1px;padding-left:5px;padding-right:5px;margin-right:3px;text-decoration:underline}
#Pager a:hover {color:red;text-decoration:none;border:1px solid #999999;}
#Pager .currentpage {border:1px solid #999999;text-decoration:none; background-color:#f5f5f5}
}


/*******************************以下样式仅用于打印********************************/
@media print
{
}
