.cookies_info a {
    color: #D52932;
    text-decoration: underline;
    }
.cookies_info a:hover {
    color: #D52932;
    text-decoration: none;
    }    
.cookies_info {
    padding: 10px 20px;
    text-align: center;
    font-size: 12px;
    
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 80%, #eef0ef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%,#ffffff), color-stop(100%,#eef0ef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 80%,#eef0ef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 80%,#eef0ef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 80%,#eef0ef 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 80%,#eef0ef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eef0ef',GradientType=0 ); /* IE6-9 */
    }
.cookies_info * {
    font-size: 12px !important;    
    }
.cookies_info>div {
    margin: 0 auto;
    width: 980px;
    }    
.cookies_info p {
    float: left;
    width: 750px;
    line-height: 20px;
    text-align: left;
    padding: 0;
    margin: 0;
    }    
.cookies_info a {
    float: right;
    width: 150px;
    text-align: right;
    line-height: 20px;
    }
.cookies_info a.close {
    float: right;
    width: 20px;
    background: url('/img/bck_cookie_close.png') 85% 50% no-repeat;
    line-height: 20px; 
    padding: 0 0 0 25px;
    font-size: 1px;
    color: #fff;
    }  
.clear {
    clear: both;
    font-size:0 ;
    height: 0;
    line-height: 0;
    }