.sp_torg_table {
    width: 100%;
    font-size: 13px;
    border-radius: 3px;
    padding-top: 2px;
}

.sp_torg_table_mini {
    width: 100%;
    float: left;
    font-size: 13px;
    border-radius: 2px;
    background-color: #FFFFFF;
    padding-top: 2px;
}

.panel-dash {
    border-bottom: 1px dashed;
    cursor: pointer;
    color: #5d8c5d;
}

.panel-dash:hover {
    color: rgb(228, 113, 41);
}

table.panel_tb {
    font-size: 13px;
}

table.panel_tb td.panel_tb_horizontal {
    padding: 0px;
    background-color: #c7c3bf;
    background-repeat: no-repeat;
}

table.panel_tb td.panel_tb_middle {
    margin: 0px;
    padding: 3px 10px 3px 10px;
    border-left: 1px solid #c7c3bf;
    border-right: 1px solid #c7c3bf;
    background-repeat: no-repeat;
}

.panel-input-text {
    border: 1px solid #ababab;
    height:23px !important;
    width:450px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius:2px;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    outline: none;
}
.panel-input-text:hover{border:1px solid rgb(146, 146, 146);outline: none;}
.panel-input-text:focus{border:1px solid rgb(146, 146, 146);box-shadow: 0 0 2px rgb(146, 146, 146);outline: none;}

.panel-select {
    border: 1px solid #ababab;
    padding-left: 3px;
    font-size: 13px;
}

.panel-select:hover {
    border: 1px solid rgb(146, 146, 146);
}

.panel-select:focus {
    border: 1px solid rgb(146, 146, 146);
    box-shadow: 0 0 2px rgb(146, 146, 146);
}

.panel-checkbox {
    margin: 0 7px 0 0;
    vertical-align: middle;
}

.search_form_extended {
    display: none;
    float: left;
    width: 100%;
    border-bottom: 1px dotted #C7C3BF;
    margin-bottom: 10px;
    padding-bottom: 15px;
    padding-top: 10px;
}

/* панелька с мини-инфой по расширенному поиску */
.short_exp {
    float: left;
    width: auto;
    /*border-bottom:1px dotted #C7C3BF;*/
    /*margin-bottom:10px;*/
    /*padding-bottom:5px;*/
    padding-top: 0px;
    padding-bottom: 3px;
}

.short_exp_val {
    float: left;
    padding: 0px 5px 2px 5px;
    margin-right: 5px;
    margin-top: 5px;
    border-radius: 2px 2px;
    border: 1px solid #727272;
    color: #FFFFFF;
    background: #929292;
    height: 16px;
}

.short_exp_val_name {
    float: left;
}

.short_exp_val_close {
    float: right;
    padding: 1px;
    width: 12px;
    height: 14px;
    margin-top: 3px;
    margin-left: 5px;
    cursor: pointer;
    background: url(./../img/chosen-sprite.png) no-repeat scroll -42px -10px transparent;
}

.short_exp_val_close:hover {
    opacity: 0.7;
}

.sp_torg_table_mini {
    border: 1px solid #E6E6E6;
    margin: 0 0 20px;
}

.tr_table {
    border: 1px solid #E6E6E6;
    padding: 5px 10px 3px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.tr_table_content_border {
    border: none;

}

.tr_tab_name_link_new, .tr_tab_name_link_new:link {
    color: #5d8c5d;
}

.tr_header_table_new td {
    padding: 0;
}

.tr_header_table_new td:first-child {
    padding-left: 0;
}

.tr_header_table_new td a {
    padding-right: 20px;
}

.tr_header_tab_new a:hover {
    color: #E47129;
}

.tr_header_tab_active_new a,
.tr_header_tab_active_new a:link {
    color: #E47129;
    font-weight: 300;
}

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

.tr_header_tab {
    color: #5D8C5D;
}

.sp_razcat_links_mobile {
    display: inline-block;
    width: 99%;
    height: 18px;
    clear: both;
    padding-top:5px;
}

.sp_razcat_tb_links_mobile {
    display: inline-block;
    width: 270px;
    height: 18px;
    clear: both;
    padding-top:5px;
    padding-left:12px
}

.sp_ext_cat_navigation_pc {
    width:100%;
    font-size:13px;
    margin-top:10px;
    margin-bottom:20px;
    line-height:1.4;
}