#cccwr div {
    font: 11px/16px Arial, sans-serif;
    margin: 0;
    text-align: left;
	line-height: 1.3;
}
#cccwr label {
    font: 11px/16px Arial, Helvetica, sans-serif;
}
#cccwr #ccc-icon {
    bottom: 0;
    cursor: pointer;
    display: none;
    left: 0;
    position: fixed;
    z-index: 9999;
}
#ccc-icon button {
    background: url("../../img/c_bug.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    height: 55px;
    width: 90px;
}
#ccc-icon button:focus {
	outline: none;
}
#ccc-icon button span {
    visibility: hidden;
}
.ccc-left #ccc-icon.ccc-triangle button {
    background-position: 0 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;
}
#cccwr #ccc-icon.ccc-diamond button {
    background-position: 0 0 !important;
}
#cccwr .ccc-go #ccc-icon.ccc-diamond button {
}
#cccwr .ccc-go #ccc-icon.ccc-diamond button:focus {
	outline: none !important;
}
#cccwr.ccc-right {
    left: auto;
    right: 0;
}
#cccwr.ccc-right .ccc-go #ccc-icon.ccc-diamond button {
    background-position: 0 0 !important;
}
#cccwr.ccc-right #ccc-icon.ccc-diamond button {
    background-position: 0 0 !important;
}
#cccwr.ccc-right #ccc-icon {
    left: auto;
    right: 0;
}
.ccc-widget {
    bottom: 55px;
    display: none;
    left: 70px;
    position: fixed;
    z-index: 9999;
}
#cccwr.ccc-right .ccc-widget {
    left: auto;
    right: 70px;
}
.ccc-outer {
    border: 3px solid #0576b7;
	background: url("../../img/header_bg.png") no-repeat scroll 0 0;
	background-color: #000;
    border-radius: 5px 5px 5px 5px;
    bottom: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    color: #FFF;
    left: 0;
    width: 200px;
}
.ccc-expand, .ccc-close, .ccc-inner h2 {
	background:transparent url(../../img/close_x.png) no-repeat 0 0;
	border: none; 
}
.ccc-inner {
    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: 5px;
    text-indent: -999em;
    top: 5px;
    width: 13px;
}
.ccc-close:focus{
	outline: none;	
}
.ccc-inner h2 {
	font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0;
    padding: 10px 9px 8px 70px;
}
.ccc-inner p {
    margin: 5px 0 8px;
    padding: 0;
	font-size: 1em;
	line-height: 1.5;
	font: 11px/16px Arial, Helvetica, sans-serif;
}
.ccc-inner ul {
    margin: 8px 0;
    padding: 0 0 0 12px;
}
.ccc-inner a {
    color: #fff;
	font-weight: bold;
}
.ccc-inner a, .ccc-inner a:hover {
    text-decoration: none;
}
.ccc-intro p a:hover{
	opacity: 0.5;	
}
#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: #142963;
    border-color: #0576b7;
    width: 100%;
}
.ccc-expanded {
    display: none;
}
.ccc-expand {
    background: none repeat scroll 0 0 #142963;
    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-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    left: 50%;
    line-height: 25px;
    margin-left: -40px;
    position: absolute;
    text-align: center;
    text-indent: 0;
    width: 85px;
    z-index: -1;
}
.ccc-expand:focus {
	outline: none;
}
.ccc-expand:focus {
	outline: none;
}
.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 {
}
#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-image: 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-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;
	border-radius: 5px;
}
#cccwr #cctoggle {
    background: url("../../img/slide_button.png") no-repeat scroll 0 0 transparent;
    color: white;
    display: inline-block;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    width: 180px;
    border-radius: 5px;
}
.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;
}
a:hover, a:active, a:visited {
	border: none;
}

@media (max-width: 399px) { 	
	#cccwr #ccc-icon {
    	position: relative;
	}
	#ccc-icon button {
    	background: url("../../img/c_bug.png") no-repeat;
    	border: 0 none;
    	background-size: contain;
    	height: 35px;
    	width: 50px;
	}
	#cccwr #ccc-icon.ccc-diamond button {
		background-position: bottom left !important;
	}	
	.ccc-widget {
   		bottom: 60px;
    	left: 20px;
	}
}