div.BlocBoutiquePanierMenu_design_1
{
	width:165px;
	background:url(panier_bg.jpg) repeat-y;
	
}

div.BlocBoutiquePanierMenu_design_1 div.header
{
	background:url(panier_bg_top.jpg) no-repeat;
	height:40px;
}

div.BlocBoutiquePanierMenu_design_1 div.content
{
	background:url(panier_bg_bottom.jpg) no-repeat;
	background-position: bottom;
}

div.BlocBoutiquePanierMenu_design_1 div.content div.items_without
{
	text-align:center;
	padding:6px;
	font-weight:bold;
	font-size:9px;
}


div.BlocBoutiquePanierMenu_design_1 div.content div.items_with
{
	text-align:center;
	padding:6px;
	font-weight:bold;
	font-size:9px;
}

div.BlocBoutiquePanierMenu_design_1 div.content a.item
{
	display:block;
	margin-left:3px;
	margin-right:3px;
	padding-left:5px;
	padding-right:5px;
	height:18px;
	line-height:15px;
	border-top:1px solid #9f9e9e;
	background:url(item_bg.jpg) no-repeat right 0;
	text-decoration:none;
	color:#010101;
	font-size:9px;
}

div.BlocBoutiquePanierMenu_design_1 div.content a.item:hover
{
	background-color:#bab9b9;
	background:#bab9b9 url(item_bg.jpg) no-repeat right -18px;
}

div.BlocBoutiquePanierMenu_design_1 div.content a.voir_commande
{
	color:#006eb6;
	display:block;
	margin-left:3px;
	margin-right:3px;
	text-align:center;	
	border-top:1px solid #9f9e9e;
	padding:5px;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

div.BlocBoutiquePanierMenu_design_1 div.content a.voir_commande:hover
{
	text-decoration:underline;
	
}