#komparator_tab {
	width:800px;
	color:#000000;
}

/* titre et affichage des photos */

#firstLine {
	width:800px;
	height:94px;
	margin-bottom:5px;
}
#firstLine .specTitleBox {
	float:left;
	width:200px;
	height:94px;
}
#firstLine .colTitleBox {
	float:left;
	width:150px;
	height:94px;
}

#secondLine {
	width:800px;
	height:25px;
	margin-bottom:5px;
}
#secondLine .specTitleBox {
	float:left;
	width:200px;
	height:25px;
}
#secondLine .colTitleBox {
	float:left;
	width:150px;
	height:25px;
	color:#000;
	text-align: center;
	font-weight: bold;
}

.suppr {
	position:absolute;
	float:left;
	z-index:5;
	height:14px;
	width:14px;
	margin-top:2px;
	margin-left:134px;
	background-image: url("../pic/komparator_suppr.gif");
	background-repeat:no-repeat;
	cursor: pointer;
}

.komp_suppr {
	position:absolute;
	float:left;
	height:14px;
	width:14px;
	margin-left:141px;
	margin-top:5px;
	background-image: url("../pic/komparator_suppr.gif");
	background-repeat:no-repeat;
	cursor: pointer;
}

/* Groupe de specs */
.groupSpec {
	margin-bottom:5px;
}

.spec_label {
	font-weight:bold;
	height: 22px;	
}

/* Affichage ligne de spec 1 */
.spec1 {
	background-color:#E8E8E8;
}

/* Affichage ligne de spec 2 */
.spec2 {
	background-color:#FFFFFF;
}

.separation {
	border-left: 1px solid #000;
	
}
/* résultat du komparator */

.resultTitle {
	font-weight:bold;
	background-color:#FF4503;
	color: #FFF;
}


/* -------  pour le drag n drop */
.photoProd_handle {
	
}

/* ----  les class des textes  ------*/

.result_best{
	color: #FFF;
	font-size: 14px;
}


.best{
	font-weight:bold;
	color: #078BDE;
}

.worst{
	text-align:center;
	color: #B10000;
}

.none{
}

.img{
	border:1px solid #000000;
}