/*
//EU PRIVACY AND COOKIE LAWS WIDGET (in affect as of May 26th 2012)
//This widget will give a notice to allow you to opt-in to allowing the website to set cookies.
//"cookieUrl" needs to point to a script that sets a cookie to show acceptance and so other
//scripts can check against it before setting other cookies.
//
//Written and coded by Luke Wilson for the WebBoss system.
//May 24th 2012
//YOU MAY NOT COPY AND/OR MODIFY THIS CODE WITHOUT EXPRESS WRITTEN CONSENT OR PERMISSION FROM WEBBOSS LTD
//www.webbossuk.com
*/


#eu-cookies-show {
    position: fixed;
    bottom: 0;
    right: 25px;
    height: auto;
    width: auto;
    border: 1px solid #333333;
    background-color: #2A2A2A;
    border-radius: 5px 5px 0 0;
    overflow: auto;
    text-align: justify;
    font-size: small;
    padding: 3px;
    color: white;
    box-shadow: #333333 0 0 8px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

#eu-cookies {
    position: fixed;
    bottom: 0;
    right: 10px;
    height: auto;
    width: 200px;
    border: 1px solid #333333;
    background-color: #2A2A2A;
    border-radius: 5px 5px 0 0;
    overflow: auto;
    text-align: justify;
    font-size: small;
    padding: 3px;
    color: white;
    box-shadow: #333333 0 0 8px;
    padding-left: 10px;
    padding-right: 10px;
}

#hide-notice {
    float: right;
    cursor: pointer;
}

#top-text, #long-text {
    clear: both;
}

#cookie-header {
    font-size: larger;
    font-weight: bold;
    text-align: center;
}

#read-links {
    clear: both;
    width: 100%;
    float: right;
}

#readMore, #readLess {
    float: right;
    color: #0099FF;
    cursor: pointer;
}

#cookie-button {
    text-align: center;
}

#acceptCookies {
    border-radius: 5px;
    padding: 3px;
    margin-top: 0;
    cursor: pointer;
}

#acceptedCookies {
    border-radius: 5px;
    padding: 3px;
    margin-top: 0;
    cursor: pointer;
}

#privacy-link {
    color: #0099FF;
}