body {
	margin:0px;
	padding:0px;
	}

ul.tree > li {
	color: #000;
	cursor: default;

}
ul.tree > li > a {
	text-decoration: none;
}
ul.tree > li > a:hover {
	text-decoration: underline;
}
ul.tree > li[id] > a {
	color: #000;
	cursor: default;
}
ul.tree > li[id] > ul.tree {
	display: none;

	margin-left: 1%;
	padding-left: 1%;
}
ul.tree > li:target > ul.tree {
	display: block;
}

/* coming soon */
.csproduct {
	width:410px;
	border:1px solid #000;
	font-family:arial,helvectica,verdana !important;
	font-size: 11px !important;
	float:left;
	margin-left:5px;
	margin-top:5px;
	}
.csimage {
	float:left;
	width:185px;
	padding:3px;
	}
.csinfobox {
	float:left;
	width:208px;
	margin:3px;
	}
.cstitle {
	border:1px solid #000;
	height:18px;
	width:210px;
	background:#cc0000;
	color:#fff;
	text-indent:6px;
	margin:7px 0 5px 0;
	}
.csdate {
	font-size:12px;
	height:18px;
	width:210px;
	color:#cc0000;
	text-indent:2px;
	margin:5px 0 5px 0;
	font-weight:bold;
	}