dl.helpcenter-items dt { text-transform: none; font-size: 16px; padding: 8px 8px 8px 30px; background-image: url('toggle-plus.png'); background-position: 10px center; background-repeat: no-repeat; color: #333; cursor: pointer; background-color: #cfcfcf; margin-top: 20px; border-radius:5px; -moz-border-radius:5px; -ms-border-radius:5px; -o-border-radius:5px; -webkit-border-radius:5px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;}
dl.helpcenter-items dt:first-child { margin-top: 0 }
dl.helpcenter-items dt:hover { background-color: #FFBE00; }
dl.helpcenter-items dt.active { background-image: url('toggle-minus.png') !important; background-position: 10px center; background-repeat: no-repeat; background-color: #FFBE00; border-radius:5px 5px 0 0 ; -moz-border-radius:5px 5px 0 0 ; -ms-border-radius:5px 5px 0 0 ; -o-border-radius:5px 5px 0 0 ; -webkit-border-radius:5px 5px 0 0 ; }
.helpcenter-block-inner { border: 1px solid #FFBE00; padding: 20px; border-radius:0 0 5px 5px; -o-border-radius:0 0 5px 5px; -ms-border-radius:0 0 5px 5px; -moz-border-radius:0 0 5px 5px; -webkit-border-radius:0 0 5px 5px;}
.helpcenter-block-inner p{margin-bottom: 15px; font-size: 14px; line-height: 20px;}
.helpcenter-block-inner p:last-child{margin-bottom:0px;}