#cookiePolitics {
    height: 80px;
    background: url(images/bg.png) repeat-x;
    display: none;
	position: relative;
	z-index: 395;
}
#cookiePolitics .wrapper {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

#cookiePolitics .col {
    float: left;
    overflow: hidden;
    padding-top: 9px;
}

#cookiePolitics .content {
    
    width: 67%;
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
    background-position: 0px 11px;

    padding-left: 7%;
}

#cookiePolitics .info
{
    width: 21%;

}
#cookiePolitics .info ul
{
    list-style: none;
    margin: 8px 0 0 0;
    padding: 0;


}
#cookiePolitics .info ul li
{
    margin: 6px 0;
    

}


#cookiePolitics .info ul li a {
    background-position:  center left;
    background-repeat: no-repeat;
    padding-left: 25px;
	font-size: 12px;
}

#cookiePolitics .info ul li.accept a
{
    background-image: url(images/accept.png);
}
#cookiePolitics .info ul li.more a
{
    background-image: url(images/question.png);
	
}

#cookiePolitics .close
{
    width: 5%;
}
#cookiePolitics .close a
{
    background: url(images/close.png) center center no-repeat;
    height: 20px;
    width: 20px;
    display: block;
    float: right;
    top:  -5px;
    margin-top: 50%;
    position: relative;
}

#cookiePolitics a {
    color: #7d7d7d;
    font-weight: bold;
    text-decoration: none;
    font-style: italic;
}
#cookiePolitics a:hover
{
        color: #222;
}

#cookiePolitics h2 {
    color: #7d7d7d;
    font-size: 18px;
    margin: 8px 0;
}

#cookiePolitics p
{
    font-size: 12px;
    color: #7d7d7d;
    margin: 8px 0;
}

#cookiePolitics #CookieModal h1 {
   color: #083a51; 
}
#cookiePolitics #CookieModal p {
   color: #7d7d7d; 
}

#cookiePolitics #CookieModal a {
    color: #7d7d7d;
    font-weight: bold;
    text-decoration: none;
    font-style: italic;
}
#cookiePolitics #CookieModal a:hover
{
        color: #222;
}
	
#cookiePolitics #CookieModal {
    background-color: white;
    width: 800px;
   
    position: absolute;
    z-index: 200;
    display: block;
    left: 50%;
    
    margin: 60px 0 0 -400px;
    display: none;
	max-height: 700px;
	min-height: 700px;
	overflow-x: auto;

	
}
#cookiePolitics #CookieModal p {
		font-size: 14px;
	}
    #cookiePolitics #CookieModal .wrapper
    {
        margin: 20px;
		width: 760px;

    }

#modalOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 150;
    background-color: #000;
    opacity: 0.9;
     display: none;
}

.noScroll {
    overflow: hidden;
}