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

/*   LAYOUT
----------------------------------------------------------------*/
#other #maincol h2{}
#other #maincol h2 span{}
#other #maincol .section{}
#other #maincol .section img{}
#other #maincol .section div{}
#other #maincol .section div h3{}
#other #maincol .section div p{}

#other #maincol .section ul{
	list-style:none;
	padding:0 0 0 10px;
}

#other #maincol .section ul li.parent{
	list-style:none;
	background:url(../../images/ctg_child_arrow.gif) no-repeat left;
	list-style-position:outside;
	padding:0 0 0px 15px;
	margin:0 0 20px 0;
	font-weight:bold;
}

#other #maincol .section ul li.child{
	list-style:none;
	padding:0 0 0 30px;
	background:#fff;
	font-weight:normal;
	position:relative;
	bottom:20px;
}


