#product_grid {
  margin-top: 25px;
}

#product_grid .product {
    width: 120px;
    height: 120px;
    overflow: visible;
    background-color: #333;
}

#product_grid .product .name {
    font-size:13px;
    text-align:center;
}

#category {
  clear: both;
  width: 1000px;
}

#category #row1 {
  clear: both;
  height: 50px;
  margin-left: 25px;
}

#category #row1 #icon {
  float: left;
  padding-top: 10px;
  height: 50px;
  width: 50px;
  margin-bottom: 15px
}

#category #row1 #icon img {
  height: 50px;
  width: 50px;
}

#category #row1 #name {
  float: left;
  color: #2EDBFD;
  font-family: Oswald, "Arial Narrow", sans-serif;
  margin-left: 0px;
  position: relative;
  top: -10px;
  font-weight: bold;
  font-size: 45px;
}

#category #row1 #summary {
  float: left;
  padding: 10px;
  padding-left: 15px;
  width: 600px;
  color: #bbb;
  font-size: 13px;
}

.new_pop {
  color: yellow;
  margin-left: 10px;
  font-size: 10px;
  display: block;
}
