.tooltips{text-indent: -999em; overflow:hidden;}
.tooltip-content{position: absolute;z-index:9999; background: #fff;border:1px #333 solid;padding:8px 10px; font-size: 12px; display: none;}
.tooltip-shadow{position: absolute;z-index:9998; background: #666; display: none;}
.tooltip-content i{position: absolute;display: block;}
.tooltip-content.right i{width:12px; height:21px; background: url("images/triangle.png") 0 0 no-repeat;}
.tooltip-content.top i{width:21px; height:12px;background: url("images/triangle.png") -21px 0 no-repeat;}
.tooltip-content .content-wrapper{color:#333;padding:0px; margin: 0px; line-height: 16px;}
.tooltip-content .content-wrapper ul{padding: 0px; margin: 0px;}
.tooltip-content p {margin-bottom: 6px;}
.tooltip-content p:last-child{margin-bottom: 0px;}