@import "n_base.css";


.LinkTitle{
	width:440px;
	height:30px;
	background:url(../images/link_title.gif) no-repeat;
	text-indent:-9999px;
	display:block;
	margin:0 0 10px 0;
}

#link-wrapper{
	padding:10px 0 0 10px;
}
#link-wrapper dl{
}
#link-wrapper dt{
	width:123px;
	height:20px;
	float:left;
	display:block;
	color:#645A51;
	list-style:none;
	line-height:150%;
	border-bottom:#CCCCCC 1px dotted;
	padding:2px 0 0 17px;
	background:url(../images/cube_icon_s.gif) no-repeat left; 
}
#link-wrapper dd{
	width:280px;
	height:20px;
	float:left;
	display:block;
	padding:2px 0 0 0;
	color:#645A51;
	list-style:none;
	line-height:150%;
	border-bottom:#CCCCCC 1px dotted;
}
