div#panier_conteneur
{
	position: absolute;
	margin-top: 18px;
	border:1px solid #A7A6A6;
	background-color:#fff;
	width: 249px;
	height:300px;
	margin-right:21px;
	display: none;
	z-index: 5000;
}

div#panier_item_list
{
	overflow: auto;
	height: 260px;
	padding:5px;
	z-index: 5001;
}

div#panier_nbitems
{
	position: absolute;
	text-align: right;
	width: 126px;
	background-image: url("http://misc.voiture-neuve.com/images/panier/ma_selection_off3.gif");
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 3px;
	padding-right: 7px;
	height:17px;
	cursor: pointer;
	margin:0;
	margin-left:118px;
}

td.item_col
{
	padding-bottom: 10px;
}