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

/* wraps the hole tab */
#main .rgtabs-wrapper {
  padding:1em 1.5em;
  border: 1px solid #ccc;
  background:#fff url(topbg.gif) repeat-x;
  overflow:hidden;
  clear:both;
  width:567px;
}

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

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

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

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

#main .rgtabs-menu  li, #main .rgtabs-container  li {
  list-style-type: none;
  list-style:none;
}	

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

#main .rgtabs-menu  li.rgtabs-selected a, .rgtabs-menu  li.rgtabs-selected a {
  background: url(tab-off-r.gif) top right no-repeat;
  color: #64696d;
}

#col1 div.rgtabs-container .csc-textpic-image{
			margin:5px;
}


