/* COOKIES
-------------------------------------------------------------*/
.cookies {
    position: fixed;
    _position: absolute !important; /* IE 6 */
    left: 0;
    top: 0;
    width: 90%;
    z-index: 99999;
    padding: 0.5em 5%;
    background: #000;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.cookies p {
    width: 80%;
    float: left;
    line-height: 2;
}

.cookies a.closecookies {
    display: block;
    width: 24px;
    height: 24px;
    float: right;
    background: url('../img/closecookies.png') no-repeat 0 0;
    cursor: pointer;
}

.cookies a.closecookies:hover {
    background-position: 0 -24px;
}

.btnmore {
    color: #FFF;
    text-decoration: underline;
}

.btnmore:hover {
    color: #F00;
}