/*  isTabs ~ Sean Catchpole  */


/* Style for Usual tabs */
.usual {
  background:#181818;
  color:#111;
  padding:15px 20px;
  width:750px;
  border:1px solid #222;
  margin:8px auto;
}
.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:10px Verdana;
  color:#FFF;
  background:#444;
}
.usual ul a:hover {
  color:#e63a30;
  background:#111;
  }
.usual ul a.selected {
  margin-bottom:0;
  color:#000;
  background:#e63a30;
  border-bottom:1px solid #e63a30;
  cursor:default;
  }
.usual div {
  padding:10px 10px 8px 10px;
  *padding-top:3px;
  *margin-top:-15px;
  clear:left;
  background:snow;
  font:12px arial;
}
.usual div a { color:#000; font-weight:bold; }

#usual2 { background:transparent; border:none; }
#usual2 a { background:#222; }
#usual2 a:hover { background:#000; }
#usual2 a.selected { background:#e63a30; }
#tabs1 { background:transparent; }
#tabs2 { background:transparent; }
#tabs3 { background:transparent; }
#tabs4 { background:transparent; }
#tabs5 { background:transparent; }
#tabs6 { background:transparent; }
#tabs7 { background:transparent; }

