/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */

.cc-cookies {
    position: fixed;
    left: 10px;
    bottom: 3px !important;
    width: 99%;
    padding: 1em;
    background: #000;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    z-index: 99999;
    text-align: left;
    border: 1px solid #FFF;
}

.cc-policy {
    display: inline-block;
    max-width: 860px;
}

.cc-cookies a, .cc-cookies a:hover {
    color: #fff;
    text-decoration: underline;
}

    .cc-cookies a:hover {
        text-decoration: none;
    }

.cc-overlay {
    height: 100%;
    padding-top: 25%;
}

.cc-cookies-error {
    float: left;
    width: 90%;
    text-align: center;
    margin: 1em 0 2em 0;
    background: #fff;
    padding: 2em 5%;
    border: 1px solid #ccc;
    font-size: 18px;
    color: #333;
}

    .cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
        width: 100%;
    }

    .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline {
        background: #af3b3b;
        margin-left: 0.5em;
    }

.cc-cookies a.cc-cookie-reset {
    background: #f15b00;
}

.cc-cookies a:hover.cc-cookie-accept, .cc-cookies-error a:hover.cc-cookie-accept, .cc-cookies a:hover.cc-cookie-decline, .cc-cookies-error a:hover.cc-cookie-decline, .cc-cookies a:hover.cc-cookie-reset {
}

.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline {
    display: block;
    margin-top: 1em;
}

.cc-cookies.cc-discreet {
    width: auto;
    padding: 0.5em 1em;
    left: auto;
    top: auto;
}

    .cc-cookies.cc-discreet a.cc-cookie-reset {
        background: none;
        text-shadow: none;
        padding: 0;
        text-decoration: underline;
    }

    .cc-cookies.cc-discreet a:hover.cc-cookie-reset {
        text-decoration: none;
    }

.cc-cookies .cc-container {
    margin: 0 auto;
    text-align: center;
    display: block;
}

.cc-cookies a.cc-cookie-accept {
    border: 1px solid white;
    color: #fff;
    cursor: pointer;
    height: 25px;
    line-height: 25px;
    padding: 0 10px 0 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.cc-cookies a.cc-cookie-decline {
    background: url("/Scripts/JQuery-CookieCuttr/cookie-button-decline.png") no-repeat scroll 0px 0px transparent;
    border: medium none;
    color: white;
    cursor: pointer;
    float: left;
    height: 25px;
    line-height: 25px;
    margin-top: 2px;
    padding: 0 10px 0 15px;
    text-decoration: none;
    text-transform: uppercase;
}

.cc-cookies a:hover.cc-cookie-decline {
    background: url("/Scripts/JQuery-CookieCuttr/cookie-button-decline.png") no-repeat scroll 0px -26px transparent;
}

.cc-cookies a:hover.cc-cookie-accept {
    background-color: white;
    color: #000;
}
