
#map {
	width:272px; 
	height:272px; 
	font-size:11px; 
	font-family:Arial; 
	border:1px solid #CCC;
	margin-bottom:6px;
}

/* -------------------------- IMAGE GALLERY -------------------------- */

.square_thumb {
	width:51px; 
	height:51px; 
	background-color:#99CBD1;  /*#99E1F3; */
	float:left; 
	margin:0px 7px 6px 0px;
	cursor:pointer;
}

.first_thumb {
	margin-right:6px;
}

.last_thumb {
	margin:0px 0px 6px -1px;
}

.square_thumb img {
	cursor:pointer;
}

#right_imageblock {
	position:static;
	width:455px;
	height:264px;
	margin-bottom:5px;
}

.large_image {
	position:absolute; 
	filter:Alpha(opacity=0);
	opacity: 0;
	-moz-opacity:0;
	background-color:black;
	width:455px;
	height:264px;
}

.first {
	filter:Alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}

/* -------------------------- DETAILS PAGE GENEAL -------------------------- */

#columnLeft {
	float:left; 
	width:245px; 		
	padding:0px 10px 0px 0px;
}
#columnRight {
	float:left; 
	width:455px;	
}

#left_column h2
{
	font-size:13px
}

/* facilities and amenities in overview */

#facilities 
{
	clear:left; 
	padding:7px 7px 7px 7px; 	
	font-size:12px;
	margin-bottom:5px;
	border:1px solid #959495;
	background-color:white; 
}
#address
{
	clear:left; 
	color:white;
	padding:7px 7px 7px 7px; 
	background-color:#017C8B; 
	border:1px solid #017C8B;
	font-size:12px;
	margin-bottom:5px;
}
#address a {
	color:white;
	text-decoration:underline;
}
#address a:hover {
	text-decoration:none;
}
/* end facilities */



/* -------------------------- HOTEL LIST ITEMS -------------------------- */

/* hotel list items */
.hotelListItem, .attractionListItem, .conferenceListItem
{	
	width:100%;
    float: left;
    border-bottom: #959495 1px solid;
    vertical-align: top;
    text-align: left;
    padding-bottom: 7px;
    margin-bottom: 7px;
}
.hotelListItem .title, .attractionListItem .title, .conferenceListItem .title
{	
	margin-top:0px;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	margin-bottom:5px;
}
.hotelListItem img.thumb, .attractionListItem img.thumb, .conferenceListItem img.thumb
{
    float:left;
    margin-right:5px;
}
.hotelListItem .content
{
	float:left;
	width:500px;
}
.hotelListItem .details
{
	float:right;
	text-align:right;
}
.price
{	
	color:#B71338;
	padding-top:0px;
	text-align:left;
	vertical-align:middle;
	margin-bottom:3px;
}
.figure
{
	font-size:20px;
	font-weight:bold;
	vertical-align:middle;
}
.hotelListItem .action 
{
	clear:both;
	margin-top:10px;
	text-align:right;	
}
.hotelListItem .action img, .attractionListItem .action img, .conferenceListItem .action img
{
	vertical-align:middle;
	margin-left:5px;
}
.hotelListItem .action a, .attractionListItem .action a, .conferenceListItem .action a
{
	color:black;	
	font-size:11px;
}
.lastListItem 
{
	border-width:0px;
	border-bottom:0px;
}
/* additional attraction and conference items */
.attractionListItem .action, .conferenceListItem .action
{
	text-align:right;
	margin-top:5px;
}
.conferenceListItem .details
{
	float:right;
	text-align:right;
}
.conferenceListItem table
{
	margin-top:5px;
	width:350px
}
.conferenceListItem td, .conferenceListItem th
{
	text-align:center;
}
/* end attraction items */

/* -------------------------- END HOTEL LIST ITEMS -------------------------- */

/* -------------------------- THE MENU -------------------------- */

#menu_div {
	width:166px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 100%;
	font-size:11px;
}
	
#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 2em;
	margin-bottom : -1px;
	width: 100%;
}

#nav a {
	width:100%;
	display : block;
	color : black;
	font-weight : bold;
	text-decoration : none;
	background-color : white;
	border:1px solid #959495;
	padding : 0 0.5em;
	margin-bottom:4px;
}

#nav a:hover {
	color:white;
	background-color:#017C8B;
	border:1px solid #017C8B;
}

#nav li ul {
	margin-bottom:5px;
	display:none;
}

#nav li li { 
	line-height:1.5em;
	padding-left:15px;
	width:140px;
}

#nav li li a {
	font-weight:normal;
	border-width:0px;
	margin:0px;
	padding:0px;
	text-decoration:none;
	border:0px;
	color:#0074BF;
}

#nav li li a:hover {
	text-decoration:underline;
	background-color: white;
	color:#0074BF;
	border:0px;
}

#nav .has_sub {
    background-image: url(/images/interface/arrow_right_white_black.gif);
	background-repeat:no-repeat;
	background-position:100% 50%;
}

#nav .has_sub:hover {
	background-image: url(/images/interface/arrow_right_blue_white.gif);
} 

/* -------------------------- END THE MENU -------------------------- */