@charset "utf-8";
/* CSS Document */

#cookiedingsbums a {color:#fff; text-decoration:none;  font-size:13px; font-weight: bold; margin-right:20px;}

#cookiedingsbums a:hover {text-decoration:underline;}

#cookiedingsbums div {padding:10px; padding-left:30px; padding-right:60px; color: #fff;}

#cookiedingsbums { 
   outline: 0px solid #ccc; 
   text-align:left; 
   border-top:1px solid #fff;
   background: #00599d; 
 /*  background: -moz-linear-gradient(top, #d6e0eb 0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6e0eb), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
   background: -ms-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #d6e0eb 0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#d6e0eb', endColorstr='#f2f6f9',GradientType=0 ); */
   position:fixed;
   bottom:0px; 
   z-index:100000000; 
   width:100%; }
   
   #cookiedingsbums p{ 
   font-size:13px; 
   line-height:1.1em;
   color: #fff !important;
margin-bottom:10px !important;}

#cookiedingsbumsCloser {
color: #00599d;
   font: 14px/100% arial, sans-serif; font-weight: bold;
   position: absolute;
   right: 10px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 10px;
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #c9b39e; 
   border-right:1px solid #c9b39e; 
   padding:10px;
   margin-left:10px;
   background: #fff; /* Old browsers */
    /*background: -moz-linear-gradient(top, #ced6df0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -ms-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #ced6df0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 ); */
 }

#cookiedingsbumsCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #c9b39e; border-left:1px solid #c9b39e;}