/*
Style Name:新手帮助
Author:李振文
CSS Hack:文件底部
*/

.sell-r {float:right;width:214px;}
.div-border {border-left:1px solid #D9D9D9;border-right:1px solid #D9D9D9;min-height:150px;}

/** 格式化 **/
/** 格式化 END **/

#FishMan {
	width:739px;
	float:left;
}
#FishMan div {
	clear:both;
}
/** 交易流程 **/
.fishTrade,
.fishFlow {
	border:solid #dedede 1px;
	margin-bottom:15px;
	padding-bottom:15px;
	width:739px;
}
	#FishMan .fishTrade h3,
	#FishMan .fishFlow h3 {
		background:#ff8400;
		font-size:14px;
		color:#ffffff;
		font-weight:normal;
		padding:4px 10px 3px;
		margin:-1px -1px 0px;
	}
.fishFlow div {
	font-size:14px;
	font-weight:bold;
	margin:15px 10px 0;
	clear:both;
}
.fishFlow div h4 {
	width:32px;
	font-size:14px;
	height:31px;
	padding:8px 0;margin:0 15px;
	clear:both;
	float:left;
	display:inline;
}
	.fishFlow ol {
		list-style:none;padding:0;margin:0;
		overflow:hidden;
		height:47px;
	}
	.fishFlow ol li {
		float:left;
		height:47px;
		width:51px;
		padding-right:18px;
		margin-right:5px;
		background:url(../images/icon_flowbuyer.gif) no-repeat right 50%;
		text-align:center;
	}
	.fishFlow ol li.last {
		background:none;
		margin-right:0;
		padding-right:0;
	}
	.fishFlow ol li a:link,
	.fishFlow ol li a:visited {
		display:block;
		height:37px;
		line-height:37px;
		text-align:center;
		background:url(../images/bg_buyer05.png) no-repeat;
		padding:5px 0 5px 35px;
	}
	.fishFlow ol li.last a:link,
	.fishFlow ol li.last a:visited {
		padding-left:0;
	}
	.fishFlow ol li.noLH a:link,
	.fishFlow ol li.noLH a:visited {
		line-height:1.5em;
	}

	.helpTip {
		clear:both;
		font-size:12px;
		margin-top:20px;
		margin-left:15px;
		font-weight:bold;
	}
.buyer {
	border-bottom:solid #dedede 1px;
	padding-bottom:15px;
}
	.buyer,.buyer a:link,.buyer a:visited {color:#013182;}
	.seller,.seller a:link,.seller a:visited {color:#c50600;}

	.fishFlow li.st {width:103px;}
	.fishFlow li.nd {width:103px;}
	.fishFlow li.rd {width:168px;}
	.fishFlow li.th4 {width:134px;}
	.fishFlow .buyer li.st a:link,.fishFlow .buyer li.st a:visited {background-image:url(../images/bg_buyer01.gif);}
	.fishFlow .buyer li.nd a:link,.fishFlow .buyer li.nd a:visited {background-image:url(../images/bg_buyer02.gif);}
	.fishFlow .buyer li.rd a:link,.fishFlow .buyer li.rd a:visited {background-image:url(../images/bg_buyer03.gif);}
	.fishFlow .buyer li.th4 a:link,.fishFlow .buyer li.th4 a:visited {background-image:url(../images/bg_buyer04.gif);}

	.fishFlow .seller li.st a:link,.fishFlow .seller li.st a:visited {background-image:url(../images/bg_seller01.gif);}
	.fishFlow .seller li.nd a:link,.fishFlow .seller li.nd a:visited {background-image:url(../images/bg_seller02.gif);}
	.fishFlow .seller li.rd a:link,.fishFlow .seller li.rd a:visited {background-image:url(../images/bg_seller03.gif);}
	.fishFlow .seller li.th4 a:link,.fishFlow .seller li.th4 a:visited {background-image:url(../images/bg_seller04.gif);}
	.fishFlow .seller li.last a:link,.fishFlow .seller li.last a:visited {background-image:url(../images/bg_seller05.png);}

/** 交易流程 END **/

/** 安全交易 **/
.fishTrade {
	overflow:hidden;
}
	.fishTrade .gbFeature dl dt,
	.fishTrade a:link,
	.fishTrade a:visited,
	.fishTrade .helpTip {
		color:#00731e;
	}
	.safeTrade {
		margin:15px 15px 0;
	}
	.fishTrade .gbFeature {
		margin:15px 10px;
		padding:10px 0 0;
		border-top:solid #dedede 1px;
	}
	.fishTrade .gbFeature dl {
		border:none;
		margin:0;
		border-right:dashed #aeaeae 1px;
	}
	.fishTrade .gbFeature dl.last {border-right:none;}
/** 安全交易 END **/

/** 客服QQ **/
.serveQQ {
	width:197px;
	height:91px;
	padding:17px 0 0 17px;
	background:url(../images/serveQQ.gif) no-repeat;
	float:right;
	margin-top:10px;
}
	.serveQQ img {
		display:block;
	}
/** 客服QQ END **/


/** IE fix **/
.fishTrade{
	*padding-bottom:0;
}