@charset "utf-8";

/** 组件通用 **/
.FrontProductCategory_showLadderTree-02 * {
	font:normal 12px Arial, Helvetica, sans-serif;
	margin:0;
}
.FrontProductCategory_showLadderTree-02 {
	background:#f2f2f2;
}
.FrontProductCategory_showLadderTree-02 h1 {
	background:#cecece;
	padding:7px 15px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#515151;
	border-bottom: solid 1px #b3b3b3;
	border-top:none;
	display:none;
}

/** 一级分类标题 **/
.FrontProductCategory_showLadderTree-02 h3 {
	background:#f2f2f2 url(../../images/product/andot.gif) 30px 14px no-repeat;
	padding:12px 15px 7px 50px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#515151;
	border-bottom: solid 1px #CCCCCC;
	border-top:none;
	cursor:pointer;
	line-height:20px;
	height:20px;
	}
.FrontProductCategory_showLadderTree-02 h3 a {
	color:#515151;
	text-decoration:none;

}
.FrontProductCategory_showLadderTree-02 h3 a:hover {
	color:#515151;
	text-decoration:underline;
}

/** 二级分类 **/
.FrontProductCategory_showLadderTree-02 ul {
	padding:5px 15px 5px;
	display:none;
	background:#f0eeef;
	list-style:none;
}
.FrontProductCategory_showLadderTree-02 li {
	line-height:22px;
	height:22px;
	padding:10px 0 0 30px;
}
.FrontProductCategory_showLadderTree-02 li a {
	color:#515151;
	text-decoration:none;	
}
.FrontProductCategory_showLadderTree-02 li a:hover {
	color:#515151;
	text-decoration: underline;
}
