/*  idTabs ~ Sean Catchpole  */


/* Style for Usual tabs */


div{margin:0px; padding:0px;}


.usual {
  margin:0px;
  color:#111;
  padding:0px;
  width:690px;
 
}
.usual ul{ display:block; height:36px; background: url(../images/bg_texttop.png) top left no-repeat;  margin:0px; padding-left:3px;padding-top:3px;}
.usual li { list-style:none; float:left; }
.usual ul a {
  display:block;
  padding:7px 12px;
  text-decoration:none!important;
  margin:0px;
  font:14px '微软雅黑';
  color:#000;
  
}
.usual ul a:hover {
  color:#000;
  
  border-bottom:#C41F0B 2px solid;
  }
.usual ul a.over {
  margin:0px;
  color:#000;
  /*background:#FFF;*/
  border-bottom:#C41F0B 2px solid;
  cursor:default;
  background:url(../images/icon03.gif) no-repeat bottom ;
  color:#8D0305
}

.usual div {
  margin:0px;
  padding-left:30px;
  padding-right:30px;
  padding-top:20px;
  padding-bottom:20px;
  background: #FFF;
  
  background:#fff;
  border-left: solid 1px #D9D9DB;
  border-right:solid 1px #D9D9DB;
  line-height:25px;
  font-size:13px;
  color: #666;
}
.usual div a { color:#000; font-weight:bold; }
.usual div p{ margin:0px;}
#usual2 { background:#0A0A0A; border:1px solid #1A1A1A; }
#usual2 a { background:#222; }
#usual2 a:hover { background:#000; }
#usual2 a.selected { background:#FFF; }
#tabs3 { background:#FF9; }

