@charset "utf-8";
/* CSS Document */
#section_bg{
	background:url(/gfx/layout/headers/venue.jpg) top no-repeat;
}
/**
  *
  * Section specific structure
  * -----------------------------
  */
#content{
	float:right;
}
#sidebar{
	float:left;
}
/**
  *
  * Custom Structure for Hotels (& Posters??)
  * -----------------------------
  */
.col{
	float:left;
	width:286px;
}
.col2{
	float:left;
	width:286px;
	margin-left:21px;
	margin-right:21px;
}
/**
  *
  * Custom Heading Style
  * -----------------------------
  */
.lined{
	border-top:1px solid #c8c8c8;
	padding-top:4px;
}
/**
  *
  * Accordion links
  * -----------------------------
  */
.linkify{
	text-decoration:underline;
	cursor:pointer;
}

/**
  *
  * Custom Style Hotel boxes
  * -----------------------------
  */
div.hotelintro{
	width:252px;
	height:113px;
	margin-bottom:1em;
	background:url(/gfx/layout/bg/hotelcard.gif) top left no-repeat;
}
.hotelintro img{
	margin:6px 10px;
}
div.hotelmeta{
	float:right;
	width:115px;
	height:80px;
	padding:10px 5px;
}
div.hotelmeta h1{
	font-size:0.8em;
	color:#fff;
}
.stars1{
	width:18px;
	height:12px;
	margin-top:20px;
	background:url(/gfx/icons/hotelstar.gif) top left repeat-x;
}
.stars2{
	width:36px;
	height:12px;
	margin-top:20px;
	background:url(/gfx/icons/hotelstar.gif) top left repeat-x;
}
.stars3{
	width:54px;
	height:12px;
	margin-top:20px;
	background:url(/gfx/icons/hotelstar.gif) top left repeat-x;
}
.stars4{
	width:72px;
	height:12px;
	margin-top:20px;
	background:url(/gfx/icons/hotelstar.gif) top left repeat-x;
}
.stars5{
	width:90px;
	height:12px;
	margin-top:20px;
	background:url(/gfx/icons/hotelstar.gif) top left repeat-x;
}
/**
  *
  * Custom list for Google Map
  * -----------------------------
  */
ul.legend{
	margin-bottom:1em;
	padding:0;
	list-style:none;
	border-top:1px solid #e6e6e7;
}
ul.legend li{
	padding: 12px 24px;
	border-bottom:1px solid #e6e6e7;
}
#gm_venue{
	background:url(/gfx/icons/mm_20_green.gif) center left no-repeat;
}
#gm_train{
	background:url(/gfx/icons/mm_20_blue.gif) center left no-repeat;
}
#gm_hotel{
	background:url(/gfx/icons/mm_20_red.gif) center left no-repeat;
}

div.legend{
	float:left;
	width:25%;
}
div#map{
	float:right;
	height:500px;
	width:70%;
}
