.folderitem{
	background-image: url(../img/icon_folderclosed.gif); 
	background-repeat: no-repeat; 
	background-position: 0px 0px; 
	margin-left: 0px; 
	line-height: 18px;
	}
	
.fileitem{
	width:auto; 
	background-image: url(../img/icon_file3.gif); 
	background-repeat: no-repeat; 
	background-position: 0px 0px; 
	padding-left: 5px;
	margin-left: 30px; 
	line-height: 18px;
	}
.itemdescription{
	width:auto; 
	padding-left: 0;
	margin-left: 30px; 
	line-height: 18px;
	}
.contentview{
	position:absolute;
	background-repeat: 
	no-repeat; 
	background-position: 0px 0px;
	padding-left: 10px;
	}


a:link {
  text-decoration:none;
  color:#000000;
  }
a:visited {
  text-decoration:none;
    color:#000000;
  }
a:hover {
	text-decoration:none;
	color:#000000;	
  }