/******************************
 *  Alternativ styles for the
 *        EXT rgtabs
 * by Ringer Georg (just2b)
 ******************************/  


/* wraps the hole tab */
.rgtabs-wrapper {
  padding:1em 1.5em;
  border: 1px solid #372921;
  background:#eee url(topbg.gif) repeat-x;
  overflow:hidden;
}

/* add a loading icon */
.rgtabs-wrapper .rgtabs-ajax-loading {
  padding: 100px 0;
  background:	url(spinner2.gif) no-repeat center;
}

/* 2nd loading icon */
.rgtabswrap {
  height:200px;
  overflow:hidden;
  background:	url(spinner2.gif) no-repeat center;
}

.rgtabs-menu {
  list-style:none;
  padding-top:2px;
  clear: both;
  line-height:12px;
}

.rgtabs-menu li {
  display:inline;
  margin: 0 2px;
  line-height:12px;
}

.rgtabs-menu li a {
  padding:3px 9px;
  font-size:12px;
  background-color: #372921;
  color: #fff;
  font-weight: bold;
  text-decoration:  none;
  border:1px solid #372921;
  outline:0;
}

.rgtabs-menu li a:hover,
.rgtabs-menu li a:focus {
  background-color:  #201813;
  border-color: #201813;
}

.rgtabs-menu li a:hover {
  background-color: #201813;
  border-color: #201813;
}

.rgtabs-menu li.rgtabs-selected a {
  background-color: #201813;
}

/* this class added to space content away from headings */
.tx-rgtabs-pi1 {
	padding: 3px 5px 3px 5px;		
	margin: 0px;
}