.ccm-remo-expand-title {
  cursor: pointer;
  margin-left: 10px;
  margin-top:12px;
  padding-bottom: 6px;
  font-size:15px;
  font-weight:bold;
  /*color: #005BAA;*/
}
.ccm-remo-expand-content {
  margin-bottom:10px;
  padding-left: 15px;
  margin-left: 20px;
} 
.ccm-remo-expand-open {
  background: url(img/up.png) no-repeat 2px 2px; padding-top:0px;
  padding-left:20px;
}
.ccm-remo-expand-closed {
  background: url(img/down.png) no-repeat 2px 2px;padding-top: 0px; 
  padding-left:20px;
}