html {
/* scrollbar-face-color: #bf6fc4; /*---------箭头正方形、滑块颜色---------*/
/* scrollbar-arrow-color: #ffffff; /*---------箭头颜色---------*/
/* scrollbar-track-color: #fcfeff; /*---------轨道颜色---------*/
/* scrollbar-highlight-color: #813685; /*---------所有左、上边缘颜色---------*/
/* scrollbar-shadow-color: #bf6fc4; /*---------所有右、下边缘颜色---------*/
/* scrollbar-darkshadow-color: #000000; /*---------强阴影颜色---------*/
/* scrollbar-3dlight-color: #000000; /*---------亮边框颜色---------*/
/* scrollbar-base-color: #000000; /*---------基准色---------*/
}
body {
margin: 0;
background: #ffffff url() repeat-x top center;
/* cursor: url(Pic/Arrow.cur); /*----鼠标光标----*/
/* overflow-y: hidden; /*隐藏垂直滚动条*/
/* filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#333333, endColorStr=#cccccc, gradientType=0); /*背景颜色渐变*/
}

body,td,th,input,select {
color: #333333;
font-size: 12px;
/* font-family: tahoma; /**/
font-family: arial,helvetica,sans-serif; /**/
}

form {margin: 0;}
img {border: 0;}

fieldset {
padding: 10px;
border: #999999 1px solid;
border-bottom: #666666 2px solid;
background-color: #ffffff;
}
legend {
background: #666666;
color: #ffffff;
font-size: 12px;
line-height: 18px;
padding: 0 5px;
font-weight: bold;
_margin-top: -10;
_margin-bottom: 10;
cursor: default;
}

.ImgDiv {overflow:hidden;text-align:left;}

/* 字体描边 */
.SizeColor {
position: absolute;
padding: 4px;
filter:
DropShadow(color=cccccc,offx=0,offy=-1)
DropShadow(color=cccccc,offx=1,offy=0)
DropShadow(color=cccccc,offx=0,offy=1)
DropShadow(color=cccccc,offx=-1,offy=0);
/* filter: DropShadow(color=cccccc,offx=1,offy=1); /* 字体阴影 */
}

.FontFace {
width: 70px;
filter: glow(color=#000000, strength=2);
}

/* 文字竖排样式 */
.vfont {writing-mode: tb-rl;}

input,select {
color: #333333;
/* border: #999999 1px outset; /* 整个文本框向上凸 */
}

.sInput {
height: 19px;
padding: 1px 0 0 3px;
border-top: #7c7c7c 1px solid;
border-right: #c3c3c3 1px solid;
border-bottom: #c3c3c3 1px solid;
border-left: #7c7c7c 1px solid;
background-color: #ffffff;
}

.iInput {
height: 19px;
padding: 1px 3px 0 3px;
border: #a3a3a3 1px solid;
background: #ffffff url(iInput.gif) top repeat-x; /* 文本框背景 */
}

.pInput {
width: 129px;
height: 22px;
padding: 2px 0 2px 5px;
background: #eeeeee url(input_popup.gif) no-repeat; /* 文本框背景 */
}

.iSubmit {
cursor: pointer;
background: url(isubmit.gif) repeat-x;
border: #d4b06a 1px solid;
font-weight: bold;
color: #753d00;
letter-spacing: 3px;
font-size: 12px;
height: 24px;
line-height: 20px;
}

.eiSubmit {
cursor: pointer;
background: url(isubmit.gif) repeat-x;
border: #d4b06a 1px solid;
font-weight: bold;
color: #753d00;
letter-spacing: 1px;
font-size: 12px;
height: 24px;
line-height: 20px;
}

/* A状态伪类BUG弹出图片样式 */
.altImg a {position: relative; display: block;}
.altImg a div {display: none;}
.altImg a:hover {background-color: #ffffff;}
.altImg a:hover div {
padding: 5px;
display: block;
position: absolute;
width: 230px;
height: 230px;
left: 120px;
top: -5px;
border: #999999 1px solid;
background-color: #ffffff;
z-index: 999;
}

/* 隐藏所有链接焦点 */
:focus {-moz-outline-style: none;} /* for Firefox */

/* 普通链接样式 */
a {
font-size: 12px;
color: #333333;
}
a:link {
text-decoration: none;
color: #333333;
}
a:visited {
text-decoration: none;
color: #333333;
}
a:hover {
text-decoration: underline;
color: #333333;
}

/* 顶部链接样式 */
.iTop {
color: #333333;
}
.iTop a {
color: #333333;
}
.iTop a:link {
text-decoration: none;
color: #333333;
}
.iTop a:visited {
text-decoration: none;
color: #333333;
}
.iTop a:hover {
text-decoration: underline;
color: #333333;
}

/* 菜单链接样式 */
.iMenu {
width:;
height:;
background:;
color: #333333;
text-align: center;
font-weight:;
border-right: #333333 0px solid;
/* filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#333333, endColorStr=#cccccc, gradientType=0); /**/
/* filter: alpha(opacity=80); /**/
}
.iMenu a {
display: block;
width: 100%;
line-height: 25px;
color: #333333;
letter-spacing:;
font-weight:;
}
.iMenu a:link {
text-decoration: none;
color: #333333;
}
.iMenu a:visited {
text-decoration: none;
color: #333333;
}
.iMenu a:hover {
text-decoration: underline;
background:;
color: #feb634;
}

/* 侧边链接样式 */
.iLeft {
background:;
color: #333333;
}
.iLeft a {
display: block;
width: 100%;
padding-left: 5px;
line-height: 25px;
color: #333333;
}
.iLeft a:link {
text-decoration: none;
color: #333333;
}
.iLeft a:visited {
text-decoration: none;
color: #333333;
}
.iLeft a:hover {
text-decoration: underline;
background:;
color: #333333;
}

/* 底部链接样式 */
.iBottom {
font-weight:;
color: #333333;
}
.iBottom a {
font-weight:;
text-decoration: none;
color: #333333;
}
.iBottom a:link {
text-decoration: none;
color: #333333;
}
.iBottom a:visited {
text-decoration: none;
color: #333333;
}
.iBottom a:hover {
text-decoration: underline;
color: #333333;
}

/* 浏览量样式 */
.iHits {
background-color: #333333;
color: #ffffff;
width: 18px;
line-height: 18px;
font-weight: bold;
cursor: default;
text-align: center;
margin: 1;
}

/* 购物车帮助链接样式 */
.iHelp {
padding-right: 15px;
height: 25px;
color: #333333;
}
.iHelp a {
text-decoration: none;
color: #333333;
}
.iHelp a:link {
text-decoration: none;
color: #333333;
}
.iHelp a:visited {
text-decoration: none;
color: #333333;
}
.iHelp a:hover {
text-decoration: underline;
color: #333333;
}

/* 登录样式 */
.iLogin {
margin-top: 150px;
width: 55%;
background-color: #ffffff;
border: #cad9ea 1px solid;
}
.iLogin_Top {
height: 30px;
padding-left: 10px;
border-bottom: #cad9ea 1px solid;
color: #333333;
font-weight: bold;
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#f1f8fe, endColorStr=#ffffff, gradientType=0);
}
.iLogin_Main {
padding-left: 10px;
background-color: #ffffff;
color: #659c27;
}
.iLogin_Main a {
text-decoration: none;
color: #315da4;
}
.iLogin_Main a:link {
text-decoration: none;
color: #315da4;
}
.iLogin_Main a:visited {
text-decoration: none;
color: #315da4;
}
.iLogin_Main a:hover {
text-decoration: underline;
color: #315da4;
}

/* 产品列表图片样式 */
.imgPro {
background: ;
border: #90a9c8 1px solid;
padding: 0;
cursor: pointer;
}
.imgPro1 {
background: ;
border: #90a9c8 1px solid;
padding: 0;
cursor: pointer;
}

/* 产品列表链接样式 */
.iPro {
text-align: center;
color: #333333;
background: ;
height: 25px;
line-height: 20px;
font-weight:;
border-bottom: #cccccc 0px solid;
vertical-align: ;
/* filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#333333, endColorStr=#cccccc, gradientType=0); /**/
}
.iPro a {
text-decoration: none;
color: #333333;
}
.iPro a:link {
text-decoration: none;
color: #333333;
}
.iPro a:visited {
text-decoration: none;
color: #333333;
}
.iPro a:hover {
text-decoration: underline;
color: #333333;
}

/* 产品页数链接样式 */
.ProPage {
height: 30px;
color: #333333;
background: #fffff2;
border: #ededce 1px solid;
/* border: #eeeeee 1px solid; /**/
}
.ProPage td {
padding-left: 7px;
padding-right: 7px;
}
.ProPage a {
text-decoration: none;
color: #333333;
}
.ProPage a:link {
text-decoration: none;
color: #333333;
}
.ProPage a:visited {
text-decoration: none;
color: #333333;
}
.ProPage a:hover {
text-decoration: underline;
color: #333333;
}

/* 产品数字页数链接样式 */
.ProPage_Num {
float: left;
width: 18px;
line-height: 18px;
text-align: center;
cursor: default;
margin-right: 3px;
color: #ffffff;
font-weight: bold;
background: url(numback02.gif);
}
.ProPage_Num a {
display: block;
width: 100%;
line-height: 18px;
text-align: center;
color: #ffffff;
text-decoration: none;
background: url(numback01.gif);
}
.ProPage_Num a:link {
text-decoration: none;
color: #ffffff;
}
.ProPage_Num a:visited {
text-decoration: none;
color: #ffffff;
}
.ProPage_Num a:hover {
text-decoration: none;
color: #ffffff;
background: url(numback02.gif);
}

/* 产品上页下页样式 */
.ProPage_Page {
cursor: default;
color: #c0c0c0;
}

/* 产品页数数字样式 */
.ProPage_Font {
font-weight: bold;
color: #a20000;
}

/* 留言板样式 */
.Guest_Top { /* 导航 */
background-color: #ffffd9;
padding-right: 10px;
border: #eeeeee 1px solid;
text-align: right;
color: #333333;
}
.Guest_Top a {
text-decoration: none;
color: #333333;
}
.Guest_Top a:link {
text-decoration: none;
color: #333333;
}
.Guest_Top a:visited {
text-decoration: none;
color: #333333;
}
.Guest_Top a:hover {
text-decoration: underline;
color: #333333;
}
.Guest_KeepTop { /* 置顶主题 */
background-color: #fffff1;
padding: 4px;
height: 25px;
border: #eeeeee 1px solid;
color: #999999;
}
.Table_Big { /* 外框 */
background-color: #eeeeee;
padding: 10px;
}
.Guest_Table { /* 内框 */
border: #999999 1px solid;
background-color: #ffffff;
}
.Guest_Table td {
color: #333333;
}
.Table_Show1 { /* 发布人 */
background-color: #ffffff;
border-bottom: #999999 1px solid;
}
.Table_Show1 td {
color: #666666;
}
.Table_Show2 { /* 头像 */
background-color: #ffffff;
padding-top: 10px;
width: 111px;
}
.Table_Show3{ /* 内容 */
background-color: #ffffff;
padding: 10px 10px;
color: #333333;
}
.Guest_Words { /* 文字内容框 */
margin-top: 10px;
height: 80px;
border: #cccccc 1px dotted;
padding: 3px;
overflow: auto;
overflow-x: hidden;
scrollbar-face-color: #111111; /*---------箭头正方形、滑块颜色---------*/
scrollbar-arrow-color: #333333; /*---------箭头颜色---------*/
scrollbar-track-color: #333333; /*---------轨道颜色---------*/
scrollbar-highlight-color: #333333; /*---------所有左、上边缘颜色---------*/
scrollbar-shadow-color: #333333; /*---------所有右、下边缘颜色---------*/
scrollbar-darkshadow-color: #000000; /*---------强阴影颜色---------*/
scrollbar-3dlight-color: #000000; /*---------边框---------*/
}
.Guest_Help { /* 帮助 */
border: #999999 1px solid;
background-color: #ffffff;
}
.Guest_Help td {
color: #999999;
}
.Guest_HelpFont {
color: #C60000;
}