/*--------------------------------------------------
*	Title: style_Categorytree.css
*	URI: http://de-lab.com
*	Last Modified: 2007-10-17
*	Author: sato
--------------------------------------------------*/

/*
modify by webarton 20080430
#categoriestree-content to #categoriestree

*/
#categoriestree{/*
width: 200px;
font-size: 12px;*/
	font-size: 1.1em;
}
#categoriestree ul,
#categoriestree ul li{
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: bold;
	/*font-size: 100%;*/
	list-style: none outside;
}
#categoriestree li{
}
#categoriestree ul li li{
	margin-left: 15px;
}

#categoriestree ul.level1 li a{
	display: block;
	/*border-bottom:dotted #ccc 1px;*/
	height: 20px;
/*	background: url(../images/folder.png) no-repeat 0px 0px; delete by webarton 20080524*/
	background: url(../images/icon1.gif) no-repeat;
	background-position: left center;
	text-decoration:none;
	margin:5px 0 0 2px;
	padding-left: 20px;
	color: #333333;
	font-weight: normal;
}
#categoriestree ul.level1 li a:hover{
	display: block;
	/*border-bottom:dotted #ccc 1px;*/
	height: 20px;
	background: url(../images/icon1.gif) no-repeat;
	background-position: left center;
	text-decoration:none;
	margin:5px 0 0 2px;
	padding-left: 20px;
	color: #3397AF;
	font-weight: normal;
}
#categoriestree ul.level2 li a{
	display: block;
	/*border-bottom:dotted #ccc 1px;*/
	height: 20px;
	background: url(../images/icon2.gif) no-repeat;
	background-position: left center;
	text-decoration:none;
	padding-top: 5px;
	padding-left: 20px;
	color: #333333;
	font-weight: normal;
}
#categoriestree ul.level2 li a:hover{
	display: block;
	/*border-bottom:dotted #ccc 1px;*/
	height: 20px;
	background: #DBF0F3 url(../images/icon2_hi.gif) no-repeat;
	background-position: left center;
	text-decoration:none;
	padding-top: 5px;
	padding-left: 20px;
	color: #3397AF;
	font-weight: normal;

}
/*
#categoriestree li a:hover{
	background: url(../images/folder_explore.png) no-repeat 1px 2px;
}
*/
#categoriestree #cat_3 a{
	background: url(../images/b_starter.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	margin: 0px 0 10px 10px;
	display: block;
	height: 55px;
}
