
#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index:9998
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
text-align:center;padding:0 15px;height:30px;color:#990000;

background:#FFF;

-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
box-shadow: 3px 3px 0 0 rgba(35, 35, 35, 0.2);
border:1px solid #EEE;
line-height:30px;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
	
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(255,255,255,0.90);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.90);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}


.tooltipa {
overflow:hidden;width:200px;

}
.tooltipa .tootip_h{
overflow:hidden;
padding-left:10px;
background:url(tooltip.png) no-repeat left -11px;
height:10px;
}

.tooltipa .tootip_h  .tootip_h_m{
overflow:hidden;
background:url(tooltip.png) no-repeat right top;
height:10px;
}

.tooltipa  .tootip_m{
overflow:hidden;
background:url(tooltip.png) no-repeat -10px -143px;
height:80px;
}

.tooltipa .tootip_f{
overflow:hidden;
padding-left:10px;
background:url(tooltip.png) no-repeat left -33px;
height:10px;
}

.tooltipa .tootip_f .tootip_f_m{
overflow:hidden;
background:url(tooltip.png) no-repeat right -22px;
height:10px;
}