/* (C) 2007 YOOtheme.com */

.div.yoo-tooltip-toggler {
	cursor: pointer; background:#000000;
	text-align:center; padding-left:35px;
	
	
}

div.yoo-tooltip div.default .tooltip-t {
	background: url(../images/bubble_t.png) no-repeat;
	padding-bottom:10px;
}
div.yoo-tooltip div.default .tooltip-m {
	background: url(../images/bg_new.png) repeat-y;
	text-align:center;
}
div.yoo-tooltip div.default .tooltip-b {
	background: url(../images/bubble_b.png) 0 0 no-repeat;
	height:62px;
	width:764px;
}
div.yoo-tooltip div.default .tooltip-close {
	position: absolute;
	top: 8px;
	right: 25px;
	width: 50px;
	height: 16px;
	background: url(../images/close.png) 0 0 no-repeat;
	cursor: pointer;
}
