/* classify_01侧栏样式  
--------------------------------------------------------------------*/
.classify{
	position:relative;
}
.classify h3{
	font-size:16px;
	height:60px;
	line-height:60px;
	text-align:center;
	font-weight:normal;
	border-bottom:solid 1px #d50260;
	margin-bottom:10px;
	}
.classify li{
	width:100%;
	line-height:40px;
	position:relative;
	background:#fff;
	border-bottom:solid 1px #ccc;
}
.classify li a{
	position:relative;
	display:block;
	text-indent:10px;
	color:#333;
}
.classify ul li{
	background:#fff;

}
.classify ul li.current{
	background: url(../../img/common/ico_1_w.gif) 180px center no-repeat #d50260;
	border:1px solid #fff;
	position: relative;
	display: block;
	text-indent: 10px;
	font-size: 12px;
}
.classify ul li.current a.cur:link,.classify li.current a.cur:visited{
	color:#fff;
}

/*二级*/
.classify ul li .child{
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:auto;
	overflow:hidden;
}
.classify ul li .child ul li{
	
	border:none;
	*background:#f9f9f9;
	_background:#f9f9f9;
}
.classify ul li .child ul li a{
	background:#f9f9f9;
	border-bottom:1px dashed #f06ea8;
	*display:inline-block;
	_display:inline-block;
	_height:24px;
	_margin-top:2px;
	color:#333;
}

/*箭头*/
.classify li .arrow{
	position:absolute;
	width:40px;
	height:40px;
	top:0px;
	right:0px;
	cursor:pointer;
}
.classify li .arrow a{
	display:block;
	width:40px;
	height:40px;
}
.classify li .arr_01 a{
	background:url(../../img/common/ico_1.gif) no-repeat center center;
}
.classify .current .arr_01 a{
	background:url(../../img/common/ico_1_w.gif) no-repeat center center;
}
.classify li .arr_01 a:hover{
	background:url(../../img/common/ico_3_w.gif) #d50248 no-repeat center center;
}
.classify li .on a{
	background:url(../../img/common/ico_2_w.gif) #d50248 no-repeat center center;
}
.classify li .on a:hover{
	background:url(../../img/common/ico_2_w.gif) #d50248 no-repeat center center;
}
.classify .current .on a{
	background:url(../../img/common/ico_2_w.gif) #d50248 no-repeat center center;
}





































