div.TermsAndConditions
{
	width:548px;
	padding: 5px;
}


/** Price per Bed  **/
.mouseOverPrice
{
	font-weight:bolder;
}

/** TotalPrice **/

tr.totalPrice 
{
	background-color:#6699CC;
	color: White;
}

tr.totalPrice td
{
	padding:3px;	
}

tr.totalPrice td span.amount
{
	font-weight:bolder;
}

/** **/
.btnBookNow
{
	margin-right:8px;
}
