/* V.1
#cookie_popup_overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url('/lib/javascript/cookie_popup/img/overlay_bg.png') repeat;
    z-index: 1000;
}

#cookie_popup {
    display: block;
    width: 440px;
    padding: 40px;
    background-color: #fff;
    position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -260px;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.6);
       -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.6);
            box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.6);
    text-align: center;
}

#cookie_popup #popup_accept_btn {
    display: inline-block;
    color: #969696;
    background-color: #333333;
    text-transform: uppercase;
    font-size: 14px;
    padding: 3px 10px;
    font-weight: bold;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    margin-top: 20px;
    text-decoration: none;
}

#cookie_popup #popup_accept_btn:hover {
    color: #fff;
    text-decoration: none;
}

#cookie_popup #popup_close_btn {
    display: block;
    width: 26px;
    height: 26px;
    background: url('/lib/javascript/cookie_popup/img/close.png');
    position: absolute;
    top: 5px;
    right: 5px;
}

#cookie_popup #cookie_text {
    margin: 0;
    font-family: Tahoma, Helvetica, sans-serif !important;
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
    color: #4c4c4c;
}

#cookie_popup #cookie_text a {
    text-decoration: none !important;
    font-weight: bold;
    color: #4c4c4c;
}

#cookie_popup #cookie_text a:hover {
    text-decoration: underline;
}
*/


/*#cookie_popup_overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url('/lib/javascript/cookie_popup/img/overlay_bg.png') repeat;
    z-index: 5000;
}*/

#cookie_popup {
    display: block;
    width: 800px;
    padding: 10px 1050px;
    background-color: #fff;
    position: fixed;
    bottom: 0px;
    left: 50%;
    margin-left: -1450px;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.8);
       -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.8);
            box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.8);
    text-align: center;
    z-index: 15000;
}

#cookie_popup #popup_accept_btn {
    font-weight: bold;
    font-size: 11px;
    color: #4c4c4c;
}

#cookie_popup #popup_accept_btn:hover {
    text-decoration: underline;
}

#cookie_popup #popup_close_btn {
    display: block;
    width: 16px;
    height: 16px;
    background: url('/libs/cookie_popup/img/close.png');
    position: absolute;
    top: 10px;
    right: 960px;
}

#cookie_popup #cookie_text {
    margin: 0;
    font-size: 11px;
    line-height: 14px;
    color: #4c4c4c;
    display: inline;
}

#cookie_popup #cookie_text a {
    font-size: 11px;
    text-decoration: none !important;
    font-weight: bold;
    color: #4c4c4c;
}

#cookie_popup #cookie_text a:hover {
    text-decoration: underline !important;
}
