/* STYLES FOR VERSIONS A & B */
span.count {
	color:#888;
	font-weight:normal;
}
/* STYLES FOR VERSION A */

#DocTreeA li {
	line-height:15px;
	margin-bottom:8px;
}
#DocTreeA ul {
	margin-bottom:15px;
}
div.doc-tree-a {
	margin-left:25px;
	display:block;
	}

#DocTreeA h2 {
	margin-left:-45px;
	margin-top:25px;
	margin-bottom:10px;
	}
#DocTreeA h3 {
	font-weight:bold;
	font-size:12px;
	margin-left:-15px;
	margin-bottom:10px;
	margin-top:10px;
	}

#DocTreeA h4 {
	font-weight:normal;
	font-size:12px;
	margin-left:4px;
	margin-bottom:5px;
	margin-top:10px;
	margin-left:-5px;
	}
#sublist h4 {
	margin: 5px 0 2px 5px;
}
#sublist a {
	margin-left:20px;
}
/* STYLES FOR VERSION B */

div.doc-tree-b {
	margin-left:45px;	
	}
#OAWidget h2 {
	margin-left:-45px;
	margin-top:25px;
	margin-bottom:10px;
	}
#OAWidget h3 {
	font-weight:normal;
	font-size:12px;
	}

#OAWidget h4 {
	font-weight:normal;
	font-size:12px;
	margin-left:4px;
	}
#OAWidget a:hover {
    text-decoration: none;
}

/* every line item */
div.ygtvitem {
	margin: 0 0 2px 0;
}
/* doc list */
div.ygtvchildren {
	font-weight:normal;
	line-height:15px;
	display:block;
	margin-bottom:10px;
	text-indent:-2px;
}
/* STYLES FOR VERSION C */
.hide {
	display:none;
}
.show {
	display:block;
	
}
.moreCategoriesLink {
	margin-top:-15px;

}
#moreCategories div {
	background:#f5f6f5;
	padding-top:10px;
	padding-bottom:10px;
}
#topCategories .docTypesLeftC {
	float:left;
	width:332px;
}
#topCategories .docTypesRightC {
	float:right;
	width:331px;
}
div.topCategories {
	margin-left:20px;
	margin-right:15px;
}
#topCategories li {
	margin-left:-10px;
	margin-bottom:5px;
	margin-top:5px;
}
#topCategories h3 {
	margin-bottom:8px;
}
div.doc-tree-c {
	display:block;
}
#DocTreeC li {
	margin-bottom:5px;
	margin-top:5px;
}
#DocTreeC h3 {
	margin-bottom:5px;
	margin-top:20px;
}

#DocTreeC h4 {
	margin-top:10px;
	margin-bottom:-5px;
	font-weight:normal;
}
#DocTreeC .c-sublist {
	margin-left:8px;
}
#DocTreeC .u-sublist {
	margin-top:20px;
	margin-left:-5px;
}