.company-item {
    font-size: 8pt;
    margin-bottom: 5px;
    background-color: #fff9ee;
    padding: 10px 10px 20px 15px;
    overflow: hidden;
}
.company-item.economy-coop,
.company-item.company-item-simple{
    background-color: #ffffff;
    padding: 5px 0 10px 0;
    border-bottom: 1px solid #D6D6D6;
}
.company-item.company-item-coop {
    border: 1px solid #CC0000;
    padding: 10px 0 0 0;
    margin-bottom: 10px;
}
.company-item.company-item-coop .wrap {
    margin-left: 15px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.company-item .company-info .logo_cont .title {
  /*  float: left;*/
    display: block;
    height: 80px;
    margin: 0 20px 0 0;
    text-align: center;
    width: 80px;
}
.company-item .company-info .title {
    color: #1F4E96;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.company-item .company-realty-ads .item-realty .title {
    font-size: 8pt;
    font-weight: normal;
}

.company-item .company-info .address, .company-item .company-info .keywords, .company-item .company-info .phones {
    display: block;
    margin-top: 4px;
    padding: 0;
}

.company-item .company-info .address {
    color: #888888;
}
.ABCPhoneCode {
    color: #000000;
    font-weight: normal;
}
.company-item .company-info ul {
    margin-top: 4px;
}

.company-item .company-info li {
    float: left;
    line-height: 1.5em;
    overflow: visible;
}
.company-item .company-info .map {
    float: right;
    width: 90px;
}
.company-item .company-info .price {
    float: right;
    width: 160px;
}
.company-item .company-info .map a {
    background: url("/images/icon-map.gif") no-repeat left 1px;
    display: block;
    height: 16px;
    padding-left: 20px;
}

.company-item .company-info .price a {
    background: url("/images/icon-price.gif") no-repeat left 1px;
    display: block;
    height: 16px;
    padding-left: 16px !important;
}
.company-item .company-info .payment a {
    background: url("/images/icon-payment.png") no-repeat left 1px;
    display: block;
    height: 16px;
    padding-left: 25px;
}


.company-item .company-info .details a, .company-item-coop .affiliates a {
    text-decoration: underline;
}

.company-item .company-info .details a:hover, .company-item-coop .affiliates a:hover {
  text-decoration: none !important;
}

.company-item-coop .affiliates {
    background-color: #FFE9AA;
    line-height: 1.5em;
    margin-top: 5px;
    overflow: hidden;
    padding: 5px 10px;
}
.company-item .company-info .star {
  background:           url('/images/icon-star.gif') no-repeat;
  width:                18px;
  height:               19px;
  margin-right:         6px;
  float:                left;
}

.company-realty-ads {
    border: 1px solid #F8F0DD;
    border-radius: 10px 10px 10px 10px;
    margin-top: 15px;
    padding: 8px 7px 5px;
}
.company-realty-ads .item-realty {
    border-bottom: 1px dashed #F8F0DD;
    margin-bottom: 12px;
    margin-top: 5px;
    padding-bottom: 10px;
    width: 100%;
}
.company-realty-ads .item-realty.last {
    margin-bottom: 0;
}

.company-realty-ads .realty-price {
    float: right;
    font-size: 14px;
    margin-left: 20px;
}
.company-realty-ads .all-realty {
    display: block;
    height: 16px;
    padding-top: 4px;
    position: relative;
    text-decoration: underline;
    width: 100%;
}

.company-item.economy-coop .affiliates {
    margin-top: 4px;
}
.company-item.economy-coop .affiliates a{
    color: #808080;
    text-decoration: underline;
}
.company-item.economy-coop .affiliates a.show-all-affiliates {
    text-decoration: none !important;
    border-bottom: 1px dotted #214e99;
    color: #214e99;
}

.company-item .product-list {
    margin-top: 15px;
    height: 89px;
    overflow: hidden;
}
.company-item .product-list .product-card {
    width: 82px;
    height: 89px;
    border: 1px solid #e9ecef;
    margin-right: 5px;
    padding: 4px 6px 15px 6px;
    background-color: #ffffff;
}
.company-item .product-list .product-card img {
    margin-bottom: 10px;
}
.company-item .product-list .product-card .price-block .price-text {
    font-size: 10px;
    line-height: 10px;
    color: #000000;
}

.company-item .product-list .product-card .price {
    float: none;
    width: auto;
}

.company-item .product-list .product-card .price-block .currency-rub {
    font-size: 10px;
}

.company-item .product-list .product-card .price-block .price {
    font-family: Arial;
    font-size: 11px;
}

.company-item .product-list .product-card .price-block .old-price,
.company-item .product-list .product-card .price-block .wholesale {
    display: none;
}
.company-item .product-list .product-card .price-block .from {
    font-size: 11px;
}

.company-item .product-list a.product-card:hover {
    text-decoration: none !important;
}