/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  

/* just a little gab */
#rgaccord2-nest {
  background: transparent;
  padding-bottom: 25px;
  /*width: 390px;*/
}

/* Toggle default */
h3.rgaccord2-toggle {
  font-weight:bold;
  color:#423E8D;
  line-height: 18px;
  min-height: 25px;
  border-top:0px solid #eee;
  padding:7px 0 0px 30px;
  margin-right:0px;
  cursor:pointer;
  font-size: 100%;
  margin: 0px;
  background: #ffffff url(images/plus.png) top left no-repeat;
}

h3.rgaccord2-toggle:hover{
  background: #ffffff url(images/minus.png) top left no-repeat;
}

#body36 h3.rgaccord2-toggle { background: #ffffff url(images/plus_red.png) top left no-repeat; }
#body35 h3.rgaccord2-toggle { background: #ffffff url(images/plus_red.png) top left no-repeat; }
#body34 h3.rgaccord2-toggle { background: #ffffff url(images/plus_green.png) top left no-repeat; }
#body33 h3.rgaccord2-toggle { background: #ffffff url(images/plus_blue.png) top left no-repeat; }

#main ul.csc-menu li{
	list-style-type: none;
	display:block;
	width: 100%;
  color:#423E8D;
  line-height: 30px;
  height: 30px;
  margin:0px;
  padding:0px;
}

ul.csc-menu {
    margin:0px;
  padding:0px;
}
ul.csc-menu li {
width: 100%;
overflow: hidden;
}

ul.csc-menu li a {
  font-weight:bold;
  color:#423E8D;
  text-decoration:none;
  display:block;
  width: 700px;
  color:#423E8D;
  line-height: 30px;
  height: 30px;
    margin:0px 0px 0px 0px;
  padding:0px 0px 0px 30px;
	background: #ffffff url(images/plus_all.png) top left no-repeat;
}
ul.csc-menu li a:hover {
  text-decoration:none;
	background: #ffffff url(images/minus_all.png) top left no-repeat;
}

/* Toggle act item */
h3.act {
  color:#423E8D;
  font-size: 100%;
  margin: 0px;
  background:#ffffff url(images/minus.png) top left no-repeat;
}

#body36 h3.act { background: #ffffff url(images/minus_red.png) top left no-repeat; }
#body35 h3.act { background: #ffffff url(images/minus_red.png) top left no-repeat; }
#body34 h3.act { background: #ffffff url(images/minus_green.png) top left no-repeat; }
#body33 h3.act { background: #ffffff url(images/minus_blue.png) top left no-repeat; }

/* the content */
div.rgaccord2-content {
  /*width:400px;*/
  border-left:0px solid #ccc;
  border-right:0px solid #ccc;
  /*margin-bottom: 10px;*/
  background: transparent;
  padding-left:30px;
}

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

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


