/* COOKIES */

#cookies-message {
	margin-top: 20px;
	padding: 20px; 
	font-size: 12px; 
	line-height: 22px;  
	text-align: center; 
	position: fixed; 
	bottom: 0px;
	left: 0; 
	background-color: #000; 
	width: 220px; 
	z-index: 999;
	color: #FFF;
	opacity: 0.9;
	-webkit-box-shadow: 0px -2px 5px rgba(0, 0, 0, 1.0);
	-moz-box-shadow:    0px -2px 5px rgba(0, 0, 0, 1.0);
	box-shadow:         0px -2px 5px rgba(0, 0, 0, 1.0);
	transition: all 0.2s ease-out 0.2s;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	transition: all 0.2s ease-out 0.2s;
}
#cookies-message div.links {
	padding-top: 10px;
	display: block;
}
a#accept-cookies-checkbox {
	background: #C00 url(../img/close.png) no-repeat 90% 50%; 
	padding: 5px 10px 5px 5px; 
	color: #FFF;   
	display: inline-block;  
	text-decoration: none;
	margin-top: 10px; 
	cursor: pointer;
	letter-spacing: 0.06em;
	font-size: 11px;
	transition: all 0.2s ease-out 0.2s;
	width: 135px
}
#cookies-message a.link-more {
	background-color: #222; 
	padding: 5px 10px; 
	color: #FFF;   
	display: inline-block;  
	text-decoration: none; 
	cursor: pointer;
	letter-spacing: 0.06em;
	font-size: 11px;
	transition: all 0.2s ease-out 0.2s;
	width: 135px;
	background-image: none;
	font-family: Arial;
	height: auto;
	clear: both;
}
#cookies-message a.link-more:hover, a#accept-cookies-checkbox:hover  {
	background: #F00;
	transition: all 0.2s ease-out 0.2s;
}

a#accept-cookies-checkbox:hover {
	background: #F00 url(../img/close.png) no-repeat 90% 50%;
}