.live_element {
    color: #305480;
    cursor: pointer;
}

.sys_map_canvas {
    height: 260px;
    width: 460px;
    margin: 17px;
    padding: 0;
    float: right;
}

.companies-info {
    margin-bottom: 10px;
    overflow: hidden;
}

.companies-info p {
    float: left;
    font-size: 14px;
    font-weight: bold;
}

.companies-info p:nth-child(1) {
    width: 450px;
    text-align: center;
}

.companies-info p:nth-child(2) {
    width: 265px;
    text-align: center;
}

.companies-info p:nth-child(3) {
    width: 170px;
    text-align: center;
}

.companies-cart {
    border: 1px solid #bbbbbb;
    border-radius: 4px;
    margin: 0 0 15px 0;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, .2);
    background: #ffffff;
    position: relative;
}

.companies-cart:hover {
    background: #ECECEC;
}

.companies-cart span {
    float: left;
}

.companies-cart-short {
    overflow: hidden;
    cursor: pointer;
}

.companies-cart-short span:nth-child(1) {
    padding: 5px;
}

.companies-cart-short span:nth-child(2) {
    width: 400px;
    padding: 24px 0 0 5px;
    font-size: 20px;
}

.companies-cart-short span:nth-child(3) {
    width: 250px;
    margin-top: 14px;
}

.companies-cart-short span:nth-child(3) p {
    width: 180px;
    float: left;
}

.companies-cart-short span:nth-child(3) p:nth-child(2) {
    font-weight: bold;
}

.companies-cart-more {
    display: none;
    overflow: hidden;
}

.about-company {
    float: left;
    width: 265px;
    padding: 15px 0 0 15px;
}

.responses {
    float: right;
    width: 285px;
    padding: 15px 15px 15px 0;
}

.response {
    float: left;
}

.scroll-pane {
    height: 170px;
}

.response {
    margin: 5px 0 5px 0;
    overflow: auto;
    border-bottom: 1px dotted #305480;
}

.response p {
    float: left;
}

.response-text {
    width: 245px;
}

.write-review {
    position: relative;
    float: left;
    padding: 5px 0 5px 21px;
    color: #305480;
    text-decoration: none;
    margin-left: 63px;
    cursor: pointer;
}

.responses a:hover {
    text-decoration: underline;
}

.write-review::before {
    background: url("../images/sprite.png") no-repeat -924px 0;
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
}

.review {
    display: none;
    overflow: hidden;
    width: 285px;
}

.review textarea {
    width: 230px;
    max-width: 263px;
    height: 100px;
    max-height: 200px;
    border-radius: 5px;
    padding: 10px;
    outline-style: none;
}

.review .button {
    width: 115px;
    float: right;
}

.companies-cart h3 {
    padding: 5px 5px 5px 0;
}

.top-companies {
    border: 1px solid;
    height: 100px;
}

.about-company p {
    padding: 0 0 7px 0;
}

.openBlock {
    position: absolute;
    right: 6px;
    bottom: 0;
    cursor: pointer;
}

.add_to_favorite {
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
    display: none;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    color: #305480;/*color: #fff;*/
    font-weight: 700;
    text-align: center;
    font-size: 21px;
    padding: 0 1px 2px 1px;
}

.remove_favorite {
    line-height: 12px;
}

.cargo-bid:hover .add_to_favorite,
.cargo-bid:hover .remove_favorite {
    display: block;
}

.rating-on {
    float: left;
    margin-top: 5px;
}

.rating-on .rate-btn-hover,
.rating-on .active {
    background : url('../images/star1.png') repeat-x;
    cursor: pointer;
}

.block-rating {
    margin-top: 15px;
}