.find-id {
    font-size: 16px;
    margin-bottom: 20px;
    padding: 0 0 0 5px;
    overflow: hidden;
    zoom: 1;
}
.find-id h2 {
    font-size: 18px;
    font-weight: normal;
    margin: 15px 0 15px 0;
}
.find-id h3 {
    color: #1B8DCC;
    font-size: 26px;
    font-weight: normal;
    margin: 10px 0 20px 0;
}
.find-id h4 {
    color: #187eb7;
    font-size: 16px;
    font-weight: normal;
    margin: 20px 0 10px 0;
    text-transform: uppercase;
}
/**/
.find-id__icons {
    padding: 0 3px 0 3px;
}
.find-id__icons a,
.find-id__icons span {
    height: 16px;
    display: inline-block;
    cursor: pointer;
}
.find-id__icon-fav {
    display: inline-block;
    background: url(i/fp.png) no-repeat;
    padding: 0 0 0 20px;
    font-size: 12px;
    line-height: 18px;
    /*color: #0084cc;*/
    color: #000;
}
.find-id__icon-fav span:hover {
    text-decoration: underline;
}
.find-id__icon-fav.active {
    background-position: 0 -24px;
}
.find-id__icon-fav:not(.active) .yes {
    display: none;
}
.find-id__icon-fav.active .no {
    display: none;
}
.find-id__icon-pdf {
    background: url(i/fp.png) 0 -43px no-repeat;
    float: right;
    padding: 0 0 0 20px;
    font-size: 12px;
    line-height: 20px;
    /*color: #0084cc;*/
    color: #000;
}
/**/
.find-id__table-property {
    width: 100%;
    border-top: solid 1px #0A4B74;
}
.find-id__table-property td {
    border-bottom: solid 1px #0A4B74;
    padding: 8px 0 8px 0;
}
/**/
.find-id__left {
    width: 440px;
    float: left;
}
.find-id__cut-line {
    margin: 5px 0 0 0;
    background: url(i/2.png) 20px 1px repeat-x;
    height: 20px;
    text-align: center;
    color: #1b8dcc;
    font-size: 13px;
    cursor: pointer;
}
/**/
.find-id__right {
    margin: 0 0 0 450px;
}
.find-id__right .find-id__cut-line {
    background-position: 10px 1px;
}
.find-id__thumb-big {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    /*background: #000;*/
    border: solid 4px #fff;
    width: 422px;
    height: 320px;
}
.find-id__thumb_small {
    border: solid 4px #fff;
    margin: 5px 0 0 0;
    cursor: pointer;
}
.find-id__thumb_small:hover {
    border-color: #2291cd;
}
.find-id__btn {
    display: inline-block;
    font-size: 12px;
    border-radius: 2px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    width: 100px;
    cursor: pointer;
    color: #000;
    border: solid #ccc;
    border-width: 1px 1px 0 1px;
    margin: 20px 0 0 0;

}
.find-id__btn.active {
    background: url("i/button.png") repeat-x scroll 0 0 #1b95e1;
    border: solid #1b95e1;
    border-width: 1px 1px 0 1px;
    color: #fff;
}
.find-id__maps,
.find-id__view {
    height: 400px;
    background: #F7F3DF;
}
/**/
.find-id__foot {
    padding: 0 0 0 5px;
}
/**/
.find-id__result-table {
    width: 100%;
    margin: 0 0 10px 0;
}
.find-id__result-table th {
    color: #0A4B74;
    background: #DFDFDF;
    border-left: solid 1px #959595;
    padding: 5px;
}
.find-id__result-table td {
    border-left: solid 1px #959595;
    border-bottom: solid 1px #959595;
    padding: 5px;
}
.find-id__result-table tr th:first-child,
.find-id__result-table tr td:first-child {
    border-left: none;
}
/**/
.find-id__paging a {
    border: solid 2px #ccc;
    display: inline-block;
    padding: 4px 5px 2px 5px;
    margin: 0 3px 5px 0;
    color: #999;
}
.find-id__paging a.active,
.find-id__paging a:hover {
    border-color: #0A4B74;
    color: #0A4B74;
    text-decoration: none;
}
/**/
.find-id__bread-crumbs {
    font-size: 12px;
}
/**/
.find-id__open-contact {
    display: inline-block;
    background: #eee;
    padding: 5px 15px 5px 15px;
    border: solid 1px #ccc;
}
a.find-id__open-contact {
    background: #eee url("i/icons.png") 10px -387px no-repeat;
    padding-left: 30px;
}
/**/
.find-id__mail-forms {
    margin-top: 20px;
    background: #f9f9f9;
    padding: 10px;
    border: dashed #0A4B74;
    border-width: 1px;
}
.find-id__mail-forms *:first-child {
    margin-top: 0;
}
.find-id__mail-forms *:last-child {
    margin-bottom: 0;
}
