.tipsy {
    font-size: 10px;
}

.tipsy-inner {
    max-width: 200px;
    text-align: center;
	padding: 5px 8px 4px 8px;
}

.tipsy-inner {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tipsy-north {
    background-position: top center;
}

.tipsy-south {
    background-position: bottom center;
}

.tipsy-east {
    background-position: right center;
}

.tipsy-west {
    background-repeat: no-repeat;
    background-image: url(../images/pijl.gif);
    background-position: left center;
}


.pakket-tool {
	opacity: 1;
	filter: alpha(opacity=100);
    font-size: 11px;
	height: 70px;
}

.pakket-tool-inner {
	margin-left: 11px;
	border-top: 1px solid #c6c7c8;
	border-right: 1px solid #c6c7c8;
	border-bottom: 1px solid #c6c7c8;
    min-width: 160px;
	height: 59px;
	font-weight: bold;
	line-height: 18px;
	color: #646567;
    text-align: left;
	padding: 7px 8px 2px 10px;
	background-color: #ffffff;
}
