@charset "utf-8";

#cookie-bar a {
	color: #9d1b12;
	text-decoration: underline;
}

#cookie-bar a:hover {
	/*text-decoration: underline;*/
}

#cookie-bar div {
	padding: 50px;
	padding-right: 100px;
}

#cookie-bar { 
	/*outline: 1px solid #7b92a9;*/ 
	text-align: right; 
	border-top: 1px solid #999;
	background: #fff; 
	position: fixed;
	bottom: 0px; 
	z-index: 10000; 
	width: 100%; 
	text-transform: uppercase;
	color: #000;	
	font-size: 20px; 
	line-height: 16px;
}

#cookie-barCloser {
	color: #000;
	font: 14px/100% arial, sans-serif;
	position: absolute;
	right: 5px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	top: 5px;
	cursor:pointer;
	border-top:1px solid white; 
	border-left:1px solid white; 
	border-bottom:1px solid #999; 
	border-right:1px solid #999; 
	padding:4px;
	background: #fff; /* Old browsers */
}

#cookie-barCloser:hover {
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}

