#assetList {
	margin-top: 0;
	height: 525px;
}

#assetList, #assetList ul {
	list-style: none;
	margin: 5px 20px;
	padding: 0;
}

#assetList .expand, #assetList .expanded {
	cursor: pointer;
}

#assetList img {
	margin-right: 5px;
}

#assetList ul {
	display: none;
}

#assetList li {
	white-space: nowrap;
	margin-bottom: 4px;
}

#assetList li span {
	padding-top: 15px;
	cursor: pointer;
	white-space: nowrap;
}

#assetList a {
	color: black;
	text-decoration: none;
}

#assetList a:hover {
	text-decoration: underline;
}

#assetList img {
	border: none;
}

#theDiv {
	height: 100%;
	overflow: auto;
}
