﻿/*  ==================== 页面头部 ====================  */

#globalHeader {
	height: 87px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
#logo {
  position: absolute;
  top: 0;   left: 25px;
}
      /*  ==================== 顶部菜单 ====================  */
      #globalTopNav {
	width: 100%;
	height: 22px;
	position: relative;
	background-color: #0B0C0E;
	background-repeat: no-repeat;
	background-position: left top;
      }
      #globalTopNav ul {
        float: right;
        padding-right: 0px;
      }
      #globalTopNav li {
	color: #B0B0B0;
	height: 5px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #32393F;
      }
      #globalTopNav li a {
	color: #B0B0B0;
	display: block;
	float: left;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
      }


      /*  ==================== 主菜单 ====================  */
      #globalNav {
        background: url(../images/nav_bg.gif) repeat-x left -78px;
        width: 900px;   height: 38px;
        margin: 10px auto;
      }
      #globalNav ul {
        background: url(../images/nav_bg.gif) no-repeat right -39px;
        height: 38px;
      }
      #globalNav .first {
        width: 46px;
        background: url(../images/nav_bg.gif) no-repeat left top;
      }
      #globalNav #currentPage {
        background: url(../images/nav_bg.gif) repeat-x left -117px;
      }
      #globalNav #currentPage a {
        color: #D9AD63;
        padding: 0 25px;
      }
      #globalNav li {
        height: 38px;
        float: left;
      }
      #globalNav li a {
        color: #B0B0B0;
        line-height: 38px;
        background: url(../images/nav_bg.gif) no-repeat right bottom;
        overflow: hidden;
        float: left;
        padding: 0 20px;
      }


      /*  ==================== 用户登录 ====================  */
      #ECS_MEMBERZONE p {
        margin-bottom: 3px;
      }
      #ECS_MEMBERZONE input,
      #ECS_MEMBERZONE img {
        vertical-align: middle;
      }
      #ECS_MEMBERZONE .textInput {
        height: 15px;
        padding: 3px;   margin-right: 5px;
        border: 1px solid #32393F;
      }
      #ECS_MEMBERZONE .textInputSign {
        width: 117px;
      }
      #ECS_MEMBERZONE .textCaptcha {
        width: 49px;
      }
      #ECS_MEMBERZONE .welcome    {
        color: #B0B0B0;
      }
      #ECS_MEMBERZONE .btnList {
        margin:5px 5px;
        padding:0 10px;
      }
      #ECS_MEMBERZONE .btnList a {
        margin-left:5px;
      }


      /*  ==================== 搜索 ====================  */
      #globalSearch {
	height: 40px;
	padding-left: 413px;
	margin-top: -97px;
	margin-bottom: 70px;
      }
      #globalSearch .textInput {
        width: 149px;   height: 14px;
        padding: 3px;
        border: 1px solid #707173;
      }
      #globalSearch select {
        width: 157px;   height: 20px;
        border: 1px solid #707173;
      }
      #globalSearch #adSearch {
        margin-left: 5px;
      }
      #globalSearchKeywords {
        line-height: 20px;
        float: right;
        padding: 0 20px 0 10px;
      }
      #globalSearchKeywords a {
        text-decoration: underline;
        white-space: nowrap;
        margin-right: 5px;
      }


      /*  ==================== 当前位置 ====================  */
      #urHere {
        background: #0B0C0E url(../images/title_bg.gif) repeat-x;
      }
      #urHere h3 {
        font-weight: normal;
        background: url(../images/icon_urhere.gif) no-repeat 10px center;
        padding-left: 25px;
      }
      #urHere a {
        text-decoration: underline;
        color: #B0B0B0;
        margin: 0 3px;
      }


      /*  ==================== 最新文章 ====================  */
      


      /*  ==================== 商品分类 ====================  */
      #categoryTree .toggleblock {
        overflow: hidden;
      }
      #categoryTree .toggletitle span {
        color: #B0B0B0;
        float: right;
        cursor: pointer;
      }
      #categoryTree .toggletitle {
        padding: 5px 8px 0;
      }
      #categoryTree ul {
        line-height: 1.6em;
        padding: 5px;
      }
      #categoryTree li {
        width: 90%;
        background: url(../images/icon_list_arrow01.gif) no-repeat 5px 8px;
        padding-left: 12px;
      }
      #categoryTree li a {
        color: #B0B0B0;
      }


      /*  ==================== 登陆信息 ====================  */
      #ECS_CARTINFO {
        line-height: 1.5em;
        background: url(../images/icon_cart.gif) no-repeat 10px 13px;
        overflow: hidden;
        padding: 10px 10px 10px 25px;
      }
      #ECS_CARTINFO a {
        color: #B0B0B0;
      }


      /*  ==================== 品牌专区 ====================  */
      #globalBrandInfo {
        overflow: hidden;
        padding-bottom: 10px;
        zoom: 1;
      }
      #globalBrandInfo h3 {
        margin-bottom: 10px;
      }
      #globalBrandInfo p {
        color: #FFFFFF;
        padding: 3px 10px;
      }
      #globalBrandInfo p#globalBrandInfoLogo {
        float: left;
      }
      #globalBrandInfo #globalBrandInfoList {
        float: left;
      }
      #globalBrandInfo p.textDesc {
        color: #999;
      }
      #globalBrandInfo a {
        color: #FFFFFF;
        margin-left: 10px;
      }
      #brandScroller {
        overflow-y: auto;
        height: 217px;
        padding: 10px;
      }
      #brandScroller a {
        color: #B0B0B0;
      }
      #brandScroller p {
        color: #6E7275;
        padding: 5px;
      }
      #brandScroller .textLink {
        text-align: left;
      }
          /*  商品列表品牌专区  */
          .globalCategory #brandScroller {
            height: auto;
          }
          .globalCategory #brandScroller a {
            color: #FFFFFF;
          }
          .globalCategory #brandScroller p.textLink {
            width: 90%;
            background: url(../images/icon_list_arrow01.gif) no-repeat left 3px;
            padding: 0 0 0 12px;    margin-bottom: 3px;
          }


      /*  ==================== 订单查询 ====================  */
      #orderQuery {
        padding: 0 0 5px;
      }
      #orderQuery .textInput {
        width: 148px;   height: 14px;
        border: 1px solid #707173;
        padding: 3px;
      }
      #ecsOrderQuery input {
        margin-bottom: 5px;
      }
      #ECS_ORDER_QUERY {
        padding: 5px 15px;
      }
      #ECS_ORDER_QUERY li {
        color: #6E7275;
        padding: 3px 0;
        border-bottom: 1px dashed #707173;
      }
      #ECS_ORDER_QUERY li a {
        text-decoration: underline;
      }
      #ECS_ORDER_QUERY li strong {
        color: #B0B0B0;
      }


      /*  ==================== 发货单查询 ====================  */
      #invoiceQuery ul {
        line-height: 1.4em;
        height: 167px;
        overflow-y: auto;
      }
      #invoiceQuery li {
        color: #6E7275;
        padding: 5px 10px 5px 15px;    margin-bottom: 3px;
        border-bottom: 1px solid #dfdfdf;
      }
      #invoiceQuery a {
        text-decoration: underline;
      }
      #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;   padding: 3px;
        border-bottom: 1px dashed #707173;
      }
      #topList a {
        color: #B0B0B0;
        margin-left: 3px;
      }


      /*  ==================== 站内调查 ====================  */
      #ECS_VOTE table {
        text-align: left;
        margin: 10px;
      }
      #ECS_VOTE th {
        font: bold 12px Arial;
        color: #B0B0B0;
        padding-left: 20px;
      }
      #ECS_VOTE td {
        padding-left: 20px;
      }
      #ECS_VOTE .btnList {
        padding-top: 10px;
      }
      #ECS_VOTE .optionList {
        line-height: 2em;
      }
      /*  ==================== 商品详情信息 ====================  */
      #itemAllInfo {
        overflow: hidden;
        zoom: 1;
        padding: 15px;
      }
      #itemPic {
        float: left;
        position: relative;
      }
      #itemPic .thumb {
        padding: 4px;
        border: 1px solid #707173;
      }
      #itemPic img {
        padding: 4px;
        border: 1px solid #707173;
				cursor:url(/images/i/zoomin.cur);
      }
      #itemPic .waterMark {
        position: absolute;
        top: 0;   right: 5px;
        opacity: 0.7;
        filter: alpha(opacity=70);
      }
      #itemGallery {
        width: 215px;
        margin-top: 4px;
      }
      #itemGallery li {
        float: left;
        margin-right: 5px;
      }
      #itemGallery img {
        padding: 3px;
        border: 1px solid #707173;
      }
      #itemInfoList {
        line-height: 1.6em;
        color: #B0B0B0;
        float: left;
        padding-left: 50px;
      }
      #itemInfoList h2 {
        font: bold 14px Arial;
        margin-bottom: 8px;
      }
      #itemInfoList h2 img {
        margin-left: 5px;
      }
      #itemInfoList .goodsPrice {
        color: #FFFFFF;
      }
      #itemInfoList .marketPrice {
        background: url(../images/line_through.gif) repeat-x center center;
      }
      #itemInfoList .textInput {
        height: 15px;
        padding: 3px;   margin-right: 5px;
        border: 1px solid #707173;
      }
      #itemInfoList #itemBtnList {
        margin-top: 10px;
      }
      #itemInfoList .itemInfoListTable {
        margin-bottom: 8px;
      }
      #itemInfoList .itemInfoListTable th {
        text-align: left;
        color: #B0B0B0;
        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;    margin-bottom: -1px;
        /*border-top: 1px solid #a5d2eb;
          border-bottom: 1px solid #a5d2eb;*/
      }


      /*  ==================== 用户评论 ====================  */
      #globalComments {
        color: #B0B0B0;
      }
      #globalComments h3.title {
        margin-top: 10px;
        border-top: 1px solid #707173;
      }
      #globalComments th,
      #globalComments td {
        text-align: left;
        padding: 3px 3px 3px 20px;
      }
      #globalComments .textInput {
        height: 15px;
        padding: 3px;   margin-right: 5px;
        border: 1px solid #707173;
      }
      #globalComments textarea {
        width: 280px;   height: 116px;
        padding: 3px;
        border: 1px solid #707173;
      }
      #globalComments .commentsContent {
        color: #6E7275;
        vertical-align: top;
      }
      #globalComments .commentsReContent {
        color: #B0B0B0;
        vertical-align: top;
      }
      #globalComments .commentsLine {
        border-bottom: 1px dashed #707173;
      }
      #globalComments #globalNoComments {
        text-align: center;
        padding: 30px 10px;
      }


      /*  ==================== 相关文章 ====================  */
      #relativeArticle {
        min-height: 200px;
        height: 100% !important;
        height: 200px;
      }
      #relativeArticle ul {
        width: 90%;
      }


      /*  ==================== 选项卡功能 ====================  */
      #globalTab .TabBar {
        height: 25px;
        background: #707173;
        padding: 1px 0 0 0;
      }
      #globalTab .TabBar li {
        line-height: 24px;
        color: #6E7275;
        background: url(../images/tab_bg.gif) no-repeat left -26px;
        float: left;
        padding-left: 10px;
        border-bottom: 0;
        position: relative;
        cursor: pointer;
      }
      #globalTab .TabBar li span {
        display: block;
        background: url(../images/tab_bg.gif) no-repeat right top;
        padding-right: 35px;
      }
      #globalTab .TabBar li.tag-selected,
      #globalTab .TabBar li.tag-selected-last {
        line-height: 25px;
        color: #B0B0B0;
        background: url(../images/tab_bg_selected.gif) no-repeat left -25px;
        margin: 0 0 -3px -22px;   padding-left: 20px;
        border-bottom: 0;
        z-index: 90;
      }
      #globalTab .TabBar li.tag-selected-first,
      #globalTab .TabBar li.tag-selected-only {
        line-height: 25px;
        color: #B0B0B0;
        background: url(../images/tab_bg_selected.gif) no-repeat left -25px;
        margin: 0 0 -3px 0;   padding-left: 20px;
        border-bottom: 0;
        z-index: 90;
      }
      #globalTab .TabBar li.tag-first {
        background: url(../images/tab_bg.gif) no-repeat left -52px;
        padding-left: 20px;
      }
      #globalTab .TabBar li.tag-last span {
        background: url(../images/tab_bg.gif) no-repeat right bottom;
      }
      #globalTab .TabBar li.tag-selected-last span,
      #globalTab .TabBar li.tag-selected-only span {
        background: url(../images/tab_bg_selected.gif) no-repeat right bottom;
      }
      #globalTab .TabBar li.tag-selected span,
      #globalTab .TabBar li.tag-selected-first span {
        background: url(../images/tab_bg_selected.gif) no-repeat right top;
      }
      #globalTab .TabBar li.tag-hightlight {
        
      }
      #globalTab .TabPages {
        border-top: 0;
      }
      #globalTab .TabPage {
        padding: 10px;
      }


      /*  ==================== 商品属性 ====================  */
      #globalProperties {
        color: #B0B0B0;
        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: #B0B0B0;
        padding: 10px;
      }
      #globalDesc ul {
        padding: 10px 0;   margin-left: 20px;
        list-style: square;
      }
      #globalDesc li {
        margin-bottom: 3px;
      }


      /*  ==================== 商品标记 ====================  */
      #globalTags {
        padding: 10px;
      }
      #ECS_TAGS {
        color: #B0B0B0;
        padding: 10px;    margin-bottom: 10px;
        border: 1px solid #707173;
      }
      #ECS_TAGS a {
        margin-right: 5px;
      }
      #globalTags .textInput {
        width: 300px;   height: 15px;
        background: #f5fcfe;
        padding: 3px;   margin-right: 5px;
        border: 1px solid #707173;
      }
      
      
      /*  ==================== 商品列表 ====================  */
      #globalGoodsList .itemGrid {
        border-bottom: 1px solid #707173;
      }
      #globalGoodsList .itemGrid .item {
        height: 268px;
        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 #707173;
      }
      #globalGoodsList .globalGoodsListMenu select,
      #globalGoodsList .globalGoodsListMenu input,
      #globalGoodsList .globalGoodsListMenu img {
        vertical-align: middle;
      }
      #globalGoodsList .globalGoodsListMenuDisplay {
        color: #FFFFFF;
        padding-right: 30px;
      }
      .textStrong_1{
        color: #fff;
        width: 66px;   height:17px;
        line-height: 17px;
        border: 0;
        background: url(../images/btn_addbag_00.gif) no-repeat center;
        margin: 8px 0 0 5px;
      }
      
      /*  ==================== 搜索页 ====================  */
      .noSearchResult {
        text-align: center;
        height: 160px;
        padding: 20px 10px;
      }
      #globalSearchForm {
        color: #FFFFFF;
        padding: 20px 10px;
      }
      #globalSearchForm th {
        color: #B0B0B0;
        text-align: left;
        width: 50px;
      }
      #globalSearchForm td,
      #globalSearchForm th {
        padding: 3px 0 3px 5px;
      }
      #globalSearchForm input,
      #globalSearchForm select {
        vertical-align: middle;
      }
      #globalSearchForm .textInput {
        height: 15px;
        background: #f5fcfe;
        padding: 3px;   margin-right: 5px;
        border: 1px solid #707173;
      }


      /*  ==================== 分页 ====================  */
      #pager {
        color: #B0B0B0;
        text-align: right;
        clear: both;
        padding: 8px 10px 8px 0;
      }
      #pager a {
        color: #B0B0B0;
        padding: 3px 10px;
        border: 1px solid #707173;
      }
      #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: alpha(opacity=80); 
      }
      #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: #B0B0B0;
        text-align:left;
        width: 110px;    height: 20px;
        background: #707173;
        margin: 3px 0;   padding: 3px 5px;
        border: 1px solid #999;
      }
      #compareList li img {
        cursor: pointer;
      }


      /*  ==================== 团购商品 ====================  */
      #globalGroupProperties table {
        color: #B0B0B0;
        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 #707173;
      }


      /*  ==================== 团购说明 ====================  */
      #globalGroupDesc .globalModuleContent {
        line-height: 1.6em;
      }


      /*  ==================== 拍卖出价记录 ====================  */
      #globalBidLog {
        padding: 0 0 20px;
      }
      #globalBidLog table {
        margin: 5px auto;
      }
      #globalBidLog th {
        text-align: left;
        color: #B0B0B0;
        padding: 3px 10px;
        border-bottom: 2px solid #dadada;
      }
      #globalBidLog td {
        text-align: left;
        color: #FFFFFF;
        padding: 3px 10px;
        border-bottom: 1px solid #e1e1e1;
      }


      /*  ==================== 拍卖商品列表   团购商品列表 ====================  */
      #globalAuctionList,
      #globalGroupList {
        overflow: hidden;
        zoom: 1;
        padding-bottom: 10px;
      }
      #globalAuctionList .itemList .item {
        display: inline;
        width: 300px;   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: #FFFFFF;
        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: #B0B0B0;
        margin: 10px 0 30px;
      }
      #globalArtile .globalArtilePosted {
        text-align: right;
        color: #B0B0B0;
        padding: 0 30px 20px;
      }
      #globalArtile .globalArtileNext {
        text-align: right;
        color: #B0B0B0;
        padding: 30px 20px 10px;
      }
      #globalArtile .globalArtileNext a {
        text-decoration: underline;
        color: #B0B0B0;
        margin-right: 20px;
      }
      #globalArtile .globalModuleContent {
        color: #B0B0B0;
        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: #B0B0B0;
        background: url(../images/icon_attachment.gif) no-repeat 8px center;
        padding: 3px 10px 3px 25px;
        border: 1px solid #6E7275;
      }


      /*  ==================== 文章列表 ====================  */
      #globalArtileList table {
        color: #999;
        width: 100%;
        margin: 10px 0;
      }
      #globalArtileList th {
        color: #B0B0B0;
        text-align: left;
        padding: 2px 10px;
        border-bottom: 2px solid #707173;
      }
      #globalArtileList td {
        padding: 5px 10px;
        border-bottom: 1px solid #e1e1e1;
      }
      #globalArtileList td a {
        color: #B0B0B0;
      }


      /*  ==================== 标签云 ====================  */
      #globalTagsPage a {
        line-height: 2em;
        margin: 0 10px;
      }


      /*  ==================== 夺宝奇兵 ====================  */
      #ECS_SNATCH .textInput {
        height: 15px;
        background: #f5fcfe;
        padding: 3px;   margin-right: 5px;
        border: 1px solid #707173;
      }
      #ECS_SNATCH input {
        vertical-align: middle;
      }
      #ECS_SNATCH table {
        color: #B0B0B0;
        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: #B0B0B0;
        background: #707173;
        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: #B0B0B0;
        width: 90%;
        background: url(../images/icon_list_arrow01.gif) no-repeat left 5px;
        padding-left: 12px;   margin-bottom: 5px;
      }
      #globalPickOut dd.title {
        background: url(../images/icon_list_arrow02.gif) no-repeat 10px 5px;
        margin-bottom: 3px;
      }
      #globalPickOut dd {
        color: #B0B0B0;
        padding-left: 22px;   margin-bottom: 10px;
      }
      #globalPickOut dd a {
        color: #FFFFFF;
        margin-right: 15px;
      }


      /*  ==================== 所有分类 ====================  */
      #globalCatalogList dt {
        background: url(../images/icon_list_arrow01.gif) no-repeat left center;
        padding-left: 12px;   margin-bottom: 3px;
      }

      #globalCatalogList dd.catLevel02 {
        background: url(../images/icon_list_arrow02.gif) no-repeat left center;
      }

      #globalCatalogList dd.catLevel03 {
        background: url(../images/icon_list_arrow02.gif) no-repeat left center;
      }

      #globalCatalogList dd {
        margin: 0 0 8px 10px;
      }

      #globalCatalogList dd a {
        margin: 0 5px;
        background: url(../images/icon_list_arrow02.gif) no-repeat left center;
        padding-left: 10px;
      }


      /*  ==================== 所有品牌 ====================  */
      #globalBrandList p {
        width: 170px;   height: 30px;
        float: left;
      }
      #globalBrandList p a {
        color: #FFFFFF;
      }


      /*  ==================== 活动列表 ====================  */
      #globalActivity .activityList {
        margin: 5px 0 10px 0;
        border-collapse: collapse;
        border: 1px solid #707173;
        border-top: 3px solid;
        border-color: #707173 ;
      }
      #globalActivity th {
        color: #B0B0B0;
        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 #707173;
      }
      #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: #FFFFFF;
        padding: 30px 0;
      }


      /*  ==================== 网店帮助分类 ====================  */
      #globalHelp {
        width: 867px;
        margin: 7px auto;
      }
      #globalHelp table {
        margin: 0 10px;
      }
      #globalHelp th {
        text-align: left;
        color: #B0B0B0;
        padding: 10px 30px 5px;
        border-bottom: 1px solid #dfdfdf;
      }
      #globalHelp td {
        vertical-align: top;
        padding: 5px 30px 20px;
      }
      #globalHelp td a {
        color: #FFFFFF;
      }


      /*  ==================== 友情链接 ====================  */
      #globalLink {
        width: 857px;
        padding: 5px 5px 0;    margin: 7px auto;
      }
      #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(../images/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(../images/prevlabel.gif) left 15% no-repeat; }
      #nextLink:hover, #nextLink:visited:hover { background: url(../images/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 {
	clear: both;
	background-color: #32393F;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#globalFooterBg2 {
	margin-bottom: 10px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #707173;
}
#copyright,
#qureyInfo,
#PoweredBy,
#address,
#phone,
#imList,
#icpInfo {
  text-align: center;
  color: #B0B0B0;
  margin-bottom: 5px;
}
#imList a{
  margin-right: 15px;
}
#footerNav {
	text-align: center;
	color: #B0B0B0;
	margin-bottom: 5px;
	clear: both;
}
#footerNav a {
  color: #B0B0B0;
  margin: 0 5px;
}
#container {
  background: #32393F;
  width: 928px;
  overflow: hidden;
  margin: 20px auto 20px auto;
}
#globalLeft {
  width: 190px;
  float: left;
  padding: 0 7px 0 12px;
}
#globalMiddle {
  width: 705px;
  float: left;
  margin-right: 12px;
}
#globalRight {
  width: 190px;
  display: inline;
  float: right;
  margin-right: 12px;
}
#globalBigRight {
  width: 705px;
  float: left;
}
#globalBigRight #globalRight {
  margin: 0;
}
.globalFrame {
  width: 867px;
  margin: auto;
}


.moduleBg {
  border: 1px solid #707173;
  margin-bottom: 4px;
}

.globalModule {
  clear: both;
  margin-bottom: 7px;
  overflow: hidden;
  zoom: 1;
  border: 1px solid #707173;
  position: relative;
}
.globalModule h3 {
  line-height: 25px;
  color: #D9AD63;
  background: #ededed url(../images/title_bg.gif) repeat-x;
  height: 25px;
  padding: 0 8px;
}


.globalModuleContent {
  line-height: 1.6em;
  color: #B0B0B0;
  padding: 10px;
}
.globalModule .more {
  position: absolute;
  top: 5px;   right: 10px;
}
.globalModule .more a,
.globalModule .more a:visited {
  color:#B0B0B0;
}


/*  ==================== 网格方式显示 ====================  */
.itemGrid {
  width: 100%;
  overflow: hidden;
}
#globalMiddle .itemGrid .item {
  text-align: center;
  width: 120px;   height: 200px;
  float: left;
  padding: 18px 18px 10px;
}
#globalMiddle .itemGrid .item .pic {
  margin-bottom: 14px;
}
#globalMiddle .itemGrid .item .name,
#globalMiddle .itemGrid .item .price {
  margin-bottom: 8px;

}
#globalLeft .itemGrid .item {
  text-align: center;
  width: 170px;
  float: left;
  padding: 18px 10px 10px;
}
#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 {
  text-align: center;
  width: 140px;   height: 230px;
  margin: 0 auto;   padding: 18px 18px 10px;
}
#globalRight .itemGrid .item .pic {
  margin-bottom: 14px;
}
#globalRight .itemGrid .item .name,
#globalRight .itemGrid .item .price {
  margin-bottom: 8px;
}
.itemGrid .item .name a {
  font-weight: bold;
  color: #B0B0B0;
}
.itemGrid .item .price {
  color: #6E7275;}
}
.itemGrid .item .price .goodsPrice {
  color: #FFFFFF;
}
.itemGrid .item .price .marketPrice {
  color: #B0B0B0;
  background: url(../images/line_through.gif) repeat-x center 7px;
}
.itemGrid .item .btnList {
  color: #B0B0B0;
}
.itemGrid .item .btnList a {
  text-decoration: none;
  color: #fff;
  background: #999;
  padding: 1px 3px;
  border: 1px solid #999;
}
.itemGrid .item .btnList a:hover {
  color: #000;
  background: #fff;
}
.itemGrid .item .pic img {
  padding: 4px;
  border: 1px solid #B0B0B0;
  width: 150px;   height: 100px;
}
/*  ==================== 列表方式显示 ====================  */
.itemList .item {
  overflow: hidden;
  padding: 10px;    margin: 10px;
  border: 1px solid #707173;
  zoom: 1;
}
.itemList .item .pic {
  float: left;
  position: relative;
}
.itemList .item .pic img {
  padding: 4px;
  border: 1px solid #B0B0B0;
}
.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: #B0B0B0;
}
.itemList .item .price {
  color: #B0B0B0;
}
.itemList .item .price .goodsPrice {
  color: #FFFFFF;
}
.itemList .item .price .marketPrice {
  color: #B0B0B0;
  background: url(../images/line_through.gif) repeat-x center 7px;
}
.itemList .item .brief {
  color: #999;
  width: 480px;    height: 30px;
}
.itemList .item .btnList {
  color: #B0B0B0;
  text-align: right;
}
.itemList .item .btnList a {
  text-decoration: underline;
  color: #B0B0B0;
}
.itemList .item .btnList a:hover {
  color: #6E7275;
}
.itemList .item .sort {
  color: #B0B0B0;
}
.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 #707173;
}
.itemText .item .name a {
  font-weight: bold;
  color: #B0B0B0;
}
.itemText .item .price {
  color: #B0B0B0;
}
.itemText .item .price .goodsPrice {
  color: #FFFFFF;
  margin-right: 25px;
}
.itemText .item .price .marketPrice {
  color: #B0B0B0;
  background: url(../images/line_through.gif) repeat-x center 7px;
  margin-right: 25px;
}
.itemText .item .brief {
  color: #999;
  height: 30px;
}
.itemText .item .btnList {
  color: #B0B0B0;
  text-align: right;
}
.itemText .item .btnList a {
  text-decoration: underline;
  color: #B0B0B0;
}
.itemText .item .btnList a:hover {
  color: #6E7275;
}
.itemText .item .name,
.itemText .item .price,
.itemText .item .brief,
.itemText .item .btnList {
  margin-bottom: 5px;
}
.tableList {
  width: 100%;
  margin: 5px auto 20px auto;
}
.tableList a,
.tableList a:visited,
.globalModuleContent a,
.globalModule h3 a {
  color: #B0B0B0;
}
.tableList th {
  text-align: left;
  vertical-align: top;
  color: #D9AD64;
  padding: 3px 3px 3px 10px;
  border-bottom: 2px solid #B0B0B0;
}
.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;
  padding: 3px;   margin-right: 5px;
  border: 1px solid #B0B0B0;
}
.pic{
	display:block;
	text-align:center;
	padding:10px 0 0 0;
	margin:10px 0 0 0;
	border-top:#ccc 1px dashed;
}
.cetu{
	display:block;
	text-align:center;
	padding:10px 0 0 0;
	border-top:#ccc 1px dashed;
	margin:20px 0 0 0;
}
#bigid {
	width:668px;}
.cetu img{
	margin:0 8px 10px 0;
	width:96px;
	height:64px;
}
.categoryListBoxContents {
	padding-bottom:0px;
	padding-top:0px;
	margin-bottom:0px;
	margin-top:0px;
	height:14px;}