/*  isTabs ~ Sean Catchpole  */


/* Style for Usual tabs */
.usual {
  color:#111;
  padding:15px 0px;
  width:513px;
  margin:auto;
  height:264px;
}
.usual li { 
list-style:none; 
float:left;
width:74px;
height:74px;
border:1px solid #d3d3d3;
background:#f1f1f1;
text-align:center;
margin:0px 6px 15px 6px;
}

.stage {
float:left;
display:inline;
width:315px;
height:259px;
border:1px solid #dadada;
background:#ffffff;
text-align:center;
position: relative;
}
.stagenev {
float:left;
display:inline;
width:183px;
margin:0px 0px 0px 8px;
}
.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:snow; }
#tabs3 { background:#FF9; }


