/* CSS Document */
#modLeftArea	{
	display:block;	
	width: 205px;
	float: left;
	padding-right: 20px;
	border-right: 5px solid #D9E9B1;
	margin-top: 30px;
}

#modLeftArea img	{
	width: 205px;
}

#modLeftArea .modMoreImages	{
	display: block;
	text-align: right;
	font-size: 11px;
	color: #004000;
	text-decoration: none;
}

#modLeftArea h2	{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #004000;
	font-weight: normal;
	margin-top: 15px;
}

#modLeftArea .modShortDesc	{
}

#modLeftArea .modPriceLink	{
	display: block;
	padding: 5px;
	border: 1px solid #164B10;
	background-color: #76B300;
	text-decoration: none;
	color: #000000;
	font-size: 14px;
	margin-top: 15px;
}

#modLeftArea .modPriceLink:hover	{
	background-color: #BBE280;
}

#modLeftArea .modProdSuggest	{
	display: block;
	padding: 5px;
	background-color: #BBE280;
	color: #000000;
	font-size: 11px;
	margin-top: 15px;
}

#modLeftArea .modProdSuggest ul	{
	margin: 0px;
	padding: 0px;
	margin-left: 17px;
}

#modLeftArea .modProdSuggest ul li a	{
	color: #000000;
	text-decoration: none;
}


#modRightArea	{
	display:block;
	width: 370px;
	float: left;
	margin-left: 20px;
	padding-right: 225px;
	background-position: top right;
	background-repeat: no-repeat;
	min-height: 500px;
	margin-top: 30px;
}

#modRightArea .modPriceLink	{
	display: block;
	padding: 5px;
	border: 1px solid #164B10;
	background-color: #76B300;
	text-decoration: none;
	color: #000000;
	font-size: 14px;
	margin-top: 15px;
}

#modRightArea .modGoBack	{
	color: #004000;
	text-decoration: none;
	display:block;
	margin-top: 15px;
	font-size: 11px;
}

#modRightArea .modClose	{
	position: absolute;
	top: 10px;
	right: 15px;
}

#modZoomPlan	{
	position: absolute;
	top: 20px;
	right: 25px;
}

#modZoomPlan img	{
	border: 0;
}

#modRightArea .modClose img	{
	border: 0;
}

/* booking form styles */
.modContentRowLeft
	{
	border-bottom: 1px solid #ffcc66;
	padding: 5px;
	vertical-align: middle;
	width: 80px;
	text-align: right;
	}
	
.modContentRowRight
	{
	border-bottom: 1px solid #ffcc66;
	padding: 5px;
	vertical-align: top;
	}
	
.modContentRowRight input,textarea,select
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 250px;
	border: 1px solid #FFFFFF;
	}

