/*--------------------------------------------------
*	Title: style_Categorytree.css
*	URI: http://de-lab.com
*	Last Modified: 2007-10-17
*	Author: sato
--------------------------------------------------*/
#categoriestree-content{
width: 120px;
padding-left: 10px;
/*
margin-left : auto;
margin-right : auto;
*/
font-size: 0.9em;
}
#categoriestree-content ul,
#categoriestree-content ul li{
	width: 160px;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	border: 0;
	font-style: normal;
/*	font-weight: bold;*/
	font-size: 100%;
	list-style: none outside;
}

*:first-child+html #categoriestree-content ul li li{
	margin-top: -7px;
}

#categoriestree-content li a{
	display: block;
	width: 120px;
	border-bottom:dotted #ccc 1px;
	height: 1.3em;
	background: url(../images/folder.png) no-repeat 0px -2px;
	text-decoration:none;
	margin-top:5px;
	padding-left: 20px;
}
#categoriestree-content li a:hover{
	background: url(../images/folder_explore.png) no-repeat 0px -1px;
}

#categoriesContent a:hover{
	background: url(../images/folder_explore.png) no-repeat 0px -1px;
}
.category-top {
	display: block;
	width: 120px;
	padding-left: 20px;
	margin:-5px;
	margin-left : 10px;
	border-bottom:dotted #ccc 1px;
	background: url(../images/folder.png) no-repeat 0px -2px;
}

.category-subs {
	display: block;
	width: 110px;
	border-bottom:dotted #ccc 1px;
	background: url(../images/folder.png) no-repeat 0px -2px;
	text-decoration:none;
	margin:-5px;
	margin-left : 20px;
	padding-left: 20px;
}
.category-products {
	display: block;
	width: 100px;
	border-bottom:dotted #ccc 1px;
/*	height: 1.3em;*/
	background: url(../images/folder.png) no-repeat 0px -2px;
	text-decoration:none;
	margin:-5px;
	margin-left : 30px;
	padding-left: 20px;

}

#brandsContent a:hover{
	background: url(../images/folder_explore.png) no-repeat 0px -1px;
}

#informationContent a,#ezpagesContent a,#moreinformationContent a{
	display: block;
	width: 120px;
	border-bottom:dotted #ccc 1px;
	height: 1.3em;
	background: url(../images/folder.png) no-repeat 0px -2px;
	text-decoration:none;
	margin-top:5px;
	margin-bottom:5px;
	margin-left : 10px;
	padding-left: 20px;
}