/*
	ljd 附加样式
*/
#pd_fl{
	width:100%;
	background:#fff;
	margin:5px 0;
	border-bottom:1px solid #eee;
}
#pd_fl h2{
	display:block;
	color:#333;
	font-size:16px;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #eee;
	text-indent:20px;
	padding:0;
	margin:0;
	position:relative;
}
#pd_fl h2 ul{
	float:right;
	padding-top:8px;
}
#pd_fl h2 ul li{
	text-indent:0;
	height:32px;
	line-height:32px;
	float:left;
	border:1px solid #eee;
	width:60px;
	text-align:center;
	font-size:14px;
	font-weight:500;
	border-radius:5px 5px 0 0;
	color:#333;
	margin:0 1px;
	border-bottom:0px;
	box-shadow:1px -1px 1px #eee;
}
#pd_fl h2 ul li.pd_sell{
	background:#02a8fe;
	color:#fff;
}

#pd_fl .sell_content{
	padding:5px;
	border-top:1px solid #02a8fe;
}
#pd_fl .buy_content{
	display:none;
	padding:5px;
	border-top:1px solid #ff6000;
}

#pd_fl .pd_more{
	font-weight:500;
	color:#02a8fe;
	margin-left: 5px;
	font-size: 13px;
}
#pd_fl a{
	display:inline-block;
	height:30px;
	line-height:30px;
	padding:0 5px;
	margin:2px 0px;
	font-size:14px;
}
#pd_fl a:hover{
	color:red;
	border-radius:5px;
	background:#eee;
}
#pd_fl h2 span{
	position:absolute;
	top:15px;
	left:5px;
	width:10px;
	height:10px;
	background:#2888EA;
	letter-spacing:1px;
}
a.look_fl{
	display:block;
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	background:#fff;
	border-bottom:1px solid #eee;
}

