/*
    Document   : noticia-detalhe
    Created on : 01/04/2011, 16:38:44
    Created on : 30/03/2011, 14:11:35
    Author     : Filipe filipe@maqina.com.br
    Description: Estilos da pagina de detalhes cases
*/

@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 */

#content div.largura-fixa{overflow:visible;}


.tt-case{font-family:LucidaSansItalic; font-size:36px; line-height:36px; letter-spacing:-2px; text-align:left; color:#BD4431; margin-bottom:10px; overflow:hidden;}

#sidebar ul li {
    margin-left:30px;
}

.bt-voltar{
    display:block;
    float:left;
    height:23px;
    padding-left:27px;
    font-family:LucidaSansItalic;
    font-size:12px;
    line-height:23px;
    color:#AC664B;
    background:url("../imagem/bullets/bullets.png") no-repeat -295px -302px;
}
.bt-voltar:hover{
    background-position: -328px -328px;
}
#banner-case{
    margin-bottom:30px;
}

#txt-case{
    width:310px;
    float:left;
}
#txt-case p{
    margin-bottom:20px;
    font-family:LucidaSansRegular;
    font-size:12px;
    color:#A58579;
}
.destaque-case{
    font-family:LucidaSansItalic;
    font-size:16px;
    font-weight:normal;
    line-height:21px;
    color:#A58579;
    margin-bottom:20px;
}

#ilustracao-case{
    width:310px;
    float:left;
    margin-left:30px;
}
#thumbs-fotos{
    position:relative;
    float:left;
    width:270px;
    height:106px;
    margin-top:10px;
    padding:10px 20px;
    background:url("../imagem/backgrounds/bg-carrossel-imgs.png") no-repeat;
}

#carousselGaleria{
    height:107px;
    overflow:hidden;
}

#thumbs-fotos .bt-anterior{
    position:absolute;
    top:41px;   left:-31px;
    width:23px;
    height:23px;
    background:url("../imagem/bullets/bullets.png") no-repeat -295px -302px;
}
#thumbs-fotos .bt-anterior:hover{
    background-position: -328px -328px;
}
#thumbs-fotos .bt-proximo{
    position:absolute;
    top:41px;   right:-31px;
    width:23px;
    height:23px;
    background:url("../imagem/bullets/bullets.png") no-repeat 0 0;
}
#thumbs-fotos .bt-proximo:hover{
    background-position: -30px -33px;
}
#thumbs-fotos .caroussel li{
    float:left;
    margin-right:5px;
}

#thumbs-fotos .caroussel li.jcarousel-item{
    width:132px;
    height:107px;
}

#thumbs-fotos .jcarousel-clip{width:269px;}


#thumbs-fotos .caroussel li.last{
    margin-right:0;
}

#main .sem-imagem{
    width:100%;
}

#thumbs-fotos .jcarousel-prev-disabled,
#thumbs-fotos .jcarousel-next-disabled{
    visibility:hidden;
}