/*
 *  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.
 */

/*
 * CSS FOR JQUERY.TREEVIEW
 */

.ametys-cms-service ul.treeview .hitarea 
{
	background: url(/skins/ametys/resources/img/services/tree/treeview-gray.gif) -64px -25px no-repeat  !important;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
	margin-top: 4px;
}

/* fix for IE6 */
* html .ametys-cms-service ul.treeview .hitarea 
{
	display: inline;
	float:none;
	margin-top: 4px;
}

.ametys-cms-service ul.treeview li.collapsable, 
.ametys-cms-service ul.treeview li.expandable 
{ 
	background-position: 0 -176px !important;
	clear: both; 
}

.ametys-cms-service ul.treeview .expandable-hitarea 
{ 
	background-position: -80px -3px !important;
}

.ametys-cms-service ul.treeview button{
	border-width:0;
}

.ametys-cms-service ul.treeview .expandable-hitarea span,
.ametys-cms-service ul.treeview .collapsable-hitarea span{
	position:absolute;
	top:-10000px;
}

.ametys-cms-service ul.treeview li.last 
{ 
	background-position: 0 -1767px !important; 
}

.ametys-cms-service ul.treeview li li{
	font-size:inherit;
}

.ametys-cms-service ul.treeview li.lastCollapsable 
{ 
	background-position: 0 -113px !important; 
}

.ametys-cms-service ul.treeview li.lastExpandable 
{ 
	background-position: -32px -70px !important; 
}

.ametys-cms-service ul.treeview div.lastCollapsable-hitarea,
.ametys-cms-service ul.treeview div.lastExpandable-hitarea 
{
	background-position: 0 !important;
}

.art-content .ametys-cms-service ul.treeview 
{
	 margin: 17px;
}

.ametys-cms-service ul.treeview .hover 
{
	cursor: pointer; 
}

.ametys-cms-service ul.treeview li 
{ 
	background-image: url('/skins/ametys/resources/img/services/tree/treeview-gray-line.gif') !important;
  	background-repeat: no-repeat;
	list-style-type: none;
	font-size:1.2em;
	font-weight:500;
}

.ametys-cms-service ul.treeview > li{
	text-transform:uppercase;
} 

.ametys-cms-service ul.treeview li ul  
{
	margin: 0 0 0 22px !important;
}

/* .ametys-cms-service ul.treeview li ul li  */
/* { */
/*     padding-left: 26px !important; */
/* } */

.ametys-cms-service ul.treeview li a:link
{
	display: inline-block;
	margin:2px 0 2px 2px;
	padding:0 5px;
	border-width:0;
	text-transform:none;
	color:#002B4B;
	text-decoration:none;
}
.ametys-cms-service ul.treeview li a:hover{
	color:#7B2E7F;
}

