h1{
	font-size:25px;
	height:45px;
	line-height:45px;
	border-bottom:1px solid #aaa;
}
.product_pathbar div{height:33px;line-height:33px;font-size:14px;border-bottom:1px solid #aaa;width:100px;font-weight:normal;}
.product_pathbar div .selected{
	background:#0069b4;
	cursor: pointer;
	color:white;
}

.product-content .cont{display:none;}
.product-content .selected{display:block;}
.product_pathbar{
	background:url(../../../../App/Home/View/Common/img/bg_sidebar.jpg) no-repeat;
	height:300px;
}
.product_pathbar .pathbar_Al:hover{
	background:#0069b4;
	cursor: pointer;
	color:white;
}
.product_pathbar .pathbar_Al span{
	position:relative;
	display:block;
	height:100%;
        cursor:pointer;
}
.product_pathbar .pathbar_Al span .fa{
	font-size:8px;
	position:absolute;
	top:10px;
	left:5px;
}
.product_pathbar .pathbar_Al span b{
	position:absolute;
	top:0px;
	left:25px;
}

