#inner_tabs {
    position: absolute;
    right: 0px;
    top: 30px;
    width: 320px;
    font-size: 12px

}

.inner_tabs_header {
    padding: 16px;
    background-color: white;
    display: block;
    border-bottom:  1px dotted #B2B3B2;
    color: #767676;
    font-weight: 700;
    font-size: 13px;
}

.inner_tab_activ {
    padding: 16px;
    background-image: url(../grx/pasek.jpg);
    background-repeat:repeat;
    cursor: pointer;
    display: block;
    border-bottom:  1px dotted #B2B3B2;
    color: white;
}

.inner_tab_unactiv {
    padding: 16px;
    background-color: white;
    cursor: pointer;
    display: block;
    border-bottom:  1px dotted #B2B3B2;
}

.right_dash {
    border-right: 1px dotted #B2B3B2;
    width: 640px;
    color: #767676;
}