
/* PowerTip Plugin */
#powerTip {
	cursor: default;
	background-color: #999;
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 6px;
	color: #fff;
	display: none;
	padding: 20px 30px 20px 15px;
	position: absolute;
	white-space: nowrap;
	z-index: 2147483647;
	max-height: 350px;
	height: auto;
	overflow: auto;
}

/*-----------
#powerTip ul {
margin:0;
padding:0;
}
-------------*/
#powerTip ul li{
margin:0;
padding:0;
list-style:none;
}

#powerTip a {
	text-decoration: none;
}

/*------------------------*/
/* PowerTip Plugin */

#powerTip.n:before {
	border-top: 10px solid #333;
	border-top: 10px solid rgba(0, 0, 0, 0.8);
	bottom: -10px;
}

#powerTip.e:before {
	border-right: 10px solid #333;
	border-right: 10px solid rgba(0, 0, 0, 0.8);
	left: -10px;
}

#powerTip.s:before {
	border-bottom: 10px solid #333;
	border-bottom: 10px solid rgba(0, 0, 0, 0.8);
	top: -10px;
}

#powerTip.w:before {
	border-left: 10px solid #333;
	border-left: 10px solid rgba(0, 0, 0, 0.8);
	right: -10px;
}

#powerTip.ne:before,
#powerTip.se:before {
	border-right: 10px solid transparent;
	border-left: 0;
	left: 10px;
}

#powerTip.nw:before,
#powerTip.sw:before {
	border-left: 10px solid transparent;
	border-right: 0;
	right: 10px;
}
