/*
	Safety Plus:		#fce000
	Productivity Plus:	#e6101c
	Confort Plus:		#046fc1
	Durability Plus:	#f06b2a
*/

body.innovation table {
	font-size: 0.8em;
}

body.innovation table td {
	padding: 5px;
}

body.innovation table tbody tr.row1 {
	background: #f4f8fe;
}

body.innovation table tbody tr.row2 {
	background: #fafbff;
}

body.innovation table tbody tr.row2 th {
	border-bottom: 1px solid #d4e1f1;
	border-top: 1px solid #d4e1f1;
}

body.innovation table tbody tr.row2 td {
	border-bottom: 1px solid #d4e1f1;
	border-top: 1px solid #d4e1f1;
}

body.innovation table tbody tr.row3 {
	background: #f4f8fe;
}

body.innovation table thead td h4 {
	font-size: 1.2em;
	color: #000000;
	text-shadow: #FFFFFF 0px 0px 20px;
}

body.innovation table thead td.safety_plus {
	background: #fce000;
	text-align: center;
	padding: 10px;
}

body.innovation table thead td.productivity_plus {
	background: #e6101c;
	text-align: center;
	padding: 10px;
}

body.innovation table thead td.comfort_plus {
	background: #046fc1;
	text-align: center;
	padding: 10px;
}

body.innovation table thead td.durability_plus {
	background: #f06b2a;
	text-align: center;
	padding: 10px;
}

body.innovation div.references {
	margin-top: 50px;
}

body.innovation div.references ul {
	list-style: none;
	margin: 25px 0px 0px 0px;
}

body.innovation div.references ul li {
	width: 230px;
	display: inline;
}