.myAccordion { width: 100%; float: left; }

.myActive { font-size:24px; color: #FFFFFF; background: #F4AB00 !important }

.myActive .sign { background: url("sign.png") no-repeat 0px -14px !important; }

.myButton { width: 100%; float: left; position: relative; background: #EBEBEB; margin: 0px; padding: 11px 20px; cursor: pointer; border-bottom:1px dashed #FFFFFF; }

.myButton:hover { color: #FFFFFF; background: #F4AB00; }

.myButton .sign { background: url("sign.png") no-repeat 0px 0px; top: 15px; width: 14px; height: 14px; right: 20px; position: absolute; }

.myContent { width: 100%; float: left; padding: 15px 20px 10px 20px; }