/* PowerTip Plugin 弹窗样式 */
#powerTip {
	cursor: default;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #000000;
	display: none;
	padding: 10px;
	position: absolute;
	/*white-space: nowrap;*/
	z-index: 10001;
}
#powerTip .jt {
	content: "";
	position: absolute; height:0px;width:0px;
}
#powerTip.n .jt, #powerTip.s .jt {
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	left: 50%;position:absolute;
	margin-left: -5px;
}
#powerTip.e .jt, #powerTip.w .jt {
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	margin-top: -5px;
	top: 50%;position:absolute;
}
#powerTip.n .jt {
	border-top: 10px solid #ccc;
	bottom: -10px; 
}
#powerTip.e .jt {
	border-right: 10px solid #ccc;
	left: -10px; 
}
#powerTip.s .jt {
	border-bottom: 10px solid #ccc;
	top: -10px; 
}

#powerTip.w .jt {
	border-left: 10px solid #ccc;
	right: -10px;
}
#powerTip.ne .jt, #powerTip.se .jt {
	border-right: 10px solid transparent;
	border-left: 0;
	left: 10px;
}
#powerTip.nw .jt, #powerTip.sw .jt {
	border-left: 10px solid transparent;
	border-right: 0;
	right: 10px;
}
#powerTip.ne .jt, #powerTip.nw .jt {
	border-top: 10px solid #ccc;
	bottom: -10px;
}
#powerTip.se .jt, #powerTip.sw .jt {
	border-bottom: 10px solid #ccc;
	top: -10px;
}
