﻿#cookieWarningInc {
	/*background-color:#000000;*/
	background: url(../Images/EUCookie/cookie_bg.png) 0 0 repeat;
	width:100%;
	position:fixed;
	bottom:0;
	left:0;
	z-index:999;
}
#cookieWarning {
	width:999px;
	margin:0 auto;
	position:relative;
}
.cookieTitle {
	background:url(../Images/EUCookie/cookie_title.png) 0 0 no-repeat;
	width:103px;
	height:38px;
	overflow:hidden;
	display:inline-block;
	text-indent:-1000px;
	float:left;
	margin:10px 0 10px 30px
}
#cookieWarning p {
	float:left;
	width:500px;
	margin:10px 0 0 50px;
	color:#ffffff;
	font-size:11px;
	line-height:14px;
}
a#cookie-close-button {
	background:url(../Images/EUCookie/close_cookie_btn.png) left top no-repeat;
	width:64px;
	height:21px;
	overflow:hidden;
	text-indent:-1000px;
	display:block;
	white-space:nowrap;
	position:absolute;
	left:840px;
	top:30px;
}
a#cookie-close-button:hover {
	background-position:left bottom;
}
a.readMoreBtn {
	background:url(../Images/EUCookie/yellow-cookie-arrow.png) right center no-repeat;
	padding-right:20px;
	color:#C2C333;
	text-decoration:none;
	cursor:pointer;
	position:absolute;
	left:840px;
	top:10px;
}
a.readMoreBtn:hover {
	text-decoration:underline;
}
#cookieWarning p a, #cookieWarning p a:link, #cookieWarning p a:active{
color:#ffffff;
text-decoration:underline;	
}
#cookieWarning p a:hover{
	color:#b23427;
}
