/*cookies banner*/

#gm-cookies *{
	font-family: Trebuchet MS,sans-serif
}

#gm-cookies {
    background-color: #F7F7F7;
    border: 1px solid #CCCCCC;
    display: none;
    margin-top: 10px;
    padding: 5px 0;
    text-align: left;
	margin-bottom: 5px;
}
.cookies-title {
    border-right: 1px solid #E6E6E6;
    display: inline-block;
    padding-left: 10px;
    width: 165px;
    line-height: 300px;
    vertical-align: top;
    height: 96px;
}
#gm-cookies .cookies-title span {
    color: #888888;
    display: block;
    font-size: 19px;
    line-height: 19px;
    text-shadow: 1px 1px #FFFFFF;
    text-transform: uppercase;
}
#gm-cookies p {
    color: #333333;
    display: inline-block;
    font-size: 12px;
    margin: 5px 0 5px 15px;
    width: 620px;
	line-height: 18px;
}
#gm-cookies .cookies-title a {
    color: #004488;
    display: block;
    font-size: 13px;
    line-height: 13px;
    margin-right: 5px;
	margin-top: 2px;
}
#gm-cookies .gm-cookies-continue-button:hover {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #666666;
    color: #222222;
}
#gm-cookies .gm-cookies-continue-button {
    background: none repeat scroll 0 0 #E6E6E6;
    border: 1px solid #CCCCCC;
    color: #333333;
    cursor: pointer;
    float: right;
    font-size: 19px;
    height: 30px;
    margin-right: 10px;
    margin-top: 7px;
    width: 60px;
}

/* nowa wersja cookies*/
#cookie-gm-new {
    display: none;
    position: fixed;
    top: 0px;
    z-index: 1000000;
    width: 100%;
    text-align: left;
    line-height: 18px;
    padding: 10px 0px;
    background: rgba(230, 230, 230, 0.9) none repeat scroll 0px 0px;
    font-size: 12px;
}

#cookie-gm-new a {
    color: #004488 !important;
}

#cookie-gm-new-inner {
    margin: 0px auto;
    width: 936px;
}

#cookie-gm-new-button {
    float: right;
    border: 1px solid #cccccc;
    background: #f7f7f7 none repeat scroll 0px 0px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 20px;
    cursor: pointer;
}

#cookie-gm-new-button:hover {
    border-color: #666;
}

#cookie-gm-new-text-container {
    margin-right: 90px;
}

h4#cookie-gm-new-text-header {
    font-weight: bold;
    margin: 0px 0px 5px;
    font-size: 14px;
    line-height: 16px;
}

h4#cookie-gm-new-text-header span {
    font-size: 12px;
}