@import url("../../mainstreet/include/mainstreet.css");

body, td, th, ul, li {
	font-size: 12px;
	font-family: Arial, Verdana;
}
body {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;	
   	font-weight: bold;
}
h1 {
   	font-size: 20px;
   	margin-top: 0;
   	margin-bottom: 6px;
}
h2 {
    font-size: 18px;
   	margin-top: 0;
   	margin-bottom: 6px;
}		
h3 {
   	font-size: 18px;
   	margin-top: 0;
   	margin-bottom: 4px;
}	
h4 {
   	font-size: 16px;
   	margin-top: 0;
   	margin-bottom: 4px;
}	
h5 {
   	font-size: 12px;
   	margin-top: 0;
   	margin-bottom: 4px;
}	
h6 {
   	font-size: 10px;
   	margin-top: 0;
   	margin-bottom: 2px;
}	

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; cursor: hand; }
a:active { text-decoration: none; }


/* Category TreeView - Starts here */
.treeview, .treeview ul { 
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-weight: bold;
}

.treeview ul {
	background-color: transparent;
	margin-top: 4px;
}

.treeview ul li a {
	color: #000;
	font-weight: normal;
	cursor: hand; 
	cursor: pointer;
}

.treeview .hitarea {
	background: url(images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: hand;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0px;
	padding: 3px 0px 3px 10px;
}

.treeview a.selected {
	background-color: transparent;
}

#treecontrol { margin: 1em 0px; display: none; }

.treeview .hover { color: #ffffff; cursor: hand; cursor: pointer; }

.treeview li { background: url(images/treeview-default-line.gif) 0px 0px no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0px -176px; padding-left:15px !important; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0px -1766px; }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(images/treeview-default.gif); }  


/*
.treeview li.lastCollapsable { background-position: 0px -111px }
.treeview li.lastExpandable { background-position: -32px -67px }
.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0px; }
*/

.treeview-red li { background-image: url(images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(images/treeview-red.gif); } 

.treeview-black li { background-image: url(images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(images/treeview-black.gif); }  

.treeview-gray li { background-image: url(images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(images/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(images/treeview-famfamfam.gif); } 


.filetree li { padding: 2px 5px 10px 10px; color:#000; font-family: Lucida Sans, Trebuchet MS, Arial, Verdana; font-size:13px;}
.filetree li ul li { padding: 0px; color:#000; font-family:Arial; font-size:12px; padding: 0px 5px 7px 0px; }
.filetree li ul li a{ text-decoration:none; color:#000; cursor: hand; cursor: pointer; font-family:Arial; font-size:12px;}

.filetree span.folder, .filetree span.file { padding: 1px 0px 1px 10px; display: block; }
.filetree span.folder { background: url(images/folder.gif) 0px 0px no-repeat; }
.filetree li.expandable span.folder { background: url(images/folder-closed.gif) 0px 0px no-repeat; }
.filetree span.file { background: url(images/file.gif) 0px 0px no-repeat; }

.filetree li a{ text-decoration:none; color:#000; cursor: hand; cursor: pointer;}
.filetree li a:hover { text-decoration:none; color:#fff; cursor: hand; cursor: pointer;}

.filetree { font-weight:bold; font-family: Lucida Sans, Trebuchet MS, Arial, Verdana; }
/* Category TreeView - Ends here */

#_ctl0_Body_CategoryTree_divBgColor {position:relative !important;}


