.haccordion .header, .haccordion .content {
	float: left; 
	height: 250px; 
} 

.haccordion .header {
	width: 20px; 
	color: #fff; 
	cursor: pointer; 
} 

.haccordion .blue {background: url(../img/newdesign/blue_stripe.gif) no-repeat center top;}
.haccordion .red {background: url(../img/newdesign/red_stripe.gif) no-repeat center top;}
.haccordion .green {background: url(../img/newdesign/green_stripe.gif) no-repeat center top;}
   

.haccordion .content {
	display: none; 
	width: 0px; 
	overflow: auto; 
} 

.haccordion .content p {
	margin: 5px; 
}
