/**********************************************
 *
 *       top.css for www.prisys.net
 *
 **********************************************
 */



/* --------------- philosophy --------------- */
div#philosophy {
	width: 530px;
	margin: 0 10px 20px;
	padding: 0;
	font-size: 14px;
}




/* ------------------ news ------------------- */
div#news {
	height: 100px;
	margin: 0 10px;
	background: url(/img/news.gif) no-repeat left top;
}
div#content>div#news {
	height: auto;
	min-height: 100px;
}
div#news dl {
	margin: 0 0 0 140px;
	padding: 0;
}
div#news dt {
	display: block;
	float: left;
	clear: left;
	line-height: 1.7em;
	margin: 0;
	padding: 0 0 0 40px;
	font-weight: normal;
	background: url(/img/icon_news.gif) no-repeat left center;
}
div#news dd {
	line-height: 1.7em;
	margin: 0;
	padding: 0 0 0 150px;
	border-bottom: 1px dotted #CCCCCC;
}

