  .unige-toc-container {
	border: 1px solid #ccc;
	background-color:#eee;
	padding: 3px 5px 3px 5px;
}
.unige-toc-title {
	font-weight: bold;
	padding: 5px;
}
.unige-toc ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.unige-toc li {
	padding: 0px 10px;
}
.unige-toc a {
	text-decoration: none;
	display: block;
	background-image:url(/sciences/packages/unige/blocks/unige_toc/images/arrow_right.gif);
	background-position:left top;
	padding-left:13px;
	background-repeat: no-repeat;
	padding-right:2px;
	margin-left:2px;
}
.unige-toc .toc-h2 {
	padding-left: 5px;
}
.unige-toc .toc-h3 {
	padding-left: 15px;
}
.unige-toc .toc-h4 {
	padding-left: 25px;
}
.unige-toc .toc-active {
	background: #eee;
	box-shadow: inset -5px 0px 10px -5px #000;
}
/* offset correction for fixed content */
.unige-toc-content span[id^=toc] {
	display: block;
	content: " ";
	height: 130px; /* height of fixed navbar */
	margin-top: -130px;
	visibility: hidden;
}