/* -------------START-------------------------- cookie info ---------------START-------------------*/

#cookiedingsbums a {color:#4d4d4d; text-decoration:none;}

#cookiedingsbums a:hover {text-decoration:underline;}

#cookiedingsbums div {padding:10px; padding-right:40px;}

#cookiedingsbums {
   font: Fujiyama, Helvetica, Arial, sans-serif;
   text-align:center;
   border-top:0.5px solid #fff;
   background: #d6e0eb;
   background: -moz-linear-gradient(top, #ebebeb 0%, #ebebeb 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#ebebeb));
   background: -webkit-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
   background: -o-linear-gradient(top, #ebebeb 0%,#ebebeb 100%);
   background: -ms-linear-gradient(top, #ebebeb 0%,#ebebeb 100%);
   background: linear-gradient(to bottom, #ebebeb 0%,#ebebeb 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#ebebeb', endColorstr='#ebebeb',GradientType=0 );
   position:fixed;
   bottom:0px;
   z-index:10000;
   width:100%;
   font-size:18px;
   line-height:22px;
   color: #4d4d4d;
   box-shadow: 5px 5px 5px 10px rgba(0,0,0,0.2);

   }

#cookiedingsbumsCloser {
   color: #4d4d4d;
   font: Fujiyama, Helvetica, Arial, sans-serif;
   font-size: 22px;
   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;
   border-radius: 4px;
   padding:4px;
   background: #DD7C00; /* Old browsers */
   background: -moz-linear-gradient(top, #ebebeb%, #ebebeb 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#ebebeb));
   background: -webkit-linear-gradient(top, #ebebeb%,#f27100 100%);
   background: -o-linear-gradient(top, #ebebeb%,#ebebeb 100%);
   background: -ms-linear-gradient(top, #ebebeb%,#ebebeb 100%);
   background: linear-gradient(to bottom, #ebebeb%,#ebebeb 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ebebeb', endColorstr='#ebebeb',GradientType=0 );
 }

#cookiedingsbumsCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}

/* -------------END-------------------------- cookie info ---------------END-------------------*/
