#cookies_info_box {
	width: 100%;
	background-color: #eee;
	border-top: 1px solid #333;
	position: fixed; 
	bottom: 0; 
	color: #666;
	font-size: 10px;
	font-family:verdana;
	line-height: 1.5em;
	display: none;
}

	#cookies_info {
		
		padding: 0 1em;
	}
	
		#cookies_info p {
			float:left;
		}
		
		#cookies_info p a {
			border-bottom: 1px dotted #AEAEAE;
			color: #958A70 !important;
		}
			
		#cookies_info  p a:hover {
			color: #9F5625 !important;
		}

#accept_cookie_rules {
	display: block;
	float:right;
	height: 19px;
	width: 20px;
	overflow: auto;
	cursor: pointer;
	margin: 1.5em 0 0 0;
	padding: 0;
	background-image: url('../www/images/btn-close.png')
}

#accept_cookie_rules:hover {
	background-position: -30px 0;
}

#cookies_info a, .cookies_policy_link {
	text-decoration: none;	
	color: #f00;
}

#cookies_policy_text  {
	font-family: Tahoma, Verdana, Helvetica, Sans Serif;
	margin: 3em auto;
	padding: 0;
	font-size: .8em;
	color: #fff;
	text-align: justify;
	line-height: 1.5em;
	width: 960px;
}

	#cookies_policy_text h2  {
		margin-bottom: 1.5em;
		font-size: 1.5em;
	}

	#cookies_policy_text a  {
		color: #fff;
		float: right;
		margin: 1.5em 0 0 0;
		display: inline-block;
		text-decoration: none;
		font-weight: bold;
	}
	
		#cookies_policy_text a:hover  {
			text-decoration: underline;
		}