﻿DIV.ParceiroInfo
{
    display: block;
    clear: both;
    margin: 10px 10px 0px 10px;
    padding: 0px 0px 0px 0px;
    height: 92px;
}
DIV.ParceiroAmbientes
{
    margin: 10px 10px 0px 10px;
    vertical-align: bottom;
}
INPUT.ParceiroAmbiente1, INPUT.ParceiroAmbiente2
{
    width: 223px;
    height: 167px;
    border: solid 1px #777F84;
    cursor: pointer;
}

INPUT.ParceiroAmbiente1
{
    float: left;
}

INPUT.ParceiroAmbiente2
{
    float:right;
}

DIV.ParceiroDescricaoOuter
{
    display: block;
    float: left;
    height: 62px;
    width: 407px;
    padding: 10px 0px 0px 10px;
}
DIV.ParceiroDescricaoInner
{
    overflow-x: hidden;
    overflow-y: auto;
    height: 62px;
    width: 397px;
    padding-right: 10px;
}
A.ParceiroURL, A.ParceiroURL:hover
{
    text-decoration: none;
}
A.ParceiroURL SPAN, A.ParceiroURL:hover SPAN
{
    background-color: #E0E2E9;
    border: solid 1px #777F84;
    border-left: none;
    cursor: pointer;
    display: block;
    float: left;
    font-weight: bold;
    padding: 2px 5px 2px 10px;
}

A.ParceiroURL:hover SPAN
{
    background-color: #A7B0C2;
    color: White;
}

A.ParceiroURL IMG
{
    float: left;
    height: 90px;
    width: 120px;
    display: block;
    border: solid 1px #777F84;
}

