/* Style for Usual tabs */
.usual {
  background:#dbd9da;
  color:#111;
  padding:0px;
  width:300px;
  border:1px solid #A2A0A1;
  margin:0px;
}
.usual li { list-style:none; float:left; padding:5px 0 0 5px; display:inline; height:29px; }
.usual ul a {
  display:block;
  padding:6px 10px;
  text-decoration:none!important;
  margin:1px;
  margin-left:0;
  font:12px Arial;
  color:#E11515;
  background:#dbd9da;
  outline:none;
}
.usual ul a:hover {
  color:#E11515;
  }
.usual ul a.selected {
  margin-bottom:0;
  color:#E11515;
  background:snow;
  border-bottom:1px solid snow;
  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:#0A0A0A; border:1px solid #1A1A1A; }
#usual2 a { background:#222; }
#usual2 a:hover { background:#000; }
#usual2 a.selected { background:snow; }
#tabs3 { background:#FF9; }
