/* @override 
	http://www.wangpubao.com/css/flatpages.css
	http://www.wpb.com/css/flatpages.css
*/

div#flatcontent {
	float:right;
	margin:10px;
	width:770px;
	overflow: hidden;
}

div#sidebar {
	background:transparent url(http://s.wangpubao.com/img/wangpubao/help_line.png) no-repeat scroll right center;
	float:left;
	height:500px;
	margin-top:20px;
	width:147px;
	overflow: hidden;
}

div#about_icon {
	background:transparent url(http://s.wangpubao.com/img/wangpubao/aboutus.png) no-repeat;
	width: 135px;
	height: 45px;
}

div#help_icon {
	background:transparent url(http://s.wangpubao.com/img/wangpubao/support_center_icon.png) no-repeat;
	width: 135px;
	height: 45px;
}

div#sidebar ul.account-menu {
	padding-top:20px;
	overflow: hidden;
	width: 147px;
}
div#sidebar ul.account-menu li {
	height:25px;
	margin: 5px 0;
	padding:5px 0;
	text-align:right;
	font-size: 14px;
	border: 2px solid #828282;
	background-color: #eff2f4;
}
div#sidebar ul.account-menu li a {
	margin-right:30px;
	color: #4c4c4c;
	line-height:25px;
	text-decoration: none;
	
}

div#sidebar ul.account-menu li.active a {
		color: #0074c3;
		font-weight: bold;
} 
div#sidebar ul.account-menu li.active {
	background-color: #fff;
	border: solid #828282;
	border-width: 2px 0 2px 2px;
	color: #0074c3;
}

.info a {
	font-size:16px;
	font-weight: bold;
}

#content, #sidebar {
	margin-top: 20px;
}

#sidebar .wrapper {
	margin: 0px 20px;
	width: 80%;
}
div#flatcontent h1 {
	font-weight: bold;
	margin: 20px 0 10px;
}
div#flatcontent h2 {
	font-weight: bold;
	margin: 15px 0 5px;
}
div#flatcontent h3, div#flatcontent h4 {
	font-weight: bold;
	color: #0081d6;
	margin: 15px 0 5px;
}
div#flatcontent h1 {
	font-size: 1.4em;
}
div#flatcontent h2 {
	font-size: 1.8em;
}
div#flatcontent h3 {
	font-size: 14px;
}
div#flatcontent h4 {
	font-size: 1.4em;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #c8c8c8;
    clear: both;
}
div#flatcontent p,
#flatcontent ol li {
	text-indent: 2em;
	color: #666;
	font-size: 12px;
	padding: 2px;
}

#flatcontent div blockquote p {
	text-indent: 4em !important;
}

div#flatcontent div.seperator {
	margin: 10px 0px;
	border-top: 1px dotted #ccc;
}

.mybox{
    margin-top: 1.5em;
}
.trigger {
    position: relative;
    cursor:pointer;
}
.trigger span {
    position: absolute;
    display: block;
    width: 13px;
    height: 13px;
    top: 5px;
    right: 5px;
    background: url(http://s.wangpubao.com/img/arrow_icon.png) 0 -13px no-repeat;
    overflow: hidden;
}
.out span {
    background-position: 0 0;
}
ol {list-style: none;margin:0 10px; padding: 0 10px 10px 10px;}
li span {
	padding: 4px 0;
	display: block; 
	float: left;
	height: 20px;
	overflow: hidden;
	border-top: 1px solid #f5f5f5;
}
span.name {
	width: 110px;
}

h3 {clear:both}

a.trigger {
	color: #333;
}

div#flatcontent p {
	font-size: 1.1em;
	line-height: 1.8em;
}
div#flatcontent p span.strong {
	font-weight: bold;
}
/*div#flatcontent ol {
	margin-left: 2.5em;
	
}
div#flatcontent ol,div#flatcontent ol li {
	list-style-type: decimal;
}*/

