/* ************************************************************************************ */
/* CSS settings for Cookies Implied Consent Div                                         */
/* ************************************************************************************ */
.cookies
{
    display: none;
    position: fixed;
    width:100%;
    text-align:center;
    z-index:0;
    line-height:2.5em;
    background-color:#333333;
    color: #666666;
    top: 0px;           /* Always top of view screen */
    /*bottom:0px;         /* Always bottom of view screen */
	left:0px;
}

#aboutcookieslink
{
    color: White;
}

#cookiesinner img
{
    padding-left:10px;
    vertical-align:text-bottom;
}

#designteclink
{
    color: #666666; 
}