.helpframe {
	border:1px solid #ccc;	
	padding: 5px;
	margin: 5px;
	width: 555px;
}
.toccontainer {
	border:1px solid #ccc;
	padding:5px;		
	margin: 5px;
	font-size: 9px;
	text-align:left;
	width: 250px;
	
}
.helpheight {
	height: 900px;
}
#toc {
	height: 100%;
	overflow: auto;
}
#toc ul.open {
	display:block;
	margin-left: 20px;
}
#toc ul.closed {
	display:none;	
}

#toc a {
	background: url(images/helptocpageicon.jpg) no-repeat bottom left;
}
#toc a.iclosed {
	background: url(images/helptocplusicon.png) no-repeat bottom left;
}
#toc a.iopen {
	background: url(images/helptocminusicon.png) no-repeat bottom left;	
}
#toc ul {
	list-style:none;
}
#toc a {
	padding-left: 15px;
}