h2.home {
  padding-left: 21px!important;
  background: url('/public/img/public/home/star.gif') 2px 1px no-repeat;  
}

.homeProduct {
  width: 202px;
  float: left;
  margin-bottom: 4px;

  background: url('/public/img/public/home/homecontent_bg.gif') top center no-repeat;
  height: 237px;
  overflow: hidden;
  position: relative; 
}
  .homeProduct .content {
    margin: 0 5px;
  }
  .homeProduct h3.name {
    overflow: hidden;
    height: 26px;
    line-height: 26px;
    margin: 0 2px;
  }
    .homeProduct h3.name a:link, .homeProduct h3.name a:visited {
      color: #fff!important;
      font-size: 1.1em!important;
    }
    .homeProduct h3.name a:hover, .homeProduct h3.name a:active, .homeProduct h3.name a:focus {
    }
  .homeProduct .images {
    text-align: center;
    height: 118px;
  }
  .homeProduct .param {
    margin: 0 1px;
    padding: 2px 8px;
    font-size: .9em;
    text-align: left;
    background: #e6e6e6;
    border-top: 1px solid #828282;
    border-bottom: 1px solid #828282;
  }  
  .homeProduct .price {
    position: absolute;
    bottom: 2px;
    left: 6px;
    width: 190px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
  }
    .homeProduct .price .content {
      margin: 2px 3px;
      font-weight: bold;
    }
    .homeProduct .price .oldprice span {
      color: #828282;
      font-size: 10px;
      margin-right: 4px;
    }
    .homeProduct .price .oldprice strong {
      color: #3e3e3e;
      text-decoration: line-through;
      font-size: 14px;
    }
    .homeProduct .price .newprice span {
      color: #ef0101;
      font-size: 12px;
      font-weight: bold;      
      margin-right: 4px;
    }
    .homeProduct .price .newprice strong {
      font-size: 17px;
      color: #e80000;
    }
      .homeProduct .price .newprice strong span {
        font-size: 9px;
      }
  .homeProduct .topproduct {
    font-size: 0;
    width: 71px;
    height: 71px;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/img/public/home/topproduct.png',sizingMethod='scale');
    background: url('/public/img/public/home/topproduct.png') top left no-repeat;
    _background: none;
    
    position: absolute;
    top: 22px;
    right: 10px;
  }

div.article {
  margin-top: 5px;
}
