/**
 * for all
 */
div.cuscade_folder div,
div.cuscade_folder h6,
div.cuscade_folder span,
div.cuscade_folder img{
	margin:0;
	padding:0;
	border:none;
	text-indent:0px;
	text-align:left;
	font-weight:normal;
	font-size:100%;
	line-height:48px;
	color:#0000AA;
	background-color:transparent;
	-webkit-text-size-adjust: 100%;
}
div.cuscade_folder td{
	vertical-align:middle;
}
div.cuscade_folder td .data{
	padding-top:0px;
}

/* index topbar
---------------------------------------*/
#index_topbar {
	height:32px;
	background:url("../images_site/mobile/title_bg.png") repeat-x left top;
	clear:both;
}

#index_topbar .title {
	width:94%;
	float:left;
	padding:2px 0 0 10px;
	line-height:24px;
	font-weight:bold;
	font-size:20px;
	color:#fff;
	vertical-align:top;
}

div.cuscade_folder .top .title{
	width: 100%;
	font-weight:bold;
	background:none;
}

div.cuscade_folder .data{
	width:100%;
	font-size:12px;
	background-color:A2A2F2;
}

body div.cuscade_folder .hide{
	display:none;
}
body div.cuscade_folder .show{
	display:none;
}
body div.cuscade_folder div.watchnow .data span{
	color:#000055;
}

/**
 * nesting container
 */
div.cuscade_folder div.parents{
	background:url("../images_site/mobile/contents_bg.png") repeat-x left top;
}

div.cuscade_folder div.children div.parents{
	background:none;
}

div.cuscade_folder div.children{
	background:url("../images_site/mobile/contents_child_bg.png") repeat left top;	
/*	background-color:#AAAADF;
*/	padding-left:12px;
	width:100%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-ovzerflow: ellipsis;
	-o-text-overflow: ellipsis;
	color:#FF0000;
}

/**
 * item container
 */
div.cuscade_folder h6 .line{
	width:100%;
	clear:both;
}
div.cuscade_folder h6 .txtleft{
/*	margin: 0 0 0 16px;	*/
	float:left;
	background:url("../images_site/mobile/contents_bg.png") repeat-x left top;
	width:100%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

div.cuscade_folder div.children .txtleft{
	background:none;
	background-color: #77a5e5;
	background:url("../images_site/mobile/contents_child_bg.png") repeat-x left top;
}


/**
 * image
 */
div.cuscade_folder h6 .head{
/*	margin: 2px 0 0 0; */
	float:left;
	clear:both;
}

div.cuscade_folder h6 .head img{
	width:40px;
	height:48px;
	vertical-align: bottom;
}
div.cuscade_folder h6.top .head img{
	width:40px;
	height:48px;;
	vertical-align: bottom;
}
div.cuscade_folder h6.cls .head img{
	background:url("../images_site/mobile/open.png") no-repeat center center;
	cursor:pointer;
}
div.cuscade_folder h6.opn .head img{
	background:url("../images_site/mobile/close.png") no-repeat center center;
	cursor:pointer;
}

/*	child hidden parts	*/
div.cuscade_folder h6.non .head img{
	background:url("../images_site/mobile/contents_child_bg.png") repeat-x left top;	
/*	background-color:#AAAADF;
*/}

a{
	text-decoration:none;
}
