.cwcookielaw { 
	background-image: url('/images/cookielawscript/bg.png'); 
	background-repeat: repeat-x; 
	height: 53px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	z-index: 1000; 
	width: 100%; 
	position: fixed; 
	bottom: -10px;
	left: 0;
	display: none; 
	line-height: 14px; 
} 

.cwcookielaw p { 
	padding: 15px 0 0 0; 
	margin: 0; 
	float: left; 
	color: #fff; 
	line-height: 14px; 
} 

.cwcookielaw .cwallowcookies,
.cwcookielaw .cwcookiesmoreinfo { 
	width: 57px; 
	height: 20px; 
	float: right; 
	margin: 10px 0 0 5px; 
	padding: 5px 0 0 12px; 
	color: #ff0000;
	background-color: #fff; 
	text-decoration: none;
} 

.cwcookielaw .cwcookiesmoreinfo {
	padding: 5px 8px 0 12px; 
}

.cwcookielaw .cwcookiesmoreinfo:hover,
.cwcookielaw .cwallowcookies:hover { 
	color: #000;
} 
	
.cwcookielaw .cwcookiecontainer { 
	width: 890px; margin: auto; position: relative;
} 
.cwcookielawbg { 
	height: 47px; 
	display:none; 
} 

.cwcookielaw .cwcookiebubble { 
	background-image: url('/images/cookielawscript/bubble.png'); 
	background-repeat: no-repeat; 
	position: absolute; 
	width: 291px; 
	height: 132px; 
	right: -5px; 
	top: -170px; 
	padding: 21px 24px 10px 24px; 
	display: none; 
	cursor: pointer; 
} 

.cwcookiebubble .cwcookietitle { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	margin-bottom: 10px; 
	color: #000; 
	float:left;
} 

.cwcookiebubble p { 
	margin: 0; 
	padding: 0;
	color: #000; 
	line-height: 14px;
	float: left;
}

.cwcookiebubble a { 
	text-decoration: underline; 
	color: #000;
}