table#infotabs {
  border-collapse: collapse;
}
table#infotabs th {
  border: 1px solid #d6d4d5;
  font-weight: normal;
  background: white  url(../../../musicplus/images/tabbg.gif) left bottom repeat-x;
}
table#infotabs th a {
  color: #666;
  text-decoration: none;
}
table#infotabs th label {
  cursor: pointer;
}
table#infotabs th.active {
  /* If I set the border to 'none', I get drawing bugs when I change classes with javascript */
  border-bottom: 1px solid white;
  background-image: none;
}
table#infotabs tbody td {
  border: 1px solid #d6d4d5;
  border-top: none;
  padding: 12px;
}
table#infotabs thead td {
  border-bottom: 1px solid #d6d4d5;
  padding: 12px;
}
table#tab {
  width: 386px;
  height: 200px;

}
table#tab th {
  border: 0px solid #d6d4d5;
  font-weight: normal;

}
table#tab th a {
  color: #666;

}

table#tab th.active {
  /* If I set the border to 'none', I get drawing bugs when I change classes with javascript */
  border-bottom: 1px solid white;
  background-image: none;
}
table#tab tbody td {
  border: 0px solid #d6d4d5;


}
table#tab thead td {
  border-bottom: 0px solid #d6d4d5;
  padding: 12px;
}
div#desc, div#specifications, div#reviews, div#garantie, div#learnmore {
  display: none;
}

div.active {
  display: block !important;
}

