#news_listing {
	width580px;
}

.dhtmlgoodies_question{	/* Styling question */
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	border:1px solid #cacaca;
	background-color:#eaeaea;
	width:580px;
	visibility:hidden;
	height:0px;
	overflow:hidden;
}

.nlist_container {
	width:580px;
	float:left;
	padding:10px 0px 10px 0px;
	border-bottom:1px solid #bbbbbb;
	border-bottom-style:dashed;
}

.nlist_title {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#181818;
	width:580px;
	padding-bottom:3px;
}

.nlist_thumbs {
	width:100px;
	height:75px;
	border:3px solid #551515;
	background-color:#ffffff;
}

.nlist_content {
	font-size:11px;
	padding-bottom:10px;
}

.nlist_more a:link,a:active,a:visited {
	color:#f48f2d;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
	
.nlist_more a:hover {
	text-decoration:underline;
}