/*  idTabs ~ Sean Catchpole  */


/* Style for Usual tabs */
.usual {
  color:#111;
}
.usual li { list-style:none; float:left; }
.usual ul a {
  display:block;
  padding:6px 10px;
  text-decoration:none!important;
  margin:1px;
  margin-left:0;
  font:18px Verdana;
  color:#FFF;
  background:gray;
}
.usual ul a:hover {
  color:#FFF;
  background:blue;
  }
.usual ul a.selected {
  margin-bottom:0;
  color:#000;
  background:lightblue;
  border-bottom:1px solid lightblue;
  cursor:default;
  }
.usual div {
  clear:left;
}
.usual div a { color:#000; font-weight:bold; }

