/***************************
*  Default styles for the
*        EXT rgtabs
* by Ringer Georg (just2b)
***************************/  


.tx-rgtabs-pi1 {
	padding: 29px 0px 0px 0px;
	background:#fff url(../images/tabs/tabsTop.gif) no-repeat;
	background-position: center top;
}


/* wraps the hole tab */
.rgtabs-wrapper {
  padding: 0px 0px 12px 0px;
  border: 0px solid #ccc;
  overflow:hidden;
  clear:both;
  background:#E1E1E1 url(../images/tabs/tabsBottom.gif) no-repeat;
  background-position: center bottom;
}

/* add a loading icon */
.rgtabs-wrapper .rgtabs-ajax-loading {
  padding: 100px 0;
  background: url(../images/tabs/spinner.gif) no-repeat center;
}

.rgtabs-container {
  min-height: 340px;
  padding: 15px 15px 0px 15px;
  margin: 0 2px 0 2px;
  overflow:hidden;
  background-color: #F2F2F2;
}

/* Tab-Menu ul */
.rgtabs-menu  {
  margin: 0;
  padding: 0;
  height: 25px;
  width: auto;
  background-color: #E1E1E1;
  list-style:none;
  font-size: 100%;
}

/* Tab-Menu li */
.rgtabs-menu  li, #left .rgtabs-menu  li {
  list-style-type: none;
  list-style:none;
  background: url(../images/tabs/tab-on-l.gif) top left no-repeat;
  float: left;
  margin: 0 0 0 0 !important;
  padding: 0 0 0 17px !important;
  cursor: pointer;
}	

/* Tab-Menu li.a */
.rgtabs-menu  li a, #left .rgtabs-menu  li a {
  background: url(../images/tabs/tab-on-r.gif) top right no-repeat;
  display: block;
  float: left;
  height: 25px;
  line-height: 25px;
  color: #333;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 75%;
  font-weight: bold;
  padding: 0px 40px 0 0;
  text-decoration: none;
  outline:0;
}

/* Selected Tab */
#left .rgtabs-menu  li.rgtabs-selected, .rgtabs-menu  li.rgtabs-selected {
    background: url(../images/tabs/tab-off-l.gif) top left no-repeat;
}	

#left .rgtabs-menu  li.rgtabs-selected a, .rgtabs-menu  li.rgtabs-selected a {
  background: url(../images/tabs/tab-off-r.gif) top right no-repeat;
  color: #333;
}