.tooltip-user {
  padding-top:  4px;
  font-size: 1em;
}

.item-data-teaser {
  padding: 5px 0;
  font-size: 11px;
}

.tooltip-body {
  font-size: 1em;
}

.tooltip-more {
  background: transparent url(../images/icon-more.gif) no-repeat right 50%;
  padding-right: 10px;
  float: left;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
}

.tooltip-meta .picture {
  background-color: #b1b1b1;
  border: 1px solid #b1b1b1;
  width: 25px;
  height: 25px;
  overflow: hidden;
  float: left;
  margin-right: 5px;
}

.tooltip-title {
  font-size: 1em;
}

.tooltip {
  position:absolute;
  margin:0px auto;
  max-width:370px;
  z-index:6;
  left: 2px;
  top: -45px;
  background-color: #F9F9F9;
  border: 2px solid #666;
}

/* background image added in style.css for sprint-icons-1.png */
.tooltip-pointer {
  width: 12px;
  height: 17px;
  background-position: -277px -34px;
  background-repeat: no-repeat;
  background-color: transparent;
  position: absolute;
  left: -11px;
  top: 20px;
}

.tooltip .content {
  position:relative;
  padding:10px 10px 10px 10px;
}

.tooltip h1 {
  padding: 0 0;
  font-size: 14px;
}

/* specific tooltip instances */
.tooltip-width-class,
.tooltip-width-class .tooltip-bottom {
  width: 320px;
}

/* from the jquery tooltip plugin demo */
#tooltip {
  position: absolute;
  z-index: 3000;
}

.community-tooltip-data, .product-tooltip-data, #tooltip-stub, .user-tooltip-content {
  display: none;
}

.connect-user-post-tooltip-wrapper {
  display: none;
}
