﻿div.cookie{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
div.cookie h4{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	border:0;
	margin:0;
	padding:0;
	text-shadow:none;
	text-transform:none;
	background:none;
	border:none;
	text-align:left;
	line-height:1;
}
div.cookie p a{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: underline;
	font-weight:normal;
}

/*
	FLAG BOTTOM LEFT
*/
div.cookieFlag{
	position:fixed;
    bottom:0;
    left:0;
    width:59px;
    height:59px;
    z-index:1000;
    background-image: url('/gfx/cookie/popup-label.png');
    background-repeat:no-repeat;
}
div.cookieFlag:hover, div.cookieFlag.active{
    background-image: url('/gfx/cookie/popup-label-active.png');
}
div.cookieFlag:hover{
	cursor: pointer;
	cursor: hand;
}

/*
	TOOLTIP
*/
.cookieToolTip{
	position:fixed;
    bottom:16px;
    left:7px;
    width:305px;
    height:142px;
	background-image: url('/gfx/cookie/popup-peech-block.png');
	background-repeat:no-repeat;
	z-index: 1200;
}
.cookieToolTip .inner{
	padding: 28px;
	color:#b1b1b1;
}
.cookieToolTip .inner p{
	margin:10px 0;
	line-height:16px;
	text-align:left;
}

.cookieToolTip .closer{
	position: absolute;
	top: 26px;
	right: 26px;
	background:none;
}

.cookiePopup{
	color: #3a3a3a !important;
}
.cookiePopup a {
	color: #D32435;
}
.cookiePopup .intro{
	line-height:23px;
	margin-left:70px;
	margin-right:50px;
	height: 60px;
	margin-top:12px;
	font-size:15px;
	text-align:left;
	font-weight:normal;
	color:#3a3a3a !important;
}
.cookiePopup .option{
	line-height:23px;
	text-align:left;
}
.cookiePopup .option .title{
	background: #F3F3F3;
	padding: 3px;
	width:500px;
	overflow:auto;
	border:none;
	margin:0;
}
.cookiePopup .option .title h4{
	color: #0086cb;
	display: inline;
	width:300px;
	float:left;
	font-weight:normal;
	line-height:23px;
}
.cookiePopup .option a{
	color:#489d2c;
	font-size:11px;
}
.cookiePopup {
	font-size:12px;
	line-height:20px;
}
.cookiePopup hr{
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border: 0;
	margin-bottom: 10px;
}
.cookiePopup .right{
	float: right;
	width:105px !important;
	position: static !important;
	overflow: visible !important;	
}
.cookiePopup .right label{
	width:105px;	
	float:none;
	text-align:left;
	padding:0;
	font-weight:normal;
	margin:0;
}
.cookiePopup .right input {
    margin: 3px;
    padding: 0;
    width: auto;
}
.cookiePopup .right button{
	width: 80px;
	height: 28px;
	line-height: 1;	
}

/*
	cookie_lightbox
*/

#cookie_overlay {
	position:fixed;
	top:0;
	height:100%;
	width:100%;
	background:rgb(0,0,0);
	background:rgba(0,0,0,.8);
	z-index:20000;
}
#cookie_lightbox {
	position:absolute;
	top:0;
	left:0;
	width:770px;
	height:200px;
	z-index:20001;
	padding:10px 25px 25px;
	background:#FFF;
	
	background-image: url('/gfx/cookie/lightbox-label.png');
	background-repeat:no-repeat;
	background-position: left top;
}
#target_cookie {
	position:relative;
	padding: 10px;
}
#cookie_lightbox #cookie_close {
	display:block;
	position: absolute;
	background: url('/gfx/cookie/lightbox-close.png');
	background-repeat:no-repeat;
	top: -14px;
	right: -14px;
	width: 28px;
	height: 28px;
	text-decoration:none;
}