div#cookie-bar {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	padding: 10px 440px 10px 49px;
	border-bottom: 1px solid #b8b8b8;
	line-height: 17px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: black;
	min-height: 20px;
	
	background-color: #fef1b6;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #fef1b6),
		color-stop(1, #fae692)
	);
	background-image: -o-linear-gradient(top, #fef1b6 0%, #fae692 100%);
	background-image: -moz-linear-gradient(top, #fef1b6 0%, #fae692 100%);
	background-image: -webkit-linear-gradient(top, #fef1b6 0%, #fae692 100%);
	background-image: -ms-linear-gradient(top, #fef1b6 0%, #fae692 100%);
	background-image: linear-gradient(top, #fef1b6 0%, #fae692 100%);
	
	font: 12px/16px Tahoma,Arial,sans-serif;
 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fef1b6', endColorstr='#fae692');
	zoom:1;
}
 
div#cookie-bar a {
	color: blue;
	text-decoration: underline;
}

div#cookie-bar a:hover {
	color: blue;
	text-decoration: none;
}
 
div#cookie-bar span.cookie-buttons {
	display: block;
	padding: 5px 5px 5px 0;
	position: absolute;
	right: 0;
	top: 0;
}
 
div#cookie-bar span.cookie-buttons button { margin: 0 4px 0 0; overflow: visible; padding: 4px; }
 
div#cookie-bar i.icon {
	float: left;
	margin: -5px 0 -5px -39px;
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-right: 15px;
	background: url(cookie-information.png) no-repeat center center;
	position: absolute;
	top: 11px;
}

.cookie-explanation-container {
	margin: -1px;
	border: 1px dashed black;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.05);
	display: block;
	font: 12px/16px Tahoma,Arial,sans-serif;
}
 
.cookie-explanation {
	clear: left;
	display: block;
	text-align: center;
	position: relative;
	color: black;
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
	padding: 0 10px 0 44px;
	background: url(cookie-explanation.png) no-repeat 10px center;
}
 
.cookie-explanation button { display: block; margin-top: 5px; font-style: normal; padding: 4px; }
 
.cookie-protection { display: none; }
 
body.cookies-request div#cookie-bar { display: block; }
body.cookies-request .cookie-explanation button { display: none; }
 
@media only screen and (max-width : 1024px){
	div#cookie-bar { padding-right: 15px; position: absolute; }
	div#cookie-bar span.cookie-buttons{ position: relative; top: auto; }
}
