/* PowerTip Plugin */
#powerTip {
	cursor: default;
	/*
	background-color: #333;
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 6px;
	color: #fff;
	*/
	display: none;
	padding: 10px;
	position: absolute;
	white-space: normal;
	z-index: 2147483647;
}
/*
#powerTip:before {
	content: "";
	position: absolute;
}
*/
#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;
}
#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;
}


/*add 20160311*/
.arrow_box {
	background: #ffffff;
	word-break:break-all;
	width: 240px;
	padding: 10px 10px;
	z-index: 9999999999;
	color: #000;
	/* border-radius */
	border-radius:;
	-webkit-border-radius:;
	-moz-border-radius:;
	/* box-shadow */
	box-shadow:rgba(204, 204, 204, 0.65) 0px 0px 16px 3px;
	-webkit-box-shadow:rgba(204, 204, 204, 0.65) 0px 0px 16px 3px;
	-moz-box-shadow:rgba(204, 204, 204, 0.65) 0px 0px 16px 3px;
}

/*
.arrow_box:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
	}

*/
/*
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	word-break: break-all;
	z-index: 999999999;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
	z-index: 999999999;
}
.arrow_box:before {
	border-color: rgba(202, 106, 82, 0);
	border-width: 11px;
	margin-left: -11px;
	z-index: 999999999;
}
*/

.arrow_box p{
	font-size: 12px;
	margin: 0 auto;
	line-height: 1.6em;
	
}

.arrow_box h3{
	font-size: 14px;
	margin: 5px auto 5px auto;
	line-height: 1.6em;
	text-align: center;
	font-weight: bold;
	
}

.arrow_box img{
	width: 215px;
}

.ladiesonly{
	background: #ed1b57;
	position:absolute;
	left: -10px;
	top: -10px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.ladiesonly img{
	width: 35px;
	height: 35px;
}
/*
#Abox{
	position: absolute;
	margin: 0 0 0 -40px;
}


#Bbox{
	position: absolute;
	margin: 0 0 0 40px;
}


#Cbox{
	position: absolute;
	margin: 0 0 0 130px;
}


#Dbox{
	position: absolute;
	margin: 0 0 0 250px;
}


#Ebox{
	position: absolute;
	margin: 0 0 0 380px;
}


#Fbox{
	position: absolute;
	margin: 0 0 0 510px;
}

*/

#Gbox{
	background: #ed1b57;
	color: #fff;
	width: 140px;
	position: relative;
	font-size: 14px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#Gbox:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(237, 27, 87, 0);
	border-bottom-color: #ed1b57;
	border-width: 10px;
	margin-left: -10px;
}
