  /* fc6 */

    /* red */



#tabs { 
  margin-left: 1em;
}

#tabs ul {
  list-style: none;
  padding:0;
  margin:0;
}

#tabs li {
  float: left;
  margin: 0 0.5em 0 0;
  position: relative;
  top: 1px;
}

#tabs a {
  display: block;
  padding: 0 0.5em;
  border-bottom: 0.5em solid black;
  text-decoration: none;
  color: #a80
}

#tabs a:hover {
  border-color: #ff0000;
}

#tabs #selected {
  display: block;
  padding: 0 0.5em;
  border-bottom: 0.5em solid #FFE8C0;
  position: relative;
  top: 0px;
}

#content {
  border-width: 1px 0 0 0;
  border-style: solid;
  clear: both;
  padding-top: 1em;
}

#tabs #selected {
  padding-bottom: 1px; 
  background: white;
}

#tabs #selected a {
  position: relative;
  top: 1px;
}


#content {
  border-width: 1px 0 0 0;
  border-style: solid;
  clear: both;
  padding-left: 0.25em;
  padding-bottom: 1em;
  background-color: #FFE8C0;
  height: 100%;
}


