@charset "utf-8";
/* CSS Accettazione Cookie */
div#cookieChoiceInfo {
	background-color: #000000 !important;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
#cookieChoiceInfo a{
	color: #FFFF00;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}
#cookieChoiceInfo a:hover{
	color: #CCCCCC;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}
#cookieChoiceInfo > a:nth-child(2),a#cookieChoiceDismiss {
	color: #FFFFFF;
	/*background: linear-gradient(to bottom, #fedede 4%, #e50909 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fedede', endColorstr='#e50909',GradientType=0);
	box-shadow: 2px 2px 2px  #aaa;
	text-shadow: 1px 1px 1px #ccc;
	text-align: center;
	padding: 3px 12px;
	border-radius:8px;*/
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	width: 70px;
	background-color: #C00;
	padding: 5px;
}
#cookieChoiceInfo > a:nth-child(2):hover, a#cookieChoiceDismiss:hover {
	color: #FFCC00;
	/*box-shadow: 1px 1px 1px  #aaa;
	text-shadow: 0px 0px 0px #ccc;
	top: 1px;
	left: 1px;
*/
	text-decoration: none;
	position: relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
