/* CSS Document */
body{ background: #ededef;}

.main ._container{ background: #f5f5f5; margin-bottom: 60px; padding:30px 0 200px;}
.help{ padding:1.0rem 1.6rem 0;}
.help h2{ padding:1.0rem 0; border-bottom: 1px solid #bbb; }
.help h2 span{ height: 26px; line-height: 26px; font-size: 20px; border-left:10px solid #d8d8d8; display: inline-block; text-indent:20px;}

.ul_help li{ border-bottom: 1px solid #bbb;}
.ul_help h3{ height: 80px; line-height: 80px; font-size: 20px; background: url(../img/icon_go.png) no-repeat 98% center; cursor: pointer;}
.ul_help h3 p{ width:80%; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.ul_help li.active{ border-bottom: none;}
.ul_help li.active h3{ background:url(../img/icon_goed.png) no-repeat 98% center;}
.ul_help div{ padding:10px 16px; line-height: 32px; font-size: 18px; background: #ededef; border-radius: 0.6rem; display: none;}

