.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview .hitarea {
	background: url(https://shop.coloradoclothing.com/skin/frontend/default/modern/images/jquery-treeview/treeview-arrows.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin: 3px 0px 0px -10px;
	float: left;
	cursor: pointer;
	/*background-color: #ccc;*/
}

.treeview ul.sub-level-box .hitarea {
	margin: 3px 0px 0px -16px;	
}	

/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 0px 0pt 0px 0px;
}

.treeview li.top-level-box { 
	/*width: 153px;
	min-height: 40px;*/
	margin: 0px 0px 0px 0px;
	padding: 10px 0pt 10px 16px;
	background: url(https://shop.coloradoclothing.com/skin/frontend/default/modern/images/jquery-treeview/bg-top-level-box.gif) 0 0 no-repeat;
}

.treeview ul.sub-level-box {
	background: #f1f1e4 url(https://shop.coloradoclothing.com/skin/frontend/default/modern/images/jquery-treeview/bg-under-box.gif) 0 0 repeat-x;
	margin: 9px 0px -7px -16px;
	padding: 5px 0px 10px 0px;
}

.treeview ul.sub-level-box li { 
	margin: 5px 0px 0px 22px;
	padding: 0px 0pt 0px 0px;
}

.treeview ul.sub-level-box li a {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}	

.treeview ul.sub-level-box li a:hover {
	color: #999;
	text-decoration: none;
}	

.treeview ul.sub-sub {
	margin: 9px 0px 0px 0px;
	
}

.treeview ul.sub-sub li { 
	margin: 0px 0px 0px 10px;
	padding: 0px 0pt 0px 0px;
}

.treeview ul.sub-sub li a {
	font-size: 11px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}	

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

/*.treeview li { background: url(https://shop.coloradoclothing.com/skin/frontend/default/modern/images/jquery-treeview/treeview-default-line.gif) 0 0 no-repeat; }*/
/*.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }*/

.treeview .expandable-hitarea { background-position: -80px -3px; }

/*
.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(https://shop.coloradoclothing.com/skin/frontend/default/modern/images/jquery-treeview/treeview-default.gif) -64px -25px no-repeat; }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }
*/

.treeview-red li { background-image: url(https://shop.coloradoclothing.com/skin/frontend/default/modern/images/jquery-treeview/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(https://shop.coloradoclothing.com/skin/frontend/default/modern/images/jquery-treeview/treeview-red.gif); } 

.treeview-black li { background-image: url(https://shop.coloradoclothing.com/skin/frontend/default/modern/images/jquery-treeview/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(https://shop.coloradoclothing.com/skin/frontend/default/modern/images/jquery-treeview/treeview-black.gif); }  

.treeview-gray li { background-image: url(https://shop.coloradoclothing.com/skin/frontend/default/modern/images/jquery-treeview/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(https://shop.coloradoclothing.com/skin/frontend/default/modern/images/jquery-treeview/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(https://shop.coloradoclothing.com/skin/frontend/default/modern/images/jquery-treeview/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(https://shop.coloradoclothing.com/skin/frontend/default/modern/images/jquery-treeview/treeview-famfamfam.gif); } 


.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(https://shop.coloradoclothing.com/skin/frontend/default/modern/images/jquery-treeview/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(https://shop.coloradoclothing.com/skin/frontend/default/modern/images/jquery-treeview/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(https://shop.coloradoclothing.com/skin/frontend/default/modern/images/jquery-treeview/file.gif) 0 0 no-repeat; }

