
/*  ==================== 全局通用部分 ====================  */
* html {
  filter:expression(document.execCommand("BackgroundImageCache", false, true));
}
body,p,td,th,input,select,textarea {
  font: normal normal 12px Arial;
  margin: 0;  padding: 0;
}
ul,ol,dl,dt,dd,form {
  margin: 0;  padding: 0;
}
ul,ol {
  list-style: none;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 12px;
  margin: 0;  padding: 0;
}
img {
  border: 0;
}
textarea {
  padding: 3px;
  border: 1px solid #a5d2eb;
}
a:link,a:visited {
  color: #333;
  text-decoration: none;
}
a:hover,a:active {
  text-decoration: underline;
}
.vAlign {
  vertical-align: middle;
}
.linkSkyblue a {
  color: #1D8FC7;
}
.listStyle {
  padding: 10px;
}
.listStyle a,
.listStyle a:visited {
  color: #1D8FC7;
}
.listStyle li {
  color: #1D8FC7;
  background: url(bsky/icon_list_arrow01.gif) no-repeat left 3px;
  width: 90%;
  padding-left: 12px;    margin-bottom: 3px;
}
.listStyle .fRight {
  color: #999;
  float: right;
}
#rss {
  text-align: center;
  margin: -20px 0 20px 0;
}
.textDesc {
  color: #999;
}
.textStrong {
  color: #f60;
}
.textTime {
  font: 10px Arial;
  color: #999;
  margin-left: 5px;
}
.btnBlue {
  display: block;
  background: url(images/btn_blue_l.gif) no-repeat left center;
  float: left;
  padding-left: 1px;    margin-right: 3px;
}
.btnBlue a {
  line-height: 17px;
  color: #0b54ab;
  background: url(images/btn_blue_r.gif) no-repeat right center;
  float: left;
  padding: 2px 10px;
}
.msgNocice {
  background: #f1fafd url(images/icon_notice.gif) no-repeat 10px center;
  padding: 10px 5px 10px 40px;    margin: 10px 5px;
  border: 1px solid #a5d2eb;
}
#loader {
  background-color: #ffc;
  border: 1px solid #cc0;
  position: fixed;
  color: #CC0000;
  z-index: 1000;
  left: 0px;
  bottom: 0px;
  padding: 5px 15px;
  /*display: none;*/
  filter: progid:DXImageTransform.Microsoft.BasicImage(opacity=.65);
  opacity: 0.65;
}
* html #loader {
  position: absolute;
}
.watermark_small {
  display: block;
  text-indent: -9999px;
  width: 31px;    height: 15px;
  margin-right: 3px;
  float: left;
}
.watermark_promote_small {
  background: url(images/watermark_promote_small.gif) no-repeat;
}
.watermark_new_small {
  background: url(images/watermark_new_small.gif) no-repeat;
}
.watermark_best_small {
  background: url(images/watermark_best_small.gif) no-repeat;
}
.watermark_hot_small {
  background: url(images/watermark_hot_small.gif) no-repeat;
}
/*  ==================== 页面头部 ====================  */

#globalHeader {
  overflow: hidden;
}
#logo {
  display: inline;
  float: left;
  margin: 10px 0 0 17px;
}
      /*  ==================== 顶部菜单 ====================  */
      #globalTopNav {
        height: 27px;
        background: #c3c6ce url(bsky/top_nav.gif) no-repeat left top;
        display: inline;
        float: right;
        padding-left: 12px;   margin: 13px 18px 0 0;
        overflow: hidden;
      }
      #globalTopNav li {
        color: #FFF;
        background: url(bsky/top_nav.gif) no-repeat right -54px;
        line-height: 27px;
        float: left;
      }
      #globalTopNav li a {
        color: #FFF;
        display: block;
        float: left;
        padding: 1px 10px 0;
      }
      #globalTopNav #globalTopNavRight {
        background: url(bsky/top_nav.gif) no-repeat left -27px;
        width: 13px;
      }
      #globalTopNav #globalTopNavLast {
        background: none;
      }


      /*  ==================== 主菜单 ====================  */
      #globalNav {
        background: url(bsky/nav_bg_all.gif) repeat-x center bottom;
        width: 949px;  height: 48px;
        margin: 0 auto;
      }
      #globalNav ul {
        padding: 0 0 8px 15px;
      }
      #globalNav #currentPage {
        background: #71b9e0 url(bsky/nav_bg_current.gif) no-repeat right top;
        height: 40px;
        float: left;
        margin: 0 3px 0 0;
      }
      #globalNav #currentPage a {
        font-size: 14px;
        color: #FFF;
        background: url(bsky/nav_bg_current.gif) no-repeat left bottom;
        height: 20px;
        float: left;
        padding: 10px 30px;
      }
      #globalNav li {
        background: #f2f2f2 url(bsky/nav_bg.gif) no-repeat right 0;
        height: 34px;
        float: left;
        padding-right: 3px;   margin: 5px 3px 0 0;
      }
      #globalNav li a {
        background: url(bsky/nav_bg.gif) no-repeat left -34px;
        height: 14px;
        overflow: hidden;
        float: left;
        padding: 10px 10px 10px 12px;
      }


      /*  ==================== 用户登录 ====================  */
      #ECS_MEMBERZONE {
        text-align: center;
        height: 40px;
        background: url(bsky/login_shadow.gif) no-repeat left top;
        padding: 10px 40px 0;
      }
      #ECS_MEMBERZONE input,
      #ECS_MEMBERZONE img {
        vertical-align: middle;
      }
      #ECS_MEMBERZONE .textInput {
        height: 15px;
        background: #f5fcfe;
        padding: 3px;   margin-right: 5px;
        border: 1px solid #a5d2eb;
      }
      #ECS_MEMBERZONE .textInputSign {
        width: 130px;
      }
      #ECS_MEMBERZONE .textCaptcha {
        width: 60px;
      }
      #ECS_MEMBERZONE .welcome {
        color: #0b54ab;
        padding-right: 30px;
      }
      #ECS_MEMBERZONE .memberInfo {
        padding-right: 30px;
      }
      #ECS_MEMBERZONE .btnList a {
        color: #f60;
        background: #ffd9c0;
        padding: 1px 10px;    margin: 0 8px;
        border: 1px solid #fca558;
      }
      #textForget {
        color: #F60;
        text-decoration: underline;
        margin-left: 10px;
      }


      /*  ==================== 搜索 ====================  */
      #globalSearch {
        height: 96px;
        padding: 65px 0 0 20px;
        position: relative;
      }
      #globalSearch h3 img,
      #globalSearch h3 span {
        position: absolute;
        top: -10px;
        left: -5px;
      }
      #globalSearch .textInput {
        width: 149px;   height: 14px;
        padding: 3px;   margin: 0 auto 5px;
        border: 1px solid #7c9dbe;
      }
      #globalSearch select {
        width: 157px;
        margin-bottom: 5px;
        border: 1px solid #7c9dbe;
      }
      #globalSearch #adSearch {
        color: #F60;
        text-decoration: underline;
        margin-left: 8px;
      }
      #globalSearchKeywords a {
        white-space: nowrap;
        margin-right: 5px;
      }


      /*  ==================== 当前位置 ====================  */
      #urHere h3 {
        font-weight: normal;
      }
      #urHere a {
        text-decoration: underline;
        color: #0b54ab;
        margin: 0 3px;
      }


      /*  ==================== 最新文章 ====================  */
      #newArticle {
        color: #1D8FC7;
        width: 216px;   height: 119px;
        padding: 10px;    margin: -1px 0 4px;
        border: 1px solid #a5d2eb;
      }
      #newArticle a {
        color: #1D8FC7;
      }
      #newArticle li {
        margin-bottom: 3px;
      }
      #newArticleTab {
        overflow: hidden;
      }
      #newArticleTab li.tabFront {
        height: 17px;
        border: 1px solid #a5d2eb;
        border-bottom: 0;
        position: relative;
      }
      #newArticleTab li {
        background: #FFF;
        height: 16px;
        float: left;
        padding: 5px 10px 0;    margin-right: 3px;
        border: 1px solid #c3c6ce;
        border-bottom: 0;
        cursor: pointer;
      }
      #ECS_ARTICLE_BODY {
        width: 215px;   height: auto;
      }


      /*  ==================== 商品分类 ====================  */
      #categoryTree ul {
       
        padding: 10px;
      }
      #categoryTree li {
        width: 90%;
        background: url(/skin/bsky/icon_list_arrow01.gif) no-repeat left 3px;
        padding-left: 12px;
      }
      #categoryTree li a {
        color: #1D8FC7; width:100px;
      }
      #categoryTree1 ul {
       
        padding: 10px;
      }
      #categoryTree1 li {
  
        padding-left: 4px;
      }
      #categoryTree1 li a {
        color: #1D8FC7; 
      }
      /*  ==================== 登陆信息 ====================  */
      #ECS_CARTINFO {
        line-height: 1.5em;
        overflow: hidden;
        height: 46px;
        padding: 20px 10px;
      }
      #ECS_CARTINFO img,
      #ECS_CARTINFO span {
        float: left;
        margin: 0 10px 0 0;
      }
      #ECS_CARTINFO a {
        color: #0b54ab;
      }


      /*  ==================== 品牌专区 ====================  */
      #globalBrandInfo {
        overflow: hidden;
        padding-bottom: 10px;
        zoom: 1;
      }
      #globalBrandInfo h3 {
        margin-bottom: 10px;
      }
      #globalBrandInfo p {
        color: #1D8FC7;
        padding: 3px 10px;
      }
      #globalBrandInfo p#globalBrandInfoLogo {
        float: left;
      }
      #globalBrandInfo #globalBrandInfoList {
        float: left;
      }
      #globalBrandInfo p.textDesc {
        color: #999;
      }
      #globalBrandInfo a {
        color: #1D8FC7;
        margin-left: 10px;
      }
      #brandScroller {
        text-align: left; /*overflow-y: auto;*/
        height: auto;
        padding: 10px;
      }
      .brandScroller1 {
        text-align: left; /*overflow-y: auto;*/
        height: auto;
        padding: 10px;
      }
      #brandScroller a {
        color: #0b54ab;
      }
      #brandScroller p {
        color: #666;
        padding: 5px;
      }
      #brandScroller .textLink {
        text-align: left;
      }
          /*  商品列表品牌专区  */
          .globalCategory #brandScroller {
            height: auto;
          }
          .globalCategory #brandScroller a {
            color: #1D8FC7;
          }
          .globalCategory #brandScroller p.textLink {
            width: 90%;
            background: url(bsky/icon_list_arrow01.gif) no-repeat left 3px;
            padding: 0 0 0 12px;    margin-bottom: 3px;
          }


      /*  ==================== 订单查询 ====================  */
      #orderQuery {
        padding: 0 5px 5px;
      }
      #orderQuery h3 {
        text-align: center;
        padding: 5px;
      }
      #orderQuery .textInput {
        width: 148px;   height: 14px;
        border: 1px solid #7c9dbe;
        padding: 3px;
      }
      #ecsOrderQuery {
        padding-left: 15px;
      }
      #ecsOrderQuery input {
        margin-bottom: 5px;
      }
      #ECS_ORDER_QUERY {
        padding: 5px 15px;
      }
      #ECS_ORDER_QUERY li {
        color: #666;
        padding: 3px 0;
        border-bottom: 1px dashed #a5d2eb;
      }
      #ECS_ORDER_QUERY li a {
        text-decoration: underline;
      }
      #ECS_ORDER_QUERY li strong {
        color: #333;
      }


      /*  ==================== 发货单查询 ====================  */
      #invoiceQuery ul {
        line-height: 1.4em;
        height: 167px;
        overflow-y: auto;
      }
      #invoiceQuery li {
        color: #1D8FC7;
        background: url(bsky/icon_list_arrow01.gif) no-repeat 10px 7px;
        padding: 3px 10px 3px 23px;    margin-bottom: 3px;
        border-bottom: 1px dashed #a5d2eb;
      }
      #invoiceQuery form {
        display: inline;
      }


      /*  ==================== 邮件订阅 ====================  */
      #emailList {
         text-align: center;
         height: 126px;
       }
      #emailList h3 {
        padding: 5px;
      }
      #emailList .textInput {
        width: 148px;   height: 14px;
        border: 1px solid #7c9dbe;
        padding: 3px;   margin-bottom: 5px;
      }


      /*  ==================== 销售排行 ====================  */
      #topList ul {
        padding: 10px;
      }
      #topList li {
        margin-bottom: 5px;
      }
      #topList a {
        color: #1D8FC7;
        margin-left: 3px;
      }


      /*  ==================== 站内调查 ====================  */
      #ECS_VOTE table {
        text-align: left;
        width: 215px;
        margin: 10px;
      }
      #ECS_VOTE th {
        font: bold 12px Arial;
        color: #0b54ab;
        padding-left: 20px;
      }
      #ECS_VOTE td {
        padding-left: 20px;
      }
      #ECS_VOTE .btnList {
        padding-top: 10px;
      }
      #ECS_VOTE .optionList {
        line-height: 2em;
        color: #1D8FC7;
      }


      /*  ==================== 商品详情信息 ====================  */
      #itemAllInfo {
        overflow: hidden;
        zoom: 1;
        padding: 15px;
      }
      #itemPic {
        float: left;
        position: relative;
      }
      #itemPic .thumb {
        background: #f5fcfe;
        padding: 4px;
        border: 1px solid #cfedff;
      }
			 
      #itemPic .waterMark {
        position: absolute;
        top: 10px;   right: -40px;
      }
      #itemGallery {
        width: 215px;
        margin-top: 4px;
      }
      #itemGallery li {
        float: left;
        margin-right: 5px;
      }
      #itemGallery img {
        background: #f5fcfe;
        padding: 3px;
        border: 1px solid #cfedff;
      }
      #itemInfoList {
        line-height: 1.6em;
        color: #0b54ab;
        float: left;
        padding-left: 50px;
      }
      #itemInfoList h2 {
        font: bold 14px Arial;
        margin-bottom: 8px;
      }
      #itemInfoList h2 img {
        margin-left: 5px;
      }
      #itemInfoList .goodsPrice {
        color: #f60;
      }
      #itemInfoList .marketPrice {
        background: url(bsky/line_through.gif) repeat-x center center;
      }
      #itemInfoList .textInput {
        height: 15px;
        background: #f5fcfe;
        padding: 3px;   margin-right: 5px;
        border: 1px solid #a5d2eb;
      }
      #itemInfoList #itemBtnList {
        margin-top: 10px;
      }
      #itemInfoList .itemInfoListTable {
        margin-bottom: 8px;
      }
      #itemInfoList .itemInfoListTable th {
        text-align: left;
        color: #333;
        width: 100px;
        padding: 2px 8px;
        border-bottom: 2px solid #dadada;
      }
      #itemInfoList .itemInfoListTable td {
        color: #999;
        padding: 2px 8px;
        border-bottom: 1px solid #dadada;
      }
      #itemInfoList ul.line {
        padding: 5px 10px; 
      }
      #itemInfoList ul li {
        height:20px;
      }

      /*  ==================== 用户评论 ====================  */
      #globalComments {
        color: #0b54ab;
      }
      #globalComments h3.title {
        margin-top: 10px;
        border-top: 1px solid #a5d2eb;
      }
      #globalComments th,
      #globalComments td {
        text-align: left;
        padding: 3px 3px 3px 20px;
      }
      #globalComments .textInput {
        height: 15px;
        background: #f5fcfe;
        padding: 3px;   margin-right: 5px;
        border: 1px solid #a5d2eb;
      }
      #globalComments textarea {
        width: 328px;   height: 116px;
        padding: 3px;
        border: 1px solid #a5d2eb;
      }
      #globalComments .commentsContent {
        color: #1D8FC7;
        vertical-align: top;
      }
      #globalComments .commentsReContent {
        color: #f60;
        vertical-align: top;
      }
      #globalComments .commentsLine {
        border-bottom: 1px dashed #a5d2eb;
      }
      #globalComments #globalNoComments {
        text-align: center;
        padding: 30px 10px;
      }


      /*  ==================== 相关文章 ====================  */
      #relativeArticle {
        min-height: 200px;
        height: 100% !important;
        height: 200px;
      }
      #relativeArticle ul {
        width: 90%;
      }


      /*  ==================== 选项卡功能 ====================  */
      #globalTab .TabBar {
        height: 22px;
        border-bottom: 1px solid #a5d2eb;
      }
      #globalTab .TabBar li {
        line-height: 20px;
        color: #666;
        background: url(bsky/tab_bg.gif) repeat-x;
        float: left;
        padding: 0 10px;    margin: 1px 3px 0 0;
        border: 1px solid #dadada;
        border-bottom: 0;
        position: relative;
        cursor: pointer;
      }
      #globalTab .TabBar li.tag-selected {
        line-height: 22px;
        color: #0b54ab;
        background: #fff;
        margin: 0 3px -2px 0;
        border: 1px solid #a5d2eb;
        border-bottom: 0;
      }
      #globalTab .TabBar li.tag-hightlight {
        background: #f1f1f1;
      }
      #globalTab .TabPages {
        border-top: 0;
      }
      #globalTab .TabPage {
        padding: 10px;
      }


      /*  ==================== 商品属性 ====================  */
      #globalProperties {
        color: #0b54ab;
        padding: 10px;
      }
      #globalProperties th {
        text-align: left;
        font: bold 12px Arial;
        padding-bottom: 5px;
      }
      #globalProperties td {
        padding: 0 0 5px 10px;
      }
      #globalProperties li {
        margin-bottom: 3px;
      }


      /*  ==================== 商品描述 ====================  */
      #globalDesc {
        color: #4C4C4A;
        padding: 10px;
      }
      #globalDesc ul {
        padding: 10px 0;   margin-left: 20px;
        list-style: square;
      }
      #globalDesc li {
        margin-bottom: 3px;
      }


      /*  ==================== 商品标记 ====================  */
      #globalTags {
        padding: 10px;
      }
      #ECS_TAGS {
        color: #0b54ab;
        padding: 10px;    margin-bottom: 10px;
        border: 1px solid #f1f1f1;
      }
      #ECS_TAGS a {
        margin-right: 5px;
      }
      #globalTags .textInput {
        width: 300px;   height: 15px;
        background: #f5fcfe;
        padding: 3px;   margin-right: 5px;
        border: 1px solid #a5d2eb;
      }
      
      
      /*  ==================== 商品列表 ====================  */
      #globalGoodsList .itemGrid {
        border-bottom: 1px solid #a5d2eb;
      }
      #globalGoodsList .itemGrid .item {
        height: 258px;
        margin-bottom: -1px;
        border-bottom: 1px dashed #a5d2eb;
        position: relative;
      }
      #globalGoodsList .itemGrid .item .pic,
      #globalGoodsList .itemGrid .item .name,
      #globalGoodsList .itemGrid .item .price,
      #globalGoodsList .itemGrid .item .btnList {
        margin-bottom: 5px;
      }
      #globalGoodsList .itemGrid .item .brief {
        color: #999;
        text-align: left;
        height: 30px;
        margin-bottom: 5px;
      }
      #globalGoodsList .itemGrid .item .waterMark {
        position: absolute;
        top: 15px;   left: 20px;
      }
      #globalGoodsList .itemGrid .item .waterMark img {
        padding: 0;
        border: 0;
      }
      #globalGoodsList .globalGoodsListMenu {
        text-align: right;
        padding: 5px 10px;
        border-bottom: 1px solid #f1f1f1;
      }
      #globalGoodsList .globalGoodsListMenu1 {
        text-align: left;
        padding: 8px 10px;
        border-bottom: 1px solid #f1f1f1;
      }
      #globalGoodsList .globalGoodsListMenu select,
      #globalGoodsList .globalGoodsListMenu input,
      #globalGoodsList .globalGoodsListMenu img {
        vertical-align: middle;
      }
      #globalGoodsList .globalGoodsListMenuDisplay {
        color: #1D8FC7;
        padding-right: 30px;
      }
      
      
      /*  ==================== 搜索页 ====================  */
      .noSearchResult {
        text-align: center;
        height: 160px;
        padding: 20px 10px;
      }
      #globalSearchForm {
        color: #1D8FC7;
        padding: 20px 10px;
      }
      #globalSearchForm th {
        color: #0b54ab;
        text-align: left;
        width: 70px;
      }
      #globalSearchForm td,
      #globalSearchForm th {
        padding: 2px 0 2px 5px;
      }
      #globalSearchForm input,
      #globalSearchForm select {
        vertical-align: middle;
      }
      #globalSearchForm .textInput {
        height: 13px;
        background: #f5fcfe;
        padding: 3px;   margin-right: 5px;
        border: 1px solid #a5d2eb;
      }


      /*  ==================== 分页 ====================  */
      #pager {
        color: #0b54ab;
        text-align: right;
        clear: both;
        padding: 8px 10px 8px 0;
      }
      #pager a {
        color: #0b54ab;
        background: #f1fafd;
        padding: 3px 10px;
        border: 1px solid #a5d2eb;
      }
      #pager a,
      #pager select {
        vertical-align: middle;
      }
      
      
      /*  ==================== 对比商品 ====================  */
      #compareBox {
        width: 130px;
        background: #fff;
        padding: 10px 3px 5px;
        border: 1px solid #999;
        position: absolute;
        right:1px;   top:200px;
        opacity: 0.8;    filter: progid:DXImageTransform.Microsoft.BasicImage(opacity=0.8); 
      }
      #compareBox input {
        color: #FFF;
        background: #000;
        width: 120px;
        padding-top: 3px;
        margin-bottom: 5px;
        border: 1px solid #000;
      }
      #compareList {
        width: 120px;
        margin: 0px;    padding: 0px;
      }
      #compareList li {
        color: #333;
        text-align:left;
        width: 110px;    height: 20px;
        background: #F1F1F1;
        margin: 3px 0;   padding: 3px 5px;
        border: 1px solid #999;
      }
      #compareList li img {
        cursor: pointer;
      }


      /*  ==================== 团购商品 ====================  */
      #globalGroupProperties table {
        color: #0b54ab;
        margin: 10px;
      }
      #globalGroupProperties th {
        font: bold 12px Arial;
        text-align: left;
        width: 50px;
        padding: 3px 0 3px 10px;
      }
      #globalGroupProperties td {
        padding: 3px 0 3px 10px;
      }
      #globalGroupProperties .textInput {
        height: 15px;
        background: #f5fcfe;
        padding: 3px;   margin-right: 5px;
        border: 1px solid #a5d2eb;
      }


      /*  ==================== 团购说明 ====================  */
      #globalGroupDesc .globalModuleContent {
        line-height: 1.6em;
      }


      /*  ==================== 拍卖出价记录 ====================  */
      #globalBidLog {
        padding: 0 0 20px;
      }
      #globalBidLog table {
        margin: 5px auto;
      }
      #globalBidLog th {
        text-align: left;
        color: #0b54ab;
        padding: 3px 10px;
        border-bottom: 2px solid #dadada;
      }
      #globalBidLog td {
        text-align: left;
        color: #1D8FC7;
        padding: 3px 10px;
        border-bottom: 1px solid #e1e1e1;
      }


      /*  ==================== 拍卖商品列表   团购商品列表 ====================  */
      #globalAuctionList,
      #globalGroupList {
        overflow: hidden;
        zoom: 1;
        padding-bottom: 10px;
      }
      #globalAuctionList .itemList .item {
        display: inline;
        width: 320px;   height: 110px;
        float: left;
        margin: 10px -5px 0 10px;
      }
      #globalAuctionList .itemList .item .itemListInfo {
        padding-left: 10px;
      }
      #globalGroupList .itemList .item .itemListInfo {
        padding-left: 30px;
      }
      #globalAuctionList .itemList .item .pic,
      #globalGroupList .itemList .item .pic {
        float: left;
        position: static;
      }
      #globalAuctionList .globalModuleContent,
      #globalGroupList .globalModuleContent {
        text-align: center;
        color: #f60;
        padding: 30px 0;
      }
      #globalGroupList .itemList .item .itemListInfo th {
        text-align: left;
        width: 100px;
        padding: 2px 10px;
        border-bottom: 2px solid #dadada;
      }
      #globalGroupList .itemList .item .itemListInfo td {
        padding: 2px 10px;
        border-bottom: 1px solid #eaeaea;
      }


      /*  ==================== 文章内容 ====================  */
      #globalArtile h1 {
        font: bold 16px Arial;
        text-align: center;
        color: #0b54ab;
        margin: 10px 0 30px;
      }
      #globalArtile .globalArtilePosted {
        text-align: right;
        color: #0b54ab;
        padding: 0 30px 20px;
      }
      #globalArtile .globalArtileNext {
        text-align: right;
        color: #0b54ab;
        padding: 30px 20px 10px;
      }
      #globalArtile .globalArtileNext a {
        text-decoration: underline;
        color: #0b54ab;
        margin-right: 20px;
      }
      #globalArtile .globalModuleContent {
        color: #4C4C4A;
        padding: 10px 20px;
      }
      #globalArtile .globalModuleContent p,
      #globalArtile .globalModuleContent li,
      #globalArtile .globalModuleContent h2,
      #globalArtile .globalModuleContent h3 {
        line-height: 1.6em;
      }
      #globalArtile .globalArtileRelative {
        text-align: right;
        padding: 20px 20px 0;
      }
      #globalArtile .globalArtileRelative a {
        color: #0b54ab;
        background: url(bsky/icon_attachment.gif) no-repeat 8px center;
        padding: 3px 10px 3px 25px;
        border: 1px solid #666;
      }


      /*  ==================== 文章列表 ====================  */
      #globalArtileList table {
        color: #999;
        width: 100%;
        margin: 10px 0;
      }
      #globalArtileList th {
        color: #333;
        text-align: left;
        padding: 2px 10px;
        border-bottom: 2px solid #a5d2eb;
      }
      #globalArtileList td {
        padding: 5px 10px;
        border-bottom: 1px solid #e1e1e1;
      }
      #globalArtileList td a {
        color: #0b54ab;
      }


      /*  ==================== 标签云 ====================  */
      #globalTagsPage a {
        line-height: 2em;
        margin: 0 10px;
      }


      /*  ==================== 夺宝奇兵 ====================  */
      #ECS_SNATCH .textInput {
        height: 15px;
        background: #f5fcfe;
        padding: 3px;   margin-right: 5px;
        border: 1px solid #a5d2eb;
      }
      #ECS_SNATCH input {
        vertical-align: middle;
      }
      #ECS_SNATCH table {
        color: #0b54ab;
        margin: 10px 0;
      }
      #ECS_SNATCH th {
        text-align: left;
        width: 80px;
        padding: 2px 5px 2px 20px;
      }
      #globalPriceList li {
        padding-bottom: 3px;
        border-bottom: 1px dashed #e1e1e1;
      }


      /*  ==================== 对比商品 ====================  */
      #globalCompare table {
        width: 100%;
        border-collapse: collapse;
        border: 1px solid #DADADA;
        table-layout: fixed;
      }
      #globalCompare th,
      #globalCompare td {
        vertical-align: top;
        padding: 3px 10px;
      }
      #globalCompare th {
        text-align: left;
        color: #0b54ab;
        background: #f1f1f1;
        width: 120px;
      }
      #globalCompare td.btnList img {
        margin-bottom: 3px;
      }
      #globalCompare .globalModuleContent {
        overflow-x: auto;
        width: 895px;
      }


      /*  ==================== 选购中心 ====================  */
      #globalPickOut dl {
        padding: 20px;
      }
      #globalPickOut dt {
        font: bold 12px Arial;
        color: #0b54ab;
        width: 90%;
        background: url(bsky/icon_list_arrow01.gif) no-repeat left 5px;
        padding-left: 12px;   margin-bottom: 5px;
      }
      #globalPickOut dd.title {
        background: url(bsky/icon_list_arrow02.gif) no-repeat 10px 5px;
        margin-bottom: 3px;
      }
      #globalPickOut dd {
        color: #0b54ab;
        padding-left: 22px;   margin-bottom: 10px;
      }
      #globalPickOut dd a {
        color: #1D8FC7;
        margin-right: 15px;
      }


      /*  ==================== 所有分类 ====================  */
      #globalCatalogList dt {
        background: url(bsky/icon_list_arrow01.gif) no-repeat left center;
        padding-left: 12px;   margin-bottom: 3px;
      }

      #globalCatalogList dd.catLevel02 {
        background: url(bsky/icon_list_arrow02.gif) no-repeat left center;
      }

      #globalCatalogList dd.catLevel03 {
        background: url(bsky/icon_list_arrow02.gif) no-repeat left center;
      }

      #globalCatalogList dd {
        margin: 0 0 8px 10px;
      }

      #globalCatalogList dd a {
        margin: 0 5px;
        background: url(bsky/icon_list_arrow02.gif) no-repeat left center;
        padding-left: 10px;
      }


      /*  ==================== 所有品牌 ====================  */
      #globalBrandList p {
        width: 170px;   height: 30px;
        float: left;
      }
      #globalBrandList p a {
        color: #1D8FC7;
      }


      /*  ==================== 活动列表 ====================  */
      #globalActivity .activityList {
        margin: 5px 0 10px 0;
        border-collapse: collapse;
        border-top: 3px solid;
        border-color: #a5d2eb;
      }
      #globalActivity th {
        color: #0b54ab;
        text-align: left;
        vertical-align: top;
        width: 100px;
        padding: 3px 5px 3px 10px;
      }
      #globalActivity td {
        vertical-align: top;
        padding: 3px 5px 3px 10px;
      }


      /*  ==================== 相关配件 & 购买过此商品的人还购买过 ====================  */
      #globalFitting .itemGrid .item,
      #globalBoughtGoods .itemGrid .item {
        width: 135px;
      }


      /*  ==================== 用户登录注册界面 ====================  */
      #globalLogin .tableList th,
      #globalLogin .tableList td {
        border: 0;
      }
      #globalLoginLeft {
        width: 49%;
        float: left;
      }
      #globalLoginRight {
        width: 50%;
        float: left;
        border-left: 1px solid #a5d2eb;
      }
      #pwd_lower,
      #pwd_middle,
      #pwd_high {
        border-bottom: 2px solid #dadada;
      }


      /*  ==================== 用户中心 ====================  */
      #globalUserCenterInfo h2 {
        font: bold 14px Arial;
      }
      #globalMessage .btnFile {
        text-align: right;
        padding: 10px 20px 3px;
      }
      #globalMessage .topLine {
        margin-top: 20px;
        border-top: 2px solid #a5d2eb;
      }
      #globalUserCenterTags .textDel {
        margin-right: 20px;
      }
      #globalUserCenterTags .globalModuleContent {
        line-height: 2em;
      }


      /*  ==================== 提示消息 ====================  */
      #globalMsg {
        line-height: 2em;
        text-align: center;
        color: #f60;
        padding: 30px 0;
      }


      /*  ==================== 网店帮助分类 ====================  */
      #globalHelp {
        width: 918px;
        margin-left: 20px;
      }
      #globalHelp th {
        text-align: left;
        color: #0b54ab;
        padding: 10px 30px 0;
      }
      #globalHelp td {
        vertical-align: top;
        padding: 5px 30px 20px;
      }
      #globalHelp td a {
        color: #1D8FC7;
      }


      /*  ==================== 友情链接 ====================  */
      #globalLink {
        width: 910px;
        padding: 5px 5px 0;    margin-left: 20px;
      }
      #globalLink p {
        padding-bottom: 5px;
      }
      #globalLink a {
        margin-right: 5px;
      }


      /*  ==================== LightBox ====================  */
      #lightbox{
        position: absolute;
        top: 40px;
        left: 0;
        width: 100%;
        z-index: 100;
        text-align: center;
        line-height: 0;
        }

      #lightbox a img{ border: none; }

      #outerImageContainer{
        position: relative;
        background-color: #fff;
        width: 250px;
        height: 250px;
        margin: 0 auto;
        }

      #imageContainer{
        padding: 10px;
        }

      #loading{
        position: absolute;
        top: 40%;
        left: 0%;
        height: 25%;
        width: 100%;
        text-align: center;
        line-height: 0;
        }
      #hoverNav{
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 10;
        }
      #imageContainer>#hoverNav{ left: 0;}
      #hoverNav a{ outline: none;}

      #prevLink, #nextLink{
        width: 49%;
        height: 100%;
        background: transparent url(bsky/blank.gif) no-repeat; /* Trick IE into showing hover */
        display: block;
        }
      #prevLink { left: 0; float: left;}
      #nextLink { right: 0; float: right;}
      #prevLink:hover, #prevLink:visited:hover { background: url(bsky/prevlabel.gif) left 15% no-repeat; }
      #nextLink:hover, #nextLink:visited:hover { background: url(bsky/nextlabel.gif) right 15% no-repeat; }


      #imageDataContainer{
        font: 10px Verdana, Helvetica, sans-serif;
        background-color: #fff;
        margin: 0 auto;
        line-height: 1.4em;
        }

      #imageData{
        padding:0 10px;
        }
      #imageData #imageDetails{ width: 70%; float: left; text-align: left; }  
      #imageData #caption{ font-weight: bold; }
      #imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;  }     
      #imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;  } 

      #overlay{
        position: absolute;
        top: 0;
        left: 0;
        z-index: 90;
        width: 100%;
        height: 500px;
        background-color: #000;
        filter:alpha(opacity=60);
        -moz-opacity: 0.6;
        opacity: 0.6;
        }


      .clearfix:after {
        content: "."; 
        display: block; 
        height: 0; 
        clear: both; 
        visibility: hidden;
        }

      * html>body .clearfix {
        display: inline-block; 
        width: 100%;
        }

      * html .clearfix {
        /* Hides from IE-mac \*/
        height: 1%;
        /* End hide from IE-mac */
        } 
      




/*  ==================== 页面脚部 ====================  */
#globalFooter {
  text-align: center;
  padding: 0 0 20px;
}
#footerLine {
  padding: 0 0 20px 0;
}
#copyright,
#qureyInfo,
#PoweredBy,
#address,
#phone,
#imList,
#icpInfo {
  color: #1D8FC7;
  margin-bottom: 5px;
}
#imList a{
  margin-right: 15px;
}
#footerNav {
  color: #0b54ab;
  margin-bottom: 5px;
}
#footerNav a {
  color: #0b54ab;
  margin: 0 5px;
}
/*--------*/
#container {
  width: 957px;
  margin: 0 auto;
}
#globalLeft {
  width: 199px;
  float: left;
  padding: 0 4px 0 20px;
}
#globalMiddle {
  width: 475px;
  float: left;
}
#globalRight {
  width: 238px;
  display: inline;
  float: right;
  padding: 0 0 0 4px;   margin-right: 17px;
}
#globalBigRight {
  width: 717px;
  float: left;
}
#globalBigRight #globalRight {
  margin: 0;
}
.globalFrame {
  width: 918px;
  margin-left: 20px;
}


.moduleBg {
  background: url(bsky/module_bg.gif) no-repeat;
  border: 1px solid #a5d2eb;
  margin-bottom: 4px;
}

.globalModule {
  border: 1px solid #a5d2eb;
  clear: both;
  margin-bottom: 4px;
  overflow: hidden;
  zoom: 1;
  position: relative;
}
.globalModule h3 {
  line-height: 26px;
  color: #0b54ab;
   /*color:#FF5B5B;*/
  background: #f5fcfe url(bsky/title_bg.gif) no-repeat;
  height: 26px;
  padding: 0 8px;
}
.globalModuleContent {
  line-height: 1.6em;
  color: #1D8FC7;
  padding: 10px;
}
.globalModuleContent a {
  color: #1D8FC7;
}
.globalModule .more {
  position: absolute;
  top: 5px;   right: 10px;
}
/*升级到2.5.1时加的—促销信息*/
.promotion_info{
padding:5px 0 5px 10px; line-height:23px;
}

/*  ==================== 网格方式显示 ====================  */
#globalMiddle .itemGrid,#globalBigRight .itemGrid {
  width: 100%;
  overflow: hidden;
}
#globalMiddle .itemGrid .item {
  text-align: center;
  width: 134px;   height: 210px;
  float: left;
  padding: 6px 6px 6px;
}
#globalBigRight .itemGrid .item {
  text-align: center;
  width: 130px;   height: 190px;
  float: left;
  padding: 6px 6px 5px 5px;;
}
#globalMiddle .itemGrid .item .pic {
  margin-bottom: 10px;
}
#globalMiddle .itemGrid .item .name,
#globalMiddle .itemGrid .item .price {
  margin-bottom: 8px;
}
#globalLeft .itemGrid .item {
  text-align: left;
  width: 196px;
  float: left;
  padding: 6px 6px 6px;
}
#globalLeft .itemGrid .item .pic {
  margin-bottom: 14px;
}
#globalLeft .itemGrid .item .name,
#globalLeft .itemGrid .item .price,
#globalLeft .itemGrid .item .btnList {
  margin-bottom: 8px;
}
#globalRight .itemGrid .item {
  overflow: hidden;
  padding: 10px;
  zoom: 1;
}
#globalRight .itemGrid .item .pic {
  float: left;
  margin-right: 10px;
}
#globalRight .itemGrid .item .name,
#globalRight .itemGrid .item .price {
  margin-bottom: 8px;
}
.itemGrid .item .name a {
  font-weight: normal;
  color: #000000;
}
.itemGrid .item .price {
  color: #666;
}
.itemGrid .item .price .goodsPrice {
  color: #F60;
}
.itemGrid .item .price .marketPrice {
  color: #0b54ab;
  background: url(bsky/line_through.gif) repeat-x center 7px;
}
.itemGrid .item .btnList {
  color: #1D8FC7;
}
.itemGrid .item .btnList a {
  text-decoration: underline;
  color: #1D8FC7;
}
.itemGrid .item .btnList a:hover {
  color: #666;
}
.itemGrid .item .pic img {
  background: #F5FCFE;
  padding: 4px;
  border: 1px solid #e0e1e2;
}


/*  ==================== 列表方式显示 ====================  */
.itemList .item {
  overflow: hidden;
  padding: 7px;    margin: 8px;
  border: 1px solid #e0e1e2;
  zoom: 1;
}
.itemList .item .pic {
  float: left;
  position: relative;
}
.itemList .item .pic img {
  background: #F5FCFE;
  padding: 4px;
  border: 1px solid #e0e1e2;
}
.itemList .item .itemListInfo {
  float: left;
  padding-left: 30px;
}
.itemList .item .itemListInfo .name img {
  vertical-align: middle;
}
.itemList .item .itemListInfo .name a {
  font-weight: bold;
  color: #0b54ab;
}
.itemList .item .price {
  color: #666;
}
.itemList .item .price .goodsPrice {
  color: #F60;
}
.itemList .item .price .marketPrice {
  color: #0b54ab;
  background: url(bsky/line_through.gif) repeat-x center 7px;
}
.itemList .item .brief {
  color: #999;
  overflow:hidden;
  width: 280px;    height: 45px;
}
.itemList .item .btnList {
  color: #1D8FC7;
}
.itemList .item .btnList a {
  text-decoration: underline;
  color: #1D8FC7;
}
.itemList .item .btnList a:hover {
  color: #666;
}
.itemList .item .sort {
  color: #0b54ab;
}
.itemList .item .name,
.itemList .item .price,
.itemList .item .brief,
.itemList .item .sort,
.itemList .item .btnList {
  margin-bottom: 5px;
}

/*  ==================== 文字方式显示 ====================  */
.itemText .item {
  padding: 10px 20px;
  border-bottom: 1px solid #e0e1e2;
}
.itemText .item .name a {
  font-weight: bold;
  color: #0b54ab;
}
.itemText .item .price {
  color: #666;
}
.itemText .item .price .goodsPrice {
  color: #F60;
  margin-right: 25px;
}
.itemText .item .price .marketPrice {
  color: #0b54ab;
  background: url(bsky/line_through.gif) repeat-x center 7px;
  margin-right: 25px;
}
.itemText .item .brief {
  color: #999;
  height: 30px;
}
.itemText .item .btnList {
  color: #1D8FC7;
}
.itemText .item .btnList a {
  text-decoration: underline;
  color: #1D8FC7;
}
.itemText .item .btnList a:hover {
  color: #666;
}

.itemText .item .name,
.itemText .item .price,
.itemText .item .brief,
.itemText .item .btnList {
  margin-bottom: 5px;
}


.tableList {
  width: 100%;
  margin: 5px auto 20px auto;
}
.tableList th {
  text-align: left;
  vertical-align: top;
  color: #0b54ab;
  padding: 3px 3px 3px 10px;
  border-bottom: 2px solid #a5d2eb;
}
.tableList td {
  vertical-align: top;
  padding: 3px 3px 3px 10px;
  border-bottom: 1px solid #e1e1e1;
}
.tableList tr.last td {
  border: 0;
}
.tableList .textInput {
  height: 15px;
  background: #f5fcfe;
  padding: 3px;   margin-right: 5px;
  border: 1px solid #a5d2eb;
}
.top_Channel /* 频道表格背景、文字颜色定义 */
{
background:#D04833;color:#ffffff!important;text-align: right;height:24px;
}
a.sc_a:link { font-size: 9pt;
	  color: #990033;
 	  text-decoration: none; }
a.sc_a:active { font-size: 9pt;
	  color: #990033;
 	  text-decoration: none; }
a.sc_a:visited { font-size: 9pt;
	  color: #990033;
 	  text-decoration: none; }
.sc_a a:hover { font-size: 9pt;
	  color: #FFFFFF;
          background: #F6A8B7;
	  text-decoration: underline;}