@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------------------------FAQs-----*/
.faq{
font-weight:bold;
font-size:1em;
color:#000;
display:block;
cursor:pointer;
padding:3px;
}
.faq a:hover{
color:#FF3300;
}
.answer{
color:#000;
font:normal 1em/1.2em Arial, Helvetica, sans-serif;
background-color:#EBEBEB;
padding:10px;
border:1px dotted #000;
margin:10px 0;
}
.answer p{
padding:0 0 0.5em 0;
}
.answer hr{
width:100%;
margin:10px 0 0 0;
padding:0;
background-color:#C6253A;
color:#C6253A;
height:1px;
border:0;
}
.answer ol{
padding:0.5em 0 0 4em;
text-indent:-1.5em;
list-style-type:decimal;
}
.answer ul{
padding:0.5em 0 0 4em;
text-indent:-1.5em;
list-style-type:disc;
}
.answer li{
padding-bottom:5px;
list-style-position:inside;
}
.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: #C6253A;
font-weight:bold;
padding:2px;
cursor:pointer;
}
.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: #000;
font-weight:bold;
padding:2px;
cursor:pointer;
}

