/*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: 0;
}

.haccordion ul{
margin: 0;
padding: 0;
list-style: none;
overflow: hidden; /*leave as is*/
}

.haccordion li{
margin: 0;
padding: 0;
display: block; /*leave as is*/
width: 222px; /*For users with JS disabled: Width of each content*/
height: 72px; /*For users with JS disabled: Height of each content*/
overflow: hidden; /*leave as is*/
float: left; /*leave as is*/
}

.haccordion li .hpanel{
width: 222px; /*For users with JS disabled: Width of each content*/
height: 72px;  /*For users with JS disabled: Height of each content*/
float: left;
}

div.hpanel img{
width: 85px;
height: 72px;
float: right;
}

div.hpanel p.big{
	width: 122px;
	text-align: center;
	float: left;
	font-size: 18px;
	margin: 13px 0 5px 0;
}

div.hpanel p.small{
	width: 122px;
	text-align: center;
	float: left;
	font-size: 10px;
	margin: 3px 0;
}

div.hpanel a {
	color: #667fbe;
	text-decoration: none;
}
