.result {
	position: relative;
}
.glossary_text {
	display:none;
	position: absolute;
	top: 0px;
	left: 200px;
	width: 325px;
}
.glossary_word {
	padding-bottom: 6px;
	width:200px
}
.glossary_title {
	padding-bottom: 6px;
}
#glossary_tooltip {
	position:absolute;
	width: 119px;
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	line-height:120%;
}
#glossary_tooltip_top {
	width: 119px;
	height: 3px;
	background-image: url(../img/glossary_tooltip_top.gif);
	background-repeat: no-repeat;
}
#glossary_tooltip_text {
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
}
#glossary_tooltip_bg {
	background-color:#ffffff;
	background-image: url(../img/glossary_tooltip_bg.gif);
	background-repeat: repeat-y;
}
#glossary_tooltip_bottom {
	width: 119px;
	height: 16px;
	background-image: url(../img/glossary_tooltip_bottom.gif);
	background-repeat: no-repeat;
}

span.type{
	display:none;
}
