﻿::selection { background: #a4dcec; }
::-moz-selection { background: #a4dcec; }
::-webkit-selection { background: #a4dcec; }

::-webkit-input-placeholder { /* WebKit browsers */
  color: #ccc;
  font-style: italic;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  font-style: italic;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  font-style: italic;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ccc !important;
  font-style: italic;  
}



#topbar {
  background-image: url('../images/top.gif');
  padding: 10px 0 10px 0;
  text-align: center;
}

#topbar a {
  color: #fff;
  font-size:1.3em;
  line-height: 1.25em;
  text-decoration: none;
  opacity: 0.5;
  font-weight: bold;
}

#topbar a:hover {
  opacity: 1;
}

/** typography **/
h1 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 2.5em;
  line-height: 1.5em;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
  padding: .1em 0;
  color: #444;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
}
h1:before,
h1:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 50%;
  height: 1px;
  vertical-align: middle;
  background: #f0f0f0;
}
h1:before {    
  left: -.5em;
  margin: 0 0 0 -50%;
}
h1:after {    
  left: .5em;
  margin: 0 -50% 0 0;
}
h1 > span {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

p {
  display: block;
  font-size: 1.35em;
  line-height: 1.5em;
  margin-bottom: 22px;
}


/** page structure **/
#w {
  display: block;
  width: 938px;
  margin: 0 auto;
  padding-top: 30px;
}

#content {
  display: block;
  width: 100%;
  background: #fff;
 /*url("/static/images/index/content.png");*/  padding: 25px 20px;
  padding-bottom: 35px;
  /*box-shadow: rgba(0, 0, 0, 0.09) 0px 1px 2px 0px;*/

}

/** search input **/
#searchform, #searchform2 {
  display: block;
  margin-bottom: 15px;
}

.fieldcontainer {
  display: block;
  position: relative;
  width: 90%;
  margin: 0 auto auto 100px;
}

.searchfield {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 80%;
  padding: 11px 7px;
  padding-right: 43px;
  background-color: #fff;
  font-size: 18px;
  color: #ccc;
  border: 1px solid #c8c8c8;
  border-bottom-color: #d2e2e7;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1), 0 0 0 6px #f0f0f0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1), 0 0 0 6px #f0f0f0;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1), 0 0 0 6px #f0f0f0;  
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.searchfield:focus {
  width: 100%;
  color: #666;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2), 0 0 0 6px #e0e0e0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2), 0 0 0 6px #e0e0e0;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.2), 0 0 0 6px #e0e0e0;
}

#searchbtn {
  position: absolute;
  right: 150px;
  top: 5px;
  height: 32px;
  width: 32px;
  border: 0;
  cursor: pointer;
  zoom: 1;
	filter: alpha(opacity=65);
	opacity: 0.65;
  background: transparent url('../images/search.png') top left no-repeat;
  /* Icon credits to Brightmix http://www.iconfinder.com/icondetails/43272/128/find_loop_magnify_monotone_search_zoom_icon */
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#searchbtn:hover, #searchbtn:focus, #search2btn:hover, #search2btn:focus {
	filter: alpha(opacity=90);
	opacity: 0.9;  
}
.searchfield:focus + #searchbtn {
  right: 10px; /* adjust btn position as the field expands */
}

/** JS animated input **/
.searchfieldjs {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 80%;
  padding: 11px 7px;
  padding-right: 43px;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  color: #ccc;
  font-size: 1.6em;
  border-bottom-color: #d2e2e7;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1), 0 0 0 6px #f0f0f0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1), 0 0 0 6px #f0f0f0;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1), 0 0 0 6px #f0f0f0;
}
.searchfieldjs:focus {
  color: #666;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2), 0 0 0 6px #e0e0e0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2), 0 0 0 6px #e0e0e0;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.2), 0 0 0 6px #e0e0e0;
}

#search2btn {
  position: absolute;
  right: 175px;
  top: 10px;
  height: 32px;
  width: 32px;
  border: 0;
  cursor: pointer;
  zoom: 1;
	filter: alpha(opacity=65);
	opacity: 0.65;
  background: transparent url('../images/search.png') top left no-repeat;
  /* Icon credits to Brightmix http://www.iconfinder.com/icondetails/43272/128/find_loop_magnify_monotone_search_zoom_icon */
}




.slogan {
    margin-bottom: 50px;
position: relative;
display: block;
font-size: 24px;
width: 700px;
margin-left: 100px;
color:#0678BD;
}













.BODY{margin:0; width:100%;}
.FORM{margin:0; width:100%;}
.TOPBdiv{width:100%; height:26px; background-color:#F5F5F5; border-bottom:solid 1px #DEDEDE;font-family:Arial, Tahoma, Verdana, "宋体", MingLiU; font-size:12px;}
.TOPsDIV{width:1060px; height:26px; margin:auto;}
.TOPsDIV .lDIV{float:left; width:600px; text-align:left; height:26px; line-height:26px;}
.TOPsDIV .lDIV a{color:#717171; font-size:12px; text-decoration:none;}
.TOPsDIV .lDIV img{ vertical-align:middle;}
.TOPsDIV .rDIV{ float:right; line-height:26px;}
.TOPsDIV .rDIV img{ vertical-align:middle;}
.logo{ width:1060px; margin:auto; height:113px; vertical-align:top;}
.logo .imglogo{ float:left; border:0; vertical-align:middle; padding-top:36px}
.indexMidTD{border:solid 1px #ccc;}
.trgray{background:#F5F5F5;}
/*Search*/
.SerchDIV{ background-image:url(/Image/search_bg.jpg); width:642px; height:36px; float:right; margin-top:36px;}
.BOMDIV{width:155px;height:34px;float:right;background-image:url(/Image/bom_bg.jpg);color:#fff;line-height:34px;text-align:center;margin-top:36px;}
.BOMDIV a{text-decoration:none;color:#fff;font-family:Calibri,Arial,Arial Narrow, Geneva, sans-serif;font-size:14px;}
.BOMDIV a:hover{ text-decoration:none;}
.SearchCategory{ width:145px; height:30px; border:0; margin-top:2px; margin-left:1px; float:left;}
.search-tex{ width:420px; height:30px; text-indent:10px; border:0; margin-top:2px; float:left; line-height:30px;outline:none;}
a.search-bot{width:68px;float:right;height:32px;color:#fff;margin:2px 2px 0px 0px;line-height:30px;border-left:1px solid #ccc;
             text-align:center;text-decoration:none;font-size:18px;background:url(/Image/bom_bg.jpg) no-repeat;
             font-family:Calibri,Arial,Arial Narrow, Geneva, sans-serif;}
a.search-bot:hover{text-decoration:none;background:url(/Image/bom_bg.jpg) no-repeat;color:#fff;}            
.product{width:1200px; height:940px; margin:auto;}
.category_list{width:250px; height:auto; float:left;}
.banner-right{width:938px; height:auto; float:right;}
.w1pxLine{width:1px; border-left:solid 1px #ccc; height:34px;margin-top:1px;float:left;}


.MenuBDIV{background-color:#005BAC; height:45px; width:100%; margin:auto;}
.MenuBDIV .nav{ height:45px; width:1060px; margin:auto;text-align:center;}
.MenuBDIV .nav ul{margin:auto;}
.MenuBDIV .nav ul li{ list-style:none;float:left;line-height:45px;color:#fff;text-decoration:none; text-transform:uppercase;font-size:16px; padding:0; margin:0;}
.MenuBDIV .nav ul .nav-liSEL{color:#FF5500;}
.MenuBDIV .nav ul .nav-liSEL a{color:#FF5500;}
.MenuBDIV .nav ul .HMenuCateLI a{ float:left;}
.MenuBDIV .nav ul li .limg{float:left; padding-top:15px;}
.MenuBDIV .nav ul li img{ padding-right:3px; padding-left:3px;}
.MenuBDIV .nav ul li a:hover{color:#FF5500; line-height:45px;}
.MenuBDIV  .nav .mOver{ }
.MenuBDIV  .nav .mOut{ background-color:none;}
.MenuBDIV  .nav .NORb{}
.MenuBDIV .nav ul li a{ color:#fff; text-decoration:none;text-transform:uppercase;font-size:16px;padding:0px 25px 0px 26px;font-family:Calibri,Arial,Arial Narrow, Geneva, sans-serif;}
.MenuBDIV .nav ul .HMenuCateLI{background-color:#0075C2; width:220px;}
.MenuBDIV .nav ul .HMenuCateLI .IMG{float:right; margin-top:20px; margin-right:20px;}
.MenuBDIV .nav ul .HMenuCateLI a:hover{ background:none;}


.ucHomeCate{ width:250px; height: 480px;; background-image:url(/Image/cate_icons.jpg); background-repeat:no-repeat; background-position:10px center;}
.ucHomeCate table{ border-left:solid 1px #ccc; width:250px;}
.ucHomeCate .HomeCateItemTD{ height:46px;border-bottom:solid 1px #ccc; border-right:solid 1px #ccc; text-indent:35px;font-family:Calibri,Arial,Arial Narrow, Geneva, sans-serif;font-size:16px;}
.ucHomeCate .HomeCateItemTD a{color:#6d6d6d;font-family:Calibri,Arial,Arial Narrow, Geneva, sans-serif;}
.ucHomeCate .HomeCateItemTD a:hover{ text-decoration:underline; color:#E67413;}
.HomeCateItemTD.blue{  background:#0678BD;height:46px;border-bottom:solid 1px #ccc; border-right:solid 1px #ccc; }
.HomeCateItemTD.blue p{  color:#fff;text-indent:35px;font-family:Calibri,Arial,Arial Narrow, Geneva, sans-serif;font-size:18px;font-weight: 600;margin-bottom: 5px;}

.HomeNewTB{ width:250px; margin-top:180px; border:solid 1px #ccc;font-family:Arial, Tahoma, Verdana, "宋体", MingLiU;}
.HomeNewTitle{ height:35px; color:#0678BD; font-size:18px; font-weight:bold;margin:auto;
               text-align:left; text-indent:10px; line-height:30px; background-color:#F5F5F5;}
.homenewItem{ line-height:26px; text-align:left; padding-left:20px; padding-bottom:10px; padding-top:5px; line-height:18px;
             background-image:url(/Image/red_icon.gif); background-repeat:no-repeat; background-position:8px 10px;  font-size:12px;
             }               
.homenewItem a{ color:#6d6d6d;}
.homeNewMore{ text-align:right; padding-right:10px;}
.homeNewMore a{ line-height:18px; color:#0678BD;}

/*homehot*/

.HomeHOTtb{ width:900px; margin-top:10px;font-family:Arial, Tahoma, Verdana, "宋体", MingLiU;margin-left: 30px;}
.HomeHotTit{ border-bottom:solid 2px #003289; color:#0678BD; font-size:18px; font-weight:bold;}
.HomeHotreptd {
    width: 239px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.HomeHotreptd .title{width:239px;height:30px;text-align:center; }
.HomeHotreptd ul{ margin:0; padding:0}               
.HomeHotreptd ul li{ list-style:none;}
.HomeHotreptd ul .TxtLI{ list-style:none; width:239px;text-align:left;padding-bottom:20px;font-size:12px;color:#6d6d6d;}
.HomeHotreptd ul .ImgLI{ text-align:left; }
.HomeHotreptd ul .title{ text-align:left; line-height:18px; font-weight:bold;}
.homeHotIMG{ width:106px; height:80px; border:0;}
a.more{font-size:12px;font-weight:normal;font-family:Calibri,Arial,Arial Narrow, Geneva, sans-serif;text-decoration:none;color:#0678BD;float:right;}
a.more:hover{text-decoration:underline;color:#E67413;}




.ucHomeBrandTB{ width:1058px; margin:auto; border:solid 1px #ccc; margin-top:20px; margin-bottom:20px;font-family:Arial, Tahoma, Verdana, "宋体", MingLiU;}
.ucHomeBrandTB td{padding:6px 5px;text-align:center;}
.ucHomeBrandTB .ucHBrandTit{height:30px;color:#0678BD;font-size:16px;font-weight:bold;text-align:left;text-indent:10px;line-height:30px;background-color:#F5F5F5;}
.ucHomeBrandTB .ucHBrandTit span.more{float:right;margin:0px 5px 0px 0px;}
.ucHomeBrandTB .ucHomeBrandTB .tab-brand{ width:100%;}               
.ucHomeBrandTB .ucHomeBrandTB .tab-brand td{ text-align:left; padding-top:10px; padding-bottom:10px;}               
.bottomLogoDIV{width:100%; height:110px; background-color:#CDE0F1; margin:auto; margin-top:10px;}
.bottomLogoDIV .logoTD{padding:25px 0px 0px 0px; line-height:20px; font-weight:bold;font-size:14px;color:#333334;padding-right:50px;}
.bottomLogoDIV .logoTD a{color:#6e6e6e;font-family:Calibri,Arial,Arial Narrow, Geneva, sans-serif;font-weight:normal;}
.bottomLogoDIV .logoTD a span{margin-left:30px;display:block;}
.bottomLogoDIV .inquiryTD{padding-left:40px;font-size:14px;color:#333334;padding-top:35px;font-family:Calibri,Arial,Arial Narrow, Geneva, sans-serif;font-weight:normal;}
.bottomLogoDIV .inquiryTD a{ color:#333334;font-family:Calibri,Arial,Arial Narrow, Geneva, sans-serif;font-weight:normal;}

/*==========Banner================*/
#player{position:relative;width:818px;height:238px;overflow:hidden; margin:11px auto 0 auto; border:0px solid #ccc;}
#player a{color:#333;}
#player *{border:0;padding:0;margin:0;}
#player .Limg{position:relative;}
#player .Limg li{position:absolute;top:0;height:305px;left:-1px;background:#fff;}
#player .Limg li img{border:0px solid #FFFFFF; margin:0;}
#player .Limg li  p{line-height:25px; font-size:14px; padding-left:15px;}
#player .Nubbt{position:absolute;z-index:9;right:474px;bottom:8px; line-height:25px; display:none;}
#player .Nubbt span{border:0px solid #ff9900;padding:2px 5px;margin:0 2px;font-style:normal;
	cursor:pointer;background-image: url(images/addian1.png);font-size: 11px;color:#e9e9e9;}
#player .Nubbt span.on{color:d41b21;background-image: url(images/addian2.png);}
body {margin-left: 0px;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;}
.BannerTB{width:818px; height:238px; border:0; text-align:center; margin:auto;}
.BannerTD{vertical-align:top;background:url(images/tudi.jpg)  repeat-x center center}

.information .summary h1{background: url("../images/product_title.png") repeat-x scroll 0 0 transparent;
    border-left: 1px solid #E7E7E7;border-right: 1px solid #E7E7E7;border-top: 1px solid #E7E7E7;color:#434343;
    font-size: 20px;height: 46px;line-height: 46px;padding-left: 28px;}


.foot{width:1060px;margin:10px auto 0px auto;text-align:center;color:#6e6e6e;padding:0px 0px 20px 0px;}
.foot span{letter-spacing:1px;font-family:Calibri,Arial,Arial Narrow, Geneva, sans-serif;font-size:14px;}
.foot .foot-item{width:1060px;margin:0px 0px 10px 25px;float:left;}
.foot .foot-item dl{height:130px;}
.foot .foot-item dt{font-size:13px;padding:0px 0px 5px 0px;font-family:Calibri,Arial,Arial Narrow, Geneva, sans-serif;}
.foot .foot-item dt a{ color:#6e6e6e;}
.foot .foot-item dd{margin:0px;padding:0px;color:#6E6E6E; font-size:13px;font-family:Calibri,Arial,Arial Narrow, Geneva, sans-serif;}
.foot .foot-item dd a{color:#6E6E6E;text-decoration:none;line-height:24px;font-size:13px;font-family:Calibri,Arial,Arial Narrow, Geneva, sans-serif;}
.foot .foot-item dd a:hover{text-decoration:underline;color:#ccc;}
.foot .foot-item .dl1{border-right:1px solid #A9A9A9;width:240px;float:left;text-align:left;margin:12px 0px 10px 0px;padding:0px;}
.foot .foot-item .dl1 dt{color:#6e6e6e;margin:0px;margin:5px 0px;float:left;width:240px;}
.foot .foot-item .dl1 dd{width:130px; font-size:14px; color:#1D7ABF;margin-bottom:10px;}
.foot .foot-item .dl2{border-right:1px solid #A9A9A9;width:240px;float:left;text-align:left;margin:12px 20px 10px 20px;padding:0px;}
.foot .foot-item .dl2 dt{color:#6e6e6e;margin:0px;margin:5px 0px;float:left;width:240px;}
.foot .foot-item .dl2 dd{width:160px;font-size:14px; color:#1D7ABF;margin-bottom:10px;}
.foot .foot-item .dl2 .dd-pay{width:240px;margin:10px 0px 5px 0px;vertical-align:top;line-height:42px;font-family:Calibri,Arial,Arial Narrow, Geneva, sans-serif;
                              font-size:12px;}
.foot .foot-item .dl2 .dd-pay img{margin:10px 5px 0px 5px;}

.foot .foot-item .dl3{border-right:1px solid #A9A9A9;width:240px;float:left;text-align:left;margin:12px 20px 10px 20px;padding:0px;}
.foot .foot-item .dl3 dt{color:#6e6e6e;margin:0px;margin:5px 0px;float:left;width:240px;}
.foot .foot-item .dl3 dd{width:160px;font-size:14px; color:#1D7ABF;margin-bottom:10px;}
.foot .foot-item .dl3 .dd-pay{width:240px;margin:10px 0px 5px 0px;vertical-align:top;line-height:42px;font-family:Calibri,Arial,Arial Narrow, Geneva, sans-serif;
                              font-size:12px;}
.foot .foot-item .dl3 .dd-pay img{margin:10px 5px 0px 5px;}

.foot .foot-item .dl4{width:240px;float:left;text-align:left;margin:10px 0px;padding:0px;}
.foot .foot-item .dl4 dt{margin:0px;margin:0px 0px 5px 0px;float:left;width:240px;font-size:14px; color:#1D7ABF;}
.foot .foot-item .dl4 dd{width:140px;line-height:22px;font-family:Calibri,Arial,Arial Narrow, Geneva, sans-serif;}
.foot .foot-item .foot-email-ico{float:left;width:18px;margin:7px 5px 0px 0px;}
.foot .foot-item .foot-div-email{width:150px;float:left;}
.foot .foot-item .foot-input-email{border:1px solid #00286E;padding:3px 0px;*+padding:5px 0px 4px 0px;outline:none;width:150px;text-indent:2px;}
.foot .foot-item .foot-btn-send{background:#6E0000;color:#fff;border:0px;font-family:Calibri,Arial,Arial Narrow, Geneva, sans-serif;padding:4px 5px 5px 5px;}



.page-contents{ margin:auto; width:1060px;}
.page-contents .Title{ line-height:40px; font-size:24px; font-weight:bold;}
.page-contents .topLink{ line-height:50px; height:50px;font-family:Arial, Tahoma, Verdana, "宋体", MingLiU;  font-size:14px;}
.page-contents .topLink a{ color:#429AC9;}
.page-contents .brand{width:980px;margin:10px 0px 0px 20px;}
.page-contents .brand .ul{float:left;width:980px;}
.page-contents .brand .ul li{float:left;list-style:none;padding:5px 8px; background:#DFE4E8; border:1px solid #c2c6c9;text-align:center; margin-left:10px;
                             font-family:Arial, Tahoma, Verdana, "宋体", MingLiU; font-size:12px;
                             }
.page-contents .brand .ul li a{color:#429AC9;text-decoration:none;}
.page-contents .brand .ul li:hover{background:#118DC0;}
.page-contents .brand .ul li:hover a{color:#fff;text-decoration:none;}
.page-contents .brand dl{float:left;width:980px;font-family:Arial, Tahoma, Verdana, "宋体", MingLiU;}
.page-contents .brand dl dt{ border-bottom:solid 2px #429AC9; margin:15px 0px 0px 0px;padding:10px 0px;font-weight:bold;float:left;width:960px; font-size:14px;}
.page-contents .brand dl dt a{display:block;text-indent:5px; color:#F25600;}
.page-contents .brand dl dd{width:480px;float:left;padding:8px 0px;margin:5px 0px;cursor:pointer;}
.page-contents .brand dl dd a{color:#000;text-decoration:none;text-indent:5px;display:block;}
.page-contents .brand dl dd:hover{background:#B6E8F3;}


.page-contents .Category{width:980px; margin:auto; margin-top:10px;font-family:Arial, Tahoma, Verdana, "宋体", MingLiU;}
.page-contents .Category .ul{float:left;width:980px;}
.page-contents .Category .ul li{float:left;list-style:none;padding:5px 8px; background:#DFE4E8; border:1px solid #c2c6c9;text-align:center; margin-left:10px;}
.page-contents .Category .ul li a{color:#000;text-decoration:none;}
.page-contents .Category .ul li:hover{background:#118DC0;}
.page-contents .Category .ul li:hover a{color:#fff;text-decoration:none;}
.page-contents .Category dl{float:left;width:980px;}
.page-contents .Category dl dt{ border-bottom:solid 2px #429AC9; margin:15px 0px 0px 0px;padding:10px 0px;font-weight:bold;float:left;width:960px; font-size:14px;}
.page-contents .Category dl dt a{display:block;text-indent:5px; color:#000; outline:none;}
.page-contents .Category dl dd{width:480px;float:left;padding:8px 0px;margin:2px 0px 0px 0px;cursor:pointer; color:#598C59; font-size:12px;}
.page-contents .Category dl dd a{color:#429AC9;text-decoration:none;text-indent:5px;display:block; float:left;}
.page-contents .Category dl a dd font{color:#429AC9;text-decoration:none;text-indent:5px;display:block; float:left;}
.page-contents .Category dl dd:hover{background:#B6E8F3;}
.page-contents .Category .SelCateDT{ background-color:#CDE0F1;}
.page-contents .Category .SelCateDT a{ color:red;}

/*ucHot.ascx*/
.ucHotItemTB{ width:100%;font-family: Calibri,Arial;border:1px solid #ccc;}
.ucHotItemTB .ucHotHimg{padding:10px 0px;border-bottom:solid 1px #ccc;border-right:solid 1px #ccc;font-size:14px;color:#1D7ABF;
                        text-align:center;background:#F3F3F3;}
.ucHotItemTB .ucHotHpart{padding:10px 0px;border-bottom:solid 1px #ccc;border-right:solid 1px #ccc;font-size:14px;color:#1D7ABF;
                         text-indent:5px;background:#F3F3F3;}
.ucHotItemTB .ucHotHbrand{padding:10px 0px;border-bottom:solid 1px #ccc;border-right:solid 1px #ccc;font-size:14px;color:#1D7ABF;
                         background:#F3F3F3;text-indent:5px;}
.ucHotItemTB .ucHotHCode{padding:10px 0px;border-bottom:solid 1px #ccc; border-right:solid 1px #ccc;font-size:14px;color:#1D7ABF;
                         background:#F3F3F3;text-indent:5px;}
.ucHotItemTB .ucHotHneed{padding:10px 0px;border-bottom:solid 1px #ccc;border-right:solid 1px #ccc;font-size:14px;color:#1D7ABF;
                         background:#F3F3F3;text-indent:5px;}
.ucHotItemTB .ucHotHadd{padding:10px 0px;border-bottom:solid 1px #ccc;font-size:14px;text-align:center;color:#1D7ABF;
                         background:#F3F3F3;}
.ucHotItemTB .ucHotImgTD{ padding:10px; text-align:center;border-bottom:solid 1px #ccc; border-right:solid 1px #ccc;}
.ucHotItemTB .ucHotPartTD{border-bottom:solid 1px #ccc; border-right:solid 1px #ccc; text-indent:5px;}
.ucHotItemTB .ucHotPartTD a font{ color:#0678BD}
.ucHotItemTB .ucHotPartTD a{color:#555;text-decoration:underline;}
.ucHotItemTB .ucHotPartTD a:hover{color:#1D7ABF;text-decoration:none;}
.ucHotItemTB .ucHotBrandTD{border-bottom:solid 1px #ccc; border-right:solid 1px #ccc; text-indent:5px;color:#555; }
.ucHotItemTB .ucHotCodeTD{border-bottom:solid 1px #ccc; border-right:solid 1px #ccc; text-indent:5px;color:#555; }
.ucHotItemTB .ucHotNeedTD{border-bottom:solid 1px #ccc; border-right:solid 1px #ccc; text-indent:5px;color:#555; }
.ucHotItemTB .ucHotAddTD{border-bottom:solid 1px #ccc;text-align:center;padding:0px 10px;}
.ucHotItemTB .ucHotAddTD a{color:#fff;text-decoration:none;background:none repeat scroll 0% 0% #58c0de;
    color:#FFF;cursor:pointer;font-family: Calibri,Arial;text-align: center;padding:6px 10px !important;
    margin: 8px 0px 0px 0px;border-radius: 5px;box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);outline: none;}
.ucHotItemTB .ucHotAddTD a:hover{color:#fff;text-decoration:none;background: none repeat scroll 0% 0% #78cdf8;
    color:#FFF;cursor: pointer;font-family: Calibri,Arial;text-align: center;padding:6px 10px !important;
    margin: 8px 0px 0px 0px;border-radius: 5px;box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);outline: none;}    
.ucHotItemTB .ucHotPage{ border-right:solid 1px #ccc; text-align:center; padding-top:30px; padding-bottom:20px;}

.page{margin:auto; border-top:solid 1px #ccc; border-left:solid 1px #ccc;}
.page td{ border-bottom:solid 1px #ccc; border-right:solid 1px #ccc;}
.page td a{ color:#4f4f4f; font-family:Arial; font-size:12px;}
.page td a:hover{text-decoration:none;color:#1051AD;}

.page .PageFirst{ padding:10px;}
.page .PageNext{ padding:2px 10px; height:30px;padding-left:10px; padding-right:10px;}
.page .PageCurr{ height:30px;  color:#FFF; font-size:12px; font-weight:bold; width:18px; text-align:center;padding-left:10px; padding-right:10px; background-color:#347AB8;}
.page .PageCurr a{ color:#fff;}
.page .PageMiddleTD{ height:30px;width:18px; text-align:center; padding-left:10px; padding-right:10px;}
.page .PagePre{ height:30px; padding:2px 10px;padding-left:10px; padding-right:10px;}
.page .PageLast{ height:30px; padding:2px 10px;padding-left:10px; padding-right:10px;}

/*===================ucAbousUs.ascx=======================*/
.ucAboutTB{width:100%;font-family:Arial, Tahoma, Verdana, "宋体", MingLiU;}
.ucAboutContd{ padding-left:30px; padding-right:30px; line-height:18px; font-size:12px; padding-top:20px; 
               padding-bottom:20px;height:600px; vertical-align:top; }
.ucAboutImg{ float:left;  padding-right:5px; }
.ucAboutServiceHead{height:45px;background-image:url(../Image/bg_head-01.gif);text-align:left;font-size:16px;
    font-weight:bold;padding-left:20px;}
.ucAboutServicetd{padding:20px 25px;vertical-align:top;line-height:20px;} 

/*============ucQuality.ascx==============*/
.ucQualityContd{padding-left:30px; padding-right:30px; line-height:20px; font-size:12px; padding-top:20px; padding-bottom:20px;min-height:600px; vertical-align:top;}
.quality1{width:380px;margin:20px auto 30px auto;font-size:30px;font-weight:bold;}
.quality1 a.inspection{color:Red;text-decoration:underline;}
.quality1 a.inspection:hover{text-decoration:none;}
.QualityImg{margin:0px auto;width:775px;display:block;}







/*==========pQuotationOrder.aspx==================*/
.pOrderTB{ width:980px}
.pOrderDiv{
    width:566px; float:left; margin-left:25px; margin-top:30px;
    }
.DivOrderQuotation{
    width:566px;
    }

.POrderCenter{
    width:566px;
    margin-top:20px;
    margin-left:20px;
    margin-right:20px;
    }
.POrderImg{
     text-align: left;
     padding-left:50px;
     }
.POrderFont{
    width:500px;
    font-family:Arial; font-size:14px; font-weight:bold;
    }
/*==========pQuotationOrder.aspx==================*/

     
         
/*=========ucUserinfo.ascx=======================*/
.ucUserDiv{
    width:950px; padding-left:20px; 
    }
.ucUserTB{
     margin-top:10px; width:950px;
     margin-bottom:15px;background-color:#eeeeee;
     }
.ucUserFiled{font-size:14px;color:#000;text-align:left;padding:15px 0px 0px 20px;font-family:Calibri,Arial,Arial Narrow, Geneva, sans-serif;}
.ucUserXin{color:#ff7000;}
.ucUserTD{font-size:14px;color:#000;text-align:left;padding:15px 0px 0px 20px;font-family:Calibri,Arial,Arial Narrow, Geneva, sans-serif;}
.ucUserTDR{font-size:14px; color:#000;text-align:left;padding-top:15px;font-family:Calibri,Arial,Arial Narrow, Geneva, sans-serif;}
.ucUserTDinput{text-align:left;vertical-align:top;padding-left:20px;font-family: Calibri,Arial,Arial Narrow, Geneva, sans-serif;}
.ucUserTDinputR{text-align:left;vertical-align:top;font-family: Calibri,Arial,Arial Narrow, Geneva, sans-serif;}
.ucUserRemark{ padding-bottom:20px;}
.ucUserInput{ width:350px;height:16px;padding:5px 4px !important;font-weight:400;line-height:16px;
    font-family: Arial;color: #333;background-color: #FFF;border: 1px solid #CCC;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;transition: border 0.2s linear 0s;} 
/*=========ucUserinfo.ascx=======================*/
   
     
     
     
/*========ucOrderQuotation.ascx=================*/
.RFQText{line-height:18px;font-family:Calibri,Arial,Arial Narrow, Geneva;padding-bottom:10px;font-size:15px;}
.sorry{background:none repeat scroll 0 0 #FFFBCA;border: 1px solid #0678BD;height:112px;}
.sorry h2{background: url("../image/search_error.png") no-repeat scroll 348px 20px transparent;color:#E85200;display:inline;
    float:left;font-size:18px;height:112px;line-height:112px;padding-left:430px;}
.ucOrderHead{height:28px;line-height:28px;text-align:left;padding:30px 0px 5px 20px;font-family:Arial;font-size:16px;color:#2B689F;
             font-weight:bold;background:url(../Image/icon/arr_link.jpg) no-repeat;background-position:52px top;}
.DivOrderQuotation{width:950px;}
.ucOrderDiv{width:950px;margin-bottom:15px; padding-left:20px;}
.ucOrderTB{width:100%;}
.ucOrderTD{border:1px solid #ccc;}
.ucOrderHeadTB{font-family:Arial; font-size:12px;width:100%;height:26px;background-color:#5BC0DE;}
.ucOrderQList{padding-left:5px;text-align:left;width:110px; font-size:14px; color:#fff;font-family:Calibri,Arial,Arial Narrow, Geneva, sans-serif;}
.ucOrderOpen{font-family:Arial;font-size:12px; color:#fff;}
.ucOrderOpenImg{cursor: pointer;vertical-align: middle;}
.ucOrderOpenTD2{cursor: pointer;text-align: right;padding-right:5px;}
.ucOrderCloseTD{cursor: pointer;text-align: right;vertical-align: middle;padding-right:5px;}
.tdQuotationBtns{border-left:1px solid #ccc;border-right:1px solid #ccc;border-bottom:1px solid #ccc;height:30px;}
.linkbuttontb1{padding: 5px 0 5px 10px;}
.linkbuttontb1 a{font-family:Calibri,Arial,Arial Narrow, Geneva, sans-serif;font-size:14px;color:#000;}
.linkbuttontb1 a:hover{text-decoration:underline;}
.linkbuttontb2{padding: 5px 0 5px 20px;}
.linkbuttontb2 a{font-family:Calibri,Arial,Arial Narrow, Geneva, sans-serif;font-size:14px; color:#000;}
.linkbuttontb2 a:hover{text-decoration:underline;}
.tltleSel{
    text-align:center; 
    border-left:1px solid #ccc;
    border-right:1px solid #ccc; 
    border-bottom:1px solid #ccc; 
    height:30px;
    width:20px;
    }
.tltlePartNo{
    width:150px; 
    }
.tltleBrand{
    width:70px; 
    }
.tltlePackage{
    width:70px;
    }
.tltleDateCode{
    width:70px; 
    }
.tltle{text-align:center;border-right:1px solid #ccc;border-bottom:1px solid #ccc;font-size:14px; color:#000; 
    text-align:left;padding-left:3px;font-family: Calibri,Arial,Arial Narrow, Geneva, sans-serif;}
.tltleQty{text-align:center;border-right:1px solid #ccc;border-bottom:1px solid #ccc;font-size:12px; color:#000; 
    text-align:right;padding-right:3px;width:50px;font-family:Calibri,Arial,Arial Narrow, Geneva, sans-serif;}
 .tltleRQty{text-align:center;border-right:1px solid #ccc;border-bottom:1px solid #ccc;font-size:14
            px; color:#000; 
    text-align:right;padding-right:3px;width:80px;font-family:Calibri,Arial,Arial Narrow, Geneva, sans-serif;}
.tltleItem{
    text-align:center;
    border-right:1px solid #ccc; 
    border-bottom:1px solid #ccc; 
    text-align:left; 
    padding-left:3px;
    font-family:Arial; font-size:12px; color:#000;
    }

.tltleItemQty{
    text-align:center; 
    border-right:1px solid #ccc; 
    border-bottom:1px solid #ccc; 
    text-align:left; 
    padding-left:3px;
    font-family:Arial; font-size:12px; color:#000;
    text-align: right; 
    padding-right:3px;
    }
.OrderSendTB{width:100%;border:1px solid #ccc;border-top:none;}
.OrderSendTB .btn-add{width:53%;text-align:right;padding:0px 0px 10px 0px;}
.OrderSendTB .OrderSendTD{text-align:right;}
.OrderSendTD a{
    font-family:Arial; font-size:12px; color:#fff; 
    text-decoration:none;
    }
.OrderSendTDR{
    padding-bottom:10px; 
    padding-top:10px; 
    padding-right:10px;
    width:100px;
   
    }
.OrderSendTDR a{
    font-family:Arial; font-size:12px; color:#fff; 
    text-decoration:none;
    }
.OrderBotton{
    background-image:url(../Image/icon/btn_inquiry.jpg);background-repeat:no-repeat;
    color:#000;
    text-align:center;
    line-height:24px;
    height:24px;
    width:95px;
    float:right; 
    }
.ucHotAddDiv{ background-color:#4f4f4f; height:38px; width:115px; color:#fff; text-align:center; line-height:38px; 
              font-weight:bold; background-image:url(/Image/cart_bg.jpg);}   
.FR{ float:right; margin-right:20px; height:38px; width:115px;}
/*========ucOrderQuotation.ascx=================*/








.ucContactContd{ padding-left:30px; padding-right:30px; line-height:18px; font-size:12px; padding-top:20px; 
               padding-bottom:20px; vertical-align:top; }

.ucContactHeadDiv{
    text-align:left;
    font-family:Arial; font-size:14px; color:#1051AD;  font-weight:bold;
    padding-top:15px;
    }   
.ucContant{
    text-align:left; 
    border:0; 
    margin-top:20px; float:left;
    }
.DictContact{
    font-family:Arial; font-size:12px; color:#1051AD; font-weight:bold; 
    padding-top:15px; 
    text-align:left;
    }
.ucDictContact{
    font-family:Arial; font-size:12px; color:#000; font-weight:bold;  
    padding-bottom:5px; 
    padding-top:20px; 
    text-align:left;
    }
.ucDictAddresstd{
    font-family:Arial; font-size:12px; color:#000;  
    padding-bottom:5px; 
    padding-top:5px; 
    text-align:left;
    }
.ucContactTDR{
    vertical-align:top; 
    text-align:left; 
    padding-left:30px; 
    width:300px;
    padding-top:30px;
    }
.ucDictConttd{
    font-family:Arial; font-size:12px; color:#000; 
    padding-top:5px; 
    padding-bottom:5px; 
    text-align:left;
    }
.ucDictFaxtd{
    font-family:Arial; font-size:12px; color:#000;  
    padding-bottom:5px; 
    text-align:left;
    }
.ucDictTeltd{font-family:Arial; font-size:12px;color:#000;padding:10px 0px 5px 0px;text-align:left;}
.ucDictEmailtd{font-family:Arial; font-size:12px; color:#000;padding-bottom:15px;text-align:left;}
.ucDictMSNtd{font-family:Arial; font-size:12px; color:#000;padding-bottom:5px;text-align:left;}
.zoom01div{font-family:Arial; font-size:12px; color:#000;}
.zoom01div img{padding-right:10px;}
.contact_info{width:100%;margin:20px 0px;  padding-top:50px;}
.contact_info th{font-size:12px;font-weight:normal;height:50px;text-align:left;vertical-align:middle;width:130px;}
.contact_info .textbox{background: url("../image/textarea_bg.png") repeat-x scroll 0 0 transparent;
    border:1px solid #DADADA;height:30px;padding-left:5px;width:250px;}
.contact_info a{ text-decoration:none; color:#fff;}  



/*==========ucInventory.ascx=======================*/
.ucInventoryHead{
    height:28px;
    line-height:28px; 
    text-align:left; padding-bottom:5px; padding-top:30px;padding-left:20px;
    font-family:Arial; font-size:16px; color:#2B689F; font-weight:bold;
    }
.ucInventoryDiv{
     width:825px; 
     float:left; margin-left:20px;
    }
.ucINVTable{
    width:940px; 
    margin-top:10px;
    }
.ucINVHeadCheck{
 height:38px; border-bottom:solid 1px #ccc; border-right:solid 1px #ccc;font-size:14px; font-weight:bold; text-indent:15px;
   }
.ucINVHead{height:38px; border-bottom:solid 1px #ccc; border-right:solid 1px #ccc;font-size:14px; font-weight:bold; text-indent:15px;}
.ucINVPartNO{
   height:38px; border-bottom:solid 1px #ccc; border-right:solid 1px #ccc;font-size:14px; font-weight:bold; text-indent:15px;
     }
.ucINVQTYHead{
  height:38px; border-bottom:solid 1px #ccc; border-right:solid 1px #ccc;font-size:14px; font-weight:bold; text-align:right; padding-right:3px; 
    }
.ucINVItemCheck{
    text-indent:15px; 
     }
.ucINVItem{
     font-family:Arial; font-size:12px; color:#000;
     text-align:left;
     padding-left:15px;
     border-bottom:1px solid #ccc; border-left:1px solid #ccc;
     line-height:25px;
     }
.ucINVQtyItem{
    font-family:Arial; font-size:12px; color:#000;
    text-align:right;
    padding-right:3px;
    border-bottom:1px solid #ccc; border-right:1px solid #ccc; border-left:1px solid #ccc;
    line-height:25px;
    }
.ucINVGetQ{
    text-align:left; padding-top:10px; padding-bottom:30px; padding-left:20px;
    }
.ucINVGetQ a{
    font-family:Arial; font-size:12px; color:#fff;
    text-decoration:none;
    }
.ucINVItemAction{
     padding:3px 10px 3px 10px;
     border-bottom:1px solid #ccc;
     text-align:center;
     }
.ucINVItemAction a{
    font-family:Arial; font-size:11px; color:#000;
    text-decoration:none;
    }
.ucINVGetQ .Button{ width:114px; height:36px;
    background-image:url(/Image/cart_bg.jpg); background-repeat:no-repeat; background-position: left top; 
    text-align:center; border:0; color:#fff;
    }
.ucInvenotryButtonTB{
     width:566px; 
     margin-top: 10px;
    }    
.ucInventoryPageTD{
    padding-bottom: 15px;
    text-align: right;
    }
.ucInventoryPageDiv{
    height: 45px; 
    width:566px; 
  }   
/*==========ucInventory.ascx=======================*/
































#body_wrapper{min-height:500px;padding-bottom:40px;}
.clearboth{font-size:0px;height:0px;clear:both;}
.submit_normal{padding:0 20px;height: 33px;line-height: 33px;border: 1px solid #B0B0B0;background-image: url(../images/bt1_bg.gif);font-size: 14px;font-weight: bold;display: inline-block;cursor: pointer;_padding:0 10px;}
.button_normal{width: 72px;height: 29px;line-height: 29px;text-align: center;border: 1px solid gainsboro;color: #444;font-weight: bold;background-color: whiteSmoke;}
.input_normal{width: 200px;height: 32px;line-height: 32px;border: 1px solid #D0D0D0;text-indent: 5px;}
.input_normal1{width: 139px;height: 20px;line-height: 20px;border: 1px solid #D0D0D0;text-indent: 5px;}
.link_blue{color:#1D7ABF;}
.link_red{color:#CC3300}


/*首页*/
/*顶部工具条*/
#toolbar_index{height:33px;background:#370051;min-width:982px;}
#toolbar_index .l{float:left;margin-top:10px;padding-left:10px;}
#toolbar_index .l a{color:#fff;text-decoration:none;}
#toolbar_index .r{float:right;text-align:right;margin-right:10px;display:inline;margin-top:4px;width:300px;}
#toolbar_index .btt{display:inline;zoom:1;height:26px;}
#toolbar_index .bt{padding:3px 5px;line-height:18px;margin-left:10px;background-color:#5c2a74;border:1px solid #2a023d;text-decoration:none;color:#fff;display:inline-block;zoom:1;}
#toolbar_index .r .afterLogin{overflow:hidden;margin-top:4px;}
#toolbar_index .r .afterLogin li{list-style:none;text-align:center;display:inline;zoom:1;padding:0px 5px;color:#fff;}
#toolbar_index .r .afterLogin li a{color:#fff;}
#toolbar_index .r .afterLogin li a.memberName{text-decoration:underline;}
/*浮动登录框*/
.popmenu_wapper{display:inline-block;_display:inline;zoom:1;position:relative;z-index:100;top:10px;_top:0;}
.popmenu_wapper .content_wrapper{position:absolute;_top:5px;left:-320px;background-image:url(../images/popmenu_login_bg.png);width:364px;height:232px;text-align:left;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/popmenu_login_bg.png',sizingMethod='crop');_background-image: none;}
.popmenu_wapper .content_wrapper .c{padding:30px 15px 15px 20px;}
.popmenu_wapper .content_wrapper .c .t{display:block;height:21px}
.popmenu_wapper .content_wrapper .c .t .t1{font-size:16px;font-family:'微软雅黑';float:left;}
.popmenu_wapper .content_wrapper .c .t .t2{font-size:12px;font-family:'宋体';float:right;padding-right:40px;}
.popmenu_wapper .content_wrapper .c .t .hideLink{text-decoration:none;}
.popmenu_wapper .content_wrapper .c .a{display:block;font-size:12px;padding:8px 0px;_padding:6px 0px;}
.popmenu_wapper .content_wrapper .c .a input{width: 200px;height: 32px;line-height: 32px;border: 1px solid #D0D0D0;text-indent: 5px;}
.popmenu_wapper .content_wrapper .c .b{display:block;padding:8px 0;_padding:6px 0;padding-left:56px;_padding-left:53px;font-size:12px;} 
.popmenu_wapper .content_wrapper .tips{color:#9c9c9c;font-size:12px;}
.popmenu_wapper .content_wrapper .submit{width: 99px;height: 33px;line-height: 33px;border: 1px solid #B0B0B0;background-image: url(../images/bt1_bg.gif);font-size: 14px;font-weight: bold;display: inline-block;margin-left: 105px;cursor: pointer;}

/*首页LOGO*/
#logo_index{margin:0 auto;text-align:center;margin-top:115px;}
/*搜索表格*/
#searchForm_index{padding-top:50px;text-align:center;width:490px;margin:0 auto;}
#searchForm_index .input{float:left;width:373px;height:32px;line-height:32px;border:1px solid #d0d0d0;text-indent:5px;color:#D0D0D0;}
#searchForm_index .bt_submit{float:left;width:99px;height:33px;line-height:33px;border:1px solid #b0b0b0;background-image:url(../images/bt1_bg.gif);font-size:14px;font-weight:bold;display:inline-block;margin-left:5px;cursor:pointer;}
#searchForm_index .tips{display:block;padding-top:5px;text-align:left;color:#9e9e9e;clear:both;zoom:1}
#searchForm_index .tips2_index{text-align:center;padding-top:100px;}
#searchForm_index .tips2_index a{text-decoration:underline;color:#5c308f}

/*页脚*/
.footer_index{background-color:#fff;position:fixed;bottom:0px;padding:10px 0 5px 0;border-top:1px solid #dedede;width:100%;_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));}
.footer_index ul{list-style:none;padding-left:5px;}
.footer_index ul li{list-style:none;float:left;padding:0 3px;}
.footer_index ul li a{text-decoration:none;color:#000;}

/*搜索结果页*/
/*首页LOGO*/
#logo_searchResult{margin:0 auto;text-align:center;margin-top:43px;}
/*搜索表格*/
#searchForm_searchResult{padding-top:30px;text-align:center;width:490px;margin:0 auto;position:relative;}
#searchForm_searchResult .input{float:left;width:373px;height:32px;line-height:32px;border:1px solid #d0d0d0;text-indent:5px;}
#searchForm_searchResult .bt_submit{float:left;width:99px;height:33px;line-height:33px;border:1px solid #b0b0b0;background-image:url(../images/bt1_bg.gif);font-size:14px;font-weight:bold;display:inline-block;margin-left:5px;cursor:pointer;}
#searchForm_searchResult .tips{display:block;padding-top:5px;text-align:left;color:#9e9e9e;clear:both;zoom:1}
#searchForm_searchResult #otherInfo{position:absolute;top:33px;left:530px;width: 120px;}
#searchForm_searchResult #otherInfo a{text-decoration:underline;color:#5b2f8e;}
/*搜索结果*/
#search_result{padding:30px 15px 20px 15px;width:973px;margin:0 auto;/*min-width:952px;*/}
#search_result .text_result{font-size:18px;font-family:"宋体";color:#666;font-weight:bold;font-style:italic;padding: 10px 0;display: block;}
#search_result .text_result b{color:#370051}
#search_result .table1 .border1{border:1px solid #a6a6a6;}
#search_result .table2 tr{height:32px;text-indent:0px;}
#search_result .table2 tr td.stockborder{border-top:1px solid #E5E5E5;}

#search_result .table2 .title{background-image:url(../images/bg_title_searchResult.gif);}
#search_result .table2 td{border-right:1px solid #a6a6a6;}
#search_result .table2 .border0{border-right:0;width:135px}
#search_result .table2 .graybg{background-color:#f1f1f1;}
#search_result .table2 .getPrice{text-indent:0px;padding:0px 15px;background-color:#e8e8e8;font-weight:bold;border:1px solid #b9b9b9;text-decoration:none;color:#000;display:inline-block;line-height:22px;}
#search_result .table2 a{color:#1d7abf;text-decoration:underline}
#search_result .table2 a:hover{color:#000;}
#search_result .pageBar{margin-top:25px;text-align:center;font-family:Arial;}
#search_result .pageBar a{padding:5px 10px;margin-right:10px;text-decoration:none;color:#000;}
#search_result .pageBar a.on{background-image:url(../images/bg_pagenum.gif);border:1px solid #bcbcbc;font-weight:bold;}
#search_result .pageBar .disabled{color:#d0d0d0}
#search_result .table2 .popmenuParent{z-index: 9999; position: absolute;width:348px;top:0px;left:0px;}
#search_result .table2 .popmenu{position:absolute;top:0px;left:5px;_left:0px;}
#search_result .table2 .popmenu .content{min-height:100px;background-image:url(../images/popmenu_bg.png);width:339px;padding:20px 15px 10px 10px;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/popmenu_bg.png',sizingMethod='crop');_background-image: none;}
#search_result .table2 .bottom{width:364px;height:9px;clear:both;overflow:hidden;font-size:9px;background-image:url(../images/popmenu_bg_bottom.png);_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/popmenu_bg_bottom.png');_background-image: none;}
#search_result .table2 .popmenu,#search_result .table2 .popmenu table.info tr,#search_result .table2 table.info td{height:auto;text-indent:0;border:none;}
#search_result .table2 .popmenu .info{margin-top:5px;margin-bottom:10px;}
#search_result .table2 .popmenu .title{font-size:14px;font-weight:bold;}
#search_result .table2 .popmenu .info td{height:20px;}
#search_result .table2 .popmenu .form{border:1px solid #cccccc;background-color:#f7f7f7;}
#search_result .table2 .popmenu .form tr{text-indent:0;}
#search_result .table2 .popmenu .form td{border:none;text-indent:5px;}
#search_result .table2 .popmenu .form input{border:1px solid #cccccc;width:90%;float:left;margin-left:5px;}
#search_result .table2 .popmenu .form .arrow{height:15px;width:11px;float:left;text-indent:0px;margin-left:3px;}
#search_result .table2 .popmenu .form .arrow .t{margin-bottom:3px;}
#search_result .table2 .popmenu .form .bt_submit{float:right;width:80px;height:28px;line-height:28px;border:1px solid #b0b0b0;background-image:url(../images/bt1_bg.gif);font-size:14px;font-weight:bold;display:inline-block;margin-right:30px;margin-bottom:10px;cursor:pointer;}
#search_result .noResult{width:300px;margin:30px auto auto auto;line-height:25px;}
#search_result .noResult .b{font-weight:bold;color:#a81024;}
#search_result .noResult a{color:}
#search_result .table2 .eCateName{display:block;width:150px;word-wrap:break-word;word-break:break-all;padding:5px;}
#search_result .table2 .PartNo{display:block;float:left;word-wrap:break-word;word-break:break-all;padding:5px;}
#search_result .table2 .Brand{display:block;width:65px;word-wrap:break-word;word-break:break-all;padding:5px;}
#search_result .table2 .Qty{display:block;width:50px;word-wrap:break-word;word-break:break-all;padding:5px;}
#search_result .table2 .DateCode{display:block;width:40px;word-wrap:break-word;word-break:break-all;padding:5px;}
#search_result .table2 .Package{display:block;width:70px;word-wrap:break-word;word-break:break-all;padding:5px;}
#search_result .table2 .Description3{display:block;width:40px;word-wrap:break-word;word-break:break-all;padding:5px;}
#search_result .table2 .DeliveryDate{display:block;width:40px;word-wrap:break-word;word-break:break-all;padding:5px;}
#search_result .table2 .Stock{display:block;width:50px;word-wrap:break-word;word-break:break-all;padding:5px;}
#search_result .table2 .Description{display:block;width:60px;word-wrap:break-word;word-break:break-all;padding:5px;}
#search_result .table2 .Description2{display:block;width:40px;word-wrap:break-word;word-break:break-all;padding:5px;}
#search_result .table2 .xunjia{display:block;width:105px;word-wrap:break-word;word-break:break-all;padding:5px;_padding:5px;}
#search_result .table2 .stockimg{float:left;padding-bottom:3px;padding-left:5px;vertical-align:middle;display:inline-block;padding-top:3px;}

/*注册页面*/
#reg_wrapper{width:1000px;margin:0 auto;}
#reg_header{padding:36px 0;}
#reg_main{background:url(../images/reg_bg.gif) repeat-y;border:1px solid #cccccc;}
#reg_main .title{line-height:40px;background-color:#524f54;text-indent:10px;font-size:18px;font-weight:bold;color:#FFFFFF;font-family:"微软雅黑",simsun,arial;zoom:1;}
#reg_main .l{width:252px;float:left;}
#reg_main .r{width:746px;float:left;}
#reg_main .l .c{padding:30px 15px 15px 15px;}
#reg_main .l .c .t{font-size:18px;font-family:"微软雅黑",simsun,arial;line-height:30px;}
#reg_main .l .c ul{list-style:none;}
#reg_main .l .c ul li{line-height:40px;background:url(../images/icon/light.gif) no-repeat left center;text-indent:20px;color:#524f54;}
#reg_main .l .c ul li.lightOn{background:url(../images/icon/lighton.gif) no-repeat left center;font-size:14px;}
#reg_main .l .c ul li span{font-size:25px;font-family:Georgia, "Times New Roman", Times, serif;}
#reg_main .l .c ul li.lightOn {color:#1D7ABF;}
#reg_main .r .c{padding:40px;}
#reg_main .r .c .text {text-align:center;line-height:30px;}
#reg_main .r .c .text_reg_success{text-align:left;margin-left:200px;}
#reg_main .r .c .tips{color:#9d9d9d}
#reg_main .r .c .membertype{padding:30px 0;text-align:center}
#reg_main .r .c .membertype .choise1{display:inline;padding-right:100px;font-size:14px;}
#reg_main .r .c .membertype .choise2{display:inline;font-size:14px;}
#reg_main .r .c .b{text-align:center;}
#reg_main .r .c .table1 .title{background-color:#FFFFFF;border-bottom:1px solid #eeeeee;overflow:hidden;line-height:32px;height:32px;}
#reg_main .r .c .table1 .title .ll{float:left;color:#000;font-size:14px;font-family:Arial, Tahoma, Verdana, "宋体", MingLiU;text-indent:10px;display:block;line-height:32px;height:32px;background:url(../images/icon/arrow_right.gif) left center no-repeat;}
#reg_main .r .c .table1 td{line-height:50px;height:50px;}
#reg_main .r .c .table1 td .label{text-align:right;padding-right:10px;}
#reg_main .r .c .table1 .title .must{float:right;display:block;font-weight:normal;font-size:12px;margin-right:5px;line-height:32px;height:32px;color:#000;font-family:Arial, Tahoma, Verdana, "宋体", MingLiU;}
#reg_main .r .c .table1 .star{color:red;font-family:"宋体";text-indent:2px;display:inline-block;}
#reg_main .r .c .table1 .input25{width:260px;line-height:25px;height:25px;}
#reg_main .r .c .table1 .max40{width:40px;}
#reg_main .r .c .table1 .max60{width:40px;}
#reg_main .r .c .table1 .max175{width:162px;}
#reg_main .r .c .table1 .max50{width:50px;}
#reg_main .r .c .table1 .lh26{line-height:26px;}
#reg_main .r .c .table1 .vcode{vertical-align: middle;margin-left:10px;margin-top:-3px;_margin-top:-12px;}
#reg_main .r .c .table1 .reload{margin-left:10px;}
#reg_wrapper #reg_main .r .c .otherAction {width:350px;padding:20px 20px 20px 30px;border:1px solid #cccccc;margin:0 auto;margin-top:40px;background-color:#FAFAFA}
#reg_wrapper #reg_main .r .c .otherAction .oTitle{padding:10px 0;display:block;font-size:14px;color:#a81024;font-weight:bold}
#reg_wrapper #reg_main .r .c .otherAction ul li{list-style:square;margin-left:20px;line-height:25px;}
.Validform_wrong {background: url("../images/icon/error.png") no-repeat scroll left center transparent;color:red;padding-left:20px;}
.Validform_checktip {color: red;font-size: 12px;line-height: 20px;margin-left: 8px;}
.Validform_checktip_company{line-height:16px;word-wrap:break-word;word-break:normal;width:340px;}
.Validform_right {background: url("../images/icon/right.png") no-repeat scroll left center transparent;color: #71B83D;padding-left: 20px;}
.Validform_verycode_div{margin:0px 0px 0px 5px;float:left;}
.Validform_verycode{margin:20px 0px 0px 106px;float:left;} 
 
/*登录页*/
#reg_wrapper #reg_main .r .c .login_wrapper {width:400px;margin:0 auto;}
#reg_wrapper #reg_main .r .c .login_wrapper h2{padding:10px 0;}
#reg_wrapper #reg_main .r .c .login_wrapper .error{font-size:14px;color:#a81024;padding:10px 0;background:url(../images/icon/alert.gif) no-repeat left center;text-indent:25px;} 
#reg_wrapper #reg_main .r .c .login_wrapper .message{font-size:12px;color:#1d7abf;padding:10px 0;background:url(../images/icon/onFocus.gif) no-repeat left center;text-indent:25px;} 
#reg_wrapper #reg_main .r .c .login_wrapper .item{padding:10px 0;}
#reg_wrapper #reg_main .r .c .login_wrapper .item .label{margin-bottom:5px;}
#reg_wrapper #reg_main .r .c .login_wrapper .formSubmit{margin-left:210px;_margin-left:214px;}
#reg_wrapper #reg_main .r .c .login_wrapper .rememberMe{padding:10px 0 0 0;}
#reg_wrapper #reg_main .r .c .login_wrapper .findPassword{padding:10px 0;}
#reg_wrapper #reg_main .r .c .login_wrapper .max280{width:280px;}

/*会员中心*/
/*顶部*/
#body_wrapper .member_wrapper{min-width:982px;}
#body_wrapper .member_wrapper .top_wrapper {height:70px;border-bottom:1px solid #e5e5e5;background-color:#f5f5f5;}
#body_wrapper .member_wrapper .top_wrapper  .logo{padding-top:18px;padding-left:20px;}
.min_width{clear:both;height:0;font-size:0px;width:1002px;}

/*顶部选项卡*/
#body_wrapper .member_wrapper .main_wrapper .row_tab{height:28px;line-height:28px;clear:both;border-bottom:1px solid #dedede;margin-top:20px;}
#body_wrapper .member_wrapper .main_wrapper .row_tab .left{width:222px;float:left;}
#body_wrapper .member_wrapper .main_wrapper .row_tab .right{float:left;width:510px;}
#body_wrapper .member_wrapper .main_wrapper .row_tab .right2{float:left;}
#body_wrapper .member_wrapper .main_wrapper .row_tab .right2 .companyNameR{font-size:14px;font-weight:bold;color:#000;}
#body_wrapper .member_wrapper .main_wrapper .row_tab ul li{list-style:none;float:left;}
#body_wrapper .member_wrapper .main_wrapper .row_tab ul li a{text-align:center;padding:7px 20px;background-color:#eeeeee;color:#5c2c92;margin-right:1px;}
#body_wrapper .member_wrapper .main_wrapper .row_tab ul li a.on,#body_wrapper .member_wrapper .main_wrapper .row_tab ul li a:hover{background-color:#370051;color:#fff;text-decoration:none;}
#body_wrapper .member_wrapper .main_wrapper .row_tab .left .sitepath{padding-left:40px;}
#body_wrapper .member_wrapper .main_wrapper .row_tab .left .sitepath a{text-decoration:none;color:#000000;font-size:18px;}
#body_wrapper .member_wrapper .main_wrapper .row_tab .left .sitepath a:hover{text-decoration:underline;color:#5c2c92}

/*左边菜单*/
#body_wrapper .member_wrapper .main_wrapper .main_wrapper_inside{margin-top:20px;width:982px;}
#body_wrapper .member_wrapper .main_wrapper .main_wrapper_inside .left{float:left;width:204px;padding-right:18px;}
#body_wrapper .member_wrapper .main_wrapper .main_wrapper_inside .left ul li{list-style:none;clear:both;}
#body_wrapper .member_wrapper .main_wrapper .main_wrapper_inside .left ul li a{line-height:29px;height:29px;color:#000;display:block;text-indent:40px;}
#body_wrapper .member_wrapper .main_wrapper .main_wrapper_inside .left ul li a.on,#body_wrapper .member_wrapper .main_wrapper .main_wrapper_inside .left ul li a:hover{color:#5c2c8f;background-color:#eeeeee;border-left:5px solid #5c2c8f;text-indent:35px;text-decoration:none;}

/*右边*/
#body_wrapper .member_wrapper .main_wrapper .main_wrapper_inside .right{float:left;width:760px;overflow:hidden;}
#body_wrapper .member_wrapper .main_wrapper .main_wrapper_inside .right .font18{font-size:18px;padding:5px 0 10px 0;}
#body_wrapper .member_wrapper .main_wrapper .main_wrapper_inside .right .text{line-height:20px;}
#body_wrapper .member_wrapper .main_wrapper .main_wrapper_inside .right .text1{margin-top:12px;}
#body_wrapper .member_wrapper .main_wrapper .main_wrapper_inside .right b.orange{color:#dc4b38;}
#body_wrapper .member_wrapper .main_wrapper .main_wrapper_inside .right b.green{color:#33a94b;}
#body_wrapper .member_wrapper .main_wrapper .main_wrapper_inside .right .tips_yellow{border:1px solid #ffcd64;padding:7px 5px;background:url(../images/icon/tips_yellow.gif) no-repeat 10px center #fdfccc;text-indent:25px;margin-bottom:10px;}
#body_wrapper .member_wrapper .main_wrapper .main_wrapper_inside .right .tips_yellow .yh{font-family:"微软雅黑";}
#body_wrapper .member_wrapper .main_wrapper .main_wrapper_inside .right .frame1{margin-top:10px;padding:15px 10px;border:1px solid #dedede;width:738px;}
#body_wrapper .member_wrapper .main_wrapper .main_wrapper_inside .right .uploadTable1{border:1px solid #e2e2e2;background-color:#e2e2e2;margin-top:5px;padding:0px 0px;width:736px;overflow:hidden;}
#body_wrapper .member_wrapper .main_wrapper .main_wrapper_inside .right .uploadTable1 .title{height:26px;line-height:26px;text-align:center;background-color:#f6f6f6;margin-top:0px;}
.uploadTable1 .title .checkbox{vertical-align: middle;_vertical-align:baseline;margin-left:1px;}
.uploadTable1 .row{height:22px;line-height:22px;overflow:hidden;}
.uploadTable1 .row .number{float:left;width:29px;text-align:center;margin-right:1px;overflow:hidden;margin-top:1px;background:#f2f2f2;}
.uploadTable1 .row .model{float:left;width:72px;margin-right:1px;overflow:hidden;margin-top:1px;}
.uploadTable1 .row .manufacturer{float:left;width:60px;margin-right:1px;overflow:hidden;margin-top:1px;}
.uploadTable1 .row .package{float:left;width:77px;margin-right:1px;overflow:hidden;margin-top:1px;}
.uploadTable1 .row .datecode{float:left;width:77px;margin-right:1px;overflow:hidden;margin-top:1px;}
.uploadTable1 .row .quantity{float:left;width:60px;margin-right:1px;overflow:hidden;margin-top:1px;}
.uploadTable1 .row .xianhuo{float:left;width:60px;margin-right:1px;overflow:hidden;margin-top:1px;}
.uploadTable1 .row .zhibaoqi{float:left;width:70px;margin-right:1px;overflow:hidden;margin-top:1px;}
.uploadTable1 .row .remarks{float:left;width:80px;overflow:hidden;margin-top:1px;margin-right:1px;}
.uploadTable1 .row .jiaohuoqi{float:left;width:70px;margin-right:1px;overflow:hidden;margin-top:1px;}
.uploadTable1 .row .cangku{float:left;width:71px;overflow:hidden;margin-top:1px;}
.uploadTable1 .row .model .inputText{width:70px;height:19px;_height:18px;border:1px solid #a5acb2;}
.uploadTable1 .row .manufacturer .inputText{width:58px;height:19px;_height:18px;border:1px solid #a5acb2;}
.uploadTable1 .row .package .inputText{width:75px;height:19px;_height:18px;border:1px solid #a5acb2;}
.uploadTable1 .row .datecode .inputText{width:75px;height:19px;_height:18px;border:1px solid #a5acb2;}
.uploadTable1 .row .quantity .inputText{width:58px;height:19px;_height:18px;border:1px solid #a5acb2;}
.uploadTable1 .row .xianhuo .inputText{width:58px;height:19px;_height:18px;border:1px solid #a5acb2;}
.uploadTable1 .row .zhibaoqi .inputText{width:68px;height:19px;_height:18px;border:1px solid #a5acb2;}
.uploadTable1 .row .jiaohuoqi .inputText{width:68px;height:19px;_height:18px;border:1px solid #a5acb2;}
.uploadTable1 .row .remarks .inputText{width:78px;height:19px;_height:18px;border:1px solid #a5acb2;}
.uploadTable1 .row .cangku .inputText{width:69px;height:19px;_height:18px;border:1px solid #a5acb2;}
.uploadTable1 .row .model,.uploadTable1 .row .manufacturer,.uploadTable1 .row .package,.uploadTable1 .row .datecode,.uploadTable1 .row .quantity,.uploadTable1 .row .remarks,.uploadTable1 .row .jiaohuoqi,.uploadTable1 .row .cangku{}
#body_wrapper .member_wrapper .main_wrapper .main_wrapper_inside .right .addRow_wrapper{padding:10px 0;}
#body_wrapper .member_wrapper .main_wrapper .main_wrapper_inside .right .addRow_wrapper .addRow{border:0;width:78px;height:20px;line-height:20px;margin-right:10px;background-image:url(../images/addRow.gif)}
#body_wrapper .member_wrapper .main_wrapper .main_wrapper_inside .right .addRow_wrapper .addRow_num{border:1px solid #a5acb2;width:40px;height:20px;line-height:20px;}
#body_wrapper .member_wrapper .main_wrapper .main_wrapper_inside .right .upload_wrapper{text-align:center;}
#body_wrapper .member_wrapper .main_wrapper .main_wrapper_inside .right .upload_wrapper .upload_bt{width:72px;height:29px;line-height:29px;text-align:center;border:1px solid #dcdcdc;color:#444444;font-weight:bold;background-color:#f5f5f5;}
.chuli_wrapper{margin-top:30px;}
.chuli_wrapper ul.tab{clear:both;height:26px;overflow:hidden;}
.chuli_wrapper ul.tab li{list-style:none;float:left;margin-right:1px;}
.chuli_wrapper ul.tab li a{text-align:center;height:26px;line-height:26px;padding:0 15px;float:left;background-color:#eeeeee;color:#000;}
.chuli_wrapper ul.tab li a.on,.chuli_wrapper ul.tab li a:hover{color:#fff;background-color:#37014f;}
.chuli_table{width:737px;border:1px solid #c8c8c8;background-color:#c8c8c8;overflow:hidden;}
.chuli_table .row{height:34px;overflow:hidden;}
.chuli_table .row .number{float:left;margin-top:1px;margin-right:1px;width:70px;background-color:#f7f7f7;height:34px;line-height:34px;text-align:center;}
.chuli_table .row .time{float:left;margin-top:1px;margin-right:1px;width:180px;background-color:#f7f7f7;height:34px;line-height:34px;text-align:center;}
.chuli_table .row .status{float:left;margin-top:1px;width:485px;background-color:#f7f7f7;height:34px;line-height:34px;text-align:center;display:table-cell;vertical-align:middle;}
.chuli_table .row .greenFont{color:#36aa49;}
.chuli_table .row .status .message{_margin-top:9px;}
.chuli_table .row .title{margin-top:0px;height:22px;line-height:22px;background-color:#e4e4e4;color:#333333;font-weight:bold;}
.chuli_table .row .message1{background-color:#f7f7f7;color:#9a9a9a;height:33px;line-height:33px;text-indent:10px;margin-top:1px;}

.uploadForm_wrapper1 .downSample{padding:20px 0px 10px 0px;display:block;}
.uploadForm_wrapper1 .downSample a#d{color:#5b2c92;text-decoration:underline;}
.uploadForm_wrapper1 .file{height:29px;line-height:29px;width:250px;margin-right:20px;}
.uploadForm_wrapper1 .upload_bt{padding:0 20px;height: 29px;line-height: 29px;text-align: center;border: 1px solid gainsboro;color: #444;font-weight: bold;background-color: whiteSmoke;}
.uploadForm_wrapper1 .excelTitle {clear:both;margin-top:10px;line-height:25px;height:25px;}
.uploadForm_wrapper1 .excelTitle div{float:left;font-size:14px;}
.uploadForm_wrapper1 .excelTitle .model{width:103px;}
.uploadForm_wrapper1 .excelTitle .xianhuo{width:60px;}
.uploadForm_wrapper1 .excelTitle .manufacturer{width:80px;}
.uploadForm_wrapper1 .excelTitle .package{width:80px;}
.uploadForm_wrapper1 .excelTitle .datecode{width:70px;}
.uploadForm_wrapper1 .excelTitle .quantity{width:70px;}
.uploadForm_wrapper1 .excelTitle .zhibaoqi{width:70px;}
.uploadForm_wrapper1 .excelTitle .manufacturer{}
.uploadForm_wrapper1 .formuploadflash{height:30px;}
.uploadForm_wrapper1 .formuploadify{float:left;margin-right:10px;}
.uploadForm_wrapper1 .formnouploadify{float:left;margin-right:10px;cursor:not-allowed}
.uploadForm_wrapper1 .formuploadcount{float:left;line-height:30px;}
.uploadForm_wrapper1 .pasteContent{width:736px;height:200px;border:1px solid #bbbbbb;margin-bottom:20px;}
.uploadForm_wrapper2{margin:10px 0px 0px 0px;font-weight:bold;color:Red;}
.uploadForm_wrapper2 a.noupload,a.noupload:visited{text-decoration:underline;color:Blue;}
.pasteForm {text-align:center;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .hr1 {width:100%;margin:20px 0;height:1px;font-size:1px;border-bottom:1px solid #DEDEDE;}
.floatL{ float:left;}
/*管理库存*/
.suoyin_wrapper{height:50px;overflow:hidden;width:760px;}
.suoyin_wrapper .l{float:left;}
.suoyin_wrapper .r{float:left;width:650px;}
.suoyin_wrapper .r ul li{list-style:none;float:left;width:25px;margin-bottom:15px;}
#body_wrapper .member_wrapper .suoyin_wrapper .r a{font-size:14px;text-decoration:underline;color:#5b2d90;padding:0 5px;}
#body_wrapper .member_wrapper  .suoyin_wrapper .r a:hover{color:red;background-color:#F2F2F2;}
#body_wrapper .member_wrapper  .searchInventoryForm{height:29px;line-height:29px;margin-bottom:20px;}
#body_wrapper .member_wrapper  .searchInventoryForm .item{float:left;margin-right:10px;font-family:"微软雅黑"}

.bt_wrapper{height:31px;margin-top:20px;}
.manageInventoryBT{float:left;margin-right:20px;}

/*inventory_table*/
.Inventory_table{border:1px solid #dddddf;background-color:#dddddf;margin-top:10px;padding:0px 0px;width:758px;overflow:hidden;}
.right .Inventory_table .row .title{height:28px;line-height:28px;background-color:#f3f4f8;margin-top:0px;text-indent:5px;}
.right .Inventory_table .row .noIndent{text-indent:0;}
.Inventory_table .title .checkbox{vertical-align: middle;_vertical-align:baseline;margin-left:1px;}
.Inventory_table .row{height:25px;line-height:25px;overflow:hidden;}
.Inventory_table .titleRow{height:28px;line-height:28px;overflow:hidden;}
.right .Inventory_table .titleRow .select .checkbox{margin-top:7px;_margin-top:3px;}
.Inventory_table .row .select .checkbox{margin-top:5px;_margin-top:2px;}
.Inventory_table .row .select{float:left;width:32px;height:25px;margin-right:1px;overflow:hidden;margin-top:1px;text-align:center;background-color:#fff;}
.Inventory_table .row .model{float:left;width:179px;height:25px;margin-right:1px;overflow:hidden;margin-top:1px;background-color:#fff;}
.Inventory_table .row .manufacturer{float:left;width:121px;height:25px;margin-right:1px;overflow:hidden;margin-top:1px;background-color:#fff;}
.Inventory_table .row .package{float:left;width:91px;height:25px;margin-right:1px;overflow:hidden;margin-top:1px;background-color:#fff;}
.Inventory_table .row .datecode{float:left;width:81px;height:25px;margin-right:1px;overflow:hidden;margin-top:1px;background-color:#fff;}
.Inventory_table .row .quantity{float:left;width:69px;height:25px;margin-right:1px;overflow:hidden;margin-top:1px;background-color:#fff;}
.Inventory_table .row .remarks{float:left;width:127px;height:25px;margin-right:1px;overflow:hidden;margin-top:1px;background-color:#fff;}
.Inventory_table .row .action{float:left;overflow:hidden;margin-top:1px;width:51px;height:25px;background-color:#fff;}
.Inventory_table .row .action a{margin-left:5px;}
.Inventory_table .row .model .inputText{margin:1px;width:175px;height:20px;_height:19px;border:1px solid #a5acb2;}
.Inventory_table .row .manufacturer .inputText{margin:1px;width:117px;height:20px;_height:19px;border:1px solid #a5acb2;}
.Inventory_table .row .package .inputText{margin:1px;width:87px;height:20px;_height:19px;border:1px solid #a5acb2;}
.Inventory_table .row .datecode .inputText{margin:1px;width:77px;height:20px;_height:19px;border:1px solid #a5acb2;}
.Inventory_table .row .quantity .inputText{margin:1px;width:65px;height:20px;_height:19px;border:1px solid #a5acb2;}
.Inventory_table .row .remarks .inputText{margin:1px;width:123px;height:20px;_height:19px;border:1px solid #a5acb2;}
.Inventory_table .row .ltext{line-height:25px;height:25px;text-indent:3px;_text-indent:1px;display:inline-block;}
.Inventory_table .row .model,.Inventory_table .row .manufacturer,.Inventory_table .row .package,.Inventory_table .row .datecode,.Inventory_table .row .quantity,.Inventory_table .row .remarks{}
.Inventory_table .thead{background-color: #f3f4f8;}
.Inventory_table .thead th{padding:5px 2px;text-align:left;}
.Inventory_table .item{font-family:Arial;font-size:11px;padding:5px 2px;word-break: break-all;word-wrap: break-word;}
.Inventory_table .partno .inputText{width:160px;height:20px;_height:19px;border:1px solid #a5acb2;font-size:11px;font-family:Arial;line-height:20px;}
.Inventory_table .brand .inputText{width:50px;height:20px;_height:19px;border:1px solid #a5acb2;font-size:11px;font-family:Arial;line-height:20px;}
.Inventory_table .package .inputText{width:40px;height:20px;_height:19px;border:1px solid #a5acb2;font-size:11px;font-family:Arial;line-height:20px;}
.Inventory_table .shuliang .inputText{width:40px;height:20px;_height:19px;border:1px solid #a5acb2;font-size:11px;font-family:Arial;line-height:20px;}
.Inventory_table .xianhuo .inputText{width:30px;height:20px;_height:19px;border:1px solid #a5acb2;font-size:11px;font-family:Arial;line-height:20px;}

.page_wrapper{text-align:center;line-height:30px;height:30px;}
.page_wrapper a.pagesnum,a.pagesnum:visited{padding:3px 5px;margin-right:3px;background:#fff;color:#000;}
.page_wrapper .pagescurr{background:#61309d;color:#fff;padding:3px 5px;}
.page_wrapper .prev,.page_wrapper .next,.page_wrapper .disabled{border:1px solid #a3a3a3;background-color:#ece9f4;color:#999999;margin:0px 2px;padding:0px 3px;}

/**/
/*我的销售*/
.member_wrapper .main_wrapper .main_wrapper_inside .right .searchSales {line-height:50px;height:50px;border-bottom:1px solid #bbbbbb;width:760px;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .salesItem{padding-top:20px;padding-bottom:40px;border-bottom:1px solid #d2d2d2;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .salesItem .table1{}
.member_wrapper .main_wrapper .main_wrapper_inside .right .salesItem .letterT{line-height:25px;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .salesItem .letterT .companyLink{line-height:25px;color:#5c2c92;text-decoration:underline;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .salesItem .titleTR td{background-color:#f3f4f8;height:28px;line-height:28px;text-indent:2px;font-family:"微软雅黑";}
.member_wrapper .main_wrapper .main_wrapper_inside .right .salesItem .itemTR td{background-color:#ffffff;height:25px;line-height:25px;text-indent:2px;font-size:12px;word-wrap: break-word;word-break:break-all;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .salesItem .table1 .itemTR .xinghao {width:122px;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .salesItem .table1 .itemTR .changshang {width:45px;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .salesItem .table1 .itemTR .fengzhuang {width:45px;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .salesItem .table1 .itemTR .pihao {width:45px;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .salesItem .table1 .itemTR .shuliang {width:45px;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .salesItem .table1 .itemTR .baojia {width:45px;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .salesItem .table1 .itemTR .beizhu {width:95px;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .salesItem .table1 .itemTR .msg {width:132px;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .salesItem .table1 .caozuoLink {color:#5c2c92;text-decoration:underline;font-size:12px;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .salesItem .table1 .biaoti {font-size:12px;}

/*企业网站*/
.member_wrapper .main_wrapper .main_wrapper_inside .right .font18u {font-size:18px;padding:5px 0 2px 0;border-bottom:1px solid #d2d2d2;width:760px;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .settings .mSelect {float:left;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .settings .arrow {float:left;line-height:170px;height:170px;text-align:center;padding:0 8px;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .settings .mSelect select{height:170px;width:150px;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .settings {margin-top:10px;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .settings .companyName{color:#5c2c92;text-decoration:underline;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .settings .saveSettingBT{padding-left:130px;padding-top:10px;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .bannerPic {padding:20px 0;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .uploadBanner{padding-top:20px;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .certificationPic .item_cert {float:left;padding:20px 60px;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .certificationPic{padding-top:10px;width:760px;overflow:hidden;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .certificationPic .item_cert .delete{display:block;width:114px;line-height:25px;height:25px;text-align:center;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .settings .textOtherBrand {display:block;float:left;padding-top:20px
}

/*公司信息*/
.member_wrapper .main_wrapper .main_wrapper_inside .right .searchGbook {line-height:50px;height:50px;border-bottom:1px solid #bbbbbb;width:760px;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .gbookListTable{margin-top:20px;width:760px;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .gbookListTable .titleTR td{background-color:#f3f4f8;line-height:28px;height:28px;text-indent:3px;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .gbookListTable .itemTR td{background-color:#fffffd;line-height:28px;height:28px;text-indent:3px;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .gbookListTable center{text-indent:0;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .gbookListTable .read{color:green;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .gbookListTable .unread{color:red;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .gbookListTable .good{color:green;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .gbookListTable .bad{color:red;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .gbookListTable .green{color:green;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .gbookListTable .summary{font-size:14px;text-indent:10px;display:block;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .gbToolbar{border:1px solid #dddddd;height:33px;margin-top:10px;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .gbToolbar .l{float:left;padding-left:5px;line-height:33px;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .gbToolbar .r{float:right;padding-right:5px;line-height:33px;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .gbToolbar .pageC{float:right;line-height:33px;height:33px;padding-right:10px;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .gbToolbar .pageC a.pagesnum,.member_wrapper .main_wrapper .main_wrapper_inside .right .gbToolbar .pageC a.pagesnum:visited{padding:3px 5px;margin-right:3px;background:#fff;color:#000;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .gbToolbar .pageC .pagescurr{background:#61309d;color:#fff;padding:3px 5px;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .gbToolbar .pageC .prev,.member_wrapper .main_wrapper .main_wrapper_inside .right .gbToolbar .pageC .next,.member_wrapper .main_wrapper .main_wrapper_inside .right .gbToolbar .pageC .disabled{border:1px solid #a3a3a3;background-color:#ece9f4;color:#999999}
.member_wrapper .main_wrapper .main_wrapper_inside .right .companyInfoModify1{width:760px;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .companyInfoModify1 .companyInfoModify2 td{line-height:30px;height:30px;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .companyInfoModify1 .companyInfoModify2 .bTitle {font-size:14px;font-weight:bold;text-indent:5px;display:inline-block;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .companyInfoModify1 .companyInfoModify2 .bLable {text-align:right;display:block;padding-right:5px;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .companyInfoModify1 .companyInfoModify2 .bContent {display:block;margin-left:5px;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .companyInfoModify1 .companyInfoModify2 .bContent input.inputB{border:1px solid #bbbbbb;line-height:20px;height:20px;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .companyInfoModify1 .companyInfoModify2 .bContent textarea.inputB{border:1px solid #bbbbbb;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .companyInfoModify1 .companyInfoModify2 .redStar{display:inline-block;color:red;font-family:"宋体";margin-right:3px;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .companyInfoModify1 .companyInfoModify2 .bContent .row{clear:both;display:inline-block;}

/*会员首页*/
.member_wrapper .main_wrapper .main_wrapper_inside .right .password1 .password2 td{line-height:30px;height:30px;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .password1 .password2 .bLable{text-align: right;display: block;padding-right: 5px;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .password1 .password2 .bContent{display: block;margin-left: 5px;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .password1 .password2 .bContent input.inputB{border:1px solid #bbbbbb;line-height:20px;height:20px;}

#body_wrapper .member_wrapper .main_wrapper .main_wrapper_inside .right .memberHome{float:left;width:500px;}
#body_wrapper .member_wrapper .main_wrapper .main_wrapper_inside .right .memberHomeCompanyInfo{float:right;}

#body_wrapper .member_wrapper .main_wrapper .main_wrapper_inside .right .memberHomeCompanyInfo .welcome {font-size:13px;font-weight:bold;}
#body_wrapper .member_wrapper .main_wrapper .main_wrapper_inside .right .memberHomeCompanyInfo .welcome .memberName{color:#5b2c94;}
#body_wrapper .member_wrapper .main_wrapper .main_wrapper_inside .right .memberHomeCompanyInfo .memberType{line-height:30px;font-weight:bold}
#body_wrapper .member_wrapper .main_wrapper .main_wrapper_inside .right .memberHomeCompanyInfo .otherInfo{line-height:19px;color:#8d8d8d;}
#body_wrapper .member_wrapper .main_wrapper .main_wrapper_inside .right .memberHome .orange{font-weight:bold;color:#de4d3a;}
#body_wrapper .member_wrapper .main_wrapper .main_wrapper_inside .right .memberHome .orange a{text-decoration:underline;}
#body_wrapper .member_wrapper .main_wrapper .main_wrapper_inside .right .memberHome .orange a:hover{text-decoration:none;}
#body_wrapper .member_wrapper .main_wrapper .main_wrapper_inside .right .memberHome .black{font-weight:bold;color:#000;}
#body_wrapper .member_wrapper .main_wrapper .main_wrapper_inside .right .memberHome .green{font-weight:bold;color:#33a949;}
#body_wrapper .member_wrapper .main_wrapper .main_wrapper_inside .right .memberHome .memberTable td{line-height:25px;}
#body_wrapper .member_wrapper .main_wrapper .main_wrapper_inside .right .memberHome .memberTable .space td{line-height:12px;}

/*询价页面*/
#body_wrapper .xunjia_main{width:960px;text-indent:10px;margin:0px auto;margin-top:30px;color:#434343;}
#body_wrapper .xunjia_main .sitePath {background:url(../images/bt1_bg.gif);line-height:33px;height:33px;border:1px solid #CCCCCC;}
#body_wrapper .xunjia_main .mainDiv1 {margin-top:10px;border:1px solid #ccc;padding:10px 15px;padding-bottom:20px;}
#body_wrapper .xunjia_main .mainDiv1 .modelName {line-height:33px;color:#5B308C;font-size:23px;padding-bottom:10px;font-family:"微软雅黑",Arial;}
#body_wrapper .xunjia_main .xunjiaTable2 td{line-height:25px;height:25px;}
#body_wrapper .xunjia_main .mainDiv1 .xunjiaTable1 .xunjiaTable2 .lable {font-weight:bold;text-align:right;display:block;padding-right:3px;}
#body_wrapper .xunjia_main .mainDiv1 .xunjiaTable1 .xunjiaTable2 .value {_text-indent:10px;}
#body_wrapper .xunjia_main .mainDiv2 {border:1px solid #ccc;border-top:0;background-color:#F8F8F8;zoom:1;}
#body_wrapper .xunjia_main .mainDiv2 .sendtoTitle{line-height:39px;height:39px;border-bottom:1px solid #ccc;font-size:14px;font-weight:bold;background:url(../images/bg_title_xunjia.gif) repeat-x;background-color:#EFEFF1;}
#body_wrapper .xunjia_main .mainDiv2 .xunjiaTable3{margin:20px auto;margin-left:45px;width:655px;}
#body_wrapper .xunjia_main .mainDiv2 .xunjiaTable3 td{line-height:30px;}
#body_wrapper .xunjia_main .mainDiv2 .xunjiaTable3 td .lable{font-weight:bold;display:block;text-align:right;_padding-right:8px;}
#body_wrapper .xunjia_main .mainDiv2 .xunjiaTable3 .redFont{font-family:"宋体";color:red;}
#body_wrapper .xunjia_main .mainDiv2 .xunjiaTable3 input.borderGray{border:1px solid #abaaaf;line-height:20px;height:20px;}
#body_wrapper .xunjia_main .mainDiv2 .xunjiaTable3 textarea{border:1px solid #abaaaf;}

/*询价登录页面*/
#login_box { width:280px;  display:none; position:relative; text-align:left;}
#login_box fieldset { border:0 none; }
.close { position:absolute; right:8px; top:0; display:block; width:33px; height:17px; background:url(../images/login_close_bt.gif) no-repeat; text-indent:-9999px; outline:none; }
.top_h4 { font-size:13px; background:url(../images/login_title_bg.gif) repeat-x; line-height:33px; margin-bottom:0px; letter-spacing:1px; text-indent:23px; color:#232324; }
.label { padding-left:23px; margin-top:15px;}
.label input { background:#f7f7f7; width:227px; height:20px; padding-top:2px; padding-left:3px; border:1px solid #c5c5c5;  font:12px; }
.label input:hover, .label input:focus { border:1px solid #b2e06e; }
#login_box span a { text-align:center; margin-right:15px; font-size:12px; width:auto; display:block; float:left; text-decoration:none; color:#000; }
#login_box span a:hover { color:#000; }
#login_box .button2 a { width:65px;color:#232324; margin-left:23px !important; margin-left:11px; }
#login_box .button2 a:hover { text-decoration:none; background:#7e7e7d; color:#fff; }
button{ margin-right:20px;}
#lblusername{display:block;margin-top:5px;}
#lblpassword{display:block;margin-top:5px;}
.lable_error{color:Red;margin:15px 0px 0px 23px;display:block;}
#login_box .button2{float:left;margin-left:23px;}
#login_box .button3{float:left;line-height:33px;margin-left:10px;}
#login_box .button3 a{color:#1D7ADF;}
#login_box .button3 a:hover{color:#1D7ADF; text-decoration:underline;}
#login_box .login_bt_wrapper{height:33px;clear:both;margin-top:15px;margin-bottom:15px;}
#login_box .labelN{line-height:22px;}
#login_box .forgetpassword{font-size:12px;color:#1d7abf;padding:10px 0;background:url(../images/icon/onFocus.gif) no-repeat left center;text-indent:25px;} 
/*询价登录页面*/

/*会员类型*/
.member_wrapper .main_wrapper .member_type_title {line-height:60px;height:60px;border-bottom:1px solid #DEDEDE;text-indent:45px;font-size:18px;color:#5C2C92;font-weight:bold;}

.member_wrapper .main_wrapper .member_type_table1{
width:960px;
margin-left:20px;
margin-top:30px;
}
.member_wrapper .main_wrapper .member_type_table1 .member_type_table2 td{
padding:8px;
}

/*产品分类*/
.member_wrapper .main_wrapper .main_wrapper_inside .right .categoryTable{margin-top:20px;}
.member_wrapper .main_wrapper .main_wrapper_inside .right .categoryTable .table1{}
.member_wrapper .main_wrapper .main_wrapper_inside .right .categoryTable .titleTR td{background-color:#f3f4f8;height:28px;line-height:28px;text-indent:2px;font-family:"微软雅黑";}
.member_wrapper .main_wrapper .main_wrapper_inside .right .categoryTable .itemTR td{background-color:#ffffff;height:25px;line-height:25px;text-indent:2px;font-size:12px;word-wrap: break-word;word-break:break-all;}



div.introduce{border:1px solid #C4C4C4;width:1200px;margin:20px auto;background:#f1f1f1;}
div.introduce div{padding:10px;line-height:20px;}

/*=========product details=========*/
#main .information{}
#main .information .summary{float: left;position: relative;width:762px;}
#main .information .summary h1{background: url("../images/product_title.png") repeat-x scroll 0 0 transparent;
	border-left: 1px solid #E7E7E7;border-right: 1px solid #E7E7E7;border-top: 1px solid #E7E7E7;color: #434343;
	font-size: 20px;height: 46px;line-height: 46px;padding-left: 28px;}
#main .information table.info
{
	border-collapse: collapse;
}
#main .information table.info th,#main .information table.info td
{
	border: 1px solid #E7E7E7;
	height: 36px;
}
#main .information table.info th
{
	color: #8E8C97;
	font-weight: normal;
	padding-right: 18px;
	text-align: right;
	width: 260px;
}
#main .information table.info td
{
	color: #444444;
	padding-left: 22px;
}
#main .information table.info td a.brand
{
	text-decoration: underline;
}
#main .information table.info td a.pdf
{
	background: url("../images/pdf.png") no-repeat scroll 0 center transparent;
	color: #2165BC;
	display: inline;
	float: left;
	padding-left:0px;
}
#main .information table.info td a.rfq
{
	background: url("../images/product_rfq.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 43px;
	margin: 5px 0;
	overflow: hidden;
	text-indent: -999px;
	width: 295px;
}


/*product details image*/
#main .information .image{border: 1px solid #E7E7E7;display: inline;float: right;width:272px;height:206px;}
#main .information .image .cover
{
	height: 203px;
	overflow: hidden;
}
#main .information .image .linecard
{
}
#main .information .image a
{
	display: block;
}
#main .information .image img
{
	display: block;
	margin: 0 auto;
}
#main .information .image .pic
{
	cursor: url("/images/zoomin.cur"), pointer !important;
}
#main .information .image .tip
{
	border-top: 1px solid #E7E7E7;
	color: #9D9D9D;
	font-size: 14px;
	line-height: 18px;
	padding: 7px 6px;
}
.clear{ clear:both;}

/*parameters*/

.ucContactSendDIV{width:155px;height:34px;float:left; border:0;background-image:url(/Image/bom_bg.jpg);color:#fff;line-height:34px;
        font-family:Calibri,Arial,Arial Narrow, Geneva, sans-serif;text-align:center;margin-top:36px;font-size:18px;cursor:pointer;}
.ucContactSendDIV a{text-decoration:none;color:#fff;font-family:Calibri,Arial,Arial Narrow, Geneva, sans-serif;font-size:14px;}
.ucContactSendDIV a:hover{ text-decoration:none;}


/*keyword*/
#main .information h2{font-size:20px;font-weight:bold;height:40px;line-height:20px;padding-left:0px;padding-top:18px;}
#main .information h2 s{color: #2266BB;text-decoration: none;}
#main .parameters{border-collapse: collapse;width:1200px;}
#main .parameters th,#main .parameters td{background: none repeat scroll 0 0 #FFF7F2;border: 1px solid #E7E7E7;
	line-height: 16px;padding: 8px 0;}
#main .parameters th{font-weight: normal;padding-right: 12px;text-align: right;width: 92px;}
#main .parameters td{padding-left: 16px;width: 298px;}
#main .parameters .bg th,#main .parameters .bg td{background: none repeat scroll 0 0 #FFFFFF;}
#main .parameters .prod_d_l{width:30%;}
.ucHotItemCartBtnTD{ padding-top:5px; padding-bottom:5px; text-align:left; padding-left:5px;}
.ucHotItemCartBtnTD a{ color:#fff; font-size:16px; font-weight:bold;}
.ucHotItemCartBtnTD a:hover{ text-decoration:none;}
.ucHotItemCartBtnTD div{background:url(/Image/cart_bg.jpg) no-repeat center center; width:120px; height:34px; text-align:center; vertical-align:middle; line-height:30px}
/*=========product details=========*/

.RelatedH2{width:1200px; text-align:left; margin:auto;  height:60px; line-height:60px;}
.RelatedH2 s{color: #2266BB; text-decoration:none;}
table.products{width:1200px;background: none repeat scroll 0 0 #EEEEEE;margin: 0 auto;}
table.products th{background: none repeat scroll 0 0 #F3F3F3;border-top: 1px solid #FFFFFF;height: 32px;}
table.products th.left{text-align: left;padding-left:5px;}
table.products td{background:none repeat scroll 0 0 #F9F9F9;color:#555555;height:64px;padding:2px 0;text-align:center;}
table.products tr.bg td{background: none repeat scroll 0 0 #FFFFFF;}
table.products td a.p{border: 1px solid #CECECE;display: block;height: 60px;margin: 0 auto;width: 60px;}
table.products td img{display: block;height: 60px;margin: 0 auto;width: 60px;}
table.products td.left{padding-left: 5px;text-align: left;}
table.products td.name{padding-left: 5px;text-align: left;}
table.products td.name a{color:#555555;text-decoration: underline;}
table.products td.name a:hover{color:#3C90D7;}
table.products td.name a:visited{color:#2B3C83;}
table.products td.name a font{color:#0678BD;font-weight:bold;}
table.products td a.rfq,table.products td a.email,table.products td a.btn
{
	/*background: url("../images/rfq_email.png") repeat-x scroll 0 -26px transparent;
*/     background-color: #c74a00;	color: #5D5D5D;
	cursor: pointer;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	text-shadow: 0 1px 0 #FFFFFF;
	width: 60px;
}
table.products td a.btn
{
	display: block;color:#555;
	margin: 0 auto;
}
table.products td a.rfq
{
	margin-left: 3px;
	display: inline;
	float: left;
}
table.products td a.email
{
	display: inline;
	float: right;
	margin-left: 0;
	margin-right: 3px;
}
table.products td a.rfq:hover,table.products td a.email:hover,table.products td a.btn:hover{color:#3C90D7;text-decoration:underline;background-position:0 0;}
.tip{font-size:14px;line-height:30px;margin:10px 0px 0px 0px;}
.mfg_info{border:1px solid #C4C4C4;color:#434343;font-size:14px;line-height:22px;padding:10px;margin:10px 0px;}
.image{background: none repeat scroll 0 0 #FFFFFF;border: 1px solid #CCCCCC;display:inline;float:left;height:153px;
    margin-right:10px;text-align:center;width:303px;}
.image img{margin-right:10px;padding:3px;}
.cate_info{margin:10px 0px;}
.cate_info h2{font-size: 14px;font-weight: bold;line-height: 40px;padding-left: 2px;}
.cate_info dt{background: none repeat scroll 0 0 #F5F6F5;clear: both;font-size: 14px;font-weight: bold;
    height: 26px;line-height: 26px;padding-left: 10px;}
.cate_info dd{}
.cate_info dd a{color:#000000;display:block;line-height:30px;padding-left: 10px;text-decoration: none;}
.cate_info dd:hover{background: #B6E8F3;}
.stock_list h2{font-size: 14px;font-weight: bold;line-height: 40px;padding-left: 2px;}
.RelTB{ width:1054px;}
.RelTB td{ line-height:24px;  font-family:Arial, Tahoma, Verdana, "宋体", MingLiU; color:#555555}
.RelTitle{ font-size:16px; font-weight:bold; line-height:30px; padding-top:20px;}

/*=====ucNews.ascx=======*/
.ucNewsTitle{ font-size:12px;text-align:left; padding-top:20px; padding-bottom:10px; font-family:Arial;}
.ucNewsTitle a{ color:#000;}
.ucNewsTitle a:hover{ text-decoration:underline;}
.ucNewDate{ text-align:left; padding-left:10px; font-size:12px; font-family:Arial;padding-top:20px; padding-bottom:10px; }
.ucNewsPage{ padding-top:20px; padding-bottom:20px; text-align:left;}

.NewsItemTB{ margin:auto;}
.ucNewsItemTitle{font-size:14px; font-weight:bold; text-align:center; padding-top:20px; padding-bottom:10px; font-family:Arial;}
.ucNewsItemDate{text-align:center; padding-left:10px; font-size:12px; font-family:Arial;padding-top:20px; padding-bottom:10px;}
.ucNewsItemText{ text-align:left; height:400px; vertical-align:top; padding-top:10px; padding-left:30px; padding-right:30px; padding-bottom:20px; font-family:Arial; line-height:18px;}
.div-rfq-success{text-align:center;font-size:18px;line-height:40px;padding:50px 0px 200px 0px;color:#6e6e6e;}