@import url(community.css);

.distance {
  float: left;
  width: 320px;
  padding: 0 8px 30px 8px;
}
.distance-divide {
  clear: left;
}
.distance h1 {
  color: #3B4F68;
  font-size: 16px;
  font-weight: normal;
}
.distance h1 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;
  vertical-align: middle;
  *font-size: 1px;
}
.distance p {
  color: #666;
}
.distance a.go {
  text-indent: -999em;
  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;
}
.distance a.go:hover {
  background-position: left bottom;
}

