div#right
{
    width:752px;
    margin:27px 0px 0px auto;
    padding:5px 0px 0px 0px;
    background-color:#ffffff;
    background-image:url(../image/right-center-bg.gif);
    background-position:right center;
    background-repeat:repeat-y;
}

div#right div.faq-show, div#right div.faq-hide
{
    margin:5px 10px;
}

div.faq-show
{
	border:1px solid #4c7f3a;
}

div.faq-show div.question, div.faq-hide div.question
{
    padding:5px;
	cursor:default;
}

div.faq-show div.question
{
    background-color:#e5fbcc;
}

div.faq-show div.answer p
{
    margin:0px;
    padding:5px 0px;
    font-size:12px;
    text-indent:24px;
}

div.faq-hide div.answer
{
	display:none;
}

div#page
{
    margin:5px 165px 5px 5px;
    text-align:right;
    cursor:default;
}

div#page div, div#page a, div#page b
{
    display:inline;
    padding:3px;
}

div#page a.number
{
    color:#3366cc;
    text-decoration:none;
}

div#page a.number:hover
{
    background-color:#cccccc;
    color:#ffffff;
}

div#right div.bottom
{
    width:752px;
    height:20px;
    background-image:url(../image/right-bottom-bg.gif);
    background-position:right bottom;
    background-repeat:no-repeat;
}

