@charset "big5";
/* CSS Document */

.horizontal_accordion_toggle {
/* REQUIRED */
float: left;	/* This make sure it stays horizontal */
/* REQUIRED */

display: block;
height: 625px;
width: 52px;
color: #ffffff;
text-decoration: none;
outline: none;
/*border-right: 1px solid #cde99f;*/
cursor: pointer;
margin: 0 0 0 0;
margin-right: 5px;
}

.horizontal_accordion_toggle_active {
/*background: url(images/h_accordion_toggle_active.jpg) no-repeat top left #e0542f;
border-right: 1px solid #f68263;*/
}

.horizontal_accordion_content {
/* REQUIRED */
height: 625px;	/* We need to define a height for the accordion as it stretches the width */
float: left;	/* This make sure it stays horizontal */
/* REQUIRED */

overflow: hidden;
background: url(../images/section_bg.png) top left no-repeat;
color: #FFFFFF;
}

.horizontal_accordion_content p {
width: 720px;
line-height: 150%;
display: block; 
margin-left: 15px; 
margin-right: 15px; 
margin-top: 50px;
} 

/* Container styling*/
#horizontal_container {
margin: 20px auto 20px auto;
width: 1024px;   
height: 625px;    
}
