/*
This file includes the following files:
 - /core/css/cookie.css
*/

/* ---------- Start /core/css/cookie.css ---------- */
@media screen,print {

.has_cookie_policy_banner body {
	padding-top: 33px;
}

#cookie_policy_banner {
	padding: 10px 0;
	background: #E5E5E5;
	border-bottom: 1px solid #c2c2c2;
	position: absolute;
	top: 0;
	width: 100%;
}
	#cookie_policy_banner p {
		width: 980px;
		margin: 0 auto;
		color: #7a7a7a;
		font-size: 12px;
		position: relative;
	}
	#cookie_policy_banner a {
		color: #005494;
	}
	#cookie_policy_banner #cookie_policy_banner_close {
		position: absolute;
		right: 0;
		display: block;
		height: 20px;
		width: 20px;
		background: url(/core/images/cookie_bar_close.gif);
		top: -4px;
		text-indent: -99999px;
	}


}
/* ---------- End /core/css/cookie.css ---------- */

