/* koszyk */
#koszyk {
width:404px;
height:98px;
background:transparent;
float:left

}

#koszyk .menu {
width:130px;
font-size:12px;
text-align:center;
color:#007325;
margin:5px 0 0 5px;
padding:5px;
float:left;
border:1px dotted gray;
}

#koszyk .liczby {
width:242px;
padding:5px 0;
margin-top:2px;
line-height:24px;
float:right;
}


#koszyk ul {
list-style-type:none;
line-height: 20px; 
}

#koszyk ul a {
color:#565656;
text-decoration:none;
}

#koszyk ul a:hover {
text-decoration:underline;
}



.opis_pola {
width:160px;
font-size:12px;
color:#000000;
text-align:right;
padding-right:0px;
margin-top:2px;
vertical-align: bottom;
float:left
}

.pole {
width:40px;
vertical-align: middle;
text-align:right;
padding-right:5px;
float:left
}

.waluta {
width:30px;
vertical-align: middle;
text-align:left;
float:left
}

.clearfloat {
clear:both;
}

.fkoszyk {  border: 0px none #C0C0C0; text-decoration: none; text-align: right; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight : bold; color : #000000; background-color: transparent; vertical-align: middle;}
