.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
}

.treeview .hitarea {
	height: 28px;
	width: 100%;
	position:absolute;
	margin-left: -5px;
	margin-top: -3px;
	float: left;
	cursor: pointer;
	background:url(../../images/boutique/fleches.png) 85% 11px no-repeat;
}
.treeview .collapsable-hitarea {
	background-position: 85% -9px;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding:1px 0 6px 5px;
}
.treeview li:hover, .treeview li.expandable:hover, .treeview li.collapsable {
	background:#616161;
}

.treeview a.selected {
	font-style:italic;
	text-decoration:none;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { cursor: pointer; }

.treeview li { 
	background-color:#3a3a3a;
	/*background-image:url(../../images/boutique/fond_categorie.png);*/
}

.treeview li.collapsable { 
	padding:1px 0 0 5px;
} 
.treeview li.expandable { 
	background-position: 0px 0px;
}
.treeview li.promotions {
	color:black;
	height:23px;
	background:#C4D338 url(../../images/boutique/fond_promo.png) no-repeat;
}
.treeview li.promotions:hover {
	background:#C4D338 url(../../images/boutique/fond_promo.png) no-repeat;
}
.treeview li.promotions a {
	color:black;
}

.treeview li ul {
	margin-left:-5px;
}
.treeview li ul li {
	padding:6px 0 6px 25px;
	list-style:square inside;
	font-size:11px;
	font-weight:normal;
}
.treeview li ul li a {
	
}
.treeview li ul li.last {
	
}

/*.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(images/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/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/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(images/file.gif) 0 0 no-repeat; }

@media (min-width: 320px) and (max-width: 767px) {
	.treeview .hitarea {
		background:url(../../images/boutique/fleches.png) 88% 11px no-repeat;
	}
	.treeview .collapsable-hitarea {
		background-position: 88% -9px;
	}
}