/* 
Document   : pesquisa
Created on : 30/12/2008, 13:42:43
Author     : Marco
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}


.top{
    padding-top: 100px;
    
    padding-bottom: 5px;
}

.barra_resultado{
    

    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 50px;

    position: relative;
    background-color: #eeeeee;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: silver;
}

.titulo_tipo{
    height: 25px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: silver;
}


.resultado h2 {
    width: 15em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: silver;
    font-family: Arial,Helvetica,sans-serif;
}
.resultado ol{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-family: Arial,Helvetica,sans-serif;
}
.resultado li {
    
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;

    margin-right: 50px;
    margin-left: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.resultado h3{
    font-weight: normal;
}

.resultado h3, .resultado p{
    padding: 0px;
    margin: 8px 0px;
}

.resultado cite{
    font-style: normal;
}
.pesquisa, .selecao {
    padding-left: 100px;
}

.selecao input{
    padding-top: 5px;
    margin-right: 10px;
}






