/*
 *  Copyright 2012 Anyware Services
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
 
/* without JS */
.sitemap_module_content ul.sitemap_module_sitemap{
	margin: 17px;
	padding-left:0;
}
.sitemap_module_content ul li ul{
	margin:8px 0;
}

.sitemap_module_sitemap_subsection_level,
.sitemap_module_sitemap_document_level{
	padding-left:15px;
}

/*
 * CSS FOR JQUERY.TREEVIEW
 */
 
.sitemap_module_content.treeview ul .hitarea 
{
	background: url('../../resources/img/btn/treeview-gray.gif') -64px -25px no-repeat  !important;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
	margin-top: 2px;
	font-weight:bold;
}

/* fix for IE6 */
* html .sitemap_module_content.treeview ul .hitarea 
{
	display: inline;
	float:none;
}

.sitemap_module_content.treeview ul li.collapsable, 
.sitemap_module_content.treeview ul li.expandable 
{ 
	background-position: 0 -176px !important;
	clear: both; 
}

.sitemap_module_content.treeview ul button { border-style: none; }
.sitemap_module_content.treeview ul button span { position: absolute; top: -1000px; left: -1000px; }

.sitemap_module_content.treeview ul .expandable-hitarea 
{ 
	background-position: -80px -3px !important;
	margin-top: 2px;
}

.sitemap_module_content.treeview ul li.last 
{ 
	background-position: 0 -1767px !important; 
}

.sitemap_module_content.treeview ul li.lastCollapsable,
.sitemap_module_content.treeview ul li.lastExpandable 
{
	background-image: url('../../resources/img/btn/treeview-gray.gif') !important;
}

.sitemap_module_content.treeview ul li.lastCollapsable 
{ 
	background-position: 0 -113px !important; 
}

.sitemap_module_content.treeview ul li.lastExpandable 
{ 
	background-position: -32px -70px !important; 
}

.sitemap_module_content.treeview ul div.lastCollapsable-hitarea,
.sitemap_module_content.treeview ul div.lastExpandable-hitarea 
{
	background-position: 0 !important;
}

.sitemap_module_content.treeview  ul .hover 
{
	cursor: pointer; 
}

.sitemap_module_content.treeview  ul li.expandable,
.sitemap_module_content.treeview  ul li.collapsable
{ 
  	margin: 0 0 0 3px !important;
  	padding-left: 16px !important;
	background-image: url('../../resources/img/btn/treeview-gray.gif') !important;
  	background-repeat: no-repeat;
	list-style-type: none;
}

.sitemap_module_content.treeview  ul li ul  
{
	margin-left: -4px !important;
	padding-left:0;
}

.sitemap_module_content.treeview  ul li ul li{
	 margin-left:16px;
}

.sitemap_module_content.treeview  ul li ul li.expandable, 
.sitemap_module_content.treeview  ul li ul li.collapsable
{
    padding-left: 16px !important;
    margin-left:0;
}

.sitemap_module_content.treeview ul li a 
{
	margin-left: 2px;
	display: inline-block;
}

