.sitemap {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
}

.special_channel {
	float: left;
	width: 160px;
	border: 0px solid red;
}

.others {
	float: left;
	width: 160px;
	border: 0px solid red;
}

.grille_des_programme {
	float: left;
	width: 220px;
	border: 0px solid red;
}

.channel {
	float: left;
	width: 220px;
	border: 0px solid red;
}

.archivees {
	float: left;
	width: 220px;
	border: 0px solid red;
}
/* ************************** */
.listing
{
	
	margin:0;
	padding:0;

	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
}
.listing li
{
	list-style: none;
	margin:0;
	padding:0 0 0 34px;
	line-height: 14px;
}
.listing li span
{
	display:inline;
	clear: left;
	/*white-space: nowrap;*/
}
.listing ul
{
	margin:0; 
	padding:0;
}
.listing .root
{
	/*margin-left:-16px;
	background: url(sitemap/alllanguage/root.gif) no-repeat 16px 0 #ffffff;*/
}

.listing .line
{
	margin:0 0 0 -16px;
	padding:0;
	/*line-height: 3px;
	height:3px;
	font-size:3px;*/
	line-height: 4px;
	height:4px;
	font-size:3px;
	background: url(sitemap/alllanguage/line_bg.gif) 0 0 no-repeat transparent;

}
.listing .line-last
{
	margin:0 0 0 -16px;
	padding:0;
	/*line-height: 3px;
	height:3px;
	font-size:3px;*/
	line-height: 4px;
	height:4px;
	font-size:3px;
	background: url(sitemap/alllanguage/spacer.gif) 0 0 no-repeat transparent;
}
.listing .line-over
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(sitemap/alllanguage/line_bg_over.gif) 0 0 no-repeat transparent;
}
.listing .line-over-last
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(sitemap/alllanguage/line_bg_over_last.gif) 0 0 no-repeat transparent;
}
.listing .folder-open
{
	/*margin-left:-16px;
	background: url(sitemap/alllanguage/collapsable.gif) 0 -2px no-repeat #000;*/
	margin-left:-16px;
	background: url(sitemap/alllanguage/expandable.gif) 0 -2px no-repeat #000;
}
.listing .folder-open-last
{
	margin-left:-16px;
	/*background: url(sitemap/alllanguage/collapsable-last.gif) 0 -2px no-repeat #000;*/
	background: url(sitemap/alllanguage/expandable-last.gif) 0 -2px no-repeat #000;
}
.listing .folder-close
{
	/*margin-left:-16px;*/
	margin-left:-16px;
	background: url(sitemap/alllanguage/expandable.gif) 0 -2px no-repeat #000;
}
.listing .folder-close-last
{
	margin-left:-16px;
	background: url(sitemap/alllanguage/expandable-last.gif) 0 -2px no-repeat #000;
}
.listing .doc
{
	margin-left:-16px;
	background: url(sitemap/alllanguage/leaf.gif) 0 -1px no-repeat #000;
}
.listing .doc-last
{
	margin-left:-16px;
	background: url(sitemap/alllanguage/leaf-last.gif) 0 -1px no-repeat #000;
}
.listing .trigger
{
	display:inline;
	margin-left:-32px;
	width: 21px;
	height: 11px;
	cursor:pointer;
}
.listing .text
{
	cursor: default;
}
.listing .active
{
	/*cursor: default;
	background-color:#F7BE77;
	padding:0px 2px;
	border: 1px dashed #444;*/
}

/*added by twong*/
.listing ul li span a
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

/**/
.listing li ul li.line
{
	border: 0px solid blue;
}
.listing li ul li.line-last
{
	border: 0px solid yellow;
}
/*end of level 1*/

/*custom indent for second level and above*/
.listing ul li ul li span a
{
	font-size: 12px;
	font-weight: normal;
}

.listing li ul li ul li
{
	padding:0 0 0 34px;
}

.listing li ul li ul li.line
{
	margin-left:-5px;
}
.listing li ul li ul li.line-last
{
	margin-left:-5px;
}

.listing li ul li ul li.doc
{
	margin-left:-5px;
	background: url(sitemap/alllanguage/leaf.gif) 0 -1px no-repeat #000;
}

.listing li ul li ul li.doc-last
{
	margin-left:-5px;
	background: url(sitemap/alllanguage/leaf-last.gif) 0 -1px no-repeat #000;
}

.listing li ul li ul li.folder-open
{
	margin-left:-5px;
}
.listing li ul li ul li.folder-open-last
{
	margin-left:-5px;
}

.listing li ul li ul li.folder-close
{
	margin-left:-5px;
}
.listing li ul li ul li.folder-close-last
{
	margin-left:-5px;
}
/*end of second level and above */


/*end by twong*/