div#cccwr div {
    font: 11px/16px sans-serif;
    margin: 0;
    text-align: left;
}
div#cccwr #ccc-icon {
    bottom: 0;
    cursor: pointer;
    display: none;
    left: 0;
    position: fixed;
    z-index: 9999;
}
div#ccc-icon button {
    background: url(images/ccc-icons.png) no-repeat scroll 0 0 transparent;
    border: 0 none;
    height: 62px;
    width: 62px;
}
div#ccc-icon button span {
    visibility: hidden;
}
.ccc-left #ccc-icon.ccc-triangle button {
    background-position: -62px 0 !important;
}
.ccc-left .ccc-go #ccc-icon.ccc-triangle button {
    background-position: -62px -62px !important;
}
.ccc-right #ccc-icon.ccc-triangle button {
    background-position: -124px 0 !important;
}
.ccc-right .ccc-go #ccc-icon.ccc-triangle button {
    background-position: -124px -62px !important;
}
div#cccwr #ccc-icon.ccc-diamond button {
    background-position: 10px 0 !important;
}
div#cccwr .ccc-go #ccc-icon.ccc-diamond button {
    background-position: 10px -62px !important;
}
div#cccwr.ccc-right {
    left: auto;
    right: 0;
}
div#cccwr.ccc-right .ccc-go #ccc-icon.ccc-diamond button {
    background-position: 0 -62px !important;
}
div#cccwr.ccc-right #ccc-icon.ccc-diamond button {
    background-position: 10px 0 !important;
}
div#cccwr.ccc-right #ccc-icon {
    left: auto;
    right: 0;
}
.ccc-widget {
    bottom: 35px;
    display: none;
    left: 70px;
    position: fixed;
    z-index: 9999;
}
div#cccwr.ccc-right .ccc-widget {
    left: auto;
    right: 70px;
}
.ccc-outer {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #b72681;
    border-radius: 5px 5px 5px 5px;
    bottom: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    color: #888888;
    left: 70px;
    width: 200px;
}
.ccc-expand, .ccc-close, .ccc-inner h2 {
    background:;
    border: 0 none;
}
.ccc-inner {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 0;
    position: relative;
    z-index: 2;
}
.ccc-content {
    padding: 5px 10px 10px;
}
.ccc-icon {
    background-position: 0 -18px;
    height: 34px;
    left: 0;
    position: absolute;
    text-indent: -999em;
    top: 0;
    width: 40px;
}
.ccc-close {
    background-position: 0 -40px;
    border: 0 none;
    height: 13px;
    position: absolute;
    right: 11px;
    text-indent: -999em;
    top: 11px;
    width: 13px;
}
.ccc-inner h2 {
    background-color: #b72681;
    background-position: 9px 6px;
    border-radius: 3px 3px 0 0;
    color: #FFFFFF;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0;
    padding: 10px 9px 8px 44px;
}
.ccc-inner p {
    margin: 5px 0 8px;
    padding: 0;
}
.ccc-inner ul {
    margin: 8px 0;
    padding: 0 0 0 12px;
}
.ccc-inner a {
    color: #b72681;
}
.ccc-inner a, .ccc-inner a:hover {
    text-decoration: none;
}
#cccwr button {
    cursor: pointer;
}
.ccc-inner .ccc-button {
    background-color: #666666;
    border: 1px solid #666666;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 2px #FFFFFF inset;
    color: #FFFFFF;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 3px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
}
.ccc-inner .ccc-browser {
    background-color: #b72681;
    border-color: #b72681;
    width: 100%;
}
.ccc-expanded {
    display: none;
}
.ccc-expand {
    background: none repeat scroll 0 0 #b72681;
    border: 0 none;
    border-radius: 0 0 5px 5px;
    bottom: -25px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    cursor: pointer;
    font-size: 1em;
    left: 50%;
    line-height: 25px;
    margin-left: -40px;
    position: absolute;
    text-align: center;
    text-indent: 0;
    width: 80px;
    z-index: 1;
}
.ccc-inner .ccc-about {
    margin: 0;
    position: relative;
    text-align: right;
    top: 5px;
}
.ccc-about small {
    font-size: 10px;
}
#cccwr.ccc-left .ccc-outer, #cccwr.ccc-left .ccc-inner {
    border-radius: 5px 5px 5px 0;
}
#cccwr.ccc-left .ccc-expand {
    left: 0;
    margin-left: 0;
    right: auto;
}
#cccwr.ccc-right .ccc-outer, #cccwr.ccc-right .ccc-inner {
    border-radius: 5px 5px 0 5px;
}
#cccwr.ccc-right .ccc-expand {
    left: auto;
    right: 0;
}
#cccwr.ccc-dark .ccc-outer {
    background: none repeat scroll 0 0 rgba(20, 20, 20, 0.9);
    border-color: #000000;
    border-radius: 5px 5px 5px 0;
    color: #FFFFFF;
}
#cccwr.ccc-dark.ccc-right .ccc-outer {
    border-radius: 5px 5px 0 5px;
}
#cccwr.ccc-dark .ccc-inner {
    background: none repeat scroll 0 0 transparent;
}
#cccwr.ccc-dark .ccc-inner p {
    color: #FFFFFF;
}
#cccwr.ccc-dark .ccc-inner h2 {
    background-color: transparent;
    background-position: 9px -54px;
    background-repeat: no-repeat;
}
#cccwr.ccc-dark .ccc-content {
    padding-top: 0;
}
#cccwr.ccc-dark .ccc-expand {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 rgba(20, 20, 20, 0.9);
    border-color: -moz-use-text-color #000000 #000000;
    border-image: none;
    border-right: 1px solid #000000;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    height: 27px;
    padding-top: 0;
}
#cccwr.ccc-dark .ccc-close {
    background-position: 0 -100px;
}
#cccwr #ccc-cookies-switch {
    display: none;
    height: 30px;
    overflow: hidden;
    width: 180px;
}
#cccwr #cctoggle {
    background:;
    color: white;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 28px;
    width: 180px;
}
.cctoggle-on {
    background-position: 100% 0 !important;
}
#cccwr #ccc-implicit-warning {
    display: none;
}
#cccwr #ccc-explicit-checkbox {
    display: none;
}
#cccwr .cctoggle-text-off {
    padding-left: 20px;
}
#cccwr .cctoggle-text-on {
    padding-left: 70px;
}