/** 
 * theming styles
 * 
 */

#header {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
}

#header #branding h1 {
    margin-left: 5px;
    margin-bottom: 10px;
    text-indent: -9999px;
    background: transparent url(../img/bi_logo.png) 8px 12px no-repeat;
    height: 32px;
    padding: 0;
}

#header ul#navigation-menu {
    background-image: none;
    background-color: #F2F2F2;
    border-bottom: 1px dashed #CCCCCC;
    font-family: Arial, sans-serif;
}

#header ul#navigation-menu li a {
    font-weight: bold;
    color: #000;
}

#header ul#navigation-menu li.selected {
    background-image: none;
}

#header ul#navigation-menu li.selected a {
    font-weight: bold;
    color: #299DFF;
    border-bottom: 3px solid #299DFF;
}

div.breadcrumbs {
    background-image: none;
    padding: 6px 15px;
    border-bottom: 1px dashed #ccc;
}

.defaultSkin .mceMenu .mceText[title*=" (light)"] {
    font-weight: normal;
    color: #000;
    font-family: 'Din Cond Light', Arial, sans-serif;
    line-height: 1.1;
}

.defaultSkin .mceMenu .mceText[title*=" (medium)"] {
    font-weight: bold;
    color: #000;
    font-family: 'Din Cond Medium', Arial, sans-serif;
    line-height: 1.1;
}

.defaultSkin .mceMenu .mceText[title*="Заголовок 1"] {
    font-size: 28px;
}

.defaultSkin .mceMenu .mceText[title*="Заголовок 2"] {
    font-size: 24px;
}

.defaultSkin .mceMenu .mceText[title*="Заголовок 3"] {
    font-size: 22px;
}

.defaultSkin .mceMenu .mceText[title*="Заголовок 4"] {
    font-size: 20px;
}

.defaultSkin .mceMenu .mceText[title*="Заголовок 5"] {
    font-size: 18px;
}