.treeview {
	font-size: 14px;
	color: #434343;
	list-style: none;
}

.treeview li {
	list-style: none;
	margin: 0 0 30px 0;
}

.treeview li.current {
	background: #e5ebf0 url(https://www.autoform.com/es/images/system/menu_hover.png) repeat-x;
	
	background: url(https://www.autoform.com/es/images/system/subnavi-triangle-current.png) no-repeat right center, -moz-linear-gradient(#fff, #e5ebf0);
	background: url(https://www.autoform.com/es/images/system/subnavi-triangle-current.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5ebf0));
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	
}

.treeview ul li ul li.current {
	background: #e5ebf0 url(https://www.autoform.com/es/images/system/menu_hover.png) repeat-x;
	
	background: url(https://www.autoform.com/es/images/system/subnavi-triangle-current.png) no-repeat right center, -moz-linear-gradient(#fff, #e5ebf0);
	background: url(https://www.autoform.com/es/images/system/subnavi-triangle-current.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5ebf0));
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	padding: 0 0 0 15px;
}

.treeview li.current span.file {
	background: url(https://www.autoform.com/es/images/system/subnavi-triangle-current.png) no-repeat right center;
	display: block;
	padding: 10px 5px 10px 5px;
}

.treeview li.current span.file a {
	padding: 0 0 0 0;
}

.treeview li.current span.file a:hover {
	color: #a61515;
}

.treeview li.current a:hover {
	color: #434343;
	text-decoration: none;
	background: none;
}

.treeview li ul li {
	margin: 0 0 0 25px;
	padding: 0 0;
	border-bottom: 1px solid #e2e2e2;
}

.treeview li ul li.first {
	border-top: 1px solid #e2e2e2;	
	margin-top:15px;
}

.treeview li ul li ul li.first {
	border-top: 1px solid #e2e2e2;	
	margin-top:0px;
}

.treeview li ul li ul li {
	margin: 0;
	border-bottom: 1px solid #e2e2e2;
}

.treeview li ul li ul li a {
	padding:  10px 5px 10px 20px;
}

.treeview li ul li ul li.last {
	border: none;
}

/* IE6 Hack */
* html .treeview li ul li ul li.last {
	border: 1px solid #fff;
}

.treeview .folder {
	padding: 0 0 0 15px;
	font-weight: bold;
	background: url(https://www.autoform.com/es/images/system/subnavi-triangle-1-2.png) no-repeat 0 50%;
	display: block;
}

.treeview .expandable .folder {
	padding: 0 0 0 15px;
	font-weight: bold;
	background: url(https://www.autoform.com/es/images/system/subnavi-triangle-1-1.png) no-repeat 0 50%;
}

.treeview li ul .folder {
	padding: 10px 5px 10px 15px;
	font-weight: bold;
	display: block;
	margin: 0 0 0 5px;
	background: url(https://www.autoform.com/es/images/system/subnavi-triangle-2-2.png) no-repeat 0 50%;
}

.treeview li ul .expandable .folder {
	padding: 10px 10px 10px 15px;
	display: block;
	font-weight: normal;
	background: url(https://www.autoform.com/es/images/system/subnavi-triangle-2-1.png) no-repeat 0 50%;
}

.file a {
	display: block;
	color: #434343;
	text-decoration: none;
	padding: 10px 5px;
}

.file a:hover {
	color: #434343;
	text-decoration: none;
	color: #a61515;
	background: #fafafa;
}

.treeview .hover { 
	cursor: pointer; 
}

/* fix for IE6 */
* html .hitarea {
	display: inline;
	float: none;
}
