/* Style pour l'affichage vertical de categories */
#categories {
	background:none;
	border: 0;
	margin: 0;
	margin-left:17px;
	width:199px !important; 
}
#categoriesaccordionsidebox {
	width:200px;
	margin-left:17px;
}
#categoriesaccordionsidebox h3 {
	margin:0;
}
#categoriesContent {
	padding: 0 0 20px 0; /* 18px: taille du foote */
	height:100%;
	background-image:url(../images/fdcateg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#F6F6F6;
	width:199px;
}
#shoppingcartContent, #derniersproduitsconsultessideboxContent {
	padding: 0 5px 10px 5px; /* 18px: taille du foote */
	height:100%;
}
#categoriesContent ul {
	list-style: none;
	margin: 0;
	padding-left: 15px;
}

#categoriesContent li, .toggleSubMenu, .toggleSubMenu2 {
	background-image:url(../images/borderli.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:7px 0 7px 0;
}
	
#categoriesContent li a, .toggleSubMenu a, .toggleSubMenu2 a {
	height: 100%;
	font-size:13px;
	text-decoration: none;
	font-weight:bold;
	color: #2A2A2A;
}

#categoriesContent li a.category-top, .toggleSubMenu a.category-top, .toggleSubMenu2 a.category-top {
	display: block;
	background:  url(../images/puce.gif) left no-repeat;
	padding: 0 0 0 35px;
}

#categoriesContent li a.category-top:hover {
	background:  url(../images/puceover.gif) left no-repeat;
	color:#77B80A;
}

#categoriesContent li a.category-products {
	display: block;
	padding: 0 0 0 25px;
}

.category-subs {
	margin-left:20px;	
}

.category-subs-links {
	color:#77B80A !important;
}