.map
{
    float: right;
    width: 450px;
    height: 230px;
    margin: 0px 30px 20px 0px;
    border: solid 1px rgb(150,150,150);
}
.results
{
    clear: both;
    margin: 0px;
}
.distributor
{
    position: relative;
    clear: both;
    height: 80px;
    margin: 10px 0px 0px 100px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(150,150,150);
    cursor: pointer;
    overflow: hidden;
}
.distributor_background
{
    position: absolute;
    width: 100%;
    height: 80px;
    background: url(/resources/fade.gif);
    background-repeat: repeat-y;
    background-color: rgb(63,142,188);
}
.distributor_data
{
    position: absolute;
    left: 10px;
    top: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
}