/* cookie checker 
================================================== 
*/
#cookieTerms{
    zoom: 1;
	z-index: 99;
    filter: alpha(opacity=90);
    opacity: 0.9;
    font-family: Arial, Helvetica, sans-serif;
    color:#DDD;
    display:none;
    width:100%;
    background:rgb(5,5,5);
    color: #DDD;
    margin-top:0;
    overflow: auto;
    position: fixed;
    bottom: 0;
}
#cookieTerms .inner{
    margin: auto;
    width:960px;
}
#cookieTerms div.big{
    padding-left: 5px;
    float:left;
    width:680px;
}
#cookieTerms div div{
    padding-left: 5px;
    float:left;
    width:110px;
}
#cookieTerms div h5, #cookieTerms div p{
    font-size: 14px;
    margin-bottom: 0.5em;
    margin-top: 1em;
    padding-top: 0;
    padding-bottom: 0;
}
#cookieTerms div h5{
    font-size: 18px;
	color: #ddd;
}
#cookieTermsagree{
    font-size: 16px;
    color:#fff;
    font-weight: 500 !important;
    padding-top: 2em;
    border-top:none;
    -webkit-border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border-radius: 8px;
    font-weight:normal;
    text-align: center;
    cursor:pointer;
    display:inline-block;
    width:100px;	
}
#cookieTermsagree:hover{
    text-decoration: underline;
}
#cookieTerms a:link, #cookieTerms a:visited{
    color:#f6A21D;
}
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}