﻿/* ********************************************************************************* */
/* ********************************************************************************* */
#detalhes
{
    clear: both;
    padding: 10px 0 10px 0;
}
/* ********************************************************************************* */
#detalhes .foto
{
    text-align: right;
    position: absolute;
    
    margin: 10px 0 0 0;
    right: 10px;
}
#detalhes .foto img
{
    max-width: 200px;
    padding: 4px;
    border: solid 1px #E8EDF3;
    background-color: #FFFFFF;
}

#detalhes .foto .apagar
{
    position: absolute;
    top: 0;
    right: 0;
}
#detalhes .foto .apagar img
{
    padding: 4px;
    background: #FFFFFF;
    border-top: solid 1px #E8EDF3;
    border-right: solid 1px #E8EDF3;
    border-left: 0;
    border-bottom: 0;
}

/* ********************************************************************************* */
#detalhes .campo
{
    clear: both;
    height: 20px;
}
#detalhes .campo:first-child { border-bottom: solid 1px #FFA200; }
#detalhes .campo:last-child
{
    padding: 5px 0 0 0;
    
    border-top: solid 1px #E8EDF3;
    color: #AAAAAA;
}

/* ********************************************************************************* */
#detalhes .campo_ob
{
    float: left;
    
    width: 16px;
    height: auto;
    min-height: 20px;
    vertical-align: top;
    margin: 0 2px 0 0;

    text-align: center;
    color: #FF0000;
    font-size: 14px;
    font-weight: bold;
}

/* ********************************************************************************* */
#detalhes .label
{
    float: left;
    
    width: 150px;

    height: auto;
    min-height: 20px;
    vertical-align: top;

    color: #666666;
}
#detalhes .valor
{
    float: left;
    
    height: auto;
    min-height: 20px;
    vertical-align: top;
    
    color: #000000;
}
/* ********************************************************************************* */
/* ********************************************************************************* */
