/* Anchor tag: Page icon */
ul.tree a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	/*	white-space: nowrap;*/
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 40px;
	margin-left: 0px;
	line-height: 17px;
	text-decoration:none;
	background: url(/img/viewer/bookmarks/page-file.png);
	background-repeat: no-repeat;
	background-position: left top;
	display:list-item;
}

ul.tree{
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 16px;
	margin-left: 0px;
	padding-left: 0px;
}

ul.tree ul {
	margin-left: 12px;
}

/* Span-C: Spacing and extending tree line below the icon */
ul.tree span.c {
	margin-left: 0px;
	margin-top: 5px;
}