/*!
 * jQuery Cookiebar Plugin
 * https://github.com/carlwoodhouse/jquery.cookieBar
 *
 * Copyright 2012, Carl Woodhouse
 * Disclaimer: if you still get fined for not complying with the eu cookielaw, it's not our fault.
 */
 
.cookie-message {
	display:none;
  position:fixed;
  bottom:20px;left:auto;right:20px;  
  background:#555;  
  z-index: 9999;
  width:430px;
  text-align:justify;
}
.cookie-message-conts{
	padding:20px 70px 25px 25px;
}
.cookie-message a {  
  cursor:pointer;
}
.cookie-message, .cookie-message a {
	color:#fff;
	font-size:14px; line-height:18px;
	font-family:'Trebuchet MS',Arial,Verdana,Helvetica,sans-serif;
}
.cookie-message a:hover{
	color:#D2DE26;
}
.cookie-message a.cookiebar-close{
	position:absolute;
	right:20px; top:20px;
	font-size:0;
	width:16px; height:16px;
	background:url(../Images/close.png) 50% 0 no-repeat;
}
.cookie-message a.cookiebar-close:hover{
	background-position:50% -50px;
}