﻿div#faq-wrapper
{
width				: 745px;
padding				: 0px 20px 20px 20px;
overflow			: hidden;
background-color    : #FFF;
}

div#faq-wrapper p.section
{
font-size           : 85%;
line-height         : 15px;
color               : #008061;
margin              : 20px 0px 10px 0px;
font-weight         : bold;
padding             : 0px 0px 0px 10px;
}

div#faq-wrapper p.question-on
{
font-size           : 75%;
line-height         : 23px;
color               : #FFF;
margin              : 10px 0px 0px 0px;
font-weight         : normal;
background          : url(../images/faq/bg-faq-question.gif) repeat-x;
background-color    : #066B53;
border-bottom       : 1px solid #CCC;
padding             : 1px 0px 1px 10px;
}

div#faq-wrapper p.question-on a
{
color               : #FFF;
text-decoration     : none;
display             : block;
}

div#faq-wrapper div.open
{
padding             : 0px 222px 0px 22px;
border-bottom       : 1px solid #CCC;
}

div#faq-wrapper div.open p
{
font-size           : 75%;
line-height         : 15px;
color               : #666;
margin              : 15px 0px 0px 0px;
font-weight         : normal;
}

div#faq-wrapper p.question-off
{
font-size           : 75%;
line-height         : 23px;
color               : #333;
margin              : 11px 0px 0px 0px;
font-weight         : normal;
background          : url(../images/faq/bg-faq-answer.gif) repeat-x;
background-color    : #E2E2E2;
border-bottom       : 1px solid #CCC;
padding             : 0px 0px 0px 10px;
}

div#faq-wrapper p.question-off strong
{
color               : #008061;
}

div#faq-wrapper p.question-off a
{
color               : #333;
text-decoration     : none;
display             : block;
}

div#faq-wrapper div.closed
{
height              : 0px;
overflow            : hidden;
}

