/* wraps the hole tab */

.cafedelsol {
  margin: 3px;
  margin-bottom: 10px;
 }
 
tab ul {
  float:right;
  margin: 5px;
}

tab li {
  list-style-image: url(../images/left_menu_bullet.gif);
  list-style-position: outside;
  
  text-decoration:none;
  color:#000000;
}

tab li a {
  background:url(../images/left_menu_bullet.gif) no-repeat left;
}

tab li a:hover{
  text-decoration:underline;
}

tab .bestellung {

  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 1.2em;
  text-align: left; 
  color: #000000;
  text-decoration: none;
  
  background-image: url(../images/warenkorb_bestellen.gif);
  background-position: left;
  background-repeat: no-repeat;
  clear:both;
}

tab .bestellung a {

  color: #000000;
  text-decoration: none;
  padding-left: 30px;
}
 
.rgtabs-wrapper {
  padding: 0.35em;
  border: 1px dotted #ccc;
  background:#fff url(../images/topbg.gif) repeat-x;
  overflow:hidden;
  clear:both;
}

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

/* Tab-Menu ul */
.rgtabs-menu  {
  margin:   0px;
  padding:  0px;
  height: 24px;
  width: auto;
  background: url(../images/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(../images/cds_tab_container-l.gif) top left no-repeat;
  float: left;
  margin:  0 0 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(../images/cds_tab_container-r.gif) top right no-repeat;
  display: block;
  float: left;
  height: 24px;
  line-height: 24px;
  font-weight: 300;
  padding: 0px 14px 0 0;
  text-decoration: none;
  outline:0;
}

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

#left .rgtabs-menu  li.rgtabs-selected a, .rgtabs-menu  li.rgtabs-selected a {
  background: url(../images/cds_tab_container-r.gif) top right no-repeat;
  color: #6F240F;
}


