/*** Kereső ***/
.divSearchMini
    {
    position: absolute;
    top: 30px;
    left: 610px;
    
    width: 190px;
    height: 40px;
    }

.tableSearchMini
    {
    width: 190px;
    text-align: center;
    border-spacing: 0px;
    }

.inputSearchMini
    {
    background-color: #99CCFF;
    }

/*** Info (Házhozszállítás,vásárlás) ***/
.divInfo
    {
    position: absolute;
    top: 30px;
    left: 610px;
    
    height: 40px;
    width: 190px;
    
    font-size: 14px;
    }

/*** Felhasználó div ***/

.divUser
    {
    position: absolute;
    top: 130px;
    left: 610px;
    height: 200px;
    width: 190px;

    font-size: 14px;
    }

.tableLogin
    {
    width: 180px;
    text-align: center;
    }

.tableLogin input
    {
    background-color: #99CCFF;
    }

.tableLogin a
    {
    cursor: pointer;
    text-decoration: none;
    }

/*** Kosár tartalom ***/

.divKosar
    {
    position: absolute;
    top: 350px;
    left: 610px;
    height: 200px;
    width: 190px;

    font-size: 14px;
    }
.kosarTartalom
    {
    width: 190px;
    text-align: center;
    color: #003068
    }
.kosarTdId
    {
    width: 190px;
    padding-left: 15px;

    color: #003068;
    background-color: #99CCFF;
    }
.kosarTdMennyi
    {
    width: 190px;

    color: #003068;
    background-color: #DDEEFF;
    }
.kosarTdForint
    {
    width: 190px;

    text-align:center;
    color: #003068;
    background-color: #DDEEFF;
    }

.kosarTdOssz
    {
    width: 190px;

    text-align: center;
    color: #003068;
    background-color: #99CCFF;
    }

.kosarButtonVetel
    {
    width: 100px;

    color: #003060;
    background-color: #99CCEE;
    }



