.ccm-remo-expand { border:1px solid #ababab; 
border-radius:0px;
margin-bottom:10px;
margin-right:0px;
}
.ccm-remo-expand-title {
	background:#F2F2EF;
	/*height:30px;*/
	padding:10px 0px 12px 25px;
	/*line-height:40px;*/
	font-size:16px;
	font-weight:bold;
	border-radius: 0px;
}
.ccm-remo-expand-title h3 {
  color: #999;
  line-height: 1px;
  font-size:18px;
}
.ccm-remo-expand-title {
  cursor: pointer;  
}
.ccm-remo-expand-open {
  color: #666;
  background: url(images/up.png) no-repeat 5px 17px #efefeb;
  padding-left:30px;
}
.ccm-remo-expand-closed {
  color: #666;
  background: url(images/down.png) no-repeat 5px 17px #F2F2EF;
  padding-left:30px;
}
.ccm-remo-expand-content {
	font-size:16px;
	margin-top:-6px;
	padding: 5px 15px 25px 15px;
	background-color:#efefeb;
	border-radius: 0px;
}
