body {
    scrollbar-base-color: #ccc;
    background: #f5f5f5;
}

select {
    background: #ddd;
    color: #00519C;
}
button.geral {
    background: url(../../image/theme/modern/botao-geral.jpg);
    color: #00519C;
}

/* Div externa */
#external {
    background: #fff;
}

/* Barra com a logomarca da empresa e o mostruario rolante */
#logo_d-sample_inf {
    background: #ddd;
}
#h-news {
    border-color: #ccc;
    color: #00519C;
}
marquee {
    background: #eee;
    border-color: #ccc;
}
/* Informacoes da empresa */
#infos {
    border-color: #ccc;
    background: #eee;
}

/* Barra com a foto aumentada */
#foto-aumentada #peca-infos {
    background: url(../../image/theme/modern/peca-infos-bg.jpg);
    color: #00519C;
}
#foto-aumentada #botoes-inferiores {
    background: #eee;
    border-color: #ddd;
}
#foto-aumentada #botoes-inferiores a {
    background: url(../../image/theme/modern/botao-inferior.jpg);
    color: #00519C;
}
/* Barra com as mini-fotos */
#mini-fotos {
    background: #ddd;
}
#mini-fotos .botao {
    color: #00519C;
}
#mini-fotos #contato {
    background: url(../../image/theme/modern/botao-contato.jpg);
}
#mini-fotos #cadastro {
    background: url(../../image/theme/modern/botao-cadastro.jpg);
}
#mini-fotos #menu-suspenso, #mini-fotos #lista-mini-fotos {
    border-color: #ccc;
    background: #ddd;
}
#mini-fotos #lista-mini-fotos {
    background: #eee;
}

/* Detalhes */
#detalhes {
    background: #eee;
}
#detalhes #img-topo {
    background: url(../../image/theme/modern/detalhes-img-topo.jpg);
}
#detalhes #botoes {
    background: #ddd;
}
#detalhes #botoes #contato {
    background: url(../../image/theme/modern/botao-contato-detalhes.jpg);
}
#detalhes #botoes #detalhes-do-produto {
    background: url(../../image/theme/modern/botao-detalhes-do-produto.jpg);
}
#detalhes #botoes #ver-pedido {
    background: url(../../image/theme/modern/botao-ver-pedido-detalhes.jpg);
}
#detalhes #botoes #adicionar-ao-pedido {
    background: url(../../image/theme/modern/botao-adicionar-ao-pedido.jpg);
}
#detalhes #lista-mini-fotos {
    background: #ccc;
}

/* Rodape da pagina */
#footer {
    background: #0462A8;
    color: #E3F1FA;
}
#footer a {
    color: #E3F1FA;
}

