/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: relative;
	top: -130px;
	left: -12px;
	z-index: 99999;
}

#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;
}

div.tip_top {
	position: relative;
	left: -10px;
	top: 50px;
}

#tiptip_content {
	font-size: 13px;
	color: #000;
	background:url(../img/tooltip.png);
	width: 244px;
	height: 51px;
	padding: 38px 0 0 0;
	text-align: center;
	position: relative;
	top: -50px;
	left: -15px;
}

#tiptip_content a {
	text-decoration: none;
	color: #000;
}

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