/*
** Basic css
*/
#ecogeste h2 {
	margin: 0px;
	padding: 0px 0px 2px 0px;
	font-weight: bold;
	font-size: 20px;
	color: black;
}

#ecogeste p.ecogeste_family_product {
	margin: 0px;
	padding: 8px 0px 8px 0px;
}

#ecogeste .italic {
	font-style: italic; 
}

#ecogeste .black {
	color: black;
}

#ecogeste .bold {
	font-weight: bold;
}

#ecogeste div.info {
	margin: 10px 0px 10px 0px;
}

a.ecogeste_footer_link {
	color: black;
}

#ecogeste select {
	width: 360px;
}