/* 
    Document   : cookeis
    Created on : Jun 14, 2013, 9:00:58 PM
    Author     : kresko
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

.cookies{
    position :fixed;
    bottom:0px;
    height:70px;
    width:100%;
    left:0px;
    background-color: rgba(0, 0, 0, 0.9);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ee000000, endColorstr=#ee000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ee000000, endColorstr=#ee000000)";
}

.dovoliPiskotek:hover{
    cursor:pointer;
}
.neDovoliPiskotek:hover{
    cursor:pointer;
}
.podrobnostiPiskotek:hover{
    cursor:pointer;
}
.skrijPiskotek{
    position: absolute;
    right:0px;
    width:70px;
    padding-top:10px;
    color:white;
}
.skrijPiskotek:hover{
    cursor: pointer;
}
.pokaziPiskotek{
    display:none;
    position: absolute;
    right:0px;
    width:100px;
    padding-top:10px;
    color:white;
}
.pokaziPiskotek:hover{
    cursor: pointer;
}
.piskotekPodrobnostiText{
    display:none;
}
