#filepath
{
	display: inline;
}

#fileinfo
{
	position: relative;
	float: left;
	width: 200px;
	
	background: white;
	border: 1px solid #BBBBBB;
	height: 250px;
	overflow: auto;
	margin-right: 8px;
}

#fileinfo div.title
{
	padding: 4px 8px;
	color: white;
	background: #BBBBBB;
	font-weight: bold;
}

#filelist
{
	float: left;
	background: white;
	border: 1px solid #BBBBBB;
	height: 250px;
	overflow: auto;
}

#filelist div.item
{
	float: left;
	margin: 4px;
	padding: 0px;
	cursor: default;
	overflow: hidden;
}

#filelist div.item div.icon
{
	position: relative;
	float: left;
	width: 48px;
	height: 48px;
	margin-right: 8px;
}

#filelist div.item div.caption
{
	position: relative;
	float: left;
	width: 200px;
	height: 3.9em;
	overflow: hidden;
	padding: 2px;
}

#filelist div.selected div.caption
{
	background: #4444DD;
	color: white;
}

#filelist div.item div.caption div.title
{
}

#filelist div.item div.caption div.fileinfo
{
	color: #888888;
}

#filelist div.selected div.caption div.fileinfo
{
	color: white;
}

#fileinfotext
{
	padding: 8px;
}

#fileinfoicon
{
	padding: 8px;
}
