a:link.tooltip2, a:visited.tooltip2 {
	/*position: relative;*/
	color: #4b4b4b;
	text-decoration: none;
}
a:hover.tooltip2 {
	background: 0;
	text-decoration: none;
}
a.tooltip2 span {
	font-weight: normal;
}
.hide {
	display: none;
	font-weight: normal;
}
.show {
	display: block;
	font-weight: normal;
}
a span.plus-minus {
	background-image: url(../images-whb/design/plus.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 15px;
	width: 14px;
	display: inline;
	text-decoration: none;
	padding-bottom: 5px;
	padding-left: 18px;
	margin-top: 10px;
	background-attachment: scroll;
}
a.opened span.plus-minus {
	background-image: url(../images-whb/design/minus.gif);
}
span.fulltext {
	padding-left: 22px;
}
a.a-demo {
	padding-left: 22px;
}