#offers,
.showmap,
.clarify-price,
.edit-lnk,
.delete-lnk,
.banner,
.breadcrumbs,
#footer,
#sideRight,
.currency-selector-wrap,
.crosslink-widget,
.main-menu-container,
.tab-menu-container,
.slogan,
.header-top-right,
.offer-page-right,
.search-filter {
    display: none;
}
.box {
    border: 1px solid #aeaeae;
    padding: 12px 8px;
    overflow: hidden;
    -mox-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    behavior: url(pie/PIE.htc);
    border-radius: 8px;
    position: relative;
    margin: 0 auto;
}
.advert-list h3 {
    font-weight: normal;
    margin: 20px 0 10px;
}
.advert-item {
    margin-bottom: 10px;
    background: #fbfbfb;
}
.advert-item.urgently {
    border: 1px solid #f45100;
    box-shadow: 0 0 7px 1px #f45100;
}
.advert-date {
    margin-left: 10px;
}
.advert-item .offer-head {
    margin-top: 5px;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
    margin-bottom: 5px;
}
.advert-item .offer-status {
    height: 28px;
}
.advert-item .offer-status:before {
    height: 28px;
    background-position: -108px 0px;
}
.advert-img {
    width: 160px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    background: #fff;
    overflow: hidden;
    border: 1px solid lightgrey;
    box-shadow: 0 0 10px lightgrey;
    margin-right: 10px;
    display: table-cell;
}
.advert-img img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.advert-item .object-info {
    margin-bottom: 7px;
}
.advert-title {
    color: #653d84;
    font-size: 18px;
    text-decoration: none;
    padding: 4px 0;
    display: block;
}
.advert-title:hover {
    text-decoration: underline;
}
.advert-details {
    width: 400px;
    float: left;
}
.advert-item .contacts-phone {
    font-size: 14px;
}
.advert-item .contacts-phone .fright {
    font-weight: bold;
}
.offer-image_main img {
    max-width: 270px;
    border-radius: 8px;
}
.offer-images .offer-image img {
    width: 100%;
    border-radius: 8px;
    margin: 0 10px 10px 0;
    display: block;
    float: left;
}
.fleft {float: left;}
.fright {float: right;}
.grid_4 {width: 200px;}
.clearfix {*zoom: 1;}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {    clear: both;}
.offer-description {margin: 10px 0 20px;}
.print-details {
    margin-bottom: 20px;
}
.print-details tr td {
    padding: 3px 5px;
    color: #654a89;
}