/*cookiepaginas styling*/

/* cookie bar */
.cookie-bar {
	background: url("cookie-bar-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-image: url("/themes/Reference/lib/cookie-bar-bg.png"); /* For <=IE8 */
	bottom: 0;
	color: #fff;
	font-size: 13px;
	font-weight: 100;
	left: 0;
	padding: 0.5em 0;
	position: fixed;
	text-align: center;
	top: auto;
	width: 100%;
	z-index: 99999;
}

.cookie-accept,
.cookie-explain {
	background: none repeat scroll 0 0 #7DAF3B;
	color: #fff;
	display: inline-block;
	padding: 0.5em 0.75em;
	text-decoration: none;
}

.cookie-explain {
	background-color: #1994D4;
}

.cookie-accept:hover, 
.cookie-explain:hover {
	background: none repeat scroll 0 0 #000;
}
.cookie-explain { 
	margin-left: 0.5em;
}

.cookie-bar a, .cookie-bar a:hover {
	color: #fff;
	text-decoration: none;
}