/* COOKIES */

#cookiedingsbums a {color:#000; text-decoration:underline;}

#cookiedingsbums a:hover {text-decoration:underline;}

#cookiedingsbums div {padding:14px; padding-right:40px;}

#cookiedingsbums { 
   outline: 1px solid #ffffff; 
   text-align: left; 
   border-top: 1px solid #fff;
   background: #abcc37; /*b91610;  */
   background: -moz-linear-gradient(top, #abcc37 0%, #bd1a1a 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#abcc37), color-stop(100%,#abcc37)); 
   background: -webkit-linear-gradient(top, #abcc37 0%,#abcc37 100%); 
   background: -o-linear-gradient(top, #abcc37 0%,#abcc37 100%);
   background: -ms-linear-gradient(top, #abcc37 0%,#abcc37 100%); 
   background: linear-gradient(to bottom, #abcc37 0%,#abcc37 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#abcc37', endColorstr='#abcc37',GradientType=0 ); 
   position: fixed;
   bottom: 0px; 
   z-index: 10000; 
   width: 100%; 
   font-size: 14px; 
   color: #000;
   line-height: 20px;}

#cookiedingsbumsCloser {
   color: #ff0051;
   font: 14px/100% arial, sans-serif;
   /* font: 14px/100% arial, sans-serif; */
   position: absolute;
   right: 5px;
   text-decoration: none;
   /* text-shadow: 0 1px 0 #fff; */
   top: 5px;
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #7b92a9; 
   border-right:1px solid #7b92a9; 
   padding:4px;
   background: #ced6df; /* Old browsers */
   background: -moz-linear-gradient(top, #abcc37%, #bd1a1a 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#abcc37), color-stop(100%,#abcc37)); 
   background: -webkit-linear-gradient(top, #abcc37%,#abcc37 100%); 
   background: -o-linear-gradient(top, #abcc37%,#abcc37 100%); 
   background: -ms-linear-gradient(top, #abcc37%,#abcc37 100%); 
   background: linear-gradient(to bottom, #abcc37%,#abcc37 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#abcc37', endColorstr='#abcc37',GradientType=0 ); 
 }

#cookiedingsbumsCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #abcc37; border-left:1px solid #abcc37;}