/* // ICO-OSCommerce /styles/default/default/box_categories_tree.css 0.6 */

#sidetree{
  font-size:10px;
  padding: 0;
 }
#sidetreecontrol{
 display: inline; 
 width: 100%;
 background: transparent;
 color: #fff;
 font-size: 8px;
 text-align: center;
}
.box_categories_tree #sidetreecontrol a{
 color: #fff;
 padding: 0 2px;
}
.box_categories_tree #sidetreecontrol a:hover{
 color: #B5B4AA;
 padding: 0 2px;
}
.box_categories_tree .treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.box_categories_tree .treeview ul {
	background-color: transparent;
	margin-top: 4px;
}

.box_categories_tree .treeview .hitarea {
	background: url(/styles/catalogue.airetvolume.fr/default/boxes/medias/box_categories_tree.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .box_categories_tree .hitarea {
	display: inline;
	float:none;
}

.box_categories_tree .treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
	text-align:left;
}

.box_categories_tree .treeview a.selected {
	background-color: transparent;
	font-weight: bold;
	color: #FDD537;
}

.box_categories_tree #treecontrol { margin: 1em 0; display: none; }

.box_categories_tree .treeview .hover { color: red; cursor: pointer; }
.box_categories_tree .treeview li { background: url(/styles/catalogue.airetvolume.fr/default/boxes/medias/box_categories_tree_line.gif) 0 0 no-repeat; }
.box_categories_tree .treeview li.collapsable, 
.box_categories_tree .treeview li.expandable { background-position: 0 -176px; }

.box_categories_tree .treeview .expandable-hitarea { background-position: -80px -3px; }

.box_categories_tree .treeview li.last { background-position: 0 -1766px }
.box_categories_tree .treeview li.lastCollapsable, 
.box_categories_tree .treeview li.lastExpandable { background-image: url(/styles/catalogue.airetvolume.fr/default/boxes/medias/box_categories_tree.gif); }  
.box_categories_tree .treeview li.lastCollapsable { background-position: 0 -111px }
.box_categories_tree .treeview li.lastExpandable { background-position: -32px -67px }

.box_categories_tree .treeview div.lastCollapsable-hitarea, 
.box_categories_tree .treeview div.lastExpandable-hitarea { background-position: 0; }
