.default{
	display:none;
	}

/*************************/

ul.item,
li.list{
	margin:0;
	padding:0;
	list-style:none;
}

ul.item{
	list-style:none;
	border-bottom:dotted 1px #666;
	clear:both;
	margin:0;
	padding:0;
	line-height:18px;
	height:18px;
	margin-bottom:4px;
	padding-bottom:4px;
}

ul.item li{
	float:left;
	padding:0;
	margin-right:6px;
	height:18px;
}

ul.item li.title{
	width:418px;
	width:360px;
	width:300px;
	white-space: nowrap;
	overflow:hidden;
}

/*************************/

#catalogList{
}


#catalogList ul.item{
	height:36px;
	margin:0;
	margin-bottom:10px;
}

#catalogList ul.item li.title{
	width:160px;
	white-space: nowrap;
	overflow:hidden;
}

/*************************/

.cat_00,
.cat_01,
.cat_02,
.cat_03,
.cat_04,
.cat_05{
	color:#fff;
	padding:2px 6px;
	font-size:10px;
	text-align:center;
	display:block;
	width:80px;
	float:left;
}
.cat_00{
	background:#8FB92F;
	background:#999;
	background:#FEA10D;
	background:#FFCC66;
	background:#FF9900;
}
.cat_01{
	background:#6495ed;
	background:#4496d3;
	background:#FEA10D;
	background:#FFCC66;
	background:#FF9900;
}
.cat_02{
	background:#9acd32;
	background:#79c06e;
	background:#FEA10D;
	background:#FFCC66;
	background:#FF9900;
}
.cat_03{
	background:#ffa500;
	background:#f6ae54;
	background:#FEA10D;
	background:#FFCC66;
	background:#FF9900;
}
.cat_04{
	background:#8a2be2;
	background:#FEA10D;
	background:#FFCC66;
	background:#FF9900;
}

.cat_05{
	background:#20b2aa;
	background:#de82a7;
	background:#FEA10D;
	background:#FFCC66;
	background:#FF9900;
}

/*************************/

.new_area{
 	color:#ff6666;
	font-weight:bold;
	display:block;
	width:24px;
	float:left;
 }