﻿
/* Cookie Message */
#cookie-msg{
	width:100%;
	line-height:40px;
	color:#F7F7F7;
	font-weight:700;
	text-align:left;
	display:none;
	position:fixed;
	bottom:0;
	z-index:9999;
	background-image: url(../images/blackjs.png);
	background-repeat: repeat;
	font-size:12px !important;
	left:0;
}
#cookie-msg-inner{width:90%;margin:0 auto;overflow:hidden;}
#cookie-msg-inner span{float:left;display:inline;}
#cookieClose{float:right;display:inline;cursor:pointer;background: #A61D1C ;line-height:24px;margin-top:7px;border-radius:3px;padding:0 8px;font-weight:700;color:#FFF;}
#cookieClose:hover{background:#000;}
.cookmore{float:right;display:inline-block;font-weight:700;text-decoration:underline;margin-left:15px;color:#FFF !important;}
.cookmore:hover{color:#FFF !important;}

