
#cbcookies_accept {
    background-color: #000000;
    color: #FFFFFF;
    padding: 3px 5px;
    text-decoration: none;
}

#cbcookies_accept {

  border: medium none;
  color: #FFFFFF;
  display: inline-block;
  font-family: 'PT Sans',sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
 	margin: 0 6px 0 0;
  padding: 3px 20px 5px;
  text-align: center;
  text-transform: none;
  vertical-align: middle;
 	background: #D3181F;
	font-size: 108%;  
  
}

a#cbcookies_accept:hover
{
  background: #343434 !important;
}


#cbcookies_more {
    text-decoration: underline;
    color: #D3181F;
}

#cbcookies-top{
    background-color: #FFFFFF;
    border-bottom: 4px solid #444444;
    top: 0;
    color: #000000;
    font-family: inherit;
    left: 0;
    padding-bottom: 13px;
    padding-top: 10px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9999;
}

#cbcookies-bottom{
    background-color: #FFFFFF;
    border-top: 4px solid #444444;
    bottom: 0;
    color: #000000;
    font-family: inherit;
    left: 0;
    padding: 15px 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9999;
 
}


#cbcookies-bottom
{

	background: #272727;
	font-size: 90%;
	font-family: 'PT Sans',sans-serif;

  border-top: 4px solid #444444;
  bottom: 0;
/*  color: #fff;*/
  color: #A6A6A6;
  font-family: inherit;
  left: 0;
  padding: 15px 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 9999;
}

