@charset "utf-8";
/* CSS Document */
.TabbedPanels {
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	margin-bottom:8px;
}
.TabbedPanelsTabGroup {width:700px;}
.TabbedPanelsTab {float:left; text-align:center; width:150px;cursor: pointer; height:26px; border:1px solid #eee; border-bottom:0 none; padding-top:3px;}
.TabbedPanelsTabHover{background:url(../snb_images/hover2.jpg) center top repeat; border:1px solid #afdefc; border-bottom:0 none;}
.TabbedPanelsTabSelected{background:url(../snb_images/phusse.gif) center top repeat; border:2px solid #afdefc; border-bottom:0 none; color:#fff;}
.TabbedPanelsTab span {
	text-decoration: none;
	display:block;
	_margin-top:10px;
}
.TabbedPanelsContentGroup {
	clear: both;
	border:2px solid #afdefc;
	float:left;
}
#Bankwire,#Poster,#Alipay,#Bill{
	padding: 4px;
}
#Poster div{float:left; margin:8px; width:500px; border:1px solid #ccc; border-bottom:0 none;}
#Poster div li{float:left; border-bottom:1px solid #ccc; letter-spacing:2px;}
#Poster div li h4{float:left; width:99px; text-align:center; background-color:#eee; border-right:1px solid #ccc;}
#Poster div li span{float:left; width:400px; text-align:left; background-color:#fefefe; font-size:12px; color:#666;}
#Alipay div{
	float:left;
}
#Alipay div li{float:left; margin-bottom:3px; width:600px;}
#Alipay div li a{color:red; text-decoration:none;} 
#Alipay div h3,#Alipay div li{
	float:left;
	width: 670px;
}
#Alipay div h3{padding:5px 0 5px 0; color:#2589cc;}

#Bill div{
	float:left;
}
#Bill div li{
	float:left;
	margin-bottom:3px;
	width:600px;
}
#Bill div li h4,#Bill div li input,#Bill div li span{float:left;}
#Bill div li h4{width:120px; font-size:13px;}
#Bill div li span{font-size:12px; color:red; padding: 0 0 0 5px;}
