
/********** simplifica STYLE ********/
ul.simplifica {
	width: 300px;
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px outset #e3e4e5;
	position: absolute;
	z-index: 9999;
	cursor: default;
	display: none;
	background-color:#ffffff
}

ul.simplifica li {
	-moz-user-select: none;
	/*la première s'applique à "top", la seconde à "right", la troisième à "bottom" et la dernière à "left" */
	padding: 3px 0 3px 2px;
	_padding: 0 0 0 2px; /* IE ... */
	color: #428cc6;
	font: 10px Arial;
	background: #fff;
	text-decoration: none;
	cursor: pointer;
	height: 10px;
}

ul.simplifica li.selected {
	background: #f6ae76;
	height: 10px;
	color: #fff;
}

a.simplifica {
	display: block;
	width: 300px;
	height: 17px;
	font: 10px Arial;
	font-weight:bold;
	font-style:italic;
	text-decoration: none;
	cursor: default;
	color: #428cc6;
	border: 1px inset #e3e4e5;
	background-color:#ffffff;
}
#sel_search_vin div a.simplifica{font: 9px Arial;font-weight:bold;}
a.simplifica {margin-top:1px !important;margin-top:5px!important!;margin-top:3px;}
/*legend {FIREFOX !important;IE7!important!;IE6}*/

a.simplifica div {
	background: url(../investir-defiscaliser/simplifica.gif) no-repeat right 0;
	padding: 3px 0 0 0;
	height: 12px;
	_height: 15px;  /* IE ... */
	overflow: hidden;
	margin-left: 3px;
	-moz-user-select: none;
}
#sel_search_vin div a.simplifica div{margin-left: -6px;}
#trifiltre div.fl div a.simplifica{width: 400px;}

a.simplifica div * {font:10px Arial;color:#000; }

a.simplifica:hover,
a.simplifica:focus,
a.simplifica:active {
	border: 1px inset #ec731f;
	height: 17px;
	cursor:pointer;
}
a.simplifica:link,
a.simplifica:hover,
a.simplifica:visited,
a.simplifica:focus,
a.simplifica:active {
	text-decoration: none;
}



a.simplifica:hover div,
a.simplifica:focus div,
a.simplifica:active div {
	background: url(../investir-defiscaliser/simplifica.gif) no-repeat right -20px; background-color:transparent;
}