.stickytooltip{
	box-shadow: 5px 5px 8px #818181; /*shadow for CSS3 capable browsers.*/
	-webkit-box-shadow: 5px 5px 8px #818181;
	-moz-box-shadow: 5px 5px 8px #818181;
	display:none;
	position:absolute;
	display:none;
	border:1px solid #CCC; /*Border around tooltip*/
	background:white;
	z-index:99999999;
}


.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
	color:white;
	padding-top:5px;
	text-align:center;
	font-size: 11px;
	font-weight: bold;
	background-color: #0072BB;
}
.atip img{
  float: left;
    height: 195px;
    margin-bottom: 10px;
    margin-right: 20px;
    width: 260px
}
.atip h3{
    float: left;
    color: #000;
}
.atip a{
   display: block;
    line-height: 20px;
    margin-bottom: 10px;
}
.atip span{
    color:#000;
    line-height: 20px;
}
.atip b{
    color:#000;
    float:left;
}