.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(../../images/images-design/treeview-default.gif) -64px -25px no-repeat;
	height: 14px;
	width: 14px;
	margin-left: 14px;
	float: left;
	cursor: pointer;
}
.mongallica .hitarea {
	background: url(../../images/images-design/treeview-mongallica.gif) left -215px no-repeat;
	height: 14px;
	width: 14px;
	margin-left: 4px;
	float: left;
	cursor: pointer;
}
.moncatagen .hitarea {
	background: url(../../images/images-design/treeview-catagen.gif) left -215px no-repeat;
	height: 14px;
	width: 14px;
	margin-left: 4px;
	float: left;
	cursor: pointer;
}
.mongallica .treeview .hitarea, .moncatagen .treeview .hitarea {margin-left: 14px;}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li {background: url(../../images/images-design/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

#site .mongallica .col1 .menurubrique .treeview li {background: url(../../images/images-design/treeview-mongallica.gif) 19px -90px no-repeat; padding-left:28px;}
#site .col1 .moncatagen .menurubrique .treeview li {background: url(../../images/images-design/treeview-catagen.gif) 19px -90px no-repeat; padding-left:28px;}
#site .mongallica .col1 .menurubrique .treeview li li, #site .col1 .moncatagen .menurubrique .treeview li li {padding-left:42px; background-position:33px -90px}
#site .mongallica .col1 .menurubrique .treeview li li li, #site .col1 .moncatagen .menurubrique .treeview li li li {padding-left:56px; background-position:47px -132px}
#site .mongallica .col1 .menurubrique .treeview li li li li, #site .col1 .moncatagen .menurubrique .treeview li li li li {padding-left:70px; background-position:61px -132px}
#site .mongallica .col1 .menurubrique li li, #site .mongallica .col1 .menurubrique .treeview .open, #site .col1 .moncatagen .menurubrique li li, #site .col1 .moncatagen .menurubrique .treeview .open {background-position:61px -90px;}
#site .mongallica .col1 .menurubrique li li li li, #site .col1 .moncatagen .menurubrique li li li li {background-position:left -131px;}
#site .mongallica .col1 .menurubrique .treeview .collapsable, #site .mongallica .col1 .menurubrique .treeview .expandable, #site .col1 .moncatagen .menurubrique .treeview .collapsable, #site .col1 .moncatagen .menurubrique .treeview .expandable {background-image:none; padding:0;}
.menurubrique .collapsable-hitarea {background-position: 0 3px;}
.menurubrique .expandable-hitarea {background-position: 0 -46px;}
#site .mongallica .treeview li li .hitarea, #site .moncatagen .treeview li li .hitarea {margin-left:28px;}
#site .mongallica .treeview li li li .hitarea, #site .moncatagen .treeview li li li .hitarea {margin-left:42px;}


.treeview .placeholder {
	background: url(../../images/images-design/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}

.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(../../images/images-design/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(../../images/images-design/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(../../images/images-design/file.gif) 0 0 no-repeat; }

.tree-delete-img { margin-left:10px; cursor:pointer; }
