/*Overall CSS for each Horizontal Accordion.
	Most settings should be kept as it.
	Customize each Accordion by styling each Accordion's ID attribute instead.
*/

.haccordion
{
	/*padding: 5px; */
	background-color: white;
/*	border: solid 2px #F4F4F4; */


}

.haccordion ul
{
	margin: 0 0 0 0 ;
	padding: 0 0 0 0;
	list-style: none;
	overflow: hidden; /*leave as is*/
	width:100%
}


.haccordion li
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block; /*leave as is*/
	width: 100%; /*For users with JS disabled: Width of each content*/
	height: 500px; /*For users with JS disabled: Height of each content*/
	overflow: hidden; /*leave as is*/
	float: left; /*leave as is*/
	width: 100%;
}

.haccordion li .hpanel
{
	width: 100%; /*For users with JS disabled: Width of each content*/
	height: 500px; /*For users with JS disabled: Height of each content*/
}
