


/* Toggle default */
h3.rgaccord1-toggle {
	font-weight: bold;
	color: ThreedHighlight;
	line-height: 26px;
	height: 23px;
	background: #b6da6d url(img/plusgr.png) no-repeat 5px center;
	border-top: 1px solid #eee;
	padding: 2px 0 2px 25px;
	margin-right: 3px;
	cursor: pointer;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Toggle act item */
h3.act {
	color: #edf2f7;
	background: #96C80A url(img/minusgr.png) no-repeat 5px center;
}

/* the content */
div.rgaccord1-content {
  width:461px;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  
}

/* 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;
}

/***************************
*  Default styles for the
*        EXT rgtabs
* by Ringer Georg (just2b)
***************************/  

/* wraps the hole tab */
.rgtabs-wrapper {
  padding:1em 1.5em;
  border: 1px solid #ccc;
  background:#fff url(topbg.gif) repeat-x;
  overflow:hidden;
  clear:both;
}

/* add a loading icon */
.rgtabs-wrapper .rgtabs-ajax-loading {
  padding: 100px 0;
  background:	url(spinner.gif) no-repeat center;
}


/* Tab-Menu ul */
.rgtabs-menu  {
  margin: 0;
  padding: 0 0 0 0px;
  height: 26px;
  width: auto;
  background: url(tab-bkg.gif) bottom left repeat-x;
  list-style:none;
}

/* Tab-Menu li */
.rgtabs-menu  li, #left .rgtabs-menu  li {
  list-style-type: none;
  list-style:none;
  background: lightgrey top left no-repeat;
  float: left;
  margin: 0 5px 0 0 !important;
  padding: 0 0 0 14px !important;
  cursor: pointer;
}	

/* Tab-Menu li.a */
.rgtabs-menu  li a, #left .rgtabs-menu  li a {
  background: lightgrey top right no-repeat;
  display: block;
  float: left;
  height: 24px;
  line-height: 24px;
  color: #545454;
  font-family: arial;
  font-size: 10pt;
  font-weight: bold;
  padding: 2px 12px 0px 0px;
  text-decoration: none;
  outline:0;
}

/* Selected Tab */
#left .rgtabs-menu  li.rgtabs-selected, .rgtabs-menu  li.rgtabs-selected {
	background: #96C80A;
}	

#left .rgtabs-menu  li.rgtabs-selected a, .rgtabs-menu  li.rgtabs-selected a {
	background: #96C80A no-repeat top right;
	color: #FFFfff;
}


