/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */

.cc-cookies { width: 930px; max-height: 70px; min-height: 70px; overflow: visible; margin: 0 auto; 
    color: #cccccc; font-size: 11px!important; font-weight: normal; text-shadow: 0 -1px 0 rgba(0,0,0,0.35); text-align: left; background: transparent; }
.cc-cookies p { margin-top: 15px; margin-left: 10px; display: block; float: left; width: 750px; font-size: 11px!important;}
.cc-cookies .cookieButton { float: right; margin-top: 20px; margin-right: 10px;  }
.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
    { display: inline-block; color: #fff; text-decoration: none; background: url('http://bowersandwilkins.custhelp.com/euf/assets/themes/bowers/images/CookieContinueButton.png') center no-repeat; font-size: 12px; width: 129px; height: 26px; text-align: center; padding-top: 12px; }
.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  { color: fff;  /*-o-transition: background 0.1s ease-in; -webkit-transition: background 0.1s ease-in; -moz-transition: background 0.2s ease-in;*/ text-decoration: none; background: url('http://bowersandwilkins.custhelp.com/euf/assets/themes/bowers/images/CookieContinueButton-roll.png') center no-repeat; font-size: 12px; width: 129px; height: 26px; text-align: center; padding-top: 12px; }
.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; }

@media screen and (max-width: 768px) {
.cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset { display: block; margin: 1em 0; }
}

@media screen and (max-width: 480px) {
.cc-cookies { position: relative; float: left; }
}