﻿#cookie_box{
	/* Changable styles :: START */
	
	border:			1px solid #dfdfdf;
	background:		#e1e1e1;
	color:			#000;
	position: fixed;
	width: 100%;
	z-index: 2147483647;
	min-height: 80px;
	bottom: 0;
	opacity: 0.90;
	font-family: Arial;
	/* Changable styles :: END */
	/*width:200px;height:auto;min-height:200px;padding:10px;z-index:999999999999;position:absolute;top:5px;left:-222px;transition: left .3s ease-in-out;-moz-transition: left .3s ease-in-out;-webkit-transition: left .3s ease-in-out;font-size:11px;font-family:'Segoe UI','Helvetica Neue',sans-serif;*/
}

.cookie-content {
	float: left;
	font-size: 13px;
	margin: 5px 0 0 0;
	text-wrap: normal;
	line-height: 1.6em;
}

.cookie-header {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.6em;
}

.cookie-content a{ font-size: inherit;text-decoration: none;color: #CB0D13;line-height: inherit;background: none; }

#cookielink {
	width: 40px;
}

#cookielink div {
	margin: 20px 10px 15px 10px;
}

#cookietable {
	width: 920px;
	margin: 10px auto 10px auto;
}

#cookieOkBtn {
	
	cursor: pointer;
	background-color: #b6272b;
	background: -webkit-linear-gradient(#ea2d34 ,#ea2d34 , #b6272b); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ea2d34 ,#ea2d34 , #b6272b); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ea2d34, #ea2d34, #b6272b); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ea2d34 ,#ea2d34 , #b6272b);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea2d34', endColorstr='#b6272b');
	color: #fff;
	padding: 10px 15px;
	font-size: 15px;
	border-radius: 10px;
	text-decoration: none;
	font-weight: bold;
}

/*#cookie_box:hover, #cookie_box.hover{left:0px;}
#cookie_box.blur{left:-222px;}
#cookie_box b{font-size:13px;}
#cookie_box a{ font-size: inherit;font-family: inherit;text-decoration: none;color: #CB0D13;line-height: inherit;background: none; }
#cookie_btn{width:30px;height:100px;background:url('https://themes.danaweb.dk/misc/cookie-law/cookie.jpg');position:absolute;top:-1px;right:-31px;z-index:-10;}*/