.cookie_cst {
	background-color: #fff;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 10px 0;
	font-size: 0.85em;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
	z-index: 999;
}
.cookie_cst .container .clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
}
.cookie_cst .container {
	padding: 0 15px;
	width: 980px;
	margin: 0 auto;
}
.cookie_cst .cookie_cst_left {
	float: left;
	color: #555;
}
.cookie_cst .cookie_cst_left p {
	margin: 0;
}
.cookie_cst .cookie_cst_left a {
	color: #555;
	text-decoration: underline;
}
.cookie_cst .cookie_cst_left a:hover {		
	color: #555;
	text-decoration: none;
}
.cookie_cst .cookie_cst_right {
	float: right;
	text-align: right;
}
.cookie_cst .cookie_cst_right span {
	color: #555;
	background-image: url("/images/cookie_decline.png");
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 14px auto;
	padding: 4px 0 4px 33px;
	cursor: pointer;
}
.cookie_cst .cookie_cst_right span:hover {
	color: #555;
	text-decoration: underline;
}