﻿div.cookieBar {
    width: 100%;
    height: 65px;
    margin: 0px;
    padding: 2px 0px 8px 0px;
    background-color: rgba(0, 60, 115, 0.8);
    position: relative;
    top: 0px;
    left: 0px;
}
    div.cookieBar div.cookieBarInner {
        width: 1050px;
        margin: 0px auto;
        padding: 0px 40px;
    }
        div.cookieBar div.cookieBarInner .left {
            width: 75%;
            padding: 8px 5% 0px 0px;
            float: left;
        }
            div.cookieBar div.cookieBarInner .left p {
                width: 100%;
                margin: 0px;
                color: #FFFFFF;
            }
                div.cookieBar div.cookieBarInner .left p a {
                    color: #FFFFFF;
                }
        div.cookieBar div.cookieBarInner .right {
            width: 15%;
            padding: 0px 0px 0px 5%;
            float: right;
        }
            div.cookieBar div.cookieBarInner .right .cookieBarButton {
                height: 14px;
                margin: 30px 0px 0px 0px;
                padding: 5px 15px 11px 15px;
                color: #FFFFFF;
                font-size: 1.25em;
                font-weight: bold;
                text-decoration: none;
                background-color: #0078C8;
                background: -moz-linear-gradient(top, #0078C8 0%, #2C9CDC 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0078C8), color-stop(100%,#2C9CDC)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #0078C8, #2C9CDC 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #0078C8 0%, #2C9CDC 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #0078C8 0%, #2C9CDC 100%); /* IE10+ */
                background: linear-gradient(to bottom, #0078C8 0%, #2C9CDC 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078C8', endColorstr='#2C9CDC',GradientType=0 ); /* IE6-9 */
                border: solid 1px #0078C8;
                border-radius: 3px;
                display: inline-block;
                float: right;
            }
            div.cookieBar div.cookieBarInner .right .cookieBarButton:hover {
                background-color: #2C9CDC;
                background: -moz-linear-gradient(top, #2C9CDC 0%, #0078C8 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2C9CDC), color-stop(100%,#0078C8)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #2C9CDC, #0078C8 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #2C9CDC 0%, #0078C8 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #2C9CDC 0%, #0078C8 100%); /* IE10+ */
                background: linear-gradient(to bottom, #2C9CDC 0%, #0078C8 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2C9CDC', endColorstr='#0078C8',GradientType=0 ); /* IE6-9 */
                border: solid 1px #0078C8;
                border-radius: 3px;
                display: inline-block;
                cursor: pointer;
            }

/*html,body
{
	position:	relative;
	margin:		0;
	padding:	0
}

	#cookieBarWrapper
	{
		position:				fixed;
		width:					100%;
		top:					0;
		left:					0;
		height: 				100%;
		background:		url(' ../images/bg_cookie_popup.png') ;
		z-index:				900;
	}
	
		.cookieBar
		{
			position: 				relative;
			top: 					50%;
			left: 					50%;
			margin-left: 			-275px; 
			margin-top: 			-100px; 
			height:					250px;
			width:					550px;	
			padding:				0;
			color:					#333;
			z-index:				901;
			line-height:			21px;
			background: 			#fff;
		}
		
		.cookieBar img
		{
			margin: 20px 200px 10px 20px;
		}
		
		.cookieBar p
		{
			float:					left;
			padding:				8px 20px;
			margin:					0;
			width:					520px;
			color:					#333;
		}
		
		#cookieBarWrapper .cookieBar a
		{
			color:					#0088D6;
			text-decoration:		none;
		}

			#cookieBarWrapper .cookieBar a:hover
			{
				text-decoration:		underline;
			}
		#cookieBarWrapper .cookieBar .cookie_button
		{
			float:					left;
			line-height:			24px;
			margin:					15px 0;
			background-color:		#00a514;
			font-size:				11px;
			text-decoration:		none;
			color:					#fff;
			padding:				0 10px;
			text-transform:			uppercase;
			width:					auto;
			min-width:				50px;
			
			
			text-shadow: 			0 1px 8px #009500;
			
			-moz-box-shadow: 		0 1px 8px rgba(0,0,0,0.3);
			-webkit-box-shadow: 	0 1px 8px rgba(0,0,0,0.3);
			box-shadow: 			0 1px 8px rgba(0,0,0,0.3);
			
			-moz-border-radius:		3px;
			-webkit-border-radius:	3px;
			border-radius:			3px;

			-webkit-transition: 	all 0.12s ease-in;
			-moz-transition: 		all 0.12s ease-in;
			-o-transition: 			all 0.12s ease-in;
			transition: 			all 0.12s ease-in;

			border:					solid 1px #538312;
			background:		 		#64991e;
			background: 			-webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
			background: 			-moz-linear-gradient(top,  #7db72f,  #4e7d0e);
			filter:  				progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
		}
		
			#cookieBarWrapper  .cookieBar .cookie_button:hover
			{
				text-decoration:		none;
				color:					#fff;
				background: 			#538018;
				background: 			-webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
				background: 			-moz-linear-gradient(top,  #6b9d28,  #436b0c);
				filter:  				progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
			}

			#cookieBarWrapper .cookieBar .cookie_button:active
			{
				text-decoration:		none;
				color:					#fff;
				background:				-webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
				background:				-moz-linear-gradient(top,  #4e7d0e,  #7db72f);
				filter:					progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
			}
		#cookieBarWrapper .cookieBar .cookie_button.accept
		{
			margin-right:			50px;
			margin-left: 			65px;
		}
		#cookieBarWrapper .cookieBar .cookie_button.decline
		{
			border: 				solid 1px #a80000;
			background:				 #980000;
			background: 			-webkit-gradient(linear, left top, left bottom, from(#bf0000), to(#800000));
			background: 			-moz-linear-gradient(top,  #bf0000,  #800000);
			filter:  				progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf0000', endColorstr='#800000');
			margin-left: 			40px;
		}
		
			#cookieBarWrapper  .cookieBar .cookie_button.decline:hover
			{
				text-decoration:		none;
				
				background:				#780000;
				background:				-webkit-gradient(linear, left top, left bottom, from(#af0000), to(#680000));
				background:				-moz-linear-gradient(top,  #af0000,  #680000);
				filter:					progid:DXImageTransform.Microsoft.gradient(startColorstr='#af0000', endColorstr='#680000');
			}
			
			#cookieBarWrapper .cookieBar .cookie_button.decline:active
			{
				background-color:		#780000;
				text-decoration:		none;
				background:				-webkit-gradient(linear, left top, left bottom, from(#680000), to(#af0000));
				background:				-moz-linear-gradient(top,  #68000,  #af0000);
				filter:					progid:DXImageTransform.Microsoft.gradient(startColorstr='#68000', endColorstr='#af0000');
			}
		#cookieBarWrapper .cookieBar .cookie_button.moreInfo
		{
			float:					right;
			margin-right:			10px;
			border: 				solid 1px #484848;
			background:				 #555;
			background: 			-webkit-gradient(linear, left top, left bottom, from(#555), to(#333));
			background: 			-moz-linear-gradient(top,  #555,  #333);
			filter:  				progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#333333');
		}
		
			#cookieBarWrapper .cookieBar .cookie_button.moreInfo:hover
			{
				text-decoration:		none;
				
				background:				#333;
				background:				-webkit-gradient(linear, left top, left bottom, from(#444), to(#222));
				background:				-moz-linear-gradient(top,  #444,  #222);
				filter:					progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222');
			}
			
			#cookieBarWrapper .cookieBar .cookie_button.moreInfo:active
			{
				background-color:		#333;
				text-decoration:		none;
				
				background:				-webkit-gradient(linear, left top, left bottom, from(#222), to(#333));
				background:				-moz-linear-gradient(top,  #222,  #333);
				filter:					progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#333333');
			}
			#cookieBarWrapper div.buttons
			{
				float: left;
				width: 520px;
				padding: 0 20px;
			}
			
			#cookieBarWrapper span.privacyPolicyLinktxt
			{
				float: left;
				margin: 0 0 0 20px;
			}*/