/**
 * adv_list objet default style
 */ 
.adv_list *, .adv_list
{
	margin:				0;
	padding: 			0;
}


.adv_list_header
{
	width:	 			auto;
	border:				solid 1px #ccc;
	padding:			1px 21px 1px 1px;
	position: 			relative;
	_display: 			inline-block;
}

.adv_list_button
{
	width: 				18px;
	height: 			18px;
	background:			#E8E8EE;
	position: 			absolute;
	font-size: 			0;
	margin: 			0;
	_margin-left: 		-4px;
	top: 				2px;
	right: 				1px;
}

.adv_list_button .button_img 
{
	border: 			5px solid #E8E8EE; 	/* Tous les bords en blanc */
	border-top-color: 	#000; 				/* le bord de gauche en rouge */
	height: 			0px !important; 	/* Hauteur de l'intérieur de la boite pour Mozilla et consorts */
	_height: 			10px !important; 	/* Pour IE7, c'est la hauteur totale */
	height: 			0; 					/* Pour IE6, idem */
	width: 				0px !important; 	/* Largeur de l'intérieur de la boite pour Mozilla et consorts */
	_width: 			10px !important; 	/* Pour IE, c'est la largeur totale */
	width: 				0; 					/* Pour IE6, idem */
	_line-height: 		0pt; 				/* force IE ŕ supprimer la fonte */
	margin: 			6px 0 0 4px;
	font-size:  		0;
}

.adv_list_container
{
	position:			absolute;
	width:	 			auto;
	border-color: 		#ccc #aaa #aaa #ccc;
	border-style: 		solid;   
	border-width: 		1px 2px 1px 1px;           
	overflow-y: 		scroll;           
	overflow-x: 		hidden;
	background: 		#FFF;
	padding:			0px 0px 0px 0;
	display: 			none;
	z-index: 			99999999;
	padding-right: 		0 !important;
	padding-right: 		18px;
	margin: 			0 -300px 0 0;
}
.adv_list_container a
{
	padding: 			1px 20px 1px 3px;
	display: 			block;
	border-bottom: 		solid 1px #ccc;
	border-left: 		solid 1px #ccc;
	position: 			relative;
	color: 				#000;
	text-decoration: 	none;
	margin: 			0 0 0px -1px;
	white-space: 		nowrap;
}
.adv_list_container a img
{
	border: 			0
}
.adv_list_container a:hover
{
	background: 		#eee;
	color: 				#000;
	text-decoration: 	none;
}


.adv_list_container .sub_children
{
	margin:				0 0 0 16px;
}
