.filebrowser-navigator,
.filebrowser-folders,
.filebrowser-files
{
	margin-bottom: 10px;
}
.filebrowser-navigator
{
	border: 10px solid #84caf8;
	border-top: 0px;
}
.filebrowser-navigator .caption,
.filebrowser-folders .caption,
.filebrowser-files .caption
{
	font: bold 14px/30px Arial, sans-serif;
	color: black;
	height: 30px;
}
.filebrowser-navigator .caption
{
	background: #84caf8;
}
.filebrowser-folders .caption
{
	background: #aadbfa;
}
.filebrowser-files .caption
{
	background: #d0ebfc;
}
.filebrowser-navigator .content,
.filebrowser-folders .content,
.filebrowser-files .content
{
	padding: 10px;
}
.filebrowser-navigator .description
{
	color: #808080;
	font: italic 11px/13px Arial, sans-serif;
	padding: 0px 10px 10px;
}
.filebrowser-navigator .description b
{
	color: #808080;
	font: bold italic 11px/13px Arial, sans-serif;
}
.filebrowser-folders
{
	border: 10px solid #aadbfa;
	border-top: 0px;
}
.filebrowser-files
{
	border: 10px solid #d0ebfc;
	border-top: 0px;
}
.filebrowser-files a
{
	padding-left: 23px;
}

/******************************************
* Icons
******************************************/

a.icon-folder,
a.icon-parent,
a.icon-jpg
{
	display: block;
	padding-left: 20px;
}

a.icon-root
{
	background: url(../img/filebrowser/root.gif) no-repeat 0px 2px;
	padding-left: 20px;
}
a.icon-parent
{
	background: url(../img/filebrowser/parent.gif) no-repeat 0px 2px;
}

a.icon-folder
{
	margin-left: 3px;
	background: url(../img/filebrowser/folder.gif) no-repeat 0px 4px;
}

a.icon-file
{
	background: url(../img/filebrowser/file.gif) no-repeat 0px 1px;
}
a.icon-image
{
	background: url(../img/filebrowser/image.gif) no-repeat 0px 3px;
}
a.icon-audio
{
	background: url(../img/filebrowser/audio.gif) no-repeat 0px 3px;
}
a.icon-video
{
	background: url(../img/filebrowser/video.gif) no-repeat 0px 3px;
}
a.icon-msoffice
{
	background: url(../img/filebrowser/msoffice.gif) no-repeat 0px 1px;
}
a.icon-openoffice
{
	background: url(../img/filebrowser/openoffice.gif) no-repeat 0px 1px;
}
a.icon-flash
{
	background: url(../img/filebrowser/flash.gif) no-repeat 0px 1px;
}

a.icon-xml
{
	background: url(../img/filebrowser/xml.gif) no-repeat 0px 1px;
}
a.icon-js
{
	background: url(../img/filebrowser/js.gif) no-repeat 0px 1px;
}
a.icon-css
{
	background: url(../img/filebrowser/css.gif) no-repeat 0px 4px;
}
a.icon-pdf
{
	background: url(../img/filebrowser/pdf.gif) no-repeat 0px 1px;
}
a.icon-psd
{
	background: url(../img/filebrowser/psd.gif) no-repeat 0px 1px;
}
a.icon-eps
{
	background: url(../img/filebrowser/eps.gif) no-repeat 0px 1px;
}
a.icon-zip
{
	background: url(../img/filebrowser/zip.gif) no-repeat 0px 1px;
}
