<html><body><p>@charset "utf-8";
/* CSS Document */
/*  idTabs ~ Sean Catchpole  */
/* Style for Usual tabs */
.usual {
  /* background:#181818; */
  color:#111;
  padding:15px 20px;
  width:550px;
}
.usual ul { width:auto!important; margin:0!important; padding:0!important;}
.usual li { list-style:none!important; float:left!important; }
.usual ul a {
  display:block!important;
  padding:6px 5px!important;
  text-decoration:none!important;
  margin:1px!important;
  margin-left:0!important;
  font:10px;
  color:#FFF!important;
  background:#622d1e;
  font-weight:bold!important;
  border:1px solid #622d1e!important;
}
.usual ul a:hover {
  color:#622d1e!important;
  background:#fed599;
  }
.usual ul a.selected {
  margin-bottom:0;
  color:#622d1e!important;
  background:#fdf5e3!important;
  font-weight:bold;
  border:1px solid #622d1e!important;
  cursor:default;
  }
.usual div {
  padding:10px 10px 8px 10px;
  *padding-top:3px;
  *margin-top:-15px;
  clear:left;
}
.usual div a { color:#000; font-weight:bold; }

#usual2 { background:#0A0A0A; border:1px solid #1A1A1A; }
#usual2 a { background:#222; }
#usual2 a:hover { background:#000; }
#usual2 a.selected { background:#fdf5e3; }
#tabs3 { background:#FF9; }
</p></body></html>