@charset "utf-8";
/* CSS Document */
  /*.haccordion{ width:900px; border:1px #F00 solid;}*/
  .haccordion .header, .haccordion .content{
   float: left;
   height: 80px;
   padding:5px;
   /*border:1px #000 solid;*/
  }
  
  .haccordion .header{
   width: 135px;
   background: #ccc;
   color: #fff;
   cursor: pointer;
  }
  
  .haccordion .content{
   display: block; /*display: none;*/
   width: 165px; /*width: 0px;*/
   overflow: auto;
   text-align:justify;
   color: #FFF;
   line-height:15px;
   font-size:11px;
   /*border-left: 2px solid #F60;*/
   /*border-right:2px solid #F60;*/
  }
  
  .haccordion .content p{
   margin: 5px;
  }


