.find-result__table {
    font-size: 12px;
}
.find-result__table th {
    white-space: nowrap;
}
.find-result__table th a {
    color: #fff;
}
.find-result__table tr:nth-child(odd) td {
    background: #FAFAFA;
}
.find-result__table tr:hover td {
    background: #e9f6ff;
}
.find-result__table td {
    cursor: pointer;
}
.find-result__table td a,
.find-result__table td span {
    white-space: nowrap;
}
.find-result__table td a:visited {
    color: #800080;
}
.find-result__paging {
    margin: 10px 0 10px 0;
}
.find-result__table tr.find-result__special td {
    background: #cfc;
    font-weight: bold;
}
.find-result__table tr.find-result__special td[title] {
    font-weight: normal;
}
.find-result__map {
    /*position: absolute;*/
    /* left: -2000px;*/
    width: 890px;
    background: #F7F3DF;
    height: 500px;
    margin-bottom: 10px;
    /*box-shadow: 0 0 10px #666;*/
}
/**/
.find-result__open-map {
    color: #0084cc;
    margin: 0 0 10px 0;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}
.find-result__open-map span {
    text-decoration: underline;
}
/**/
.find-result__favorites {
    background: url("i/favorites.png") 0 18px;
    display: block;
    width: 19px;
    height: 19px;
}
.find-result__favorites.active,
.find-result__favorites:hover {
    background-position: 0 1px;
}
