/* unitip css */

#unitip {
  position: absolute;
  z-index: 1000;
  top: -1000px;
  font: normal normal 1.1em/15px Verdana, Arial, Helvetica, sans-serif;
  display: none;
}

#unitip * {
  color: #fff;
  font-size: 10pt;
}

#unitippoint, #unitipmid, #unitipcap {
  position: relative;
  top: 0px;
  left: 0px;
  width: 200px;
  display: block;
}

#unitipmid {
  width: 200x;
  overflow: hidden;
}

#unitippoint {
  background: url(../images/TipPoint.png) no-repeat;
  height: 21px;
  overflow: hidden;
  position: relative;
}

#unitipmid {
  background: url(../images/TipMid.png) repeat;
  height: auto;
  padding: 5px 12px;
  padding-bottom: 1px;
}

#unitip p {
  font-size: 1.1em;
  color:#fff;
}

#unitip ul {
  margin-left: 10px;
}

#unitip li {
  font-size: 1.1em;
  color: #fff;
}

#unitipcap {
  background: url(../images/TipCap.png) repeat;
  height: 7px;
  overflow: hidden;
  width: 200px;
}