/*--------------------------------------------------
*	Title: style_Categorytree.css
*	URI: http://de-lab.com
*	Last Modified: 2007-10-17
*	Author: sato
--------------------------------------------------*/
#categoriestree{
width: 197px;
font-size: 12px;
}

ul.level1{
	font-weight: bold;
	margin: 0 0 0 1.5em;
	padding: 0 0 0 0em;
	border: 0;
	list-style-position: outside;
	list-style-image: url(../../../../images/list-image/gicon_green.gif);
}

ul.level2
{
	font-weight: normal;
	margin: 0 0 0 0.5px;
	padding: 0 0 0 0em;
	border: 0;
	list-style-position: outside;
	list-style-image: url(../../../../images/list-image/gicon_tree01.gif);
}

#categoriestree li{
}
#categoriestree ul li li{
	margin-left: 0;
}
