#product_wrapper {
  margin: 20px -3px 0 -3px;
  zoom: 1;
}
.product {
  float: left;
  width: 281px;
  padding: 0 21px 30px 21px;
  text-decoration: none;
}
.product-divide {
  clear: left;
}
.product img {
  behavior: url("css/iepngfix.htc");
}
.product b {
  display: block;
  color: #3B4F68;
  font-size: 16px;
  font-weight: normal;
}
.product b span {
  display: inline-block;
  width: 12px;
  height: 9px;
  margin: 0 0 0 .3em;
  background: transparent url(../images/distance/distance_arrow.gif) no-repeat left top;
  *line-height: 9px;
  *font-size: 1px;
}
.product:hover b span {
  background-position: left bottom;
}

.product .copy {
  color: #666;
  display: block;
}
.product .go {
  display: inline-block;
  *display: block;
  margin: 5px 0 0 0;
  height: 23px;
  width: 52px;
  background: transparent url(../images/distance/Go_btn.gif) no-repeat left top;
}
.product:hover .go {
  background-position: left bottom;
}

