/* EU Coookie Style */
#eu-cookie{ 
	position:fixed; 
	bottom:35px; 
	left:10px; 
	background:url(bg.png) repeat; 
	color:#fff; 
	-webkit-background-clip: padding-box; /* fix WebKit background bleed on border-radius */
	    -webkit-border-radius-top-left: 5px; /* pre-Safari 5, delete unused */
	   -webkit-border-radius-top-right: 5px;
	-webkit-border-radius-bottom-right: 5px;
	 -webkit-border-radius-bottom-left: 0px;
	                -moz-border-radius: 6px 6px 6px 0px;
	                     border-radius: 6px 6px 6px 0px;
	width:200px;
	font-size:12px;
	line-height:1.5em;
	z-index:9999;
}
#eu-cookie h2{
	font-size:15px;
	margin:0;
	padding:0;
}
#eu-cookie a, #eu-cookie a:visited{
	color:#f0942b;
	text-decoration:none;
}
#eu-cookie a:hover{
	text-decoration:underline;
}
#eu-cookie a#accept-cookie{
	background:#37C41A;
	color:#fff;
	padding:5px;
	display:block;
	text-decoration:none;
	text-align:center;
	margin-top:10px;
}
#eu-cookie .padding{
	padding:15px;
}
#eu-cookie .show-more{ 
	display:none; 
	padding-top:10px;
}
#eu-cookie a#toggle-view{
	position:absolute;
	bottom:-28px;
	background:url(bg.png) repeat; 
	color:#fff;
	padding:5px 10px;
	text-decoration:none;
	left:0;
	-webkit-background-clip: padding-box; /* fix WebKit background bleed on border-radius */
	    -webkit-border-radius-top-left: 0px; /* pre-Safari 5, delete unused */
	   -webkit-border-radius-top-right: 0px;
	-webkit-border-radius-bottom-right: 5px;
	 -webkit-border-radius-bottom-left: 5px;
	                -moz-border-radius: 0px 0px 5px 5px;
	                     border-radius: 0px 0px 5px 5px;
	
}
#eu-cookie a#close{
	background:url(close.png) no-repeat;
	position:absolute;
	width:16px;
	height:16px;
	top: 4px;
	right: 4px;
}
.eu-cookie a{
	background:url(cookie.png) no-repeat;
	width:61px;
	height:59px;
	text-indent:-999em;
	position:fixed;
	bottom:0;
	left:0;
	display:none;
}