/**
 * FOXFAST HTML BUILD - v3.0
 */
#titleListView, #titleListView ul, #titleListView ul ul, #titleListView ul ul ul { 
	padding: 0;
	margin: 0 !important;
	list-style: none;
}

#titleListView li {
	margin: 0 !important;
}
 


#titleListView .hitarea {
	height: 28px;
	width: 16px;
	margin-left: 0px;
	float: left;
	cursor: pointer;
	margin: 0;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

#titleListView li { 
	margin: 0;
	line-height: 27px;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	background: #FFFFFF;
	border-top: 1px solid #cccccc;
	clear: both;
}

#titleListView ul li {


}

	#titleListView ul li .hitarea {
		margin: 0 0 0 16px;
		}
		
#titleListView ul li ul li {

	padding: 0 0 0 48px;
}



#treecontrol {margin:0; display: none; }

#titleListView .expandable-hitarea { 
	background: transparent url(../images/btnTreeArrowR.gif) center left no-repeat;
}

#titleListView .collapsable-hitarea { 
	background: transparent url(../images/btnTreeArrowD.gif) center left no-repeat;
}

/******************************/

#allAssets {
	padding: 0;
	list-style: none;
	border-top: 0;
	border-right: 1px solid #b2b2b2;
	border-bottom: 0;
	border-left: 1px solid #b2b2b2;
}

#allAssets li, #allAssets ul {
	height: auto;
	overflow: hidden;
	clear: both;
	background-color: #b2b2b2;
	}
	
	
.synopsis #allAssets li, .synopsis #allAssets ul, .titleDetailsList #allAssets li, .titleDetailsList #allAssets ul {
	background-color: #FFFFFF !important;
	}
	
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

/* LEVEL 1 - ASSET TYPE  */
#allAssets li.level1 {
	background: url(../images/bgAssetTreeLevel1.gif) left top repeat-x;
	line-height: 18px;
	margin: 2px 0 0 0;
	}

#allAssets li.level1 .hitarea {
	height: 17px;
	width: 21px;
	float: left;
	cursor: pointer;
	margin: 0 10px 1px 5px;
	border-top: 0;
	border-right: 1px dotted #7f6b29;
	border-bottom: 0;
	border-left: 0;
	display: inline;
	}


#allAssets .expandable-hitarea { 
	background: transparent url(../images/btnTitleTreeLev1R.gif) center left no-repeat;
}

#allAssets .collapsable-hitarea { 
	background: transparent url(../images/btnTitleTreeLev1D.gif) center left no-repeat;
}

/* LEVEL 2  */

#allAssets li.level2 {
	background: url(../images/bgAssetTreeLevel2.gif) left top repeat-x;
	line-height: 33px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 2px 0 0 0;
	}

#allAssets li.level2 .hitarea {
	height: 17px;
	width: 21px;
	float: left;
	cursor: pointer;
	margin: 6px 10px 6px 5px !important;
	border-top: 0;
	border-right: 1px dotted #8094a7;
	border-bottom: 0;
	border-left: 0;
	display: inline;
	}


#allAssets ul.level2 .expandable-hitarea { 
	background: transparent url(../images/btnTitleTreeLev2R.gif) center left no-repeat;
}

#allAssets ul.level2 .collapsable-hitarea { 
	background: transparent url(../images/btnTitleTreeLev2D.gif) center left no-repeat;
}

/* LEVEL 3  */

#allAssets li.level3title {
	background: url(../images/bgAssetTreeLevel3.gif) left top repeat-x;
	line-height: 19px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 2px 0 0 0;
	height: auto;
	}

#allAssets li.level3title .hitarea {
	height: 17px;
	width: 17px;
	float: left;
	cursor: pointer;
	margin: 0 10px 2px 15px !important;
	border: 0;
	display: inline;
	}

#allAssets li.level3assets {
	margin: 0;
	}

#allAssets ul.level3 .expandable-hitarea { 
	background: transparent url(../images/btnTitleTreeLev2R.gif) center left no-repeat;
}

#allAssets ul.level3 .collapsable-hitarea { 
	background: transparent url(../images/btnTitleTreeLev2D.gif) center left no-repeat;
}

/* LEVEL 4  */

#allAssets li.level4title {
	background: url(../images/bgAssetTreeLevel4.gif) left top repeat-x;
	line-height: 16px;
	font-size: 10px;
	font-weight: bold;
	color: #424242;
	margin: 2px 0 0 0;
	height: auto;
	}


#allAssets li.level4title .hitarea {
	height: 16px;
	width: 17px;
	float: left;
	cursor: pointer;
	margin: 0 10px 0 25px;
	border: 0;
	}



#allAssets ul.level4 .expandable-hitarea { 
	background: transparent url(../images/btnTitleTreeLev4R.gif) center left no-repeat;
}

#allAssets ul.level4 .collapsable-hitarea { 
	background: transparent url(../images/btnTitleTreeLev4D.gif) center left no-repeat;
}


/* LEVEL 5 */

#allAssets li.level5holder {
	background: transparent !important;
	height: 3px;
	line-height: 3px;
	font-size: 3px;
	overflow: auto;
	clear: both !important;
	height: auto;
	}


.lastPlaceholder {
	clear: both;
	width: inherit;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}



/***** TITLE DETAILS HOME ****/
#titleDetailsHome, #seriesNavList{ 
	padding: 0 !important;
	margin: 0 !important;
	list-style: none;
}

#titleDetailsHome li, #titleDetailsHome ul, #seriesNavList li, #seriesNavList ul { 
	height: auto;
	overflow: hidden;
	clear: both;
	margin: 0 !important;
	padding: 0 !important;
}

/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
	padding: 0 !important;
	margin: 0 !important;
}


#titleDetailsHome .hitarea, #seriesNavList .hitarea {
	height: 17px;
	width: 17px;
	float: left;
	display: inline;
	cursor: pointer;
	padding: 0 !important;
	/* FIXES IE7 LI PADDING BUG */
	vertical-align: top;
	}

#titleDetailsHome .expandable-hitarea, #seriesNavList .expandable-hitarea { 
	background:url(../images/btnTdTreeArrowR.gif) top left no-repeat;
}

#titleDetailsHome .collapsable-hitarea, #seriesNavList .collapsable-hitarea { 
	background:url(../images/btnTdTreeArrowD.gif) top left no-repeat;
}




/* LEVEL 1  */
#titleDetailsHome li.level1, #seriesNavList li.level1 {
	background: transparent url(../images/bgTdTreeTile_Level1.gif) left top repeat-x;
	line-height: 17px;
	border-top: 1px solid #FFFFFF;
	border-right: 0; border-bottom: 0; border-left: 0;
	margin: 0 !important;
	padding: 0 !important;
	}

#titleDetailsHome li.level1 .hitarea, #seriesNavList li.level1 .hitarea {
	margin: 0 5px 0px 0px;
	}



/* LEVEL 2  */

#titleDetailsHome li.level2, #seriesNavList li.level2 {
	background: transparent url(../images/bgTdTreeTile_Level2.gif) left top repeat-x;
	line-height: 17px;
	border-top: 1px solid #FFFFFF;
	border-right: 0; border-bottom: 0; border-left: 0;
	margin: 0 !important;
	padding: 0 !important;
	}

#titleDetailsHome li.level2 .hitarea, #seriesNavList li.level2 .hitarea {
	margin: 0 5px 0px 20px !important;
	}


/* LEVEL 3  */

#titleDetailsHome li.level3, #seriesNavList li.level3 {
	background: transparent url(../images/bgTdTreeTile_Level3.gif) left top repeat-x;
	line-height: 17px;
	border-top: 1px solid #FFFFFF;
	border-right: 0; border-bottom: 0; border-left: 0;
	margin: 0 !important;
	padding: 0 !important;
	}




/******************************/



/*sekhar*/

/* BIOS LEVEL 4  */

#allAssets li.biosLevel4title {
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
    color: #424242;
	margin: 2px 0 0 0;
	height: auto;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	
	}

#allAssets span.biosCredit {
	line-height: 16px;
	font-size: 9px;
	font-weight: italics;
	color: #424242;
	margin: 2px 0 0 0;
	height: auto;
	}
	
	

#allAssets li.biosLevel4title .hitarea {
	height: 16px;
	width: 17px;
	float: left;
	cursor: pointer;
	margin: 0 10px 0 5px;
	
	}


#allAssets ul.biosLevel4 .expandable-hitarea { 

}

#allAssets ul.biosLevel4 .collapsable-hitarea { 

}


/* BIOS LEVEL 5 */

#allAssets li.biosLevel5holder {
	background: transparent !important;
	height: 3px;
	line-height: 3px;
	font-size: 3px;
	overflow: auto;
	clear: both !important;
	height: auto;
	}


.biosLastPlaceholder {
	clear: both;
	width: inherit;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}


