/***************************
*  Default styles for the
*        EXT rgtabs
* by Ringer Georg (just2b)
***************************/  

/* wraps the hole tab */
.rgtabs-wrapper {
  margin-left: 2px;
  margin-right: 2px;
  padding:15px;
  padding-bottom:10px;
  border: 1px dotted #F7CA39;
  background:#fcea83; /*url(../img/rgtabs/rgtabs_bg.gif) top left repeat-x;*/
  overflow:hidden;
}

/* add a loading icon */
.rgtabs-wrapper .rgtabs-ajax-loading {
  padding: 100px 0;
  background:	url(../img/rgtabs/spinner2.gif) no-repeat center;
}

/* Tab-Menu ul */
.rgtabs-menu  {
  margin: 0;
  padding: 0 0 0 6px;
  height: 26px;
  width: auto;
  /* background: url(../img/rgtabs/tab-bkg.gif) bottom left repeat-x; */
  list-style:none;
}

/* Tab-Menu li */
.rgtabs-menu  li, #left .rgtabs-menu  li {
  list-style-type: none;
  list-style:none;
  background: url(../img/rgtabs/tab-on-l.gif) top left no-repeat;
  float: left;
  margin: 0 1px 0 0 !important;
  padding: 0 0 0 14px !important;
  cursor: pointer;
}	

/* Tab-Menu li.a */
.rgtabs-menu  li a, #left .rgtabs-menu  li a {
  background: url(../img/rgtabs/tab-on-r.gif) top right no-repeat;
  display: block;
  float: left;
  height: 24px;
  line-height: 24px;
  color: #663300;
  font-family: arial;
  font-size: 12px;
  padding: 2px 12px 0 0;
  text-decoration: none;
}

/* Selected Tab */
#left .rgtabs-menu  li.rgtabs-selected {
    background: url(../img/rgtabs/tab-off-l.gif) top left no-repeat;
}	

#left  .rgtabs-menu  li.rgtabs-selected a {
  background: url(../img/rgtabs/tab-off-r.gif) top right no-repeat;
  color: #333;
}


