/***************************
 *  Modyfied styles for the
 *    EXT rgaccordion
 ***************************/  


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  padding:0 0 0 17px;
  cursor:pointer;
}

h3.rgaccord1-toggle:hover{
  text-decoration:underline;
}
/* Toggle act item */
h3.act {
}

/* the content */
div.rgaccord1-content .ttcontent-normal, 
div.rgaccord1-content .ttcontent-normal, 
div.rgaccord1-content .ttcontent-normal, 
div.rgaccord1-content .ttcontent-normal {
	border-top:none;
}

/* remove margin of a CE */
div.rgaccord1-content .ce {
  margin-bottom:0;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h1 {
  display:none;
}

h3.media-fix-letter{
	font-size: 13px;
	line-height: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px !important;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #939393;
	padding-bottom: 3px;
	padding-top: 4px;
	margin-bottom: 16px;
	border-top: 1px solid #fc4e08;
	cursor: auto;
	background-image: none;
}

h3.media-fix-letter:hover{
  text-decoration: none ;
  color:inherit;
}
