/*/ czcionka dla wszystkich tekstów /*/
.ddmx {
    font: 11px tahoma;
}

/*/ styl dla pierwszej tabeli KSZTALTOWNIK /*/
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
padding: 4px 18px 4px 15px;
border-bottom: 1px solid #FFFFFF;
background: #AEAEAE no-repeat;
font: 11px Tahoma;
color: #1A0D5E;
font-weight: normal;
text-decoration: none;
display: block;
white-space: nowrap;
position: relative;
}

/*/ styl dla KSZTALTOWNIK pod najechaniu /*/
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
background: #C2C2C2;
font-weight: bold;
}

/*/ styl dla kolejnych TABELEK /*/
.ddmx a.item2,
.ddmx a.item2:hover,
.ddmx a.item2-active,
.ddmx a.item2-active:hover {
padding-bottom: 4px;
padding-left: 15px;
padding-top: 4px;
border-bottom: 1px solid #FFFFFF;
font: 11px tahoma;
color: #1a0d5e;
font-weight: normal;
text-decoration: none;
display: block;
white-space: nowrap;
position: relative;
z-index: 400;
width:100%;
/*width:50px;*/
}

.ddmx .item2 {
    background: #AEAEAE;
}
/*.ddmx .section .item2{width:170px;}*/

/*/ styl dla kolejnych TABELEK po najechaniu /*/
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
background: #C2C2C2;
font-weight: bold;
}

.ddmx .item2 img,
.ddmx .item2-active img{
position: static;
border: 0;
}

.ddmx .section {
position: absolute;
visibility: hidden;
z-index: -1;
border-left: 1px solid #FFFFFF;
}

.ddmx .aa .section {visibility:visible;}
/*#CosTam2 a.item2,#CosTam2 a.item2-active {width:300px;}
#CosTam3 a.item2,#CosTam3 a.item2-active {width:155px;display:block;}*/

.ddmx .bottom,
.ddmx .bottom:hover {
border-bottom: 1px solid #000000;
}

.lista {
background-color: #F7F7F7; border: 1px dashed #B9B9B9;
color: #303030;
font: 11px Verdana;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
margin-bottom: 25px;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */

.ddmx span{margin-left:10px;}

