/***************************
*  Default styles for the
*        EXT rgtabs
* by Ringer Georg (just2b)
***************************/  

/* wraps the hole tab */

.tx-rgtabs-pi1 {
/*position: relative;*/
/*left:-20px;*/
width:100%;

}
.rgtabs-wrapper {
  padding:1em 0em;
  border-top: 1px solid #ccc;
  background:#fff url(../images/topbg.gif) repeat-x;
  overflow:hidden;
  clear:both;
}

.rgtabs-wrapper .rgtabs-wrapper {
  padding:1em 0em;
  border-top: 1px solid #ccc;
  overflow:hidden;
  clear:both;
}


.tabmiddle a {
  z-index: 00;
  }
  
  
  
/* add a loading icon */
.rgtabs-wrapper .rgtabs-ajax-loading {
  padding: 100px 0;
  background:	url(../images/spinner2.gif) no-repeat center;
}

/* Tab-Menu ul */
ul.rgtabs-menu  {
  margin: 0!important;
  padding: 0 0 0 1px;
  min-height: 20px;
  width: auto;
 /* background: url(../images/tab-bkg.gif) bottom left repeat-x; uniquement si fond de ul nécessaire*/
  list-style:none;

}

/* Tab-Menu li */
.rgtabs-menu  li, #left .rgtabs-menu  li {
  list-style-type: none;
  list-style:none;
  background: url(../images/tab-on-l2.gif) top left no-repeat!important;
  float: left;
  margin: 0 0px 0 0 !important;
  padding: 0 0 0 8px !important;
  cursor: pointer;
}	

/* Tab-Menu li.a */
.rgtabs-menu  li a, #left .rgtabs-menu  li a {
  background: url(../images/tab-on-r2.gif) top right no-repeat;
  display: block;
  float: left;
  height: 24px;
  line-height: 24px;
  color: #545454;
  font-family: "arial narrow";
  font-size: 1.25em;
  font-weight: bold;
  
  padding: 2px 12px 0 0;
  text-decoration: none;
  outline:0;
}
.rgtabs-menu  li a:hover, #left .rgtabs-menu  li a:hover {
	/*color: #007954;*/
	color: #921E1F;
}


/* Selected Tab */
#left .rgtabs-menu  li.rgtabs-selected, .rgtabs-menu  li.rgtabs-selected {
    background: url(../images/tab-off-l2.gif) top left no-repeat!important;
}	

#left .rgtabs-menu  li.rgtabs-selected a, .rgtabs-menu  li.rgtabs-selected a {
  background: url(../images/tab-off-r2.gif) top right no-repeat;
  color: #fff;
}


/*---- RG TABS-----

