/**
 * Rollover for green practices icons
 */
a.tooltip {
  padding: 0px;
  margin: 0px;
  z-index: 1;
  position: relative;
  text-decoration: none;
} 
a.tooltip:hover {
  z-index: 2;
  font-size: 99%;
  text-decoration: none;
} 
a.tooltip span.arrow { 
  display: none;
  position: absolute;
  top: 9px; 
  left: 8px; 
  width: 25px;
  padding: 0px;
  background: url('../images/icons/arrow_tooltip.gif') no-repeat 0px 0px;
} 
a.tooltip span.tip { 
  display: none;
  display: none;
  position: absolute;
  color: #000;
  font-weight: normal;
  top: 15px; 
  padding: 4px 6px; 
  border: 1px solid #ffd323; 
  background-color: #ffffff;
} 
a.tooltip span.g1p1 { 
  left: 0px; 
}
a.tooltip span.g2p2 { 
  left: -12px; 
}
a.tooltip span.g3p3 { 
  left: -62px; 
}
a.tooltip span.g4p4 { 
  left: -77px; 
}
a.tooltip span.g5p5 { 
  left: -70px; 
}
a.tooltip span.g6p6 { 
  left: -97px; 
}
a.tooltip:hover span {
  display: inline;
  white-space: nowrap;
} 
.icon {
  padding: 0px;
  margin: 0px 4px 0px 0px;
  width: 25px;
  height: 25px;
}
.icon-last {
  padding: 0px;
  margin: 0px 0px 0px 0px;
  width: 25px;
  height: 25px;
}
