@CHARSET "UTF-8";

#searchTreeview {
	position:relative;
	background: url(../images/icones/magnifier.png) 0px 1px no-repeat;
	padding-left: 21px; 
	border-bottom: 1px dotted #B9B9B9;
	padding-bottom: 6px;
	margin-bottom: 3px;
}

#searchTreeviewControl {
	position: absolute;
	top: 1px;
	right: 38px;
}

#treeviewControl {
	position: absolute;
	top: 1px;
	right: 0px;
}

#searchTreeview input {
	width: 118px;
}

#treeviewControl a#toggleExpand a:hover {
	text-decoration: underline;
}

#treeviewControl a#toggle a:hover {
	text-decoration: underline;
}

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

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

.treeview .hitarea {
	background: url(../images/treeview/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* 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: green; cursor: pointer; }

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

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(../images/treeview/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

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

.filetree li { padding: 3px 0 2px 16px; }

.filetree li span
{ 
	font-weight:bold; 
	padding: 1px 0 1px 20px; display: block;
}

.filetree li.projet>span,
.filetree li.devis>span
{ 
	font-weight:normal; 
}

.filetree li.client>span, .filetree li.particulier>span { background: url(../images/icones/user.png) 0 0 no-repeat; }
.filetree li.pro>span { background: url(../images/icones/user-business-gray.png) 0 0 no-repeat; }
.filetree li.projet>span { background: url(../images/icones/folder-open-document.png) 0 0 no-repeat; }
.filetree li.expandable li.projet>span { background: url(../images/icones/folder.png) 0 0 no-repeat; }
.filetree li.devis>span { background: url(../images/icones/table-money.png) 0 0 no-repeat; }


.filetree li.famille-produits>span { background: url(../images/icones/tag-label.png) 0 0 no-repeat; }
.filetree li.moduleProd>span { background: url(../images/icones/wooden-box.png) 0 0 no-repeat; }
.filetree li.unite>span { background: url(../images/icones/edit-symbol.png) 0 0 no-repeat; }
.filetree li.pole-activite>span { background: url(../images/icones/universal.png) 0 0 no-repeat; }
.filetree li.type-projet>span { background: url(../images/icones/envelope.png) 0 0 no-repeat; }
.filetree li.type-client>span { background: url(../images/icones/user-silhouette-question.png) 0 0 no-repeat; }
.filetree li.fournisseur>span { background: url(../images/icones/store.png) 0 0 no-repeat; }


.filetree div.selected { background: url(../images/icones/arrow-180.png) right no-repeat; }