
/* Корректировка основных стилей */
#header {
    position: relative;
    padding: 0 20px 10px;
    margin: 5px 0 19px 0;
}

/* */
.topline_field {
    float: right;
    font-size: 13px;
}
.topline_title {
    padding: 10px 15px;
}
.topline_field.bg_grey {
    background-color: #eeeeee;
}
.topline_field a {
    text-decoration: none;
    border-bottom: dotted 1px;
}
#topline_profile {
    width: 150px;
}
#topline_profile_submenu {
    position: absolute;
    background-color: #ffffff;
    z-index: 1;
    width: 140px;
    margin-left: 4px;
    display: none;
    border: 1px solid #e0e0e0;
}
.profile_menu_link {
    color: #aaaaaa;
    padding: 5px 15px;
}
.profile_menu_link.first {
    padding-top: 15px;
}
.profile_menu_link.last {
    padding-bottom: 15px;
}
.profile_menu_link.bg_grey {
    background-color: #eeeeee;
    padding: 10px 15px;
}
.profile_menu_separator {
    margin: 10px 15px;
}
#city_label, #city_values {
    display: inline-block;
}
ul.city_list {
    margin: 0;
    padding: 0;
}
ul.city_list li {
    list-style-type: none;
    background-color: #ffffff;
    width: 80px;
    padding: 0 5px 5px;
}
ul.city_list li.select {
    display: none;
    padding: 10px 5px;
    position: absolute;
}
ul.city_list li.select a {
    border-bottom: none;
    text-decoration: underline;
}

.mainSubmenu {
    z-index: 100;
}

#roll_logos_action span.subtitleLink,
.subtitleLink
{
    cursor: pointer;
    color: #2688d9;
    border-bottom: dotted 1px;
}
.subtitle {
    margin: 0 0 2em 0;
}
.fancy {
    line-height: 0.5;
    text-align: center;
}
.fancy span.subtitleBlock {
    display: inline-block;
    position: relative;
}
.fancy span.subtitleBlock:before,
.fancy span.subtitleBlock:after {
    content: "";
    position: absolute;
    border-top: 1px solid #e0e0e0;
    top: 2px;
    width: 455px;
}
.fancy span.subtitleBlock:before {
    right: 100%;
    /*margin-right: 10px;*/
}
.fancy span.subtitleBlock:after {
    left: 100%;
    /*margin-left: 10px;*/
}
.subtitleBlock {
    width: 90px;
}

#logo_salonu {
    margin: 11px 0 15px 0;
    padding: 0 6px;
    float: none;
}
#roll_logos_action {
    margin: 15px 0;
}
