@charset "utf-8";

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

/** 一级分类标题 **/
.FrontProductCategory_showLadderTree-02 h3 {
	background: url(../../images/jrjc/rdian.gif) 7px 10px no-repeat;
	padding:7px 15px 0;
	font:normal 13px Arial, Helvetica, sans-serif;
	color:#25505e;
	border-bottom: solid 1px #b3b3b3;
	border-top:none;
	cursor:pointer;
}
.FrontProductCategory_showLadderTree-02 h3 a {
	color:#25505e;
	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;
}
.FrontProductCategory_showLadderTree-02 li a {
	color:#515151;
	text-decoration:none;	
}
.FrontProductCategory_showLadderTree-02 li a:hover {
	color:#515151;
	text-decoration: underline;
}
