/* CSS Document */
#modLeftArea	{
	display:block;	
	width: 205px; 
	float: right;
	padding-right: 8px;
	
}

#modLeftArea img	{
	max-width: 205px;
	
}

* html #modLeftArea img	{
	width: 205px;
	
}

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


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

#modLeftArea .modShortDesc	{
	margin-bottom: 20px;
}

#modLeftArea .modPriceLink	{
	display: block;
	padding: 5px;
	border: 1px solid #164B10;
	background-color: #F3FFB3;
	text-decoration: none;
	color: #164B10;
	font-size: 14px;
	margin-bottom: 15px;
	text-align: center;
	font-weight: bold;
}

#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:570px;
	background-position: top right;
	background-repeat: no-repeat;
}

#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;
	}

