/* =The style for the lab
-------------------------------------------------------------- */
.answer {
    display:none;
}

#faq-list h3 {
    line-height:24px;
    padding-left:30px;
    cursor:pointer;
    background-image:url('../images/plus.png');
    background-position:top left;
    background-repeat:no-repeat;
	margin-top:20px;
	color:#082e44;
}

#faq-list h3.close {
    background-image:url('../images/minus.png');
}

#faq-list p {padding-left:30px;}

