.table-offers {
    width: 490px;
}
.table-offers th {
    text-transform: uppercase;
}
.table-offers .nums {
    color: #69A54B;
}
.table-offers .offer-options {
    margin: 0 5px 0 0;
    height: 12px;
    display: inline-block;
}
.table-offers .offer-options .dropdown-options .cog {
    margin: 2px 0 0 0;
    display: block;
}
.table-offers img {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: 0 10px 0 0;
    width: 70px;
    height: 70px;
}
.table-offers tr.warning td.published {
    color: #D5694B;
    font-weight: bold;
}
.table-offers tr.success td.published {
    color: #69A54B;
    font-weight: bold;
}
div.offers-module-picture {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 15px 15px 15px 0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
div.offers-module-picture img {
    width: 100px;
    height: 100px;
}
div.offers-module-hint {
    display: inline-block;
    width: 350px;
    padding: 12px 0 0 0;
}
div.offers-add {
    margin: 15px 0;
    text-align: left;
}
.offer-form .currencies {
    text-align: right;
    padding: 0 105px 10px 0;
    vertical-align: baseline;
}
.offer-form .currencies .currency {
    color: #6AA54B;
    cursor: pointer;
    margin: 0 3px;
}
.offer-form .currencies .currency.selected {
    font-weight: bold;
}
.offer-form select.price-type {
    display: inline-block;
}
.offer-form .price-selector .catalog-id,
.offer-form .price-selector .price-id {
    display: none;
    margin: 10px 0 0 170px;
    max-width: 200px;
}
section.offer {
    text-align: left;
}
section.offer .left-col {
    vertical-align: top;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 220px;
}
section.offer .right-col {
    vertical-align: top;
    display: inline-block;
    margin: 0;
    width: 250px;
}
section.offer .right-col h1 {
    /*color: #E6BF4F;*/
    color: #ff9933;
    text-align: left;
    text-transform: uppercase;
    word-break: normal;
}
section.offer .right-col .price {
    font-size: 16px;
    line-height: 18px;
}
section.offer .text {
    margin: 10px 0;
    white-space: pre;
    white-space: pre-line;
}
section.offer .related-price {
    position: relative;
    display: block;
    clear: both;
    font-weight: bold;
}
section.offer .related-price a {
    display: inline-block;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.offer-form select.price-type {
    display: inline-block;
}

.offer-form .price-selector .catalog-id,
.offer-form .price-selector .price-id {
    display: none;
    margin: 10px 0 0 170px;
    max-width: 200px;
}

section.offer {
    text-align: left;
}

section.offer .left-col {
    vertical-align: top;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 220px;
}

section.offer .right-col {
    vertical-align: top;
    display: inline-block;
    margin: 0;
    width: 250px;
}

section.offer .right-col h1 {
    /*color: #E6BF4F;*/
    color: #ff9933;
    text-align: left;
    text-transform: uppercase;
    word-break: normal;
}

section.offer .text {
    margin: 10px 0;
    white-space: pre;
    white-space: pre-line;
}

section.offer .related-price {
    position: relative;
    display: block;
    clear: both;
    font-weight: bold;
}

section.offer .related-price a {
    display: inline-block;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.offer-form .connect-object-btn .icon {
    margin: 0 0 0 5px;
}
.offer-form .connect-object-btn {
    position: relative;
    padding: 5px 7px 5px 24px;
    margin: 10px 20px 0 0;
    color: #6AA54B;
    display: inline-block;
    border-radius: 3px;
    /*width: 90px;*/
    transition: background-color 0.3s ease;
}
.offer-form a.connect-object-btn:focus {
    text-decoration: none;
}
.offer-form a.connect-object-btn:hover {
    text-decoration: none;
    background-color: #6AA54B;
    color: #fff;
    transition: background-color 0.5s ease;
    padding: 5px 16px 5px 15px;
    text-align: center;
    /*width: 107px;*/
}
.offer-form a.connect-object-btn:hover span {
    display: none;
}

.offer-form .map-btn {
    cursor: pointer;
    font-size: 12px;
}

.offer-form .map-btn.map-add-point {
    border-bottom: 1px dashed #0a59bb;
}

.offer-form .map-btn.map-remove-point {
    border-bottom: 1px dashed #ff3b36; margin-left: 50px; color: #ff3b36; float: right;
}

.offer-form .map-btn.map-add-point.disabled,
.offer-form .map-btn.map-remove-point.disabled {
    color: #afafaf;
    border-bottom: 1px dashed #afafaf;
    cursor: not-allowed;
}

.offer-form input[readonly] {
    background-color: #eeeeee;
    color: #7e7e7e;
}
.offer-form input[readonly]:hover {
    cursor: not-allowed;
}

.offer-form a span.remove {
    display: inline-block;
    width: 8px;
    height: 8px;
    cursor: pointer;
    background: url(/site/image/main/spec-icons.png) -120px 0 no-repeat;
    margin-left: 5px;
}

.offer-object-connected ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.offer-object-connected ul li {
    list-style: disc;
    margin-top: 4px;
}