#cookiesBar {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    color: #414141;
    font: 400 normal 11px/1em Arial, sans-serif;
    width: 100%;
    padding: 10px 0;
	overflow: hidden;
    
    background: #ebebeb;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0%, #fff), color-stop(100%, #ebebeb));
        background-image: -webkit-linear-gradient(#fff, #ebebeb);
        background-image: -moz-linear-gradient(#fff, #ebebeb);
        background-image: -o-linear-gradient(#fff, #ebebeb);
        background-image: -ms-linear-gradient(#fff, #ebebeb);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ebebeb);
        background-image: linear-gradient(#fff, #ebebeb);
}

#cookiesBar a {
    color: #414141;
    border-bottom: 1px dotted #aeaeae;
}
#cookiesBar a:hover { color: #aeaeae; }

#cookiesBar p {
    margin: 2px 0;
    line-height: 16px;
    font-size: 12px;
    font-family: times;
	letter-spacing: 0;
}

#cookiesBarWrap {
    width: 840px;
    margin: 0 auto;
    position: relative;
}
#cookie_img {

 background: url("img/cookie.png") left center no-repeat;
 float: left;
 width: 40px;
 min-height: 37px;
}
#cookie_tresc {
    float:left;
    margin-left: 10px;

}
#cookiesBarClose {
    display: block;
    width: 20px;
    height: 19px;
    background: url("img/btn-close.png") 0 0 no-repeat;
    text-indent: -999em;
    position: absolute;
        top: 9px;
        right: 0;
}
a#cookiesBarClose { border: 0; }
#cookiesBarClose:hover { background-position: -30px 0; }



@media (max-width: 1000px) {
	
	#cookie_img {
		display:none;
	}
	
	#cookiesBar p {
		text-align:center !important;
		margin-right: 30px !important;    
	}

	#cookiesBarWrap {
		width: 90% !important; 
	}
	
	#cookiesBar {
        top: 0 !important;
    }
	
}
