#cbt_widget { 
	border: 1px solid #CC6666; 
	width: 300px; 
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 12px; 
	line-height: 17px;
	margin-top: 10px;
}
#cbt_widget .scroll_box { 
	font-size: 11px; 
	line-height: 15px; 
	background: white; 
	width: 300px; 
	height: 284px;
	overflow: hidden;
	position: relative; 
	margin: 0; 
	list-style: none;
	padding: 0;
}
#cbt_widget .section { 
	background: #f2f2f2; 
	padding: 5px; 
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	margin: 0;
}
#cbt_widget a { 
	color: #cc0000; 
	text-decoration: none; 
	font-weight: bold; 
}
#cbt_widget a:hover { 
	text-decoration: none; 
}
#cbt_widget .title { 
	overflow: hidden;
	font-size: 12px; 
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
	max-height: 30px;
}
#cbt_widget .title:hover { 
	overflow: visible;
	text-overflow: clip;
	/*white-space: normal;*/
	max-height: none;
}
#cbt_widget .status { 
	margin-bottom: 0px; }
#cbt_widget .status_date {  }
#cbt_widget .bottom { 
	text-align: right; 
	padding-right: 10px; 
	border-top: 1px solid #ccc; 
	background: #e2e2e2; 
}
#cbt_widget img { 
	display: block; 
	border: none;
}
#cbt_widget span.more_info {
	font-size: 11px;
	color: #666;
	text-decoration: underline;
	display: none;
}
#cbt_widget .title:hover span.more_info {
	display: inline;
}