﻿#map_columns
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-left: 10px;
    font-size: 9pt;
    color: #222;
}

#map_columns .column
{
    width: 153px;
    float: left;
    border-left: 1px solid #999;
    padding-left: 5px;
   /* min-height: 160px;*/
}

#map_columns .column .linha
{
    display:block;
    float:left;
    width:99%;
    height:15px;
}

#map_columns .column .linha .left
{
    width: 10px;
    float: left;
}

#map_columns .column .linha .left img
{
    margin-top: 5px;
}

#map_columns .column .linha .right
{
    float: left;
}

#map_columns .column a, #map_columns .column a:visited
{
    color: #000;
    text-decoration: none;
}

#map_columns .column a:hover 
{
    color: #c00000;
}