/* for viewing large description of attraction, also in map css */
.map_desc_large
{
	position:relative;
	top:0px;
	left:0px;
	width:570px;
	min-height:400px;
	font-size:12px;
}

*html .map_desc_large
{
	height:400px;
}

.map_desc_large h1
{
	position:relative;
	left:10px;
	width:100%;
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:24px;
	color:#3c247a;
	padding-bottom:10px;
	height:24px;
}

.map_desc_large h4
{
	margin:0;
	padding:0;
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	color:#f7941d;
	margin-bottom:6px;
	margin-top:6px;
}

.map_desc_large_left_landscape, .map_desc_large_left_portrait, .map_desc_large_left_square
{
	position:relative;
	float:left;
	line-height:18px;
	min-height:200px;
	width:288px;
	font-family:georgia;
	font-size:12px;
	color:#474747;
	left:12px;
	margin-right:10px;
}

.map_desc_large_left_portrait, .map_desc_large_left_square
{
	width:350px;
}

.map_desc_large_left_square
{
	width:340px;
}

.map_desc_large_right_landscape, .map_desc_large_right_portrait, .map_desc_large_right_square
{
	position:relative;
	float:right;
	min-height:200px;
	width:270px;
	width:260px;
	font-family:tahoma;
	font-size:11px;
	color:#474747;
	line-height:16px;
}

.map_desc_large_right_portrait
{
	width:160px;
}

.map_desc_large_right_square
{
	width:200px;
}

*html .map_desc_large_left_landscape, *html .map_desc_large_left_portrait, .map_desc_large_left_square, 
*html .map_desc_large_right_landscape, *html .map_desc_large_right_portrait, .map_desc_large_right_square
{
	height:200px;
}

.map_desc_large_right_landscape .map_desc_large_right_image
{
	position:relative;
	width:262px;
	height:180px;
	background-image: url(../images/landscape_bg.gif);
	background-repeat: no-repeat;
}

.map_desc_large_right_image_landscape
{
	position:relative;
	width:262px;
	height:180px;
	background-image: url(../images/landscape_bg.gif);
	background-repeat: no-repeat;
	margin-bottom:8px;
}

.map_desc_large_right_image_portrait
{
	position:relative;
	width:152px;
	height:220px;
	background-image: url(../images/potrait_bg.gif);
	background-repeat: no-repeat;
	margin-bottom:8px;
}

.map_desc_large_right_image_square
{
	position:relative;
	width:178px;
	height:178px;
	background-image: url(../images/square_bg.gif);
	background-repeat: no-repeat;
	margin-bottom:8px;
}

.map_desc_large .srio_row
{
	margin-bottom:10px;
}

.map_desc_large_right_image_portrait img
{
	position:absolute;
	top:12px;
	left:12px;
	width:128px;
	height:197px;
	overflow:hidden;
}

.map_desc_large_right_image_square img
{
	position:absolute;
	top:12px;
	left:12px;
	width:152px;
	height:152px;
	overflow:hidden;
}

.map_desc_large_right_image_landscape img
{
	position:absolute;
	top:13px;
	left:13px;
	width:235px;
	height:152px;
	overflow:hidden;
}
