.popup {
	position: absolute;
	display: none;
	z-index: 50;
	border-collapse: collapse;
	width:135px;
}
.popup .advanced-features {
	display:none;
}
.popup td.corner1 {
	height: 14px;
	width: 16px;
}
.popup td.corner2 {
	height: 14px;
	width: 21px;
}
.popup td.corner3 {
	height: 39px;
	width: 16px;
}
.popup td.corner4 {
	height: 39px;
	width: 21px;
}
.popup td#topleft {
	background-image: url(../images2_FR/popup/bubble-1.png);
}
.popup td.top {
	background-image: url(../images2_FR/popup/bubble-2.png);
}
.popup td#topright {
	background-image: url(../images2_FR/popup/bubble-3.png);
}
.popup td.left1 {
	background-image: url(../images2_DE/popup/bubble-5.png);
	width:17px;
}
.popup td.right1 {
	background-image: url(../images2_DE/popup/bubble-4.png);
	width:22px;
}
.popup td#bottomleft {
	background-image: url(../images2_FR/popup/bubble-6.png);
}
.popup td.bottom {
	background-image: url(../images2_FR/popup/bubble-7.png);
}
.popup td#bottomright {
	background-image: url(../images2_FR/popup/bubble-8.png);
}
.popup td.content {
	background: #FFF;
	text-align:right;
}
.popup ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
.popup li {
	float:left !important;
	padding:0 0 0 9px !important;
	text-align:center;
	width:73px !important;
	height:100px !important;
	line-height:1 !important;
	margin:0 !important;
	cursor:pointer;
}
.popup a {
	color:#2D6178;
	display:block;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	font-family:Arial;
}
a.advanced {
	font-size:11px !important;
	text-decoration:underline !important;
	padding: 0 0 5px;
	outline:none;
}
.clear {
	clear:both;
}
.popup a:hover {
	text-decoration:underline;
}

