@import url("reset.css");

/* Styles */
.fact{
width: 233px;
/* margin: 100px auto; */
margin: 20px auto;
}
.fact .minus {
position:absolute;
right:1px;
top:1px;
}
.facttop {
position:relative;
height:22px;
border:1px solid #91A7B4;
}
.facttop h3{
margin:0px 0 0 10px;
line-height: 1.5em;
}
.facttop img{
vertical-align: middle;
margin: 1px;
}
.factbody_show {
display:block;

}
.factbody_show .factbody_show {
border-left:1px solid #B0BEC7;
border-right:1px solid #B0BEC7;
border-bottom:1px solid #B0BEC7;
padding: 15px;

FONT-WEIGHT: normal;
FONT-SIZE: 11px;
COLOR: #333333;
FONT-FAMILY: "ARIAL";
TEXT-ALIGN: justify;
}
.factbody_hide {
display:none;
}


