/*************************** *  Default styles for the *    EXT rgaccordion * by Ringer Georg (just2b) ***************************/  /* just a little gab */div.rgaccord1-nest {	padding: 0px;	margin-top: 0px;	margin-right: 0px;	margin-bottom: 0px;	margin-left: 0px;	background-image: url(../../img/bg_acco_no.jpg);	background-repeat: repeat-x;	}/* Toggle default */h3.rgaccord1-toggle {	font-weight:bold;	color:#666666;	font-size: 12px;	line-height: 30px;	height: 30px;	cursor:pointer;	background-image: url(img/plus.png);	background-repeat: no-repeat;	background-position: 5px center;	padding: 0px;	margin-top: 0px;	margin-right: 0px;	margin-bottom: 1px;	margin-left: 0px;	text-indent: 30px;	}/* Toggle act item */h3.act {	xfont-weight:bold;	color:#D60235;	font-size: 12px;	line-height: 30px;	height: 30px;	background-color: #CCCCCC;	background-image: url(img/minus.png);	background-repeat: no-repeat;	background-position: 5px center;	padding: 0px;	margin-top: 0px;	margin-right: 0px;	margin-bottom: 1px;	margin-left: 0px;}/* the content */div.rgaccord1-content {	padding: 0px 5px;	}div.rgaccord1-content p.bodytext {	padding-top: 5px;	padding-bottom: 5px;}/* remove margin of a CE */div.rgaccord1-content .ce {	margin: 0px;	padding: 0px;}/* remove the header inside the CE, twice is not nice */div.rgaccord1-content h1 {	margin: 0px;	padding: 0px;	display:none;	height: 0px;}div.rgaccord1-content h3 {	margin: 0px;	padding: 0px;	display:none;	height: 0px;}