/* Generic context menu styles */
.contextMenu {
	position: absolute;
	width: 185px;
	z-index: 99999;
	border: solid 1px #CCC;
	background: #EEE;
	padding: 0px;
	margin: 0px;
	display: none;
}

.contextMenu LI {
	list-style: none;
}

.contextMenu A {
	color: #333;
	text-decoration: none;
	display: block;
	line-height: 20px;
	background-position: 0px center;
	background-repeat: no-repeat;
	outline: none;
	padding: 5px;
}

.titre_raccourci_menu_droite
{
height: 25px;
padding-top: 10px;
font-weight: bold;
font-size: 14px;
text-align: center;
color: #ffffff;
background-image: url("http://www.sunderbox.fr/includes/background_titre_corps.png");
background-repeat: no-repeat;
background-position: top left;
border-bottom: 1px solid #d8d8d8;
}

.raccourci_panier
{
border-bottom: 1px solid #c6c6c6;
}

.titre2_raccourci_menu_droite
{
height: 5px;
font-weight: bold;
font-size: 14px;
text-align: center;
color: #333;
background-image: url("http://www.sunderbox.fr/includes/background_corps.png");
background-repeat: no-repeat;
background-position: top center;
border-top: 1px solid #d8d8d8;
border-bottom: 1px solid #d8d8d8;
}

.icone_article_raccourci_menu_droite
{
vertical-align: -20%;
margin-right: 5px;
}

.contextMenu LI.hover A {
background-color: #dddddd;
}


