/*commun a l'onglet products*/
table.features{
	width:100%;
}
table.features td{
	padding:10px;
	width:225px;
	vertical-align:top;
}
table.features td h3{
	margin:0px;
	padding:0px;
	color:#ff9900;
	font-size:12px;
}

table.subscribe{
	font-size:12px;
	margin:auto;
	width:700px;
	margin-top:20px;
}
table.subscribe td{
	padding:6px;
	text-align:center;
}

table.subscribe a{
	background		: url("/images/FreeEd/bt_off.gif");
	color:#1d1157;
	font-size:14px;
	padding:5px;
	border		: 1px solid #ff9900;
	text-decoration:none;
	font-weight:bold;
}
table.subscribe a:hover{
	background		: url("/images/FreeEd/bt_on.gif");
	text-decoration:none;
	color:#ffffff;
}

table.factsheet{
	width:400px;
	margin:auto;
}
table.factsheet td.titre{
	font-weight:bold;
}
table.factsheet td.lib{
	font-size:10px;
}
table.factsheet td img{
	cursor:pointer;
}
table.factsheet td.gif{
	text-align:center;
}