/******************************
 *  Alternativ 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 url(topbg.gif) repeat-x;
}

/* 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:10px 0px 8px 0px !important;
  clear: both;
  line-height:12px;
  margin:0 0 10px 0;
}

.rgtabs-menu li {
  display:inline;
  margin: 0 2px;
  line-height:12px;
}

.rgtabs-menu li a {
  padding:9px;
  font-size:12px;
  background-color: #eee;
  color: #222;
  font-weight: bold;
  text-decoration:  none;
  border:1px solid #ccc;
  outline:0;
}

.rgtabs-menu li a:hover,
.rgtabs-menu li a:focus {
  background-color:  #ccc;
  border-color: #999;
}

.rgtabs-menu li a:hover {
  background-color: #ccc;
  border-color: #999;
}

.rgtabs-menu li.rgtabs-selected a {
  background-color: #EB6A27;
color:#fff;
}

