.toolTip {
  position : relative;
  height   : 94px;
}

.toolTip .header {
  height  : 18px;
}

.toolTip .closeButton {
  position : absolute;
  top      : -3px;
  right    : 4px;
  cursor   : pointer;
  font     : 14px sans-serif;
  padding  : 3px;
}

.toolTip h1 {
  font-size      : 11px;
  height         : 18px;
  line-height    : 18px;
  background     : #fd0;
  margin         : 0;
  padding-left   : 5px;
  border-top     : 1px solid #fc0;
  border-left    : 1px solid #fc0;
  text-transform : uppercase;
}

.toolTip .infoPage {
  cursor   : pointer;
  height   : 76px;
  overflow : hidden;
}

.toolTip .image {
  float  : left;
  height : 100%;
}

.toolTip .image img {
  padding : 4px;
}

.toolTip .title {
  margin  : 0;
  padding : 3px 0 0 0;
}

.toolTip .numOffers {
  margin-top : 2px;
}

.toolTip .numOffers li {
  font-weight : bold;
  margin-left : 20px;
}

.toolTip .content {
  position      : absolute;
  z-index       : 2;
  background    : white;
  width         : 264px;
  font          : 11px Verdana,Arial,Helvetica,sans-serif;
  border-bottom : 1px solid black;
  border-right  : 1px solid black;
}

.toolTip .shadow {
  position   : absolute;
  top        : 2px;
  left       : 2px;
  width      : 264px;
  height     : 94px;
  background : black;
  opacity    : 0.5;
  z-index    : 1;
}
