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

.treeview ul {
	background-color: none;
	margin: 0px;
}

.treeview li {
	/*background-color:#E9E9E9;*/
	line-height:20px;
	border-bottom:1px solid #f2f2f2;
	padding: 0px;
	margin:0;
}
.treeview li ul li {
	/*background-color:#ffffff;*/
	height: 14px;
	line-height:14px;
	/*border-bottom:1px solid #E9E9E9;*/
	border:none;
	margin-left:0px;
	padding-left:0;
}
.treeview li ul li:hover {
	border:none;
}
.treeview li:hover {
	/*border-bottom:1px solid #F5B100;*/
	/*background-color:#FAEBBF;*/
}
.treeview li a{
	/*background:  url(../../../img/layout/home/arrow_inactive.gif) no-repeat 0 3px;*/
	font-weight:bold;
	padding-left:5px;
	color:#333;
	width:162px;
}
.treeview li a img{
	float:left;
	margin:2px 5px 0 -12px;
}
.treeview li ul{
	padding:0 0px 0 14px;
}
.treeview li ul li a {
	font-size:11px;
    padding: 0 0 0 0px;
   /* background:        url(../../../img/layout/home/arrow_inactive.gif) no-repeat 13px 3px;*/
}
.treeview li a:hover, .treeview li ul li a:hover {
	/*background-image: url(../../../img/layout/home/arrow_active.gif);*/
	color:#F5B100;
}
/*.product_preview .buy a:hover {
    background:         url(../img/layout/home/arrow_active.gif) no-repeat left top;
}*/
.treeview .hitarea {
	/*background: url(images/treeview-default.gif) -64px -25px no-repeat;*/
	height: 16px;
	width: 16px;
	margin-left: -8px;
	margin-top:4px;
	float: left;
	cursor: pointer;
	/*display:none;*/
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 0px;
}
.treeview li a{
	display:block;
	margin-left:4px;
}
.treeview a.selected {
	color:#F5B100;
}

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

.treeview .hover { cursor: pointer; }

.treeview li { /*background: url(images/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-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-red li { background-image: url(images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(images/treeview-red.gif); } 

.treeview-black li { background-image: url(images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(images/treeview-black.gif); }  

.treeview-gray li { background-image: url(images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(images/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(images/treeview-famfamfam.gif); } 

