﻿/****** Cookie Law CSS *********/
#div_CookieLaw_parent
{
    -moz-box-shadow: rgb(34, 34, 34) 0px 3px 5px 0px; /*Firecox*/
    -webkit-box-shadow: rgb(34, 34, 34) 0px 3px 5px 0px; /*Chrome*/
    box-shadow: rgb(34, 34, 34) 0px 3px 5px 0px; /*IE*/
    z-index: 9999;
    position: relative;
    width: 100%;
    text-align: left; /*padding-top: 20px;     padding-bottom: 20px; /*margin-bottom: 9px;*/
    display: block;
    height: 129px;
}
#div_CookieLaw_parentContainer
{
    max-width: 960px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left:9px;
    height: 88px;
    display: table;
}
#div_CookieLaw
{
    max-width: 720px;
    margin: 0px auto;
    padding: 0px;
    margin: 0;
    float: left;
}
#div_CookieLaw h1
{
    font-size:2.7em;
}
#div_CookieLaw_Button
{
    width: 215px;
    padding: 0px;
    height: 25px; /*margin-left: 720px;*/
    margin-right: 0px;
    margin-top: 33px;
    margin-bottom: 0px;
    float: right;
}

.button
{
    background-image: -webkit-linear-gradient(top,#E4E4E4,#C9C9C9); /*Chrome*/
    background: -moz-linear-gradient(top, #E4E4E4, #C9C9C9); /*Firefox*/
    background: -ms-linear-gradient(top, #E4E4E4, #C9C9C9); /*IE10*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E4E4E4', endColorstr='#C9C9C9',GradientType=0 ); /* IE6-9 */
    border: 1px solid #C9C9C9;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3),0 1px 2px rgba(0,0,0,0.5);
    color: black !important;
    font: 17px Arial;
    height: 25px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.5);
    webkit-background-clip: padding-box;
    text-decoration: none;
    margin: 0 auto;
    line-height: 25px;
    padding-left: 10px;
    padding-right: 10px;
}
.cookieLawHeading
{
    font-family: Cambria,Georgia;
    font-size: 32px;
    color:#333;
}