/* ----- tool tip specific styles ----- */
#theToolTip {
position: absolute;
left: -300px;
width: auto;
text-align: left;
border: 2px solid #333;
padding: 0;
background-color: #fff;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=4);*/
}
#theToolTip img {
  width: 70px;
  float: left;
  margin-right: 5px;
  padding: 5px 0 5px 5px;
}
#ToolTipImg_1 img {
  width: 93px;
}
#theToolTip strong {
	float: left !important;
	clear: left !important;
	width: 70px !important;
	margin: 0 5px 5px 5px !important;
  padding: 1px 5px 0 0;
  font-size: 10px !important;
  font-weight: normal !important;
	text-align: center !important;
	color: #999 !important;
}
#ToolTipPointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#theToolTip p {
font-size: 11px;
color: #000;
max-width: 200px !important;
padding: 6px 10px 0 10px;
}
#theToolTip p.news_paragraph {
  width: 120px;
  margin-left: 80px;
}
#theToolTip p.liquid {
  padding-bottom: 0;
}
#theToolTip ul {
  width: 200px;
  padding: 4px 5px;
}
#theToolTip ul li img {
  display: inline !important;
  float: none !important;
  width: auto !important;
  margin-right: 5px !important;
  margin-top: 4px;
  padding: 0 !important;
}
#theToolTip ul li {
  font-size: 10px;
  margin-bottom: 2px;
  padding-bottom: 4px;
  background: url(../img/border_2.gif) repeat-x bottom left;
}
#theToolTip ul li.last {
  padding-bottom: 0;
  background: none;
}
#ToolTipTextWrap {
padding: 4px 10px 6px 10px;
font-weight:bold;
font-size: 11px;
color: #fff;
background-color: #333;
}
#theToolTip small {
  color: #999;
}
