.options {
  font-size: 0.8em;
}
.nodeRoot {
  margin-top: 5px;
  margin-left: 5px;
  padding-left: 0;
  font-weight: bold;
}
.nodeParent {
  padding-left: 0;
  font-weight: bold;
  clear: left;
}
.fileNode {
  margin-left: 1px;
  padding: 1px 0px 0px 1px;
  font-weight: normal;
  display: block;
  float: left;
  width: 300px;
  height: 20px;
}
.fileNodeDetail {
  margin-left: 1px;
  padding: 1px 0px 0px 1px;
  font-weight: bold;
  display: block;
  height: 20px;
}
.fileDateDetail {
  font-weight: normal;  
  float: right;
}
.fileSizeDetail {
  font-weight: normal;
  float: right;
  margin-right: 30px;
}
.subPath {
  margin: 4px 1px 5px 10px;
  clear: both; 
  display: block;
}
.fileList {
  padding-bottom: 5px;
}
.fileDetailList {
  padding-bottom: 5px;
}
.fileImageList {
  padding-bottom: 5px;
}
.directoryList {

}
.viewHeading {
  margin: 1px 2px 0 5px;
  height: 20px;
  font-weight: normal;  
}
.viewOptions {
  display: block;
  margin: 1px 2px 1px 0;
  float: right; 
  font-size: 0.7em;
  color: #999;  
}
.viewOptions a {
  color: #999;  
}
.viewFooter {
  padding-bottom: 25px;
  margin: 1px 2px 0 5px;
  font-weight: normal;  
  clear: both;
}
.fileIcon {
	background: none;
    border: none;
	margin-left: 2px;
	padding: 0;
}
.selected {
    background: none;
    font-weight: bold; 
}
