/* Bottoni Nifty */
ul.postnav,ul.postnav li{
	margin:13px;
	padding:0;
	list-style-type:none;
}
ul.postnav li{
	float:left;
	width: 12em;
	font-size:80%;
	margin-right: 5px
}
ul.postnav a {
	display:block;
	width:12em;
	padding:10px 0;
	font: bold 100% Verdana,Arial,sans-serif;
	text-transform:uppercase;
	background: #a9d06a;
	color: #336909;
	text-decoration:none;
	text-align:center
}
ul.postnav a:hover {
	background: #A8E52F;
	color:FFF
}


/* Tooltip */
a.linkTooltip{
	z-index:10;
	color:#ED8F01;
	font-weight:bold;
	cursor:help;
	}
a.linkTooltip:hover{
	position:relative;
	z-index:100;
	text-decoration:none;
	}			
a.linkTooltip span{
	display:none;
	width:400px;
	font-size:12px;
	text-align:justify;
	padding: 8px;
	text-decoration:none;
	color:#336909;
	font-weight:normal;
	background:#a9d06a;
	border:1px solid #444;
	}
a.linkTooltip:hover span{
	display:block;
	position:absolute;
	float:left;
	top:1.6em;
	left:3em;
	z-index:10;
	text-decoration:none;
	}


/* Accordion*/
.accordion_toggle {
display: block;
height: 30px;
width: 300px;
background: url(/lib/accordion/images/accordion_toggle.jpg) no-repeat top right #a9d06a;
padding: 0 10px 0 10px;
line-height: 30px;
color: #336909;
font-weight: blod;
text-decoration: none;
outline: none;
font-size: 15px;
border-bottom: 1px solid #cde99f;
cursor: pointer;
margin: 0 0 0 0;
}

.accordion_toggle_active {
	background: url(/lib/accordion/images/accordion_toggle_active.jpg) no-repeat top right #ED8F01;
	color: #ffffff;
	border-bottom: 1px solid #f68263;
}

.accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
}
	
	.accordion_content h2 {
		margin: 15px 0 5px 10px;
		color: #0099FF;
	}
	
	.accordion_content p {
		line-height: 150%;
		padding: 5px 10px 15px 10px;
	}
	
.vertical_accordion_toggle {
display: block;
height: 30px;
width: 600px;
background: url(/lib/accordion/images/accordion_toggle.jpg) no-repeat top right #a9d06a;
padding: 0 10px 0 10px;
line-height: 30px;
color: #ffffff;
font-weight: normal;
text-decoration: none;
outline: none;
font-size: 15px;
color: #000000;
border-bottom: 1px solid #cde99f;
cursor: pointer;
margin: 0 0 0 0;
}

.vertical_accordion_toggle_active {
	background: url(/lib/accordion/images/accordion_toggle_active.jpg) no-repeat top right #ED8F01;
	color: #ffffff;
	border-bottom: 1px solid #f68263;
}

.vertical_accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
}

	.vertical_accordion_content h2 {
		margin: 15px 0 5px 10px;
		color: #0099FF;
	}

	.vertical_accordion_content p {
		line-height: 150%;
		padding: 5px 10px 15px 10px;
	}


/* Tabella indice glicemico */
table.Design6 {
	border-spacing: 0px;
	/*border-collapse: collapse;*/
    background: #A9D06A;
	border: 0.5em solid #88B739;
	font-size: 13px;
	color: #336909;
}
table.Design6 th {
	text-align: center;
	font-weight: normal;
	padding: 0.1em 0.5em;
	border: 0px;
	border-bottom: 1px solid #9999AA;
	font-size: 14px;
}
table.Design6 td {
	text-align: center;
	border: 0px;
	border-bottom: 1px solid #9999AA;
	border-left: 1px solid #9999AA;
	padding: 0.1em 0.5em;
}
table.Design6 thead th {
	text-align: center;
	font-weight: bold;
	color: #336909;
	border-left: 1px solid #9999AA;
}
table.Design6 th.Corner {
	text-align: center;
	border-left: 0px;
}
table.Design6 tr.Odd {
    background: #F6F4E4;
}

