/***************************
*  Default styles for the
*        EXT rgtabs
* by Ringer Georg (just2b)
***************************/  

/* wraps the hole tab */
.rgtabs-wrapper {
  padding:1em 1.5em;
  border: 1px solid #FA6A2C;
  background: 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;
}

/* Tab-Menu ul */
.rgtabs-menu  {
  margin: 0;
  padding: 0 0 0 6px;
  height: 26px;
  width: auto;
  background: url(tab-bkg.gif) bottom left repeat-x;
  list-style:none;
background-color:#FA6A2C;
}

/* Tab-Menu li */
.rgtabs-menu  li, #left .rgtabs-menu  li {
  list-style-type: none;
  list-style:none;
  float: left;

margin-right:5px!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: 24px;
  color: #545454;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
padding-left:5px;
padding-right:5px;
}

.rgtabs-menu  li a:hover, #left .rgtabs-menu  li a:hover {
background-color:#8A1301;
}


/* Selected Tab */
li.rgtabs-selected a {
background-color:#8A1301!important;
}	




