@charset "UTF-8";
.boxElem{
  width:30px;
  height:30px;
  position:absolute;
  background-color:#ff0000;
  bottom:0px;
  left:0px;
}

.testArea{
  width:600px;
  height:500px;
  position:relative;
  border:1px #ddd solid;
}


.dataTbl{
  width:400px;
  margin-top:20px; 
}
.dataTbl.tblType2{
  width:600px;
  margin-top:0; 
}

.dataTbl tr{
  background-color: #ddd;
  border:1px solid #333;
}
  .dataTbl td{
    background-color: #fff;
    border:1px solid #333;
  }

#dataTblId tbody{
  display: none;
}
#dataTblId.tblType3 tbody{
  display: table-row-group;
}


.dataView{

}
  .dataView
  {

  }
    .dataView dt
    {
      float:left;
      width: 9%;
    }
    .dataView dd
    {
      float:left;
      width:91%;
    }

.testList{
  height: 0px;
  overflow: hidden;
}