/**
 * @title		Qualios Analyse
 */

#intro {
    background-image:url(/template/images/bg/bg-intro-eau.gif);
}

#core h3 {
	margin-top:0; margin-bottom:.3em; padding-left:15px;
	background:url(/template/images/picto/arrow-list-blue.gif) no-repeat 0 2px; color:#122663;
	font-size:11px;
}
#core .screenshotHistory {
	float:right;
}
#core ul {
	margin-left:10px;
}
#core li {
	padding-left:15px;
	background:url(/template/images/picto/arrow-small.gif) no-repeat;
}


/**
 * @section     Features table
 * @tree		.features < #core < #body < #wrapper
 */
#core .features {
	margin-bottom:10px;
	width:100%;
	font-size:10px; font-weight:normal;
}
#core .features  img {
	margin:0;
}
#core .features thead th {
	width:120px; height:20px;
	background:#7ba812; color:#fff;
	vertical-align:middle;
	font-weight:normal;
}
#core .features tfoot td {
	height:40px;
	font-style:italic;
	text-align:left;
	vertical-align:middle;
}
#core .features tbody td {
	padding:3px 0;
	width:80px;
	text-align:center;
	vertical-align:middle;
}
#core .features tbody .odd td, #core .features tbody .odd th {
	background:#F3FBDB;
}
#core .features tbody th {
	text-align:right;
	vertical-align:middle;
	font-weight:normal;
}
