.nubbin h2 { margin: 0 0 .5em 0; }

div.nubbin_region div.nubbin {
  display: none;
  width: 0;
  height: 0;
  position: relative;
  font-weight: normal;
}

div.hover div.nubbin {
  display: block;
}

div.nubbin div.wrapper {
  position: absolute;
  top: -25px;
}

div.nubbin div.content {
  width: 350px;
  margin: 0;
  padding: 0 7px 8px 0;
  background: url(/images/nubbins/tip_box-bottom_right.png) no-repeat bottom right;
  text-align: left;
  font: Lucida Grande, Verdana, sans-serif;
  font-size: 12px;
  color: #000;
  white-space: normal;
}

div.nubbin div.content div.arrow {
  position: absolute;
  top: 18px;
  left: -47px;
  width: 50px;
  height: 40px;
  background: url(/images/nubbins/tip_box-arrow.png) no-repeat top left;
}

div.nubbin div.content div.inner {
  padding: 10px;
  background: url(/images/nubbins/tip_box-bottom_right.gif) no-repeat top left;
}

div.nubbin div.content div.inner p {
  margin-bottom: 0;
}



/*-------------------------------------------------
which product table
-------------------------------------------------*/

.nubbin_region {
  position: static;
}

.nubbin_region div.nubbin {
  display: none;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  position: absolute;
  font-weight: normal;
}

.hover {
  position: relative;
}

.hover div.nubbin {
  display: block;
}

.hover div.nubbin,
.hover div.nubbin * {
  z-index: 500;
}

div.nubbin div.wrapper {
  position: absolute;
  left: 60px;
  top: -25px;
}

div.nubbin div.content {
  width: 350px;
  margin: 0;
  padding: 0 7px 8px 0;
  background: url(/images/nubbins/tip_box-bottom_right.png) no-repeat bottom right;
  text-align: left;
}

div.nubbin div.content p {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color: #000;
  white-space: normal;
}

div.nubbin div.content div.arrow {
  position: absolute;
  top: 18px;
  left: -47px;
  width: 50px;
  height: 40px;
  background: url(/images/nubbins/tip_box-arrow.png) no-repeat top left;
}

div.nubbin div.content div.inner {
  padding: 10px;
  background: url(/images/nubbins/tip_box-bottom_right.gif) no-repeat top left;
}

div.nubbin div.content div.inner p {
  margin-bottom: 0;
}

