@charset "utf-8";

/** 组件通用 **/
.FrontProductCategory_showLadderTree-02 * {
	font:normal 12px Arial, Helvetica, sans-serif;
	margin:0;
}
.FrontProductCategory_showLadderTree-02 {
	width:190px;
	margin-left: 10px;
}
.FrontProductCategory_showLadderTree-02 h1 {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#515151;
	display:none;
}

/** 一级分类标题 **/
.FrontProductCategory_showLadderTree-02 h3 {
	color:#0F3F6B;
	cursor:pointer;
	border-top-style: none;
	border-bottom-style: none;
	background-image: url(../../images/product/dhtmlXTree/images/leaf.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	border-right-style: none;
	border-left-style: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 18px;
}
.FrontProductCategory_showLadderTree-02 h3 a {
	color:#0F3F6B;
	text-decoration:none;
	font-weight: bolder;
}
.FrontProductCategory_showLadderTree-02 h3 a:hover {
	color:#0F3F6B;
	text-decoration:underline;
	font-weight: bolder;
}

/** 二级分类 **/
.FrontProductCategory_showLadderTree-02 ul {
	display:none;
	list-style:none;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0px;
}
.FrontProductCategory_showLadderTree-02 li {
	line-height:22px;
	background-image: url(../../images/product/dhtmlXTree/images/leaf2.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 20px;
	margin-left: 6px;
	color: #993300;
	padding-left: 4px;
}
.FrontProductCategory_showLadderTree-02 li a {
	color:#0F3F6B;
	text-decoration:none;
	text-indent: 10px;
}
.FrontProductCategory_showLadderTree-02 li a:hover {
	color:#0F3F6B;
	text-decoration: underline;
	text-indent: 10px;
}

