 @charset "utf-8";
/* CSS Document */
 
 .haccordion .header, .haccordion .content{ 
	  float: left; 
	  height: 530px; 
	 } 
	  
	 .haccordion .header{ 
	  width: 50px; 
	  background: #ccc; 
		color: #fff; 
	  cursor: pointer; 
	 } 
	  
	 .haccordion .content{
	 height:530px;
	  display: none; 
	  width:1px; 
	  overflow: hidden; 
	 } 
	  
	 .haccordion .content p{ 
	  padding:20px; 
	 } 
