﻿.treeview ul { background-color: white; }

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview li
{
    list-style:none;
}

.treeview div.hitarea {
	height: 15px;
	width: 15px;
	margin-left: -15px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html div.hitarea {
	background: #fff;
	filter: alpha(opacity=0);
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(/content/images/treeview/tv-item.gif) 0 0 no-repeat; }
.treeview .collapsable { background-image: url(/content/images/treeview/tv-collapsable.gif); }
.treeview .expandable { background-image: url(/content/images/treeview/tv-expandable.gif); }
.treeview .last { background-image: url(/content/images/treeview/tv-item-last.gif); }
.treeview .lastCollapsable { background-image: url(/content/images/treeview/tv-collapsable-last.gif); }
.treeview .lastExpandable { background-image: url(/content/images/treeview/tv-expandable-last.gif); }

.filetree li { padding: 3px 0 1px 16px; }
.filetree span.folder, .filetree span.file { padding-left: 16px; display: block; height: 15px; }
/* .filetree span.folder { background: url(images/folder.gif) 0 0 no-repeat; }
.filetree span.file { background: url(images/file.gif) 0 0 no-repeat; } */


#AmazonS3Browser span
{
    font-size: 13px !important;
    padding-left: 18px;
}
#AmazonS3Browser li
{
    margin: 0px;
}

#AmazonS3Browser a
{
    text-decoration: none;
}

#AmazonS3Browser a:hover
{
    text-decoration: underline;
}

span.S3Bucket { background: url($CDNPath$icons/s3/bucket.png) 0 0 no-repeat; }
span.S3Folder { background: url($CDNPath$icons/s3/folder.png) 0 0 no-repeat; }
span.S3File { background: url($CDNPath$icons/s3/file.png) 0 0 no-repeat; }
span.S3-flv { background: url($CDNPath$icons/s3/flv.png) 0 0 no-repeat; }
span.S3-swf { background: url($CDNPath$icons/s3/swf.png) 0 0 no-repeat; }
span.S3-wmv { background: url($CDNPath$icons/s3/wmv.png) 0 0 no-repeat; }
span.S3-mp4 { background: url($CDNPath$icons/s3/mp4.png) 0 0 no-repeat; }
span.S3-mov { background: url($CDNPath$icons/s3/mp4.png) 0 0 no-repeat; }
span.S3-xml { background: url($CDNPath$icons/s3/xml.png) 0 0 no-repeat; }
span.S3-jpg { background: url($CDNPath$icons/s3/jpg.png) 0 0 no-repeat; }
span.S3-gif { background: url($CDNPath$icons/s3/gif.png) 0 0 no-repeat; }
span.S3-png { background: url($CDNPath$icons/s3/png.png) 0 0 no-repeat; }



