/* V.1
#cookie_popup_overlay {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: url('/lib/javascript/cookie_popup/img/overlay_bg.png') repeat;
	z-index: 1000;
}

#cookie_popup {
	display: block;
	width: 440px;
	padding: 40px;
	background-color: #fff;
	position: fixed;
	top: 30%;
	left: 50%;
	margin-left: -260px;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.6);
	   -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.6);
			box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.6);
	text-align: center;
}

#cookie_popup #popup_accept_btn {
	display: inline-block;
	color: #969696;
	background-color: #333333;
	text-transform: uppercase;
	font-size: 14px;
	padding: 3px 10px;
	font-weight: bold;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	margin-top: 20px;
	text-decoration: none;
}

#cookie_popup #popup_accept_btn:hover {
	color: #fff;
	text-decoration: none;
}

#cookie_popup #popup_close_btn {
    display: block;
    width: 26px;
    height: 26px;
    background: url('/lib/javascript/cookie_popup/img/close.png');
    position: absolute;
    top: 5px;
    right: 5px;
}

#cookie_popup #cookie_text {
	margin: 0;
	font-family: Tahoma, Helvetica, sans-serif !important;
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
	color: #4c4c4c;
}

#cookie_popup #cookie_text a {
	text-decoration: none !important;
	font-weight: bold;
	color: #4c4c4c;
}

#cookie_popup #cookie_text a:hover {
	text-decoration: underline;
}
*/


/*#cookie_popup_overlay {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: url('/lib/javascript/cookie_popup/img/overlay_bg.png') repeat;
	z-index: 5000;
}*/

#cookie_popup {
	display: block;
	width: 800px;
	padding: 20px 1050px;
	background-color: #fff;
	position: fixed;
	bottom: 0px;
	left: 50%;
	margin-left: -1450px;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.8);
	   -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.8);
			box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.8);
	text-align: center;
	z-index: 15000;
}

#cookie_popup #popup_accept_btn {
	font-weight: bold;
	font-size: 12px;
	color: #4c4c4c;
}

#cookie_popup #popup_accept_btn:hover {
	text-decoration: underline;
}

#cookie_popup #popup_close_btn {
    display: block;
    width: 16px;
    height: 16px;
    background: url('/lib/javascript/cookie_popup/img/close.png');
    position: absolute;
    top: 20px;
    right: 970px;
}

#cookie_popup #cookie_text {
	margin: 0;
	font-size: 12px;
	line-height: 18px;
	color: #4c4c4c;
	display: inline;
}

#cookie_popup #cookie_text a {
	font-size: 12px;
	text-decoration: none !important;
	font-weight: bold;
	color: #4c4c4c;
}

#cookie_popup #cookie_text a:hover {
	text-decoration: underline !important;
}