body, html {
	margin: 0;
}

img { 
	border: 0;
}

.hidden {
	display: none;	
}

.clear {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


#bottom-line {
	position: fixed;
	display: none;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #636262;
}
#bottom-line-inner {
	position: relative;
	width: 960px;
	height: 36px;
	margin: 0 auto;
}	
#bottom-line-control {
	position: absolute;
	top: 0;
	left: 0;
	width: 52px;
	height: 100%;
	z-index: 1;
}
#bottom-line-control-left {
	position: relative;
	float: left;
	width: 7px;
	height: 100%;
	background: url("../images/bottom-line-decorator-left-bg.png") no-repeat;
}
#bottom-line-control-button {
	position: relative;
	float: left;
	height: 100%;
	width: 39px;
	/**/
}
#bottom-line-control-button ul {
	margin: 0; 
	padding: 0;
	float: left;	
	list-style: none;
	height: 100%;
	width: 39px;
}
#bottom-line-control-button ul li {
	margin: 0;
	padding: 0;
	height: 100%;
	display: none;
}
#bottom-line-control-button ul li a {
	height: 100%;
	display: block;
	cursor: pointer;
	background: url("../images/bottom-line-arrows.png") no-repeat;
	text-indent: -999em;
}
#bottom-line-control-button ul li.control-show a {
	background-position: 0px -36px;
}


#bottom-line-control-button ul.showing li.control-hide {
	display: block;	
}
#bottom-line-control-button ul.hiding li.control-show {
	display: block;	
}

#bottom-line-control-right {
	position: relative;
	float: left;
	width: 6px;
	height: 100%;
	background: url("../images/bottom-line-decorator-right-bg.png") no-repeat;
}

#bottom-line-main {
	position: absolute;
	bottom: 0;
	left: 46px;
	width: 914px;
	height:36px;
	z-index: 2;
	overflow: hidden;
}
#bottom-line-main-modules {
	position: relative;
	float: left;
	width: 908px;
	height: 35px;
	padding-top: 1px;
	background: url("../images/bottom-line-bg.png") repeat-x;
}
#bottom-line-main-right {
	position: relative;
	float: left;
	width: 6px;
	height: 100%;
	background: url("../images/bottom-line-decorator-right-bg.png") no-repeat;
}
.bottom-line-main-module {
	margin: 0;
	float: left;
	background: url("../images/bottom-line-sep.png") repeat-y;
	padding-left: 2px;
}
#bottom-line-title {
	width: 140px;	
	text-align: center;
}
#bottom-line-title h4 {
	margin: 0;
	line-height: 35px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;	
}
#bottom-line-meter {
	position: relative;
	width: 488px;
	padding-bottom: 1px;
	
}
#bottom-line-meter p {
	/*display: block;*/
	display: none;
	margin: 0;
	height: 35px;
	line-height: 35px;
	padding-left: 45px;
	background: url("../images/bottom-line-icons.png") 0px -1px no-repeat;
}

#bottom-line-meter p span#unbranded {
	display: none;	
}

#bottom-line-meter p span#meter {
	color: #81b32c;
}
#bottom-line-meter p span#meter span {
	font-weight: bold;
	letter-spacing: -2px;	
	padding-right: 3px;
	
}
#bottom-line-meter p span#co2 {
	color: #5b8923;	
	font-size: 11px;
	padding-left: 2px;
	font-weight: bold;
}
#bottom-line-share {
	width: 270px;	
	
}
#bottom-line-share p {
	margin:0; 
	padding: 0 10px 0 20px;
	float: left;	
	line-height: 35px;
	text-transform: uppercase;
}
#bottom-line-share ul {
	margin: 0; 
	padding: 0;
	float: left;	
	list-style: none;
}
#bottom-line-share ul li {
	margin: 0;
	padding: 0; 
	width: 16px;
	height: 16px;
	padding: 10px 0 9px 0;
	margin-left: 10px;
	float: left;	
	overflow: hidden;
}
#bottom-line-share ul li a {
	display: block;
	height: 16px;
	text-indent: -999px;
	background-image: url("../images/bottom-line-linksx.png");
}
#bottom-line-share ul li a#share-googleplus {
	background-position: 0px 0px;
}
#bottom-line-share ul li a#share-linkedin {
	background-position: -30px 0px;
}
#bottom-line-share ul li a#share-twitter {
	background-position: -59px 0px;
}
#bottom-line-share ul li a#share-facebook {
	background-position: -88px 0px;
}


#gdpr-sticky {
	position: fixed;
	display: none;
	left: 0;
	width: 100%;
	margin: 0 auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #636262;
	background-color: #eee;
	top:0;
	z-index:100;
	border: 1px solid #bbb;
}
#gdpr-sticky-inner {
	position: relative;
	width: 100%;
	height: 36px;
	margin: 0 auto;
}	
#gdpr-sticky-control {
	position: absolute;
	top: 0;
	left: 0;
	width: 52px;
	height: 100%;
	z-index: 1;
}
#gdpr-sticky-control-button {
	position: relative;
	float: left;
	height: 100%;
	width: 39px;
	/**/
}
#gdpr-sticky-control-right {
	position: relative;
	float: left;
	width: 6px;
	height: 100%;
}

#gdpr-sticky-main {
	position: absolute;
	bottom: 0;
	/*left: 46px;*/
	width: 100%;
	height:36px;
	z-index: 2;
	overflow: hidden;
}
#gdpr-sticky-main-modules {
	position: relative;
	float: left;
	text-align: center;
	width: 100%;
	height: 35px;
	padding-top: 1px;
}
#gdpr-sticky-main-right {
	position: relative;
	float: right;
	width: 36px;
	padding-right: 1em;
	height: 100%;
	z-index: 10;
}
.gdpr-sticky-main-module {
	margin: 0;
	float: left;
	padding-left: 2px;
}
#gdpr-sticky-title {
	width: 100%;	
	text-align: center;
}
#gdpr-sticky-title h4 {
	margin: 0;
	line-height: 35px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	width: 100%;
}

#gdpr-sticky-close {
	margin-top: 7px;
	z-index: 10;
}
