/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: -21px;
	left: 0;
	z-index: 99999;
	width: 138px;
    background: url(../img/tooltip_content_bg.gif) no-repeat 0 7px;
}

#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 {
	width: 116px;
	font-size: 11px;
	color: #fff;
    background: url(../img/tooltip_top_bg.gif) no-repeat left top;
	padding: 12px 8px 0 14px;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	/*border-color: transparent;
	border-style: solid;
	border-width: 6px;*/
	
	height: 18px;
	width: 138px;
	background: url(../img/tooltip_arrow_bg.gif) no-repeat 0 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-top-color: #fff;
    border-top-color: rgba(255,255,255,0.35);*/
	display: none;
}

#tiptip_holder.tip_right #tiptip_arrow {
	/*border-top-color: #fff;
    border-top-color: rgba(255,255,255,0.35);*/
	display: none;
}

#tiptip_holder.tip_left #tiptip_arrow {
	/*border-top-color: #fff;
    border-top-color: rgba(255,255,255,0.35);*/
	display: none;
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	/*border-top-color: #fff;
    border-top-color: rgba(255,255,255,0.35);*/
	display: none;
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	/*border-top-color: #fff;
    border-top-color: rgba(255,255,255,0.35);*/
	display: none;
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	/*border-top-color: #fff;
    border-top-color: rgba(255,255,255,0.35);*/
	display: none;
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	/*border-top-color: #fff;
    border-top-color: rgba(255,255,255,0.35);*/
	display: none;
}

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