.spoiler {clear: both;}
.sp-head-click a {text-decoration: none; margin-bottom: 0px; display: block; color: #000000;}
.sp-head-click a:hover {
	text-decoration: none; color: #000000;
}
.sp-head-click a:visited {
	text-decoration: none; color: #000000;
}
.sp-head {
    border: 1px solid #ccc;    
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    font-size: 125%;
    padding: 6px 0px 0px 0px; font-weight: bold; cursor: pointer;

}
.sp-body {
    font-weight: normal;
    background: #FDFDFD;
    border: 1px solid #ccc;    
    border-top: 0px;
    padding: 10px;
}
.folded {
    display: block;
    background: transparent url(../down.gif) no-repeat left center; padding-left: 13px; 
    padding-left: 14px;
}
.unfolded {
    display: block;
    background: transparent url(../up.gif) no-repeat left center; padding-left: 13px; 
    padding-left: 14px;
} 
