p {
	font-size:14px;
	line-height:24px;
}

/*********** Cruise information bullet points *******************/

.cruise-info {
	padding:0 0 0 5px;
}

.cruise-info-ul ul {
	padding:0;
	margin:0;
	width:100%;
	list-style-type:none;
}

.cruise-info-ul li a{
	color:#1c1c1c; 
	margin:0 0 5px 0; 
	padding:5px 10px; 
	display:block;
	list-style-type:none;
	font-size:14px;
	height:30px; 
	line-height:29px;
	text-decoration:none;
}

.cruise-info-ul li a:hover{
	background-color:#c3cf5f;
	text-decoration:none;
	color:#ffffff;
}

/*********************** PRODUCT BLOCK ***************************************/

.product-block-header {
	background-color:#00abe7;
	color:#FFFFFF;
}

.product-block-header h2{
	color:#ffffff;
}

/********* product header info (price, hotelname and grading) *********************/

.product-head-left {
	width:650px;
	margin-right:10px;
	float:left;
}

.product-head-right {
	width:300px;
	float:left;
	text-align:right;
}

.product-mainimg {
	width:420px;
	border:5px solid #e8e8e8;
	margin-left:10px;
}
