html {

}
body {
    background: #ffffff;
    font-size: 14px;
    font-family: "Trebuchet MS", Tahoma, Arial;
    color: #171717;
    padding: 0px;
    margin: 0px;
}
a {
    text-decoration: none;
    color: #171717;
}
a img {
    border: 0px;
}
td {
    vertical-align: top;
}
.clear {
    clear: both;
}

.site {
    width: 670px;
    position: relative;
    left: 0px;
    right: 0px;
    margin: auto;
}
.header {
    width: 100%;
    position: relative;
    left: 0px;
    right: 0px;
    margin: auto;
    height: 95px;
}
.tLine {
    font-size: 11px;
    position: absolute;
    width: 100%;
    height: 40px;
}
.ps {
    position: relative;
    width: 100%;
    left: 0px;
    right: 0px;
    margin: auto;
}
.ht0 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 262px;
    height: 88px;
}
.ht1 {
    position: absolute;
    right: 14px;
    top: 12px;
    font-size: 10px;
    text-align: right;
}
.num {
    font-size: 24px;
    position: absolute;
    top: 49px;
    right: 14px;
    width: 100%;
    text-align: right;
}
.TopPANE {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 18px;
    margin-right: 18px;
    width: 634px;
}

.content {
    width: 670px;
    margin-left: 16px;
    position: relative;
}

.estatesList {
    position: relative;
    width: 100%;
    margin-top: 25px;
}
.estateCell {
    position: relative;
    float: left;
    width: 287px;
    margin-right: 47px;
    margin-bottom: 45px;
}


.legend1 {
    position: relative;
    color: #171717;
    height: 23px;
    width: 460px;
    font-size: 13px;
}
.legend1 .lgnd1 {
    position: relative;
    float: left;
    width: 120px;
    overflow: hidden;
}
.legend1 .lgnd2 {
    position: relative;
    float: left;
    width: 76px;
    overflow: hidden;
    margin-top: -4px;
}
.legend1 .lgnd3 {
    position: relative;
    float: left;
    width: 200px;
    color: #171717;
    font-size: 14px;
    font-weight: bold;
    margin-top: -3px;
}
.legend1 div {
    height: 23px;
    line-height: 23px;
}
.aps {
    margin-bottom: 4px;
    margin-top: -2px;
}
.estateCell .title {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #FFF;
    padding: 1px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 4px;
    color: #151515;
}
.estateCell .img {
    position: relative;
    width: 287px;
    height: 180px;
    overflow: hidden;
    margin-bottom: 5px;
}
.estateCell .infoEst {
    position: relative;
    max-height: 268px;
    width: 273px;
    padding: 7px;
    overflow: hidden;
    line-height: 18px;
}



.footerContacts {
    position: relative;
    left: 0px;
    right: 0px;
    margin: auto;
    margin-top: 25px;
    width: 634px;
}
.ftrcnt {
    width: 143px;
    height: 42px;
    float: left;
    font-size: 12px;
    margin-bottom: 10px;
    margin-left: 15px;
}
.ftrcnt span {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.footerContacts a {
    color: #171717;
}

.copyright {
    padding: 15px;
}
.titleName {
    font-size: 18px;
    margin-bottom: 10px;
}
.estateCell .price {
    position: absolute;
    color: #151515;
    background: #FFF;
    font-size: 18px;
    font-weight: bold;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    right: 7px;
    bottom: 7px;
    text-align: center;
}
.estateCell .price .oldPrice {
    text-decoration: line-through;
    color: #6d6d6d;
    font-size: 14px;
}
.printB {
    background: url(/tpl/img/bg/print-page.png);
    width: 640px;
    height: 36px;
    position: relative;
    left: 0px;
    right: 0px;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}
@media print
{    
    .printB, .printB *
    {
        display: none !important;
    }
}