/*BOF COOKIE CONSENT*/
#cookie_info_wrapper { 
	width:700px; 
	border:0px solid #000; 
	position:fixed;
	z-index:5000;
	
	text-align:left;
	font-size: 12px;
	font-family:Verdana, Geneva, sans-serif;

	bottom:0; 
	left:0; 
	right:0;
	margin: 0 auto; 
	
	-webkit-border-radius: 5px;	
	-moz-border-radius: 5px;	
	border-radius: 5px; 
	
	color: #444;
	background: rgb(227, 230, 232) transparent;
	background: rgba(227, 230, 232, 0.95);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#efe3e6e8, endColorstr=#efe3e6e8);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#efe3e6e8, endColorstr=#efe3e6e8)";
}
#cookie_info_container { padding:15px 15px 15px 100px; font-size:12px; background:url(../images/cookie-icon.png) no-repeat 28px 32px;}
#cookie_info_actions_wrapper, 
#cookie_info_actions_wrapper_hidden { position: relative; left: 0; top: 0; }
#cookie_info_actions_wrapper_hidden { display:none;}
#cookie_info_more, 
#cookie_info_hide { position: absolute; right: 10px; top: 10px; color: #444; font-size: 12px; font-weight: normal; text-decoration: underline; }
#cookie_info_hide { display:none;}



#cookie_info_wrapper p.padding_left { padding:0 0 0 25px;}
#cookie_info_wrapper h1 { font-size:16px; font-weight:bold;}
#cookie_info_wrapper h2 { font-size:14px; font-weight:bold; }
#cookie_info_wrapper hr {border-color: #595858;  border-image: none;  border-left: 0 dotted;  border-right: 0 dotted;  border-style: dotted none none;  border-width: 1px 0 medium; margin:15px 0; padding:0;}
#cookie_info_wrapper a.btn { font-weight:normal; font-size:13px; color:#FFF; text-decoration:none; text-shadow: 1px 1px 3px #383838; line-height:25px; background:#1e93d1; margin:0; padding:3px 9px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; behavior: url(PIE.htc); }
#cookie_info_wrapper a.btn:hover { background:#888888}
/*EOF COOKIE CONSENT*/

