/* @override http://dev.lga/WWW_v1_3_0/inc/css/v1.3/legend_vertical.css */

.legend {
	padding: 10px 10px 10px 15px;
	font-size: 10pt;
}

.legend .title {
	white-space: nowrap;
	font-size: 8pt;
	color: #8e8e8e;
}

.legend li {
	padding: 3px 0 3px 3px;
	margin-bottom: 1px;
}

.legend .legend_distribution li img {
	margin-right: 12px;
}

.legend .legend_secteur .title, .legend .legend_distribution .title {
	margin-bottom: 5px;
	border-bottom: 1px solid #2d2d2d;
	padding-top: 0;
	padding-bottom: 5px;
}

.legend .legend_secteur, .legend .legend_distribution {
	font-size: 10pt;
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}

.legend .legend_secteur li.active:hover, .legend .legend_secteur li.selected {
	background-color: #1a1a1a;
	cursor: pointer;
}

.legend .legend_secteur #all_secteur {
	display: none;
	font-size: 12px;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.legend .legend_secteur li img {
	margin-right: 12px;
}

li.iDown {
	background: url(../../../images/v1.3/general/down.gif) no-repeat 5px 4px;
	padding-left: 26px;	
}

li.iComment {
	background: url(../../../images/v1.3/general/comments.gif) no-repeat 3px 2px;
	padding-left: 26px;	
}

li.iSearch {
	background: url(../../../images/v1.3/general/search.gif) no-repeat 3px -1px;
	padding-left: 26px;	
}

li.iClear {
	background: url(../../../images/v1.3/general/action_delete.gif) no-repeat 0 center;
	padding-left: 26px;	
}

