#panier .tabActifOn {
	min-width:213px;
	background:url('/img/bg_onglet.png') no-repeat;
	background-color:white;
	border:0px;
	border-radius:0px;
	font-size: 14px;
}

#panier .tabActifOn a {
	color:white;
	font-weight:bold;
}

#panier .tabActifOff {
	min-width:213px;
	background:url('/img/bg_onglet.png') no-repeat;
	background-color:white;
	border:0px;
	border-radius:0px;
	font-size: 14px;
}
#panier .tabActifOff a {
	color:white;
	font-weight:normal;
}
#panier .tabInactif {
	min-width:213px;
	background:url('/img/bg_onglet.png') no-repeat;
	background-color:white;
	border:0px;
	border-radius:0px;
	font-size: 14px;
	color:white;
	font-weight:normal;
}
#panier .tabSeparator {
	width: 0;
	height: 0;
	border-style:none;
}
#panier .tabBoutons {
	border:0;
}
#panier .ongletsBas {
	border-style:none;	
}
#panier .ongletContenu {
	border-style:none;
}

.documentsCount {
	position: absolute;
	width: 20px;
	height: 17px;
	margin-top: -23px;
	margin-left: 87px;
	/*margin-top: -20px;
	margin-left: 90px;*/
	
	padding-top: 3px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #000;
	opacity:0.6;
	filter:alpha(opacity=60);
}

.panierValidation {
	margin: 0 auto;
	padding: 20px;
	width: 400px;
	border: solid #53565a 1px;
}

.divFiltreShow {
	margin-top: 4px;
	background-color: #ffffff;
	color: #000000;
}

.liste .divFiltre tr:hover {
	background-color: #fff;
}
.liste .divFiltre td {
	font-weight: normal;
}

.divFiltre .checkboxList {
	height: 120px;
	overflow: auto;
}

#storeSearch .checkboxList {
	border: 0px;
	width: 80px;
	max-height: 200px;
	overflow: auto;
}
#storeSearch .cblHeader {
	display:none;
}
.divAddPanierWait {
	width: 160px;
}
.divAddPanier {
	width: 160px;
	background-color: #53565a;
	padding: 8px 0px 8px 8px;
	color: #fff;
	
	border-radius: 4px;
	-moz-border-radius: 4px; 
    -webkit-border-radius: 4px;
}
.divAddPanier input {
	color: #fff;
	margin-top: 2px;
}

