div.yoo-tooltip div.default {
        background-color:#ffffff;
	text-align:left;
}

div.yoo-tooltip div.default .tooltip-tl {
	background: url(/tl_files/therapy/EU/tooltips/bubble_tl.png) 0 0 no-repeat;
}
div.yoo-tooltip div.default .tooltip-tr {
	padding: 0px 15px 0px 15px;
	background: url(/tl_files/therapy/EU/tooltips/bubble_tr.png) 100% 0 no-repeat;
}
div.yoo-tooltip div.default .tooltip-t {
	background: url(/tl_files/therapy/EU/tooltips/bubble_t.png) 0 0 repeat-x;
}
div.yoo-tooltip div.default .tooltip-l {
	background: url(/tl_files/therapy/EU/tooltips/bubble_l.png) 0 0 repeat-y;
}
div.yoo-tooltip div.default .tooltip-r {
	padding: 0px 15px 0px 15px;
	background: url(/tl_files/therapy/EU/tooltips/bubble_r.png) 100% 0 repeat-y;
}
div.yoo-tooltip div.default .tooltip-m {
	background: #ffffff;
	overflow: hidden;
	font-size:11px;
}
div.yoo-tooltip div.default .tooltip-bl {
	background: url(/tl_files/therapy/EU/tooltips/bubble_bl.png) 0 0 no-repeat;
	background-color:#ffffff;
}
div.yoo-tooltip div.default .tooltip-br {
	padding: 0px 15px 0px 15px;
	background: url(/tl_files/therapy/EU/tooltips/bubble_br.png) 100% 0 no-repeat;
}
div.yoo-tooltip div.default .tooltip-b {
	background: url(/tl_files/therapy/EU/tooltips/bubble_b.png) 0 0 repeat-x;
}
div.yoo-tooltip div.default .tooltip-arrow {
	background: url(/tl_files/therapy/EU/tooltips/bubble_arrow.png) 50% 0 no-repeat;
}

