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


/* wraps the hole tab */
.rgtabs-wrapper {
  border: 1px solid #C3D4E6;
  /*background: #fff url(topbg.gif) repeat-x;*/
  overflow: hidden;
  clear: left;
	margin-bottom: 20px;
	width: 450px;
}

.rgtabs-container {
	margin: 5px;
	background: #F3F6FA;
}
.rgtabs-container p {
  padding: 10px 5px;
  width: 425px;
  margin-bottom: 0;
}
.rgtabs-wrapper .csc-header {
	display: none;
}

/* 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;
  height: 18px;
  width: auto;
  /*background: url(tab-bkg.gif) bottom left repeat-x;*/
  list-style:none;
}

/* Tab-Menu li */
.rgtabs-menu  li, #left .rgtabs-menu  li {
  /*background: url(tab-on-l.gif) top left no-repeat;*/
	background: #F3F6FA url(../../../../../fileadmin/templates/img/tab/bgr_itm_left.gif) 0 0 no-repeat;
	border-bottom: 1px solid #fff;
  float: left;
  margin: 0 2px 0 0;
}

* html .rgtabs-menu  li, #left .rgtabs-menu  li {
	width: 1px;
}

/* Tab-Menu li.a */
.rgtabs-menu  li a, #left .rgtabs-menu  li a {
	white-space: nowrap;
  /*background: url(tab-on-r.gif) top right no-repeat;*/
	background: url(../../../../../fileadmin/templates/img/tab/bgr_itm_right.gif) 100% 0 no-repeat;
	color: #4572A3;
  display: block;
	font: bold 12px/15px Verdana,Verdana, Geneva, Arial, Helvetica, sans-serif;
  height: 18px;
  padding: 6px 20px 0 20px;
  text-decoration: none;
}

/* Selected Tab */
#left .rgtabs-menu  li.rgtabs-selected, .rgtabs-menu  li.rgtabs-selected {
/*    background: url(tab-off-l.gif) top left no-repeat;*/
		background-color: #C7D7E7;
		border-bottom: 1px solid #C7D7E7;
}

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

