		/*
		
		This is one of the free scripts from www.dhtmlgoodies.com
		You are free to use this script as long as this copyright message is kept intact
		
		(c) Alf Magne Kalleland, http://www.dhtmlgoodies.com - 2005
		
		*/
		
#dhtmlgoodies_tree {
  width:100%;
}		
#dhtmlgoodies_tree a.category{
	font:12px tahoma, Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
  display:block;
  background-image: url(/images/symbol_3.gif); 
  background-repeat:no-repeat; 
  background-position: 0px 7px;
  padding: 2px 0px 2px 8px;    
}

#dhtmlgoodies_tree a.product{
	font:12px tahoma, Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
  display:block;
  background-image: url(/images/symbol_4.gif); 
  background-repeat:no-repeat; 
  background-position: 0px 7px;
  padding: 2px 0px 2px 8px;  
}

ul.rootcategory {
	padding: 0px;
	margin: 2px 0px 5px 2px;
	background-color:#cccccc;
}

ul.rootcategory li {
	list-style: none;
	padding:0px;
	margin:0px;
}

ul.rootcategory li ul{
	padding: 0px 0px 0px 0px;
	margin: 0px;
}


ul.rootcategory li ul li ul{
	padding: 0px 0px 0px 25px;
	margin: 0px;
}


ul.subcategory li {
	list-style: none;
	padding:0px;
	margin:0px;
}