.tabheader table {
  border-collapse: collapse; /* for IE */
  border-spacing: 0; /* for N6 */
  border-bottom:2px solid #DEDFDE;
}

.tabheader table tr td {margin:0;padding:0;border-width:0;}

.tabheader div { 
  
}

.tabheader .close {
  border:2px solid #DEDFDE;
  border-bottom:0;
  margin:0;
  padding: 0.5em 0;
  white-space: nowrap;
}
.tabheader .open {
  border:2px solid #DEDFDE;
  border-bottom:0;
  background-color: #FF0000;
  margin:0;
  padding: 0.5em;
  white-space: nowrap;
}
.tabheader .spc {
  margin:0;
  padding: 0.5em 0;
  white-space: nowrap;
}

.tabheader a {
 display: block;
 text-decoration: none; 
 color:#000000;
 padding-left:16px;
 width: 65px;
}

.tabheader a:hover { color:#D70542;}
.tabheader .open a { color:#FFFFFF;}
.tabbody {

}