/***************************
*  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; 
  overflow:hidden;
  clear:both;
}

/* add a loading icon */
.rgtabs-wrapper .rgtabs-ajax-loading {


  background:	url(spinner2.gif) no-repeat 250px 130px;
}


#rgtabs34 ul {
position: absolute;
margin-top:322px;
}




/* 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: url(tab-on-l.gif) top left no-repeat;
  float: left;
  margin: 0 0px 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: url(tab-on-r.gif) top right no-repeat;
  display: block;
  float: left;
  height: 24px;
  line-height: 18px;  padding: 2px 12px 0 0;

  color: #545454;
  font-family: arial;
  font-size: 0.65em;
  font-weight: bold;
  text-decoration: none;
  outline:0;
}






.rgtabs-container

{
 font-size: 0.67em;
  text-align:left;
  line-height:130%;
  height:420px;  
  padding-left: 29px;


}




.rgtabs-wrapper

{
 padding-right:0;
 padding-bottom: 0;
 padding-top: 0;
 padding-left:0;
 height: 320px;

}



/* Selected Tab */
#left .rgtabs-menu  li.rgtabs-selected, .rgtabs-menu  li.rgtabs-selected {
    background: url(tab-off-l.gif) top left no-repeat;
}	

#left .rgtabs-menu  li.rgtabs-selected a, .rgtabs-menu  li.rgtabs-selected a {
  background: url(tab-off-r.gif) top right no-repeat;
  color: #333;
}

