/***************************
*  Default styles for the
*        EXT rgtabs
* by Ringer Georg (just2b)
***************************/  

.tx-rgtabs-pi1 { 
	
}

/* wraps the hole tab */
.rgtabs-wrapper {
  padding: 1em 1.5em;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  /* background: #fff url(topbg.gif) repeat-x; */
  background-color: #FFF;
  overflow:hidden;
  clear:both;
}

/* add a loading icon */
.rgtabs-wrapper .rgtabs-ajax-loading {
  padding: 100px 0;
  background:	url(spinner2.gif) no-repeat center;
}

div#rgtabs-menu {
	margin-top: 10px;
}

/* Tab-Menu ul */
.rgtabs-menu  {
  margin: 0;
  /* padding: 0 0 0 1px; */
  padding: 0;
  height: 26px;
  width: auto;
  /* background: #EFEFEF url(/fileadmin/siteimg/tabs/tab-bkg.gif) bottom left repeat-x; */
  list-style:none;
  /* border-right: 1px solid #C20000; */
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

ul.rgtabs {
  margin: 0;
}

/* Tab-Menu li */
.rgtabs-menu  li {
  list-style-type: none;
  list-style:none;
  /* background:  url(/fileadmin/siteimg/tabs/tab-on-l.gif) top left no-repeat; */
  float: left;
  /* margin: 0 1px 0 0 !important; */
  margin: 0;
  /* padding: 0 0 0 14px !important; */
  padding: 0;
  cursor: pointer;
}	

/* Tab-Menu li.a */

ul.rgtabs li a {
  display: block;
  float: left;
  height: 23px;
  line-height: 23px;
  color: #545454; 
  font-size: 0.9em;
  padding: 2px 3px 0 3px;
  text-decoration: none;
  outline:0; 
  font-weight: normal;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  /* background: transparent url(/fileadmin/siteimg/tabs/tab-on-r.gif) top right no-repeat; */
  background-color: #EFEFEF;
}

 
ul.rgtabs li a:hover {
  color: #000;
  background-color: #CCC;
}

/* Selected Tab */	
 

ul.rgtabs a.current, ul.rgtabs a.current:hover, ul.rgtabs li.current a {
  color: #000;
  background-color: #ccc;
}



