.comparateur{
	margin-top:4px;
	float: right;
}
.btn-compare-text, .btn-compare, .btn-fiche{
	float:left;
	display:block; 
	font-family:Verdana; 
	font-size:9px; 
	font-weight:bold; 
	text-transform:uppercase; 
	color:#fff; 
	background:#373537; 
	padding:5px 10px; 
	border:1px solid; 
	border-color:rgba(93, 92, 93, 0.65) rgba(45, 42, 43, 0.65) rgba(45, 42, 43, 0.65) rgba(55, 53, 55, 0.65); 
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;
	position:relative;
	cursor:pointer;
	-moz-box-shadow: 0px 0px 0px 1px #130d12;
	-webkit-box-shadow: 0px 0px 0px 1px #130d12;
	-o-box-shadow: 0px 0px 0px 1px #130d12;
	box-shadow: 0px 0px 0px 1px #130d12;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#130d12, Direction=NaN, Strength=0);
	height:10px; 
	text-decoration:none;
}
.btn-compare-text:hover, .btn-compare:hover, .btn-fiche:hover{
	background:#514F51; 	
	border-color:rgba(45, 42, 43, 0.65) rgba(93, 92, 93, 0.65) rgba(55, 53, 55, 0.65) rgba(45, 42, 43, 0.65);
	text-shadow:0px 0px 5px #373537;
}
.btn-fiche{
	height:10px !important;
	margin: 4px 10px 0 0 !important;
	padding:5px 7px; 
	border-top-left-radius:2px;
	border-bottom-left-radius:2px;
}
.btn-fiche i{
	font-size:13px;
	line-height:9px;
	margin-right:3px;
}
.btn-compare{
	font-size:14px;
	padding:1px 6px;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	border-top-left-radius:2px;
	border-bottom-left-radius:2px;
	height:18px; 
}
.btn-compare.add{
	background:#247d33;
}
.btn-compare.add:hover{
	background:#3f984e;
}
.btn-compare.remove{
	background:#7d2424;
}
.btn-compare.remove:hover{
	background:#B85f5f;
}
.btn-compare-text, .btn-fiche{
	border-bottom:1px solid rgba(0, 0, 0, 0.65);
}

#recherche{
	display:block;
	visibility:hidden;
	background: rgba(0,0,0,0.35);
	width:100%;
	height:100%;
	z-index:99;
	position:fixed;
	cursor:initial;
}
#recherche #comparatif{
	z-index:100;
	background:white;
	position:fixed;
	border:1px dotted #000;
	box-shadow:0 0 10px #000;
	display:block;
	width:auto;
}
#recherche #comparatif > .title{
	color:#fff;
	text-align:center;
	background-color:#4e4e4e;
	border-bottom:1px dotted #000;
	padding:2px 0;
	text-transform:uppercase;
	font-weight:bold;
	font-size:9pt;
}
#recherche #comparatif > .title .close{
	cursor:pointer;
	position:absolute;
	right:3px;
}
#recherche #comparatif .content{
	margin:20px;
	position:relative;
	display:table;
}
#recherche #comparatif .col:first-child{
    border-left: 1px dotted #000000;
    width: 242px;
}
#recherche #comparatif .col{
	margin-bottom:20px;
	border-top:1px dotted #000;
	min-height:100%;
	height:100%;
	display:table-cell;
    float:none;
}
#recherche #comparatif .ajoutpanier{
	width:70px;
	margin: 4px 10px 4px 25px;
}

/** Custom confirm/alert */
#cstConfirm{
	padding: 0 6px 0 50px;
}
#cstConfirm p{
	padding:7px 0 5px 0;
	font-size:9pt;
}
#cstConfirm.confirm{
	background:url("/images/icons/confirm.png") no-repeat 8px center;
}
#cstConfirm.edit{
	background:url("/images/icons/edit.png") no-repeat 8px center;
}
#cstConfirm.error{
	background:url("/images/icons/error.png") no-repeat 8px center;
}
#cstConfirm.info{
	background:url("/images/icons/info.png") no-repeat 8px center;
}
#cstConfirm.question{
	background:url("/images/icons/question.png") no-repeat 8px center;
}
#cstConfirm.warning{
	background:url("/images/icons/warning.png") no-repeat 8px center;
}