/* ===================================
CABIN LISTINGS
=================================== */

.CABINLIST-td-image{
	background-color: #D5C69B;
}
.CABINLIST-bg-content{
	background-image: url(/images/accommodation/list-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.CABINLIST-header{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.CABINLIST-text{
	font-family: Arial;
	font-size: 12px;
}


/* ===================================
CABIN DETAILS
=================================== */
.CABINDETAILS-header{
	font-family: Arial;
	font-size: 19px;
	color: #213A79;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 7px;
	padding-left: 6px;
	background-color: #E0D6B6;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	margin-bottom: 10px;
}
.CABINDETAILS-imagetext{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 22px;
	padding-bottom: 5px;
}
.CABINDETAILS-header-details{
	background-color: #E0D6B6;
	border: 1px solid #B9A25B;
	font-family: Verdana;
	font-size: 12px;
	color: #4D4220;
	font-weight: bold;
	text-align: center;
}
.CABINDETAILS-header-text{
	background-color: #ffffff;
	border: 1px solid #B9A25B;
	font-family: Arial;
	font-size: 12px;
}

