﻿#cookiesBar {
	border-top: 1px solid #d7d7d7;
    color: #414141;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 11px;
	color:#f5f5f5;
    width: 100%;
    padding: 10px 0;
    position: relative;
    left: 0;
    top:0;
    z-index: 9999;
    background: url("../files/back.gif") repeat;
}

#cookiesBar a {
	color:#f5f5f5;
    border-bottom: 0px;
    text-decoration: none;
}
#cookiesBar a:hover { color:#f5f5f5; text-decoration:underline}

#cookiesBar p {
    margin: 2px 0;
    line-height: 1;
    margin-left: -40px;
}

#cookiesBarWrap {
    width: 900px;
    margin: 0px auto;
  	text-align:center;
    position: relative;
}

#cookiesBarClose {
    display: block;
    width: 18px;
    height: 13px;
    background: url("../files/btn-close.png") 0 0 no-repeat;
    text-indent: -999em;
    position: absolute;
        top: 6px;
        right: 0;
}
a#cookiesBarClose { border: 0; }
#cookiesBarClose:hover { background-position: -21px 0; }