@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;
}
div.golf_balls_feature {
	background: transparent url(../images/distance/golfballs_subfeature_bg.jpg) no-repeat left top;
	width: 263px;
	height: 375px;
	position: relative;
}
div.golf_balls_feature a.view_all {
	background: transparent url(../images/distance/view_all_btn.jpg) no-repeat left top;
	width: 91px;
	height: 27px;
	display: block;
	text-indent: -9999em;
	bottom: 0;
	left: 69px;
	position: absolute;
}
div.golf_balls_feature a.view_all:hover {
	background-position: 0 -27px;
}

