/***************************
*  Default styles for the
*        EXT rgtabs
* by Ringer Georg (just2b)
***************************/  

/* wraps the hole tab */
.rgtabs-wrapper {
  padding:20px 50px 10px 0px;
  border-top: 0px #f3f3f3;
  border-left: 0px solid #ccc;
  border-right: 0px solid #ccc;
  border-bottom: 0px solid #ccc;
 
  background: url(topbg.jpg);
  background-repeat: no-repeat;
  overflow:hidden;
  clear:both;
  
}

/* add a loading icon */
.rgtabs-wrapper .rgtabs-ajax-loading {
  padding: 100px 0;
  background:	url(spinner2.gif) no-repeat center;
}

/* Tab-Menu ul */
.rgtabs-menu  {
  margin: 0;
  padding: 0 10px 0 0px;
  height: 29px;
  width: auto;
 list-style:none;
}

/* Tab-Menu li */
.rgtabs-menu  li, #left .rgtabs-menu  li {
	 font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #4e432f;
  line-height: 28px;
  background-color: #f4f0e7;
  list-style-type: none;
  list-style:none;
  float: left;
  margin: 0 2px 0 0 !important;
  padding: 0 12px 0 10px !important;
  cursor: pointer;
  width: 100px;
  height: 29px;
  text-align:center;
}	

/* Tab-Menu li.a */
.rgtabs-menu  li a, #left .rgtabs-menu  li a {
  background-color: #f4f0e7;
  display: block;
  float: left;
  height: 29px;
  padding: 0px 12px 0 0;
  text-decoration: none;
  width: 100px;
  color: #bdb7a9;
  text-align:center;
}

/* Selected Tab */
#left .rgtabs-menu  li.rgtabs-selected, .rgtabs-menu  li.rgtabs-selected {
    background-color: #e9e3d5;
}	

#left .rgtabs-menu  li.rgtabs-selected a, .rgtabs-menu  li.rgtabs-selected a {
  background-color: #e9e3d5;
  color: #333;
}


