/*
    Document   : detalhes-cases
    Created on : 02/04/2011, 18:10:31
    Author     : Filipe filipe@maqina.com.br
    Description: Estilos da pagina de detalhe de depoimento
*/


@import url("_basico.css"); /* funcionalidades basicas de css */
@import url("_template.css"); /* configuracoes do projeto */
@import url("jquery-ui-1.8.11.custom.css"); /* configuracoes do projeto */

.tt-main{width:235px; height:39px; background-position: -17px -1063px;}

#sidebar{
    width:280px;
}

#listagem-depoimentos{
    display:block;
    float:left;
}
#listagem-depoimentos li{
    float:left;
    margin-bottom:60px;
}
#listagem-depoimentos .txt-depoimento{
    float:left;
    width:310px;
    margin-right:30px;
}
#listagem-depoimentos .txt-depoimento h2{
    margin-bottom:10px;
    font-family:LucidaSansDemiboldItalic;
    font-size:16px;
    font-weight:normal;
    color:#A58579;
}
#listagem-depoimentos .txt-depoimento p{
    margin-bottom:20px;
    font-family:LucidaSansRegular;
    font-size:12px;
    font-weight:normal;
    color:#A58579;
}
#listagem-depoimentos .autor-depoimento{
    float:left;
}
#listagem-depoimentos .autor-depoimento .img-depoimento{
    display:block;
    float:left;
    width:310px;
    height:120px;
    margin-bottom:10px;
}
#listagem-depoimentos .autor-depoimento .img-depoimento .img-autor{
    float:left;
}
#listagem-depoimentos .autor-depoimento .img-depoimento .logo-empresa{
    width:205px;
    height:120px;
    float:left;
    background:#FFF;
}

#listagem-depoimentos .autor-depoimento .img-depoimento .logo-empresa img{
    display:block;
    margin:33px auto 0 auto;
}

.autor-depoimento .nome-autor-depoimento{
    clear:both;
    margin-bottom:5px;
    font-family:LucidaSansDemiboldItalic;
    font-size:16px;
    font-weight:normal;
    color:#A58579;
}
.autor-depoimento .cargo-autor-depoimento{
    display:block;
    width:125px;
    font-family:LucidaSansRegular;
    font-size:12px;
    font-weight:normal;
    color:#A58579;
}
