.livett {cursor:help;}

.dtooltip {
	position: absolute;
	/*margin-top: -230px;
	margin-left: 50px;*/
	z-index: 1000;
	background-color: transparent;
	width: 328px;
	height: 299px;
	background-repeat: no-repeat;
	border: none;
	padding-left: 60px;
}

.dtooltip[class] {
	background-image: url(../img/bubble.png);
}

.dtooltip dt {
	margin-top: 17px;
	background-color: transparent;
	color:#3D3D3D;
	font-weight:bold;font-size:110%;
	/*font-variant:small-caps;*/
	
}

.dtooltip dd {
	padding-left:0px;
	font-size: 10px;
	width: 230px;
	margin-top:10px;
}

.dtooltip dd a img {border:none;}

.dtoollip .close {
	display: none;
}
