/* cookie checker 
================================================== 
*/
#cookieTerms{
	font-family: Arial, Helvetica, sans-serif;
	color:#DDD;
	display:none;
	width:100%;
	background:#CCC;
	color:#000;
	margin-top:0;
	padding-top: 4px;
	overflow: auto;
}
#cookieTerms .inner{
	margin: auto;
	width:960px;
}
#cookieTerms div.big{
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	float:left;
	width:680px;
}
#cookieTerms div div{
	padding-left: 5px;
	float:left;
	width:110px;
}
#cookieTerms div h5, #cookieTerms div p{
	font-size: 12px;
}
#cookieTerms div h5{
	font-size: 18px;
}
#cookieTermsagree{
	padding-top: 20px;
	padding-left: 50px;
	font-size: 12px;
	color:#525252;
	border-top:none;
	-webkit-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border-radius: 8px;
	font-weight:normal;
	text-align: center;
	cursor:pointer;
	display:inline-block;
	width:100px;	
}
#cookieTermsagree:hover{
	/*background-image:url(../images/greenBar.png);*/
}
#cookieTerms a:link, #cookieTerms a:visited{
	color:#ff0000;
}
