.homeBox { float: left; }
  .homeBox h1 {
    font-family: "Verdana";
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 4px;
  }
  .homeBox h1 span {
    padding-left: 5px;
    border-bottom: 1px solid #000;
  }
#homeNews {
  float: left;
  width: 438px;
  height: 232px;
  background: url(/images/design/home/giantBox.jpg) top left no-repeat;
  text-align: center;
}
  #homeNews .newsLine {
    width: 93%;
    margin: auto;
    text-align: left;
    background: url(/images/design/star.gif) 0px 2px no-repeat;
  }
    #homeNews .newsLine p {
      font-family: "Verdana";
      font-size: 11px;
      color: #848484;
      text-align: justify;
      margin-left: 18px;
      margin-bottom: 5px;
      padding-bottom: 5px;
      border-bottom: 1px solid #aaa;
    }
    #homeNews .newsLine a.readMore {
      font-family: "Verdana";
      font-size: 11px;
      color: #CC0CE3;
      text-decoration: none;
    }
    #homeNews .newsLine a.readMore:hover { color: #9b0aaf; }
    

#homeAccessories {
  float: left;
  position: relative;
  width: 251px;
  height: 232px;
  cursor: pointer;
  background: url(/images/design/home/normalBox.jpg) top left no-repeat;
}
  #homeAccessories #homeAccessoriesPic {
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 196px;
    margin-left: -98px;
  }
  #homeAccessories #accessoriesLine {
    position: absolute;
    bottom: 4px;
    left: 50%;
    width: 88%;
    margin-left: -44%;
    text-align: left;
    background: url(/images/design/star.gif) 0px 2px no-repeat;
  }
    #homeAccessories #accessoriesLine p {
      font-family: "Verdana";
      font-size: 11px;
      color: #848484;
      text-align: justify;
      margin-left: 18px;
      margin-bottom: 5px;
      padding-bottom: 5px;
    }
#homeShops {
  position: relative;
  float: left;
  width: 251px;
  height: 232px;
  cursor: pointer;
  background: url(/images/design/home/sellersBox.jpg) top left no-repeat;
}
  #homeShops #shopsLine {
    position: absolute;
    bottom: 4px;
    left: 50%;
    width: 88%;
    margin-left: -44%;
    text-align: left;
    background: url(/images/design/star.gif) 0px 2px no-repeat;
  }
  #homeShops #shopsLine p {
    font-family: "Verdana";
    font-size: 11px;
    color: #848484;
    text-align: justify;
    margin-left: 18px;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }