@charset "utf-8";

#cookies_alert_container {
	position:fixed;
	height:140px;
	width:225px;
	bottom:0px;
	left:0px;
	z-index:99999;
}

/*///////////////*/
/*info button*/
#cookies_alert_container div.button_info {
	display:block;
	
	position:absolute; 
	top:66px;
	left:-1px;
	z-index:1; 
	
	width:75px; 
	height:75px; 
	
	background-repeat:no-repeat;
}

#cookies_alert_container div.button_info.blue {
	background-image:url(images/button_info_blue.png);
}

#cookies_alert_container div.button_info.yellow {
	background-image:url(images/button_info_yellow.png);
}

#cookies_alert_container div.button_info.grey {
	background-image:url(images/button_info_grey.png);
}

#cookies_alert_container div.button_info a {
	display:block;
	width:45px;
	height:45px;
	margin-top:30px;
}
/*info button*/
/*///////////////*/

/*///////////////*/
/*content*/
#cookies_alert_container div.content_holder {
	position:relative; 
	height:0px; 
	width:0px; 
	
	margin-left:0px; 
	margin-top:139px; 
	
	line-height:11px;
	
	background:url(images/cookie_background.png) no-repeat bottom left;
}

#cookies_alert_container div.content_cookies {
	background-color:transparent !important;
	height:110px;
	width:195px;
	font-size:11px;
	text-align:center;
	padding:15px;
}

#cookies_alert_container div.content_cookies a {color:#7777777;}

#cookies_alert_container div.content_title {
	font-size:11px;
	color:#777777;
}

#cookies_alert_container div.content_title2 {
	font-size:12px;
	text-align:center;
	margin-top:15px;
	width:200px;
	margin-bottom:5px;
}

#cookies_alert_container div.content_buttons {
	width:280px;
}

#cookies_alert_container div.content_buttons a.agree {
	display:block;
	float:left;
	
	width:75px;
	height:18px;
	
	background:url(images/button_agree.png) no-repeat;
	
	font-size:11px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	
	padding-top:5px;
	margin-left:5px;
	margin-top:5px;
}
#cookies_alert_container div.content_buttons a.agree:hover {
	background:url(images/button_agree_hover.png) no-repeat;
}

#cookies_alert_container div.content_buttons a.disagree {
	display:block;
	float:left;
	
	font-size:11px;
	color:#777777;
	
	margin-top:10px;
	margin-left:38px;
}

/*content*/
/*///////////////*/

/*///////////////*/
/*disclamer*/
#cookies_alert_disclamer {
	position:absolute;
	width:100%;
	height:100%;
	z-index:99999;
	top:0px;
	
	background-image:url(images/popup_bg.png);
}

#cookies_alert_disclamer div.content_cookies {
	display:block;
	position:fixed;
	left:50%;
	top:50%;

	width:600px;
	height:400px;
	
	margin-left:-300px;
	margin-top:-200px;

	background:url(images/popup_content_bg.png) no-repeat; padding:10px; 
}

#cookies_alert_disclamer div.content_cookies table, #cookies_alert_disclamer div.content_cookies td{
	border:none !important;
	color:#000 !important;
	font-family:Arial, Helvetica, sans-serif;
	line-height:14px !important;
	padding:10px;
	margin-top:30px;
	margin-bottom:30px;
	line-height:15px;
	font-size:12p;
}

/*disclamer*/
/*///////////////*/