@charset "utf-8";
/* 全局CSS */
a:link,
a:visited {
	color: #1F7CAB;
}
a:hover {
	color: #333;
}
body{

}
ul,li{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
/* ajax loading */
.loading{
	padding: 5px;
	vertical-align: middle;
}
.loading img{
	padding: 5px;
	vertical-align: middle;
}
h1 {
	color: #FFFFFF;
	font-size: 26px;
	font-weight: bolder;
	font-family: "宋体", Arial, "MS Gothic", "MS Sans Serif";
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	display: none;
}
#header{
	background-image:url(../images/headerBg.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFF;
	background-position: left top;
}
#website-desc{
	padding-top: 50px;
	color:#CCC
}
#logo{
	height:96px;
}
#logo img{
	padding-top:30px;
	padding-right: 0px;
}
/* top menu */
#topMenu{
	padding-top:10px;
}
#topMenu ul,
#topMenu li{
	padding:0px;
	margin:0px;
	list-style-type:none;
}
#topMenu li{
	background-image:url(../images/topMenuLiBg.jpg);
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
/* main menu */
#menu {
	color: #FFFFFF;
	height: 35px;
}
#menu ul{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
}
#menu li{
	display: block;
	list-style: none;
	margin: 0px;
	line-height: 35px;
	width: 130px;
	height: 35px;
	float: left;
	padding: 0px;
	background-image: url(../images/menuBgLi.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
}
#menu a{
	display: block;
	line-height: 35px;
	text-align: center;
	padding-right: 3px;
}
#menu a:link,
#menu a:visited {
	color: #999999;
	font-size: 12px;
	font-weight: normal;
}
#menu a:hover {
	color: #1F7CAB;
	font-size: 12px;
	font-weight: normal;
}
#menu ul .thisPage a,
#menu ul .thisPage a:link,
#menu ul .thisPage a:visited,
#menu ul .thisPage a:hover,
#menu ul .thisPage a:active {
	color: #1F79AB;
	text-decoration: none;
	font-weight: bolder;
	background-image: url(../images/menuLiThis.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#banner{
	margin-bottom: 20px;
}

/****** 底部css ******/
#footer{
	margin-top:20px;
	background-image: url(../images/bottBg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#bottMenu{
	display:none;
}
#copyriht{
	line-height: 40px;
	color: #3D3D3D;
	height: 50px;
	text-align: center;
}
#copyriht a{
	color: #333333;
	text-decoration: none;
}
/****** 其他公用css ******/
.panel{
	border: 1px solid #D3D4D6;
	background-image:url(../images/panelBg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
.panel h5{
	line-height: 33px;
	font-weight: bolder;
	color: #666666;
	margin: 0px;
	height: 33px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/panelH5Bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.marginBottom20{
	margin-bottom:20px;
}
#sideContactUs{
	background-image: url(../images/contactUs.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#sideContactUs .panel-content{
	line-height: 20px;
	color: #1F79AB;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 105px;
}
/* 用户登陆 */
#userLogin .panel-content{
	height: 157px;
}

#userLogin .panel-content .memberLogin{
	margin: 0px;
	color: #666666;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#userLogin .panel-content .memberLoginBox{
	color: #666666;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.memberLogin table{
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.memberLogin td{
	height: 40px;
	margin: 0px;
	padding: 0px;
}
.memberName,
.password{
	color: #666666;
	background-color: #F9FAFB;
	height: 25px;
	border: 1px solid #E2E8EE;
	width: 140px;
	line-height:25px;
}
#userLogin .panel-content .regMember{
	text-decoration: underline;
}
.loginBt{
	color: #666666;
	background-image: url(../images/loginBtBg.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 95px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.loginErrorSummary{
	background-color: #FFFFCC;
	display: block;
	font-size: 12px;
	border: 1px solid #A0A0A0;
	padding: 10px;
	position: absolute;
	left: 116px;
	top: 100px;
	width: 120px;
}
.memberLogin ul,
.memberLoginBox ul,
.loginErrorSummary ul{
	padding: 5px;
	margin: 0px;
}
.memberLogin li,
.memberLoginBox li,
.loginErrorSummary ul li{
	color: #999999;
	list-style: square inside;
}

.memberLoginBox{
}
.loginBoxTitle{
}
.loginName{
}
.loginBoxLink{
}
.editLink{
}
.outLinkButton{
}

/* 友情链接 */
#friendLink{
	height: 220px;
}
.panel-content{
	padding-top: 10px;
	padding-bottom:10px;
}
#friendLink .panel-content #picLink{
	float: left;
	width: 130px;
}
#picLink ul{
	padding-right: 5px;
	padding-left: 28px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
#picLink li{
	height: 40px;
	vertical-align: middle;
}
#picLink img{
	height: 33px;
	width: 88px;
}
#friendLink .panel-content #textLink{
	float: left;
	width: 125px;
}
#textLink ul{
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E2E8EE;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#textLink li{
	height: 27px;
}



/* 产品栏目 */
.productList{
}
.productAlternating,
.productItem{
	width: 235px;
	text-align: center;
}
.productImage{
	text-align: center;
}
.productImage img{
	text-align: center;
}
.productText{
	line-height: 120%;
}
.productClassName{
}
.productName{
}
 .productName{
	color: #FF0000;
	text-decoration: underline;
	text-align: center;
	display: block;
	margin-top: 10px;
	margin-bottom: 2px;
}
.productNumber{
}
.price{
}
.productShortContent{
	display: none;
}
.productNumberLabel{
}
.priceLabel{
}
.cartButton{
	line-height: 23px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/CartBtBg.jpg);
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 19px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 23px;
	width: 80px;
}
.productNameBox{
}
.productNumberBox,
.priceBox{
	padding-left: 25px;
	text-align: left;
}
.cartButtonBox{
	padding-top: 5px;
	text-align: center;
}
