﻿/* Recipiente */

html, body 
{
    background-image: url('../img/content-bg.gif');
}

#container {  
    height:708px;
    background-image: url('../img/default-bg.gif');
}

/* Conteúdo */


#title 
{
    background-image:url("../img/faq-title.png");
    background-position:left bottom;
    background-repeat:no-repeat;
    height:25px;
    width:165px;
}

#container .inner .text 
{
    padding-top:20px;
    clear:both;
}

#container .inner .text p
{
	line-height:18px;
	font-size:11px;
}

#faq {
	clear:both;
    padding-top:5px;
    line-height:16px;
}

#faq .p 
{
    cursor:pointer;
    padding-top:14px;
    font-weight:bold;
}

#faq .r 
{
    display: none;
    padding-top:2px;
    padding-bottom:2px;
}
