﻿/*  For Europe cookie banner */
.show-cookie-note .shared_cookie-note {
    display: block;
}
.shared_cookie-note {
    background: none repeat scroll 0 0 #C6C6C6;
    border-bottom: 1px solid #666666;
    height: 30px;
    position: relative;
    font-size: 8.9px;
    height: 35px;
    top: 0px;
    text-transform:none !important;
}


.show-cookie-note .-named-anchor {
    position: relative;
    top: -62px;
}

shared_cookie-note .close-cookie-x {
    display: inline;
    float: right;
    position: absolute;
    right: 8px;
    top: 7px;
}

.shared_cookie-note a.-icon {
    background-position: -86px -448px;
    height: 16px;
    width: 16px;
}
.shared_cookie-note a {
    font-weight: bold;
    text-decoration: underline;
}
.-icon-cookie-close {
    background-position: -85px -447px;
    height: 18px;
    width: 18px;
}
.-icon {
    background: url("/img/cookieclose.png") no-repeat scroll 0 0 transparent;
    display:inline-block;
    text-indent: -9999px;
}