/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */

#cookiedingsbums {color:#f2f6f9; text-decoration:none;}

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

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

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

#cookiedingsbums { 
   outline: 1px solid #7b92a9; 
   text-align:right; 
   border-top:1px solid #fff;
   background: #00A3C8; 
   background: -moz-linear-gradient(top, #00A3C8 0%, #10b5da 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00A3C8), color-stop(100%,#10b5da)); 
   background: -webkit-linear-gradient(top, #00A3C8 0%,#10b5da 100%); 
   background: -o-linear-gradient(top, #00A3C8 0%,#10b5da 100%);
   background: -ms-linear-gradient(top, #00A3C8 0%,#10b5da 100%); 
   background: linear-gradient(to bottom, #00A3C8 0%,#10b5da 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#00A3C8', endColorstr='#10b5da',GradientType=0 ); 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:12px; 
   line-height:16px;}

#cookiedingsbumsCloser {
   color: #777;
   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, #ced6df0%, #10b5da 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#10b5da)); 
   background: -webkit-linear-gradient(top, #ced6df0%,#10b5da 100%); 
   background: -o-linear-gradient(top, #ced6df0%,#10b5da 100%); 
   background: -ms-linear-gradient(top, #ced6df0%,#10b5da 100%); 
   background: linear-gradient(to bottom, #ced6df0%,#10b5da 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ced6df', endColorstr='#10b5da',GradientType=0 ); 
 }

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