body{font-family:Arial,Helvetica,sans-serif; line-height:1.3}

h1, h2, h3, h4, h5, h6{margin:0}
h1{font-size: 125%}
h2{font-size: 120%}
h3{font-size: 115%}
h4{font-size: 110%}
h5{font-size: 105%}
h6{font-size: 100%}

input, select, textarea{font-size:100%; font-family:Arial,Helvetica,sans-serif}
img{border-width:0}

form, p, pre{margin:0; padding:0}

ul, li{margin-top:0; margin-bottom:0}

#layernoscript{ width:98%; height:40px; background-color:#FFF; position:absolute; top:10px; left: 1%; margin: 0; border:2px dashed red; text-align:center; padding-top:8px; z-index:1000}

.txtStd{color:#000}
.txtStd a{color:#27B; text-decoration:underline}
.txtStd a:hover{color:#27B}
.txtStdB{font-weight:bold}

.txtnoscript{color:#F00; font-weight:bold}
.txtnoscript a{text-decoration:underline}

.LClear{clear:both; height:0; overflow:hidden; font-size:0%; width:1px}

.LClearL{clear:left; height:0; overflow:hidden; font-size:0%}
.LC, .LCs{clear:both}
.LCs, .spacer{font-size:0%; overflow:hidden}

.fl{float:left; display:inline}
.fr{float:right; display:inline}

.s1{height:1px}
.s1grey{height:1px; background:#999}
.s2{height:2px}
.s4{height:4px}
.s6{height:6px}
.s8{height:8px}
.s10{height:10px}
.s12{height:12px}
.s16{height:16px}
.s20{height:20px}
.s24{height:24px}
.s28{height:28px}
.s32{height:32px}
.wSpacer6{
	width:6px;
	height:5px;
}
.wSpacer20{
	width:20px;
	height:5px;
}

.MinHeight{width:0px; overflow:hidden; font-size:0%; float:left}
#cookiesAllow{
	position:fixed;
	width:100%;
	z-index:10000;
	background-color:#928F83;
	color:#FFF;
	top:0;
	padding:6px 10px 6px 10px;
	font-size:12px;
	text-align:center;
	box-sizing:border-box
}
	#cookiesAllow .rel{
		padding-right:330px;
		position:relative;
		font-family:Arial !important;
	}
	
	#cookiesAllow .btns{
		position:absolute;
		right:0;
		top:0;		
	}
	
		#cookiesMoreInfos{
			color:#9f0021;
			background-color:#FFF;
			cursor:pointer;
			border-radius: 3px;
			padding: 0 5px;
			display:inline-block;
			float:right;
			text-decoration:none !important;
			font-family:Arial !important
		}
		
		#cookiesAllowBtn{
			float:right;
			text-decoration:none;
			background-color:#FFF;
			cursor:pointer;
			color:#9f0021;
			border-radius: 3px;
			padding: 0 5px;
			display:inline-block;
			margin-left:10px;
			font-family:Arial !important		
		}
		
	@media only screen and (max-width: 1100px){
		#cookiesAllow .rel{
			padding-right:0
		}
		
		#cookiesAllow .btns{
			position:static;
			padding-top:10px;
			text-align:center
		}
			#cookiesAllow .btns a{
				float:none
			}
			
		#cookiesAllowBtn{
			margin-right:10px !important;
			margin-left:0 !important
		}
	}
	
	@media only screen and (max-width: 600px){
		#cookiesAllow .btns a{
			display:block;
			margin:0 auto 6px !important;
			padding:4px 0;
			max-width:240px;
		}	
	}
	
	
#cookieUserOptions{
	padding:20px;
	background-color:#f2ecde;
	border:2px solid #928f85;
	border-radius:4px;
	margin:10px 0
}

	#cookieUserOptions .title{
		margin: 0 0 7px 0;
		color: #9F001F;
		font-size: 20px;
		font-weight: normal;
		font-family: MetaBookRoman,Arial;
	}
	
	#cookieUserOptions .line{
		margin:16px 0
	}
	
	#cookieUserOptions input[type="button"]{
		padding:8px 20px !important
	}
	
	#resultCookieUserOptions{
		margin-top:10px;
		padding:8px 0 0 0;
		color:#9F001F;
		display:none;
		font-size:16px;
	}