@CHARSET "UTF-8";

html,body,div,span,ul,li{margin:0px; padding: 0px; outline:0; border: 0; }

body, button, input, select, textarea {font: 15px arial, tahoma, 宋体;}

img{border:0;}

/*页面样式*/
.body_CS {background-color: #FFFFFF;}

/*div样式*/
.div_CS {width: 1020px; margin: 0 auto; height: 100%;}

/*一般Table表格样式，如：用户中心表格------begin*/
.tbcommon {border-top: 1px solid #8296b0; border-left: 1px solid #8296b0; border-right: 1px solid #8296b0;}
.tbcommon td {padding-top: 9px; padding-bottom: 9px; padding-left: 5px; padding-right: 5px; border-bottom: 1px solid #8296b0;}
.tbcommon tr {background:#F0FFFF;}               
.tbcommon tr:nth-child(2n){background:#e0f5f6;}
.tbcommon tr:HOVER {background:#C1FFC1;}
/*一般Table表格样式------end*/

.tb {border-top: 1px solid #8296b0; border-left: 1px solid #8296b0; border-right: 1px solid #8296b0;}
.tb td {padding-top: 9px; padding-bottom: 9px; padding-left: 5px; padding-right: 5px; border-bottom: 1px solid #8296b0;}
.btn{padding: 5px 28px 5px 28px; font-size:1.2em;}

.CloseCss{ text-align:center;}
.CloseCss a {color:white; display:table-inline; padding:5px 9px 5px 9px;}
.CloseCss a:HOVER {
	background-color: #FF7F24;
}

/*页面右上角登录、免费注册样式*/
.Login a{color: blue; text-decoration: none; padding:5px; margin-top:3px; margin-bottom:3px;}
.Login a:HOVER{color:white; background-color: #009933; text-decoration: none;}
/*页面网址样式*/
.URL a{color: #0000ff; text-decoration: none; padding:5px; margin-top:5px;}
.URL a:HOVER{color:white; background-color: #00EE44; text-decoration: none;}

/*常用网址、科技网址、生活网址、我的网址导航样式*/
.css_current {display: inline-block; border-top: 3px solid #009933; border-left: 1px solid #009933; border-right: 1px solid #009933; z-index: 10; position: relative; background-color: #FFFFFF; text-align:center; line-height: 35px; cursor: pointer; color: #04671a; font-weight:bolder; text-decoration: none; font-size:18px; padding-left: 12px; padding-right: 12px;}
.css_out {display: inline-block; border-top: 1px solid #eefbf0; border-left: 1px solid #eefbf0; border-right: 1px solid #eefbf0; z-index: 1; position: relative; background-color: #eefbf0; text-align:center; line-height: 35px; cursor: pointer; color: #04671a; text-decoration: none; font-weight:lighter; font-size:18px; padding-left: 12px; padding-right: 12px;}

input.error { border: 1px solid red; }
div.error { color: red; padding-top: 6px; }

.tdinput input {border: 1px solid #8296b0;}

/*进销存样式*/
.PurchaseCss a {background-color: #eefbf0; color:#229944; }
.PurchaseCss a:HOVER {background-color: #00EE44; }

