/* GeekCruises.com -------------------------------- *//* geek_booking.css ------------------------------- *//* cruise booking page -----------------------------*/#book1 {	margin: 16px auto;	width:  790px; 	}	#book2 {	background-color: #fff;	margin: 0 auto 16px;	width:  790px; 	}.leftbox {	background-color: #fff;	width:385px;	float:left; 	}.rightbox {	background-color: #fff;	width:385px;	float: right; 	}#book1 p {	color: #333;	font-size: 69%;	line-height: 164%;	text-align: left;	padding: 12px 6px 0 24px; 	}#book2 p {		color: #333;	font-size: 69%;	line-height: 164%;	padding: 12px 6px 0 24px; 	}#book1 .textbottom {	padding-bottom: 12px;	}#book2 .textbottom {	padding-bottom: 12px;	}#book1 table {	width: 385px; 	}#book1 table h3 {	color: #fff;	font-size: 63%;	line-height: 140%;	text-align: center;	padding: 10px 12px; 	}#book1 table p {		color: #000;	font-size: 63%;	line-height: 140%;	text-align: center;	padding: 10px 12px; 	}/* white row  --------------------------------------*/.w { background-color: #fff; }/* grey row ----------------------------------------*/.g { background-color: #ccc; }/* green row ---------------------------------------*/.gr {	background-color: #25702f; }#book span { color: #004700; }
