@font-face {
	font-family: 'VodafoneLight';
	src: url("../../../../branding/vfpt/font/vodafone-light.woff") format("woff");
	font-style: normal;
	font-weight: 400
}

@font-face {
	font-family: 'VodafoneRegular';
	src: url("../../../../branding/vfpt/font/vodafone-regular.woff") format("woff");
	font-style: normal;
	font-weight: 400
}

.tipsy {
	font-size: 10px;
	position: absolute;
	padding: 5px;
	word-wrap: break-word;
	z-index: 100000
}

.tipsy-inner {
	background-color: #000;
	color: #FFF;
	max-width: 200px;
	padding: 5px 8px 4px;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px
}

.tipsy-arrow {
	position: absolute;
	width: 0;
	height: 0;
	line-height: 0;
	border: 5px dashed #000
}

.tipsy-arrow-n {
	border-bottom-color: #000
}

.tipsy-arrow-s {
	border-top-color: #000
}

.tipsy-arrow-e {
	border-left-color: #000
}

.tipsy-arrow-w {
	border-right-color: #000
}

.tipsy-n .tipsy-arrow, .tipsy-nw .tipsy-arrow {
	border-left-color: transparent;
	border-right-color: transparent;
	top: 0;
	border-bottom-style: solid;
	border-top: none
}

.tipsy-n .tipsy-arrow {
	left: 50%;
	margin-left: -5px
}

.tipsy-nw .tipsy-arrow {
	left: 10px
}

.tipsy-ne .tipsy-arrow {
	top: 0;
	right: 10px;
	border-bottom-style: solid;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent
}

.tipsy-s .tipsy-arrow, .tipsy-se .tipsy-arrow, .tipsy-sw .tipsy-arrow {
	bottom: 0;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent
}

.tipsy-s .tipsy-arrow {
	left: 50%;
	margin-left: -5px
}

.tipsy-sw .tipsy-arrow {
	left: 10px
}

.tipsy-se .tipsy-arrow {
	right: 10px
}

.tipsy-e .tipsy-arrow, .tipsy-w .tipsy-arrow {
	top: 50%;
	margin-top: -5px;
	border-top-color: transparent;
	border-bottom-color: transparent
}

.tipsy-e .tipsy-arrow {
	right: 0;
	border-left-style: solid;
	border-right: none
}

.tipsy-w .tipsy-arrow {
	left: 0;
	border-right-style: solid;
	border-left: none
} /*# sourceMappingURL=jquery.tipsy.min.css.map */