/* tooltip settings */
.popup-holder {
	width: 228px;
	/*position: absolute;
	top: px;
	left: px;*/
}
.popup-holder:after {
	content: "";
	display: block;
	clear: both;
}
.popup {
	width: 100%;
	position: relative;
}
.popup:after {
	content: "";
	display: block;
	clear: both;
}
.popup-arrow {
	width: 21px;
	height: 40px;
	display: block;
	background: url(popup-ar.png) no-repeat;
	overflow: hidden;
	position: absolute;
	top: 49px;
	right: -21px;
}
.popup-top {
	width: 100%;
	height: 7px;
	overflow: hidden;
	background: url(popup-to.png) no-repeat;
}
.popup-center {
	min-height: 110px;
	width: 203px;
	overflow: hidden;
	background: url(popup-st.gif) repeat-y;
	padding: 12px 13px 5px 12px;
}
* html .popup-center {
	overflow: visible;
	height: 110px;
}
.popup-center strong {
	margin: 0 0 12px;
	padding-left: 1px;
	font-size: 1.1em;
	line-height: 13px;
	font-weight: bold;
	color: #fff;
	display: block;
}
.popup-center span {
	margin: 0 0 12px;
	font-size: 1.1em;
	line-height: 13px;
	color: #fff;
	display: block;
}
.popup-center a {
	font-size: 1.1em;
	color: #fff;
	text-decoration: underline;
}
.popup-center a:hover { text-decoration: none; }
.popup-bottom {
	width: 100%;
	height: 7px;
	overflow: hidden;
	background: url(popup-bo.png) no-repeat;
}
/* tooltip styles */
#tooltip-popup {
	position: absolute;
	display: none;
}
ul.certificate-features li {
	width: 100%;
}
.tooltip-holder,
.tooltip-holder a {
	display: inline-block;
	float: none !important;
	clear: none !important;
}
.tooltip-content {
	display: none !important;
}
