#lsidebar {
    display: none;
}
div.box {
    margin-left: 0;
}
#firms {
    margin-bottom: 150px;
}

.alphabet-rubric {}
.alphabet-rubric th {
    font-size: 16px;
    color: #cd2f15;
    background: url("../images/firms/ico_bg.png") 0 8px no-repeat;
    width: 45px;
    text-align: left;
    vertical-align: top;
    padding-top: 15px;
    padding-left: 10px;
    padding-bottom: 15px;
}
.alphabet-rubric td {
    padding-bottom: 15px;
    padding-top: 15px;
    color: #333;
    background: url("../images/dotted-gray.gif") 0 100% repeat-x;
}
.alphabet-rubric .autocolumnlist_item {
    width: 440px;
}
.alphabet-rubric a {
    color: #1b79bc !important;
}
.alphabet-rubric a:hover {
    text-decoration: underline;
}

#firms_rubrics {
    position: relative;
    width: 935px;
    float: left;
    zoom: 1;
}
    .firms_cell_container {
        width: 430px;
        float: left;
        margin-bottom: 20px;
        margin-right: 20px;
        position: relative;
        background: url("../images/firms/ico_bg.png") 0 0 no-repeat;
    }
    .firms_cell {
        height: 58px;
        padding-left: 50px;
        zoom: 1;
        overflow: hidden;
        position: relative;        
    }
    .firms_cell i {
        background-image: url("../images/firms/firms-rubrics-sprite.jpg");
        background-repeat: no-repeat;
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 7px;
        left: 5px;
    }
    .firms_cell h4 {
        margin: 0px;
        font-weight: bold;
        font-size: 14px;
        color: #3879a6;
        line-height: 16px;
        margin-bottom: 5px;
    }
    .firms_cell h4 a {
        color: #3879a6;
        text-decoration: underline;
    }
    .firms_cell a {
        color: #333;
    }
div.firms_cell span.red {
    position: absolute;
    right: 0px;
    top: 0px;
}
div.firms_cell span.red a {
    color: #CD2F15;
    font-weight: bold;
}
    div.firms_cell li {
        /*position: relative;
        padding-right: 50px;
        line-height: 15px;
        margin-bottom: 7px;*/
        font-size: 11px;
        line-height: 12px;
    }
    div.firms_cell li a {
        color: #747372;
    }
    div.firms_cell li a:hover {
        text-decoration: underline;
    }

div.firms_cell p.more {
    position: absolute;
    right: 0px;
    bottom: 0px;
    margin: 0px;
}

#breadcrumbs {
    margin-bottom: 25px;
    background: #EFF5F6 url('/images/dotted-gray.gif') 0px 100% repeat-x;
    padding: 0px 15px;
    line-height: 40px;
}
#breadcrumbs, #breadcrumbs a {
    color: #444;
}
#breadcrumbs a:hover {
    color: #ff2727;
}

#sorting {
    margin-bottom: 25px;
}
#sorting a {
    padding: 3px 7px;
    display: inline-block;
    color: #415ECB;
    text-decoration: underline;
}
#sorting a:hover {
    color: #ff2727;
}
#sorting a.current {
    background: #E8E8E8;
}

#list_firms {
    line-height: 16px;
    float: left;
    width: 100%;
}
#list_firms .list_firm_item {
    color: #4D4D4D;
}
#list_firms .list_firm_item a {
    color: #415ECB;
    text-decoration: underline;
}

#list_firms .list_firm_item_title {
    font-weight: bold;
    zoom: 1;
    background: #F9F7F1 url('/images/dotted-gray.gif') 0px 100% repeat-x;
    position: relative;
    border: 1px solid #E9EAE9;
    border-width: 0px 0px;
    padding: 0px 15px;
    padding-right: 110px;
    font-size: 16px;
    line-height: 34px;
}
#list_firms .list_firm_item_title a {
    text-decoration: none;
    color: #6B6B6B;
    background: url("../images/firms/link.png") 100% 50% no-repeat;
    padding-right: 20px;
}
#list_firms .list_firm_item_title a:hover {
    text-decoration: underline;
}
#list_firms .list_firm_item_title span {
    font-weight: normal;
    position: absolute;
    right: 15px;
    top: 0px;
    background: url('../images/firms/rating.gif') 100% 50% no-repeat;
    padding-right: 20px;
    font-family: Georgia;
}
.list_firm_item_table {}
.list_firm_item_table td {
    vertical-align: top;
    padding-bottom: 15px;
}
.list_firm_item_adv {
    background: #eff5f6;
    width: 200px;
    padding: 15px;
    padding-bottom: 0;
}

#list_firms .list_firm_item_info {
    zoom: 1;
    position: relative;
    padding: 15px;
    padding-bottom: 0;
}

#list_firms .list_firm_item_info_phone,
#list_firms .list_firm_item_info_address,
#list_firms .list_firm_item_info_email,
#list_firms .list_firm_item_info_fax,
#list_firms .list_firm_item_info_correct,
#list_firms .list_firm_item_info_url,
#list_firms .list_firm_item_info_trademark,
#list_firms .list_firm_item_info_activities,
#list_firms .list_firm_item_info_subway,
#list_firms .list_firm_item_info_icq,
#list_firms .list_firm_item_info_skype,
#list_firms .list_firm_item_info_bookmark {
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 25px;
    margin-bottom: 7px;
    line-height: 16px;
    zoom: 1;
}

#list_firms .list_firm_item_info_bookmark {
    background-image: url("../images/firms/star.gif");
}
#list_firms .list_firm_item_info_phone {
    background-image: url('../images/firms/phone.gif');
}
#list_firms .list_firm_item_info_address {
    background-image: url('../images/firms/address.gif');
}
#list_firms .list_firm_item_info_email {
    background-image: url('../images/firms/email.gif');
}
#list_firms .list_firm_item_info_fax {
    background-image: url('../images/firms/fax.gif');
}
#list_firms .list_firm_item_info_url {
    background-image: url('../images/firms/url.gif');
}
#list_firms .list_firm_item_info_correct {
    background-image: url('../images/firms/attantion.gif');
}
#list_firms .list_firm_item_info_trademark {
    background-image: url("../images/firms/trademark.gif")
}
#list_firms .list_firm_item_info_activities {
    background-image: url("../images/firms/activities.gif")
}
#list_firms .list_firm_item_info_subway {
    background-image: url("../images/firms/subway.gif")
}
#list_firms .list_firm_item_info_icq {
    background-image: url("../images/firms/icq.png")
}
#list_firms .list_firm_item_info_skype {
    background-image: url("../images/firms/skype.png")
}
#list_firms .list_firm_item_info_more {
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 12px;
}
#list_firms .list_firm_item_info_content {
    padding-top: 25px;
}
#list_firms .list_firm_item_info_content,
#list_firms .list_firm_item_info_content p {
    text-align: left !important;
}
#list_firms .list_firm_item_info_content ul {
    list-style: disc;
    margin-left: 30px;
}
#list_firms .list_firm_item_info_logo {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}
.list_firm_item_button {
    position: absolute;
    top: 15px;
    right: 0px;
    background: url("../images/firms/list_firm_item_button.jpg");
    width: 151px;
    height: 62px;
    border: 0;
    text-indent: -9999px;
    cursor: pointer;
}
.list_firm_item_info_rubric_list {
    margin-bottom: 7px;
    background: url('../images/firms/paper.gif') 0 0 no-repeat;
    padding-left: 25px;
}
.list_firm_item_info_rubric_list li {

    margin-right: 5px;
    display: inline;
}
.list_firm_item_info_rubric_list li a {
    margin-right: 7px;
    /*color: #bcbcbc !important;*/
}
.list_firm_item_info_rubric_list li a:hover {
    color: #415ECB !important;
}
.list_firm_item_info_map {
    float: right;
    width: 520px;
    height: 260px;
    margin: 0 0px 15px 20px;
}

#firms_search_form {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    overflow: hidden;

}

#firms_search_form_advanced {
    background: #F9F7F1;
    padding: 15px;
    padding-bottom: 0;
    overflow: hidden;
    zoom: 1;
    width: 910px;
}

/* Форма поиска по каталогу*/
#search-form_in-catalog {
    background: #F9F7F1 url("/images/dotted-gray.gif") repeat-x left bottom;
    padding: 15px;
    padding-bottom: 7px;
}
#search-form_in-catalog td {
    padding-bottom: 8px;
    font-size: 14px;
    color: #6B6B6B;
}
#search-form_in-catalog a.toggle {
    background: url('/images/dotted-gray.gif') 0px 100% repeat-x;
    float: right;
}

input.filter_name {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 20px;
}
input.filter_button {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 20px;
    margin: 0;
    overflow: visible;
}

#firms_search_form dl {
    width: 49%;
    margin-right: 1%;
    float: left;
    margin-bottom: 25px;
}
#firms_search_form dl dt {
    float: left;
    clear: left;
    width: 200px;
}
#firms_search_form dl dd {
    float: left;
    *float: none;
}
#firms_search_form dl dt,
#firms_search_form dl dd {
    line-height: 22px;
    margin-bottom: 5px;
}
#firms_search_form dl dd select {
    width: 200px;
}


.b-add-company-form,
.b-add-company-form th,
.b-add-company-form td {
}
.b-add-company-form th {
    vertical-align: middle;
}
.b-add-company-form {
    /*max-width: 740px;*/
}

.b-add-company-form-item {
    background: #eff5f6;
    border: 1px solid #d2dae0;
    padding: 20px;
    padding-bottom: 0;
    margin-bottom: 10px;
    min-height: 100px;
}
.b-add-company-form-item_even {
    background-color: #f9f7f1;
    border-color: #e9eae9;
}
.b-add-company-form-table {
    /*margin-top: 25px;*/
}
.b-add-company-form-table th.header {
    text-align: left;
    vertical-align: top;
    padding-top: 11px;
}
.b-add-company-form-table td.content {
    padding: 4px 0;
}
.b-add-company-form-table th.header {

}
.b-add-company-form-table td.extra {
    padding-left: 15px;
    vertical-align: middle;
    width: 16px;
}
.b-add-company-form-table td.required {
    font-size: 14px;
    color: #1671B2;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    padding-right: 13px;
    width: 16px;
    background: url("../images/forms/star.png") 0 10px no-repeat;
}


.radio_list {}
.radio_list li {
    display: inline;
    position: relative;
    margin-right: 15px;
    font-size: 13px;
    padding-left: 15px;
    line-height: 13px !important;
    text-transform: lowercase;
}
.radio_list li input {
    position: absolute;
    left: 0;
    top: 0px;
    vertical-align: top;
}

/* Новая форма поиска */
#company_search_form {
    clear: left;
    margin-bottom: 20px;
    background: #f5f5f5 url('../images/dotted-gray.gif') 0 100% repeat-x;
    position: relative;
    zoom:1;
    z-index: 20;
}
#select_activity .autocolumnlist {
    margin: 0;
}
#select_activity .autocolumnlist_item {
    width: 29%;
    margin: 0 15px;
}
#rubric_list li,
#category_list li {
    padding: 3px 8px 4px 8px;
    line-height: 13px;
    margin-bottom: 1px;
}
#rubric_list li a,
#category_list li a {
    font-size: 12px;
    color: #666;
    text-decoration: underline;
    cursor: pointer;
}
#rubric_list li.selected,
#category_list li.selected {
    background-color: #1671b2;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
#rubric_list li.selected a,
#category_list li.selected a {
    color: #fff;
    text-decoration: none;
}
    #block_rubric_list {
        padding-bottom: 15px;
        padding-top: 15px;
        position: relative;
        border-top: 1px solid #d2d6d6;
    }
    #block_rubric_list .pseudo_link_x {top: 15px;}
#company_search_form_block_alphabet {
    margin: 0 15px 15px 15px;
    /*padding-bottom: 15px;*/
    /*border-bottom: 1px solid #d2d6d6;*/
    font-size: 14px;
    font-weight: normal;
    /*font-family: impact;*/
    overflow: hidden;
    zoom:1;
}
#company_search_form_block_alphabet li {
    float: left;
    padding: 3px 0px 4px 0px;
    width: 24px;
    text-align: center;
}
#company_search_form_block_alphabet li.selected {
    background-color: #1671b2;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
#company_search_form_block_alphabet a {
    text-decoration: underline;
    color: #1671b2;
}
#company_search_form_block_alphabet li.selected a {
    color: #fff;
    text-decoration: none;
}
#company_search_form_block_alphabet .pseudo_link {
    position: absolute;
    right: 15px;
    font-size: 13px;
}
#company_search_form_block_filter {
    margin: 0 15px 15px 15px;
    background: #fff;
    border: 1px solid #acacac;
    padding: 0 8px;
}
#company_search_form_block_filter input {
    width: 100%;
    height: 28px;
    border: none;
    background: transparent url("../images/firms/sprite.png") no-repeat 100% -76px;
}
#company_search_form_categories {
    border-top: 1px solid #b4b5b5;
    padding: 15px 0;
    position: relative;
    background-color: #F9F7F1;
}
#company_search_form_categories a.pseudo_link_x {
    top: 15px;
}
#company_search_form_categories a.pseudo_link {
    position: absolute;
    top: 25px;
    right: 0;
    font-size: 13px;
    text-decoration: underline;
}
    #company_search_form_breadcrumb {
        font-size: 16px;
        color: #CD2F15;
        padding: 10px 15px 20px 23px;
    }

    #company_search_form_headline {
        height: 37px;
        padding: 3px 20px 0 20px;
        margin-bottom: 20px;
        background: url("../images/headline_tile.jpg") repeat-x;
    }
    #company_search_form_headline li {
        display: block;
        float: left;
        height: 34px;
        line-height: 34px;
        padding: 0 20px;
        color: #fff;
        cursor: pointer;
        font-size: 14px;
    }
    #company_search_form_headline li.selected {
        background-color: #f5f5f5;
        color: #CD2F15;
        font-weight: bold;
        cursor: inherit;
        -webkit-border-radius: 8px 8px 0 0;
        -moz-border-radius: 8px 8px 0 0;
        border-radius: 8px 8px 0 0;
    }
    #company_search_form_content {
        position: relative;
        zoom:1;
        padding: 0 20px;
    }
        #company_search_form_button_add {
            position: absolute;
            top: 0px;
            right: 20px;
            z-index: 30;
        }
        #company_search_form_content td {
            padding-right: 20px;
            padding-bottom: 8px;
            vertical-align: top;
        }
        .company_search_form_textbox {
            position: relative;
            width: 290px;
            height: 28px;
            border: 1px solid #989896;
            background-color: #fff;
        }
        .company_search_form_textbox label {
            position: absolute;
            left: 10px;
            top: 0px;
            height: 28px;
            line-height: 28px;
            color: #333;
            font-size: 16px;
        }
        .company_search_form_textbox input {
            background-color: transparent;
            border: none;
            width: 237px;
            height: 28px;
            line-height: 28px;
            margin-left: 45px;
            margin-right: 8px;
            font-size: 16px;
        }
        .ie6 .company_search_form_textbox input,
        .ie7 .company_search_form_textbox input {
            height: 26px;
            line-height: 26px;
        }
        .company_search_form_button {
            width: 155px;
            height: 28px;
        }
        .company_search_form_button input {
            width: 100%;
            height: 28px;
            /*line-height: 28px;*/
            font-size: 16px;
        }
        .ie6 .company_search_form_button input,
        .ie7 .company_search_form_button input {
            height: 30px;
        }
        .company_search_form_link {
            font-size: 13px;
            position: relative;
            zoom:1;
            z-index: 21;
        }
        .company_search_form_block {
            position: absolute;
            top: 45px;
            left: -20px;
            width: 960px;
            background-color: #eff5f6;
            border: 1px solid #b4b5b5;
            z-index: 10;
            zoom:1;
        }
        .company_search_form_block_inner {
            padding: 20px 0px 0 0;
            position: relative;
            z-index: 11;
        }
        .company_search_form_block_inner a.pseudo_link_x {
            position: absolute;
            top: 0px;
            right: 15px;
            background: url("../images/prettyPopin/close.gif");
            width: 16px;
            height: 16px;
            text-indent: -9999px;
            z-index: 12;
        }
        .collapsed {display: none;}
        #select_activity_toggler a.toggler {
            z-index: 23;
            text-decoration: underline;
            display: block;
            margin-bottom: 20px;
            border: 1px solid #f5f5f5;
            border-bottom: none;
            height: 45px;
            line-height: 28px;
            padding-left: 20px;
            position: absolute;
            left: 0px;
            top: 0px;
            width: 268px;
            font-size: 13px;
            background-image: url("../images/firms/sprite.png");
            background-repeat: no-repeat;
            background-position: 5px 13px;
            white-space: nowrap;
            overflow: hidden;
        }
        #select_activity_toggler a.expanded {
            background-position: 5px -29px;
            background-color: #eff5f6;
            border-color: #b4b5b5;
            text-decoration: none;
            color: #333;
        }
        .company_search_form_link select {
            width: 100%;
            background: #fff;
            border: 1px solid #D2DAE0;
            display: none;
        }
        /* При выклеченном JS покажем стандартный SELECT */
        #company_search_form select {
            display: block;
        }
#total {
    margin-bottom: 25px;
    color: #CD2F15;
    font-size: 20px;
}


/**
 * Steps - шаги регистрации
 */
#steps {
    margin-bottom: 20px;
}
    #steps .step {
        display: inline-block;
        width: 170px;
        height: 80px;
        background: url("../images/firms/steps-bg.png") no-repeat;
        vertical-align: top;
        position: relative;
        color: #b6b2ac;
        font-size: 11px;
        line-height: 12px;
    }
    #steps .step-1 {
        z-index: 3;
    }
    #steps .step-2 {
        z-index: 2;
        left: -40px;
    }
    #steps .step-3 {
        z-index: 1;
        left: -80px;
    }
        #steps .step .step-content {
            margin-top: 20px;
            margin-left: 50px;
            width: 90px;
        }
    #steps .step big {
        display: inline-block;
        font-size: 14px;
        line-height: 16px;
        font-weight: bold;
    }
    #steps .selected {
        color: #fff;
        background-position: 0 -80px;
    }
    #steps .step-1 .step-content {
        margin-left: 30px;
    }
    #steps .link,
    #steps .link a {
        color: #333;
    }

#range-categories {
    background-color: #F9F7F1;
    padding: 30px;
    border: 1px solid #D6D3D0;
}
    #range-categories .autocolumnlist_item {
        width: 46%;
        margin: 0 2% 0 2%;
    }
    #range-categories .autocolumnlist_last_item {
    }
    #range-categories #company_search_form_block_alphabet {
        padding-top: 10px;
        position: relative;
        padding-right: 0;
        margin-right: 0 !important;
    }
    #range-categories #company_search_form_block_alphabet .pseudo_link {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    #range-categories #company_search_form_breadcrumb {
        padding-left: 0;
    }
#company_categories {
    padding: 10px 0 10px 0;
}
#company_categories ul {

}
#company_categories ul li {
    position: relative;
    /*padding-left: 18px;*/
    line-height: 13px;
    display: inline-block;
    border: 1px solid #AAA;
    padding: 2px 5px 2px 22px;
    margin: 0 3px 3px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #E4E4E4;
    -webkit-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
    box-shadow: 0 0 2px #fff;
}
#company_categories ul li input {
    position: absolute;
    top: 2px;
    left: 5px;
}
#company_categories label {
    font-size: 12px;
    line-height: 13px;
    color: #333;
    padding: 0;
}

#company_my_city,
#company_my_region,
#company_my_subway{
    margin-top: 20px;
}
/* EOF */