@charset "utf-8";
/*--------商品分类梯状展示-------*/
/* 全局样式 */
.FrontProductCategory_showLadderTree-default{
    width:190px;
	float:left;
	text-align:left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 18px;
	padding-left: 0;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
/* 标题样式 */
.FrontProductCategory_showLadderTree-default h3 { display:none;
	background:url(../../images/product/img_t3_top.gif) left top no-repeat;
	color:#fff;
	font-size:14px;
	height:35px;
	line-height:35px;
	padding:0 0 0 28px;
	margin:0;
}
.FrontProductCategory_showLadderTree-default h4 {
	margin:0;
	background:url(../../images/product/img_t3_top.gif) left top repeat-y;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 25px;
}
.FrontProductCategory_showLadderTree-default h4 a {
    text-decoration:none;
	font-size:14px;
	color:#c4af92;	
}
.FrontProductCategory_showLadderTree-default h4 a:hover {
    text-decoration:underline;
	font-size:14px;
	color:#c4af92;
	
}
.FrontProductCategory_showLadderTree-default h4 a:visited {
		color:#c4af92;
	
}
/* 一级列表内容样式 */
.FrontProductCategory_showLadderTree-default ul {
	margin:0;
	padding:0 15px;
	list-style:none;
	font-size:12px;
}
.FrontProductCategory_showLadderTree-default ul li{
	clear:left;
	line-height:24px;
}
.FrontProductCategory_showLadderTree-default ul li .tit img{
	border:0;
	float:left;
	margin:3px 5px 0 0;
}
/* 二级列表内容样式 */
.FrontProductCategory_showLadderTree-default ul ul {
	display:none;
	margin:0 0 0 15px;
	padding:0;
	background:none;
}
.FrontProductCategory_showLadderTree-default ul li li{
	background:url(../../images/product/tb_tree.gif) 0 6px no-repeat;
	padding:0 0 0 15px;
}
/* 链接样式 */
.FrontProductCategory_showLadderTree-default a {
	color:#c4af92;
	text-decoration:none;
}
.FrontProductCategory_showLadderTree-default a:hover {
	text-decoration:underline;
}
/*  当前点击的超链接样式 */
.FrontProductCategory_showLadderTree-default a.firstnav {
	color:#c4af92;
}
.FrontProductCategory_showLadderTree-default #now a {
	color:#c4af92;
}

