/* Globals */

div.cruisenews {
	
}
	
	/* Make heading a hidden link */
	a.stealthy, div.cruisenews .subject a {
		color: #7e7e7e;
		text-decoration: none;
	}

/* Summaries */

div.cruisenews div.summary {
	margin-bottom: 10px;
}
	div.cruisenews div.summary h5 {
		font-size: 12px;
	}

	div.cruisenews div.summary img.floaty_left {
		margin-left: 0px !important;
		margin-right: 5px !important;
	}

/* Full articles */

div.cruisenews div.article {
	
}

	.searchlinkout {
		background: #EEE;
		padding: 5px;
		margin-bottom: 10px;
	}