/* PowerTip Plugin */
#powerTip {
	cursor: default;
	background-color: #fff;
	border-radius: 6px;
	color: #000;
	display: none;
	border: 1px solid #999999;
	padding: 20px 25px;
	position: absolute;
/*	white-space: nowrap;
*/	z-index: 2147483647;
	width: 500px;
	box-shadow: 2px 2px 6px #ddd;
}
#powerTip:before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 10px;
	width: 0;
	height: 0;
	border-top: 10px solid #999;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
#powerTip.n:before, #powerTip.s:before {
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	left: 50%;
	margin-left: -5px;
}
#powerTip.e:before, #powerTip.w:before {
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	margin-top: -5px;
	top: 50%;
}
#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;
}
#powerTip.ne:before, #powerTip.nw:before {
	border-top: 10px solid #333;
	border-top: 10px solid rgba(0, 0, 0, 0.8);
	bottom: -10px;
}
#powerTip.se:before, #powerTip.sw:before {
	border-bottom: 10px solid #333;
	border-bottom: 10px solid rgba(0, 0, 0, 0.8);
	top: -10px;
}
#powerTip.nw-alt:before, #powerTip.ne-alt:before,
#powerTip.sw-alt:before, #powerTip.se-alt:before {
	border-top: 10px solid #333;
	border-top: 10px solid rgba(0, 0, 0, 0.8);
	bottom: -10px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	/*left: 10px;*/
	left: 17px;
/*	display: none; */
}

#powerTip.ne-alt:before {
	left: auto;
	right: 10px;
}
#powerTip.sw-alt:before, #powerTip.se-alt:before {
	border-top: none;
	border-bottom: 10px solid #333;
	border-bottom: 10px solid rgba(0, 0, 0, 0.8);
	bottom: auto;
	top: -10px;
}
#powerTip.se-alt:before {
	left: auto;
	right: 10px;
}
#powerTip:after {
	content: "";
	position: absolute;
	bottom: -9px;
	left: 9px;
	width: 0;
	height: 0;
	border-top: 10px solid #333;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

/**
#powerTip #powerTipCloseBtn{
	display: inline-block;
	position: absolute;
	top: -10px;
	right: -10px;
	cursor: pointer;
	background-image: url("../images/common/btn_close.png");
	-webkit-background-size: 19px;
	     -o-background-size: 19px;
	        background-size: 19px;
	background-repeat: no-repeat;
	background-position: 0;
	width: 19px;
	height: 19px;
	border: 1px solid #fff;
	border-radius: 50%;
}
*/

#powerTip.nw-alt:after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 16px;
	width: 0;
	height: 0;
	border-top: 11px solid #fff;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}
#powerTip.ne-alt:after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: auto;
	right: 9px;
	width: 0;
	height: 0;
	border-top: 11px solid #fff;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}

.powerTipIcn{
	display: inline-block;
}