/*
    Document   : clientes
    Created on : 18/03/2011, 15:28:32
    Author     : Filipe filipe@maqina.com.br
    Description: Estilos da pagina de clientes
*/


@import url("_basico.css"); /* funcionalidades basicas de css */
@import url("_template.css"); /* configuracoes do projeto */

.tt-main{width:136px; height:34px; background-position: -16px -957px;}
.tt-administracao-clientes{width:288px; height:22px; background:url(../imagem/titles/titles.png) -262px -904px; margin-bottom:16px;}
.tt-refeicoes-clientes{clear:both; width:220px; height:23px; background:url(../imagem/titles/titles.png) -264px -966px; margin-bottom:15px;}
.tt-alimentacao-infantil{clear:both; width:186px; height:23px; background:url(../imagem/titles/titles.png) -262px -935px; margin-bottom:15px;}
.tt-eventos{clear:both; width:70px; height:17px; background:url(../imagem/titles/titles.png) -265px -879px;  margin-bottom:21px;}

.tt-cantinas{clear:both; width: 248px; height: 20px; background:url(../imagem/titles/cantinas-s.png);  margin-bottom:21px;}

#listagem-clientes{min-height:380px;}

#listagem-clientes h3 {
    float:left;
    margin-top:30px;
}

#listagem-clientes ul {
    clear:both;
    float:left;
    width:100%;
}

#listagem-clientes ul li {
    float:left;
    margin-right:10px;
    margin-bottom:10px;
    background:url(../imagem/backgrounds/bg-clientes.png) 0 0 no-repeat;
    padding:11px;
}

#listagem-clientes ul .last {
    margin-right:0;
}