/**
 * RRCookies
 */
#RRCookies {
	background: #E5E5E5;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	font-family: Tahoma;
	z-index: 25;
}

#RRCookies table {
	border: 0px;
	margin: 15px auto;
	width: 800px;
}

#RRCookies table td.text {
	padding-right: 20px;
	line-height: 14px;
	font-size: 11px;
	color: #848484;
}

#RRCookies table td.text a {
	color: #000000;
}

#RRCookies table td.text a:hover {
	text-decoration: underline;
}

#RRCookies table td.button a {
	background: #000000;
	width: 84px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
	display: block;
}

#RRCookies table td.button a:hover {
	background: #3a3a3a;
}