/* accessKeys i głuchoniemi */
#przejdz-do-tresci {
    position: fixed;
    top: 40px;
    left: 10px;
    display: block;
    padding: 5px 15px;
    color: #000;
    font-weight: bold;
    opacity: 0;
    /*filter:alpha(opacity=0);*/
    background: #FFF;
    border: 1px solid #D01111;
    z-index: 2;
}
#accessKeys {
    position: absolute;
    top: 33px;
    right: 210px;
    width: 300px;
    z-index: 999;
    font-size: 11px;
    z-index: 999999;
}
#accessKeysC {
    float: right;
    width: 100%;
    height: 220px;
    border: 1px solid gray;
    background: #F8FAFB;
    padding: 0 10px !important;
}
#keyIco {
    float: right;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
    background: no-repeat;
    border: 0;
    display: none;
}
#accessKeys p {
    font-weight: bold;
    font-size: 12px;
    border: 0;
    margin: 10px 0 10px 10px;
    padding: 0;
}
.accessKeys-info {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 9px !important;
    font-weight: bold !important;
    margin: 20px 0 0 10px !important;
    padding: 0 !important;
}
#accessKeys ul {
    margin: 0 0 0 25px;
    list-style: disc;
}
#accessKeys ul li {
    margin: 0 0 5px 0;
    padding: 4px 0;
    background: none;
}
.key {
    display: inline-block;
    padding: 3px 6px;
    line-height: 1;
    border-width: 1px 2px 2px 1px;
    border-style: solid;
    border-color: #D01111;
    background: #fff;
    font-size: 10px;
    color: #D01111;
    /*border-radius:3px;*/
}
#accessKeys_wai {
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 0;
    font-size: 12px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}
#accessKeys_wai li {
    display: block;
    margin: 0 0 10px 0;
    text-align: right;
}
#accessKeys_wai .accessKeys-info {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 11px !important;
    font-weight: bold !important;
    margin: 0 !important;
    padding: 0 !important;
}
#accessKeys_wai .key {
    background: yellow;
    color: #000;
    padding: 2px 4px;
}

#accessKeysC dl dt {float: left; width: 150px; overflow: hidden; clear: left; text-align: right; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; padding-top: 0.3em; height: 28px;}
#accessKeysC dd {margin-left: 160px;height: 28px;padding-top: 0.3em;}

#accessKeysC a {margin-right: 40px;}

#bottom_ico {
    position: relative;
}
