.cookielaw *
{
    margin: 0;
}

.cookielaw
{
    font-family: "Helvetica", Arial, sans-serif;
    width: 230px;

    position: fixed;
    bottom: 0;
    left: 0px;

    display: none;

    padding: 0 10px;

    z-index: 9999999999;
}

.cookielaw header,
.cookielaw .header
{
    position: relative;

    width: 170px;
    height: 32px;

    font-size: 13px;

    padding: 10px 10px 0 10px;

    background: #0a0a0a url('../images/white-leather.png') top left repeat;

    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.cookielaw header h1,
.cookielaw .header h1
{
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 32px;

    padding-left: 32px;

    color: #444;
}

.cookielaw header .cookielaw-info-image,
.cookielaw .header .cookielaw-info-image
{
    position: absolute;

    top: 8px;
    left: -4px;
}

.cookielaw section,
.cookielaw .section
{
    width: 170px;
    font-size: 13px;

    padding: 10px 10px 0 10px;

    background: #0a0a0a url('../images/white-leather.png') top left repeat;
}

.cookielaw section p,
.cookielaw .section p
{
    line-height: 1.2;
    padding-bottom: 10px;
    text-align:center;
    color: #444;
}

.cookielaw section p a,
.cookielaw .section p a
{
    color: #506218;

    font-weight: bold;

    text-decoration: none;
}

.cookielaw section p a:hover,
.cookielaw .section p a:hover
{
    text-decoration: underline;
}

.cookielaw footer,
.cookielaw .footer
{
    width: 178px;
    border: 1px solid #ccc;

    position: relative;

    height: 27px;

    background: #0a0a0a url('../images/leather.png') top left repeat;
}

.cookielaw footer p,
.cookielaw .footer p
{
    color: #000;

    font-size: 12px;
    line-height: 50px;
    font-weight: bold;
	float:left;
    padding-left: 0px;
    margin-left: 15px;
}

.cookielaw footer .cookielaw-accept-image,
.cookielaw .footer .cookielaw-accept-image
{
    width: 39px;
    height: 32px;

    position: absolute;
    top: 9px;
    right: -4px;
}
