﻿/* ON PAGE */
.DivEUCD{
	position: fixed;
	width: 100%;
	min-width:300px;
	height: auto;
	bottom: 0px;
	left: 0px;
	border: 1px solid #841414;
	background-color: rgba(255,255,255,0.9);
	z-index:99999999999999999;
	display:none;
}
.DivEUCDfooter{
	position: relative;
	width: 100%;
	min-width:300px;
	height: auto;
	margin-top: 25px;
	margin-bottom:20px;
	left: 0px;
	border-top: 2px solid #841414;
	background-color: rgba(255,255,255,1);
	z-index:1;
	float:none;
	clear:both;
}

.DivEUCDText{
	position: relative;
	width:50%;
	min-width:200px;
	max-width:530px;
	left: auto; right:auto;margin:auto;
	overflow:hidden;	
}
.EUCDText{
	position: relative;
	width:auto;
	clear:both;
	top:0px;
	padding: 0px;
	margin:  1px 1px 1px 1px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	text-align: center;
	display:block;
}
.EUCDInfo{
	position: absolute;
	width: 40px;
	height: 40px;
	top: -25px;
	left: 5px;
	float: left;
}

.EUCDClose{
	position: absolute;
	width: 40px;
	height: 40px;
	top: -25px;
	right: 5px;
	float: right;
}
.EUCDImg {
	width: 40px;
	height: 40px;
}
.DivEUCDInfo {
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100vh;
	border: 1px solid #841414;
	background-color: rgba(255,255,255,0.8);
	z-index:999999999999999999;
	display:none;
}

/** POLICY AND TERMS **/
.DivEUCDmenu{
	position: fixed;
	width: 100%;
	min-width: 300px;
	height: 155px;
	left: 0px;
	top: 0px;
	background-color: rgba(230,228,228,0.9);
	z-index: 1;
	float: none;
	clear: both;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #c2c2c2;
}
.EUCDH2 {
	font-size: 26px;
	font-weight: bold;
	margin: 15px;
	color: #707070;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.EUCDTPClose {
	position: relative;
	width: 60px;
	height: 60px;
	top: 0px;
	right: 25%;
	float: right;
}
.EUCDTPImg {
	width: 60px;
	height: 60px;
}
.DivEUCDHolder{
	position: relative;
	width: 100%;
	max-width: 1000px;
	min-height: 100vh;
	margin: auto;
	margin-top: 155px;
	left: auto;
	right: auto;
	top: 0px;
	background-color: #E7EDF5;
	border-radius: 25px;
}
#EUCDDIVTABLE {
	width:100%;
	max-width: 600px;
	min-width:300px;
	text-align:center;margin:auto;padding:auto;position:relative;
}
#EUCDTABLE {
	width: 100%;
	max-width: 600px;
	min-width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:20px;
	color:#396fa2;	
}
.EUCDCELL {
	border: 6px solid #E7EDF5;
	padding: 10px;
	border-radius: 15px;
	background-color: #ffffff;
}
.EUCDLineH {
	line-height:22px;
	font-size:16px;
	margin-bottom: 15px;
	color:#396fa2;
	padding-bottom: 20px;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-bottom-color: #396fa2;
	padding-top: 10px;
}
.EUCDH {
	line-height:22px;
	font-size:16px;
	margin-bottom: 15px;
	color:#396fa2;
	padding-top: 10px;
}




.EUCDLineHTitle {
	font-size: 24px;
	line-height:30px;
	letter-spacing: 2px;
	font-weight:bold;
}
.EUCDCELLTOP {
	color: #ffffff;
	background-color: #396fa2;
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.EUCDLI {
	text-align: left;
	color: #2C567C;
	list-style-type: none;
	padding-bottom: 11px;
}



.Hand{cursor:pointer;cursor:hand;}
	
a.contentlink {	border-width: 1px;	color: #841414;	border-bottom-style: dotted;}
a.contentlink:visited {color: #841414;}
a.contentlink:active {color: #841414;}
a.contentlink:hover {border-style: none; color: #FFFFFF; background:#841414}
