
/* ------------------------------------------------------------------ */
/* -                            Document                              */
/* ------------------------------------------------------------------ 

#ControlDocumentList{
padding-right:5px;
background-color:red;
}

	#ControlDocumentList h1{
		display:block;
		margin-bottom:10px;
	}

	#ControlDocumentList .item{
		border-bottom:1px dotted green;
		display:block;
		margin-bottom:5px;
		padding-bottom:5px;
		margin-right:5px;
	}



/* -------------------- CategoryList --------------------------------- */

#categoryList{
}

	#categoryList .item{
		display:block;
		padding:2px;
		margin-bottom:10px;
		border:1px solid #EFEFEF;
	}
	
		#categoryList .item .parent{
		}
		
			/*#categoryList .item .parent:hover{	
				color:#FFFFFF;
				background-color:#F88101;
			}
	
			#categoryList .item .childLevel1{
				display:block;
				padding:3px;
				padding-left:10px;
				border-bottom:1px dotted #AEA6A0;
				background:url('images/puce1.gif') 2px 8px no-repeat;
			}
			
			#categoryList .item .childLevel2{
				display:block;
				padding:3px;
				padding-left:20px;
				border-bottom:1px dotted #AEA6A0;
				background:url('images/puce1.gif') 12px 8px no-repeat;
			}
			
			#categoryList .item .childLevel3{
				display:block;
				padding:3px;
				padding-left:30px;
				border-bottom:1px dotted #AEA6A0;
				background:url('images/puce1.gif') 22px 8px no-repeat;
			}
			
			#categoryList .item .childLevel4{
				display:block;
				padding:3px;
				padding-left:40px;
				border-bottom:1px dotted #AEA6A0;
				background:url('images/puce1.gif') 32px 8px no-repeat;
			}
			
			#categoryList .item .childLevel5{
				display:block;
				padding:3px;
				padding-left:50px;
				border-bottom:1px dotted #AEA6A0;
				background:url('images/puce1.gif') 42px 8px no-repeat;
			}
			
			#categoryList .item .childLevel1:hover{background-color:#FFFFFF;}
			#categoryList .item .childLevel2:hover{background-color:#FFFFFF;}
			#categoryList .item .childLevel3:hover{background-color:#FFFFFF;}
			#categoryList .item .childLevel4:hover{background-color:#FFFFFF;}
			#categoryList .item .childLevel5:hover{background-color:#FFFFFF;}*/
	
/* -------------------- DocumentList --------------------------------- */

#documentList{
}
	
	#documentList .item{
		display:block;
		margin-bottom:10px;
		border-bottom:1px dotted #E8E8E8;
		padding:3px;
	}
