﻿#explorer
{
	width: 98%;
	
}

#treeview
{
	float: left;
	width: 0%;
	visibility:hidden;
}

#folder_browser
{
	width: 55%;
	float: left;
	padding-bottom: 20px;
}

#folder_browser h2 
{
	margin-bottom: 10px;
}

#spacer 
{
	height: 20px;
	width: 100%;
}

.up_level 
{
	background: url(images/bulletup.gif) no-repeat left center;
	padding-left: 20px;
}


