/*
Name:		cruisefinder.css
Zweck:		Style fuer CruiseFinder Plugin
Ersteller:	PH
=============================
*/

/*
	Liste
=============================
*/

div#cruisefinder div#cf_angebote {
	padding:0 17px;
	background:#fff;
	min-height:300px;
}
div.title, div.angebot, div.schiff, div.preis, div.abfahrt, div.ankunft {
	padding:3px 0;
}
div.angebot, div.schiff, div.preis, div.abfahrt, div.ankunft {
	float:left;
}
div.title {
	font-weight:bold;
}
div.angebot{
	width:270px;
	padding-left:3px;
}
div.schiff{
	width:160px;
}
div.preis{
	width:100px;
}
div.abfahrt{
	width:100px;
}
div.ankunft{
	width:100px;
}
div.colored {
	background:#efefef;
}

/*
	Details
=============================
*/

div.title, div.kabname, div.beschrieb, div.cabcode {
	padding:3px 0;
}
div.kabname, div.beschrieb, div.cabcode {
	float:left;
}
div.kabname {
	width:270px;
}
div.beschrieb {
	width:260px;
}
div.cabcode {
	width:110px;
}
div.descriptions {
	padding:10px 0;
}
div.descriptions p {
	padding:0 !important;
	margin:0;
}

/*	FFPrintFix */
div#cruisefinder img {
	width:auto;
	height:auto;
	display:none;
	background:none;
	margin:0;
	padding:0;
}
@media print {
	div#cruisefinder img {
		width:auto;
		height:auto;
		display:block;
		background:none;
		margin:0;
		padding:0;
	}
	div#top-container, h1 {
		height: 150px;
	}
}

