body
{
    font-family: "Trebuchet MS";
    color: #979595;
}
form
{
    margin: 0;
    padding: 0;
}
img
{
    border: 0px;
}
.popup
{
    width: 770px;
    height: 550px;
    padding: 25px;
    border: #CCCCCC solid 1px;
}
.titulo
{
    display: block;
    height: 35px;
    background-image: url(../img/linha_titulo_popup.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.tit_irrigacao
{
    color: #0090dd;
    font-weight: bold;
}
.tit_casa_deco
{
    color: #4FAE37;
    font-weight: bold;
}
.tit_predial
{
    color: #d97d26;
    font-weight: bold;
}
.tit_produto
{
    font-size: 19px;
    color: #4F4F4F;
}
.btn_fechar
{
    position: absolute;
    margin-left: 750px;
    margin-top: -15px;
    border: 0px;
}
ul
{
    border: 0px;
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: block; /*width:770px;*/
    width: auto;
    height: 320px;
    float: right;
}
ul li.foto
{
    display: inline-block;
    width: auto;
    float: left;
    text-align: center;
}
ul li.selos
{
    display: inline-block;
    max-width: 160px;
    _width: 160px;
    min-width: 77px;
    height: 305px;
    padding-top: 20px;
    margin-bottom: -20px;
    float: left;
    text-align: right;
}
ul li.selos img
{
    margin-left: 30px;
    margin-bottom: 3px;
}
.dados
{
    width: 760px;
    padding: 5px;
    float: left;
    background-color: #9a9a9a;
}
.dados table
{
    width: 100%;
    _width: 600px;
}
.dados .centro_tabela
{
    max-height: 120px;
    _height: 120px;
    overflow: auto;
}
.titulo_tabela
{
    background-color: #9a9a9a;
    color: white;
    text-align: center;
    font-size: 14px;
}
.linhatd
{
    background-color: #f7f7f7;
    text-align: center;
    font-size: 12px;
}
.dados table td
{
    border: 1px solid #d4d4d4;
}
ul.abas
{
    margin-top: 5px;
    border: 0px;
    list-style: none;
    float: left;
    display: block;
    height: 25px;
    line-height: 28px;
    vertical-align: bottom; *margin-bottom:-3px;
width:770px;
}
ul.abas a
{
    color: white;
    text-decoration: none;
}
ul.abas li
{
    background-color: #6d6a6a;
    color: white;
    display: inline-block; *display:inline;
height:28px;
font-size:14px;
margin-right:1px;
*margin-right:3px;
padding-right:7px;
padding-bottom:2px;
padding-left:7px;
*padding-top:3px;
}
ul.abas li.select
{
    background-color: #9a9a9a;
    color: white;
    display: inline-block; *display:inline;
height:28px;
font-size:14px;
margin-right:1px;
*margin-right:3px;
padding-right:7px;
padding-bottom:2px;
padding-left:7px;
*padding-top:3px;
}
.div_botoes
{
    width: 770px;
    float: left;
    text-align: right;
    margin-top: 5px;
}

