.chl2_panel {
	padding:11px 18px;
	border:solid 1px #ccc;
	background:#fff url('../images/ui/chl2_panel.gif') repeat-x left bottom;
}

.chl2_panel .chl2_body {
	padding:0;
}

.chl2_w_subNode {
	margin: 15px 0px 20px 0px;
	padding:5px 18px 10px 18px;
	border:solid 1px #ccc;
	background:#fff url('../images/ui/chl2_panel.gif') repeat-x left bottom;
}

.chl2_w_subNode .chl2_header {
	border:none;
}

.chl2_w_subNode .chl2_odd,
.chl2_w_subNode .chl2_even {
	background:transparent;
}

.chl2_w_subNode ul {
	list-style-position:outside; /* ie */
}

.chl2_w_subNode li {
	margin:0;
	margin-bottom:13px;
	padding:0;
	border:none;
	line-height:18px;
	text-indent:0; /* ie */
}

.chl2_w_subNode h2 {
	margin-top:0;
}

.content ul {
line-height:1.3em;
padding-top:0px;
}

.content p {
margin-bottom: 10px;
}

.content img {
	max-width: 400px;
	/* Resize the image for IE6 */
	width: expression(this.width > 400 ? 400: true);
	height:auto;
}

.tickedList  {
line-height:2em !important;
}

.noBackground {
background: none !important;
}