#podbranzeLista {
    width:635px;
    overflow:hidden;
    float:left;
}

#listaBranze {
    overflow:hidden;
    width:290px;
    border-color:black;
    background: #222;
    padding:10px 15px 10px 15px;
}

#listaBranze .bankomatPrzycisk {
    overflow:hidden;
}

#listaBranze .tytul {
    background:#000;
    color:#fff;
    margin-left: -15px;
}

.kontener .litera, .kontener .litera:hover {
    background: #fff;
    color: #000;
    font-weight: bold;
    margin:20px 0;
    padding:3px 3px 0 10px;
    font-size:11pt;
    border-bottom: 1px solid #bbb;;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
}

.kontener .litera div {
    margin:-8px;
    padding:0 10px;
    margin-left:280px;
    position:absolute;
    background:#fff;
}

.kontener .litera:hover {
    background:transparent;
}

/* BRANZE BANKOMAT */


.bankomatPrzycisk {
    height:30px;
    width:275px;
    padding:10px;
    background:url(../images/bg-button-mini.png) top left;
    position:relative;
    float:left;
    margin:0 10px 3px -2px;
}

.bankomatPrzycisk span {
    position:absolute;
    font-size:13pt;
    font-weight:bold;
    left:45px;
    top:14px;
    overflow:hidden;
}
.bankomatPrzycisk a {
    color:#000;
}

.bankomatPrzycisk img {
    top:8px;
    left:8px;
    position:absolute;
}

.bankomatPrzycisk:hover {
    background:url(../images/bg-button-mini.png) bottom left;
    cursor: pointer;
}
.bankomatPrzycisk:hover a {
    text-decoration: none;
    cursor: pointer;
}

.bankomatPrzycisk:hover span {
    color:#fff;
}
