/**
 details-f.css
 */
 
@-moz-document url-prefix(){
.details_enfold {
margin-top:15px;
margin-bottom:15px;
padding-left:10px;
border:1px solid #999;
background:#fffdeb;
}

.summary_txt {
text-decoration:underline;
text-decoration-color:#0000ff;
}

.summary_txt:hover {
text-decoration:none;
}

.details_contents {
padding:15px;
}

.details_contents_line {
text-align:center;
}

}