div.kosar {
    border: 2px solid #080;
    padding: 5px 0px 5px 0px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
div.kosar div.kosar_tartalom {
    padding-left: 5px;
    padding-right: 5px;
    clear: both;
}
div.kosar div.fejlec {
    padding-bottom: 5px;
    border-bottom: 1px dotted #080;
    margin-bottom: 8px;
}
div.kosar div.fejlec img.kosar {
    float: left;
    padding-right: 8px;
}
div.kosar div.fejlec div.cim {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
div.kosar table.termekek {
    width: 100%;
}
div.kosar table.termekek div.kedvezmeny {
    float: right;
    background-color: orange;
    padding: 3px;
    font-weight: bold;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
div.kosar table.termekek td.kep {
    vertical-align: top;
}
div.kosar table.termekek td.kep div.kep {
    margin-top: 2px;
}
div.kosar table.termekek td.szoveg {
    padding-bottom: 10px;
    padding-left: 5px;
}
div.kosar table.termekek div.keszito, 
div.kosar table.termekek div.bolti_ar, 
div.kosar table.termekek div.szarmazasi_hely {
    font-size: 85%;
}
div.kosar table.termekek a {
    font-weight: bold;
}
div.kosar table.mennyiseg {
    width: 100%;
    margin-top: 3px;
}
div.kosar table.mennyiseg td {
    vertical-align: middle;
}
div.kosar table.mennyiseg td.eltavolitas {
    width: 60%;
}
div.kosar table.mennyiseg td.eltavolitas div.actions {
    text-align: right;
}
div.kosar table.mennyiseg td input {
    border-radius: 3px;
    margin-bottom; 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
div.kosar table.mennyiseg td.mennyiseg {
    padding-left: 4px;
}
div.kosar table.mennyiseg input {
    border: 1px solid #888;
    background-color: #ddd;
}
div.kosar table.mennyiseg td.csokkentes input,
div.kosar table.mennyiseg td.noveles input {
    font-size: 14px;
}
div.kosar table.mennyiseg td.csokkentes input:hover,
div.kosar table.mennyiseg td.eltavolitas input:hover {
    color: white;
    border: 1px solid #c00;
    background-color: #c00;
}
div.kosar table.mennyiseg td.noveles input:hover {
    color: white;
    border: 1px solid #080;
    background-color: #080;
}
div.kosar div.szallitas {
    margin-top: 5px;
    margin-bottom: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-top: 1px dotted #080;
    border-bottom: 1px dotted #080;
}
div.kosar h3 {
    font-weight: normal;
    font-size: 17px;
    text-align: center;
    margin-bottom: 5px;
}
div.kosar div.szallitas table {
    width: 100%;
    border: 1px solid white;
    border-collapse: collapse;
}
div.kosar div.szallitas td {
    border: 1px dotted gray;
    text-align: center;
    vertical-align: middle;
}
div.kosar div.szallitas td.elso_sor,
div.kosar div.szallitas td.elso_oszlop {
    font-size: 11px;
}
div.kosar div.szallitas td.elso_oszlop {
    width: 36%;
}
div.kosar div.szallitas td.masodik_oszlop,
div.kosar div.szallitas td.harmadik_oszlop {
    width: 32%;
}
div.kosar div.megrendeles {
    font-size: 17px;
    font-weight: bold;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 5px;
}
div.kosar div.megrendeles a {
    color: black;
    border-color: #050;
    background-color: #9f9;
    padding: 3px;
    border-width: 2px;
    border-style: solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
div.kosar div.megrendeles a:hover {
    color: white;
    background-color: #050;
}
div.kosar span.nyil {
    color: #050;
    font-size: 20px;
    font-weight: bold;
}
div.bolti_ar span.athuzas {
    color: red;
    text-decoration: line-through;
}
div.bolti_ar span.ar {
    color: black;
}
