@charset "utf-8";
/* CSS Document */

#folders {
	height: 40px;
	margin: 0 9px; width:98%;
	font-size:110%;
	text-align:left;
	font-variant:small-caps;
	/*padding-top:3px;*/
}
	#folders td {
		padding-top:5px;
		height:18px;
		overflow:hidden;
		white-space: nowrap;
		
	}
		#folders img {
			float:left; 
			margin: -5px 3px 0 0;
		}
	#folders td.close {
		width:15px;
		cursor:pointer;
		font-weight:bold;
		padding-bottom:3px;
		text-align:right;
	}
	#folders td.close:hover {
		color:#900;
	}

	#folders td.active {
		background:url(layout/folder_a_bk.png) repeat-x top;
	}
	#folders td.active_l1 {
		background:url(layout/folder_a_left_1.png) no-repeat top;
		width: 14px
	}
	#folders td.active_l2 {
		background:url(layout/folder_a_left_2.png) no-repeat top;
		width: 14px
	}
	#folders td.active_r {
		background:url(layout/folder_a_right.png) no-repeat top;
		width: 14px
	}
	
	#folders td.deactive {
		background:url(layout/folder_b_bk.png) repeat-x top;
		cursor:pointer;
	}
	#folders td.deactive_l1 {
		background:url(layout/folder_b_left_1.png) no-repeat top;
		width: 14px
	}
	#folders td.deactive_l2 {
		background:url(layout/folder_b_left_2.png) no-repeat top;
		width: 14px
	}
	#folders td.deactive_l3 {
		background:url(layout/folder_b_left_3.png) no-repeat top;
		width: 14px
	}
	#folders td.deactive_r {
		background:url(layout/folder_b_right.png) no-repeat top;
		width: 14px
	}

