/*css Corporatefocus product suite*/
table.product_suite{
	border-collapse:collapse;
	margin:auto;
}
tr.separate1 td,tr.separate2 td{
	border-top:1px solid #fcc46d;
}

table.product_suite tr td{
	text-align:center;
	white-space:nowrap;
}
table.product_suite tr.entete,table.product_suite tr.action{
	background:#fedca7;
}
table.product_suite tr.entete td{
	font-size:12px;
	font-weight:bold;
	padding:0px;
	padding-top:5px;
	padding-bottom:5px;
	width:90px;
}
table.product_suite tr td.libelle{
	text-align:left;
	padding:5px;
	width:300px;
	font-size:11px;
}
table.product_suite tr.entete td.libelle{
	font-size:12px;
	font-weight:bold;
	padding:3px;
	text-align:center;
}

table.product_suite tr td.categorie{
	background:#fedca7;
	font-size:12px;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
}
table.product_suite tr.product_title td{
	text-align:center;
	font-weight:bold;
	font-size:13px;
}

table.product_suite tr.vide td{
	height:5px;
}
table.product_suite tr td.product_grp{
	height:10px;
}
table.product_suite tr td.product_grp{
	border-left:1px solid #fcc46d;
	border-right:1px solid #fcc46d;
	border-top:1px solid #fcc46d;
}
table.product_suite tr.lgn1,table.product_suite tr.separate1{
	background:#f1f1f2;
}
table.product_suite tr.lgn2,table.product_suite tr.separate2{
	background:#eaeaec;
}

table.product_suite tr.lgn1 td,table.product_suite tr.separate1 td,table.product_suite tr.lgn2 td,table.product_suite tr.separate2 td{
	border-left:1px dashed #a2a2a3;
}
table.product_suite tr td.categorie,table.product_suite tr.separate1 td.libelle,table.product_suite tr.separate2 td.libelle,table.product_suite tr.lgn1 td.libelle,table.product_suite tr.lgn2 td.libelle{
	border-left:0px;
}
table.product_suite tr.link td{
	padding-top:10px;
}

table.product_suite tr td.last_cell,table.product_suite tr td.last_cell_last_row{
	border-right:1px solid #fedca7;
}
tr#last_row td{
	border-bottom:1px solid #fedca7;
}

a.bt_action{
	border:0px solid #ff9900;
	padding:0px;
	padding-top:5px;
	width:80px;
	height:23px;
	display:block;
	background:url("/images/non_log/rlinks_bg_bt.gif");
	background-repeat:no-repeat;
	cursor:pointer;
	text-align:left;
	padding-left:10px;
}

a.bt_action:hover{
	background:url("/images/non_log/rlinks_bg_bt_hover.gif");
	background-repeat:no-repeat;
}

a#long{
	background:url("/images/non_log/rlinks_bg_bt_long.gif");
	background-repeat:no-repeat;
	width:160px;
}
a#long:hover{
	background:url("/images/non_log/rlinks_bg_bt_long_hover.gif");
	background-repeat:no-repeat;
	width:160px;
}

tr.separate1 td.last_cell_last_row{
	border-bottom:1px solid #fedca7;
	text-align:left;
	padding-left:50px;
}