.company-catalogs ul.catalogs-list li {
    word-break: normal;
    padding: 5px 10px 0 10px;
}
.company-catalogs ul.catalogs-list li a {
    color: #6AA54B;
    text-decoration: underline;
}
.company-catalogs ul.catalogs-list li a:hover {
    text-decoration: none;
}
.company-catalogs .load-catalog {
    color: #3D579F;
    cursor: pointer;
}
.company-catalogs .load-catalog:hover,
.company-catalogs .load-catalog:active {
    text-decoration: underline;
}
.firmlogo {
    display: inline-block;
    margin: 0 0;
}
.company-catalogs-list,
.company-prices-list {
    margin: 20px 0;
    display: inline-block;
}
.company-catalogs-list .buttons {
    display: block;
    margin: 10px 0;
    text-align: right;
}
.company-catalogs-list .catalog-empty {
    font-weight: bold;
}
.company-catalogs-list .catalog-item .remove-catalog {
    display: inline-block;
    color: #666666;
    font-weight: bold;
    margin: 0 5px;
    width: 20px;
    height: 15px;
    cursor: pointer;
}
header section div.load-catalog-popup {
    position: fixed;
    top: 20px;
    left: 50%;
    margin: 0 0 0 -280px;
    display: none;
    opacity: 0;
    width: 560px;
    height: 560px;
}
header section div.load-catalog-popup h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    color: #FFFFFF;
}
header section div.load-catalog-popup .yui3-panel {
    margin: 0 auto;
    padding: 0 15px;
}
header section div.load-catalog-popup .yui3-panel .yui3-widget-hd {
    text-align: left;
    padding: 0;
    height: 37px;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 32px;
    text-transform: none;
    padding: 23px 0 0 25px;
    margin: 0 -15px;
    /*border-bottom: solid 4px #FFD563;*/
    border-bottom: solid 4px #3b5998;
}
header section div.load-catalog-popup .yui3-panel .yui3-widget-hd .yui3-button-close {
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    width: 22px;
    height: 21px;
    padding: 0;
    overflow: hidden;
    vertical-align: top;
    background: url("/site/image/design/icons3.png") left top no-repeat;
    background-position: -421px -209px;
}
header section div.load-catalog-popup .yui3-panel .yui3-widget-bd {
    margin: 0 -15px;
    padding: 15px 15px 0 15px;
}
header section div.load-catalog-popup .yui3-panel .yui3-widget-bd .catalog-form {
    margin: 0;
    max-height: 250px;
    overflow-y: auto;
}
header section div.load-catalog-popup .yui3-panel .yui3-widget-bd .catalog-form form {
    display: block;
    margin: 5px 0;
}
header section div.load-catalog-popup .yui3-panel .yui3-widget-bd .catalog-form form input[type=text] {
    padding: 6px 6px 3px 6px;
    margin: 0 10px 0 0;
}
header section div.load-catalog-popup .yui3-panel .yui3-widget-bd .catalog-form form textarea {
    display: inline-block;
    width: 430px;
    height: 40px;
    margin: 5px 0;
}
header section div.load-catalog-popup .yui3-panel .yui3-widget-bd .add-upload-catalog-form {
    font-weight: bold;
    cursor: pointer;
    margin: 0 0 10px 0;
}
header section div.load-catalog-popup .yui3-panel .yui3-widget-ft {
    margin: 0 -15px;
}
header section div.load-catalog-popup .yui3-panel .devider {
    height: 1px;
    background: #E6E9F1;
    margin: 15px 0;
}
header section div.load-catalog-popup .yui3-panel span.hint {
    display: block;
    text-align: right;
}
header section div.load-catalog-popup span.btn {
    position: relative;
}

.company-prices ul.prices-list li {
    word-break: break-word;
    padding: 5px 10px 0 10px;
}
.company-prices ul.prices-list li a {
    color: #6AA54B;
    text-decoration: underline;
}
.company-prices ul.prices-list li a:hover {
    text-decoration: none;
}
.company-prices .load-price {
    color: #3D579F;
    cursor: pointer;
}
.company-prices .load-price:hover,
.company-prices .load-price:active {
    text-decoration: underline;
}
.company-prices-list .buttons {
    display: block;
    margin: 10px 0;
    text-align: right;
}
.company-prices-list .price-empty {
    font-weight: bold;
}
.company-prices-list .price-item .remove-price {
    display: inline-block;
    color: #666666;
    font-weight: bold;
    margin: 0 5px;
    width: 20px;
    height: 15px;
    cursor: pointer;
}
header section div.load-price-popup {
    position: fixed;
    top: 20px;
    left: 50%;
    margin: 0 0 0 -280px;
    display: none;
    opacity: 0;
    width: 560px;
    height: 560px;
}
header section div.load-price-popup h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    color: #FFFFFF;
}
header section div.load-price-popup .yui3-panel {
    margin: 0 auto;
    padding: 0 15px;
}
header section div.load-price-popup .yui3-panel .yui3-widget-hd {
    text-align: left;
    padding: 0;
    height: 37px;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 32px;
    text-transform: none;
    padding: 23px 0 0 25px;
    margin: 0 -15px;
    /*border-bottom: solid 4px #FFD563;*/
    border-bottom: solid 4px #3b5998;
}
header section div.load-price-popup .yui3-panel .yui3-widget-hd .yui3-button-close {
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    width: 22px;
    height: 21px;
    padding: 0;
    overflow: hidden;
    vertical-align: top;
    background: url("/site/image/design/icons3.png") left top no-repeat;
    background-position: -421px -209px;
}
header section div.load-price-popup .yui3-panel .yui3-widget-bd {
    margin: 0 -15px;
    padding: 15px 15px 0 15px;
}
header section div.load-price-popup .yui3-panel .yui3-widget-bd .price-form {
    margin: 0;
    max-height: 250px;
    overflow-y: auto;
}
header section div.load-price-popup .yui3-panel .yui3-widget-bd .price-form form {
    display: block;
    margin: 5px 0;
}
header section div.load-price-popup .yui3-panel .yui3-widget-bd .price-form form input[type=text] {
    padding: 6px 6px 3px 6px;
    margin: 0 10px 0 0;
}
header section div.load-price-popup .yui3-panel .yui3-widget-bd .price-form form textarea {
    display: inline-block;
    width: 430px;
    height: 40px;
    margin: 5px 0;
}
header section div.load-price-popup .yui3-panel .yui3-widget-bd .add-upload-form {
    font-weight: bold;
    cursor: pointer;
    margin: 0 0 10px 0;
}
header section div.load-price-popup .yui3-panel .yui3-widget-ft {
    margin: 0 -15px;
}
header section div.load-price-popup .yui3-panel .devider {
    height: 1px;
    background: #E6E9F1;
    margin: 15px 0;
}
header section div.load-price-popup .yui3-panel span.hint {
    display: block;
    text-align: right;
}
header section div.load-price-popup span.btn {
    position: relative;
}