/* lightbox css */

body {
	margin: 0;
	padding: 0;
	font-size: 70%;
	font-family: arial, helvetica, sans-serif;
}

a img {
	border: 0;
}

ul.results:after,
.innerForm dl:after,
.clear-nested-floats:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

form {
	display: inline;
}

.outerLightbox {
	width: 768px;
}

.upperNav {
	background: url("../images/bg_lightbox_upper_nav.gif") repeat-x top left;
	height: 32px;
}

.upperNav .info {
  float: left;
  background: url("../images/icon_lightbox_info_arrow.gif") no-repeat top left;
  padding-left: 25px;
  margin: 7px 0 0 8px;
  width: 400px;
}

.upperNav .info p {
  margin: 0;
  font-weight: bold;
  font-size: 1.2em;
  color: #333;
}

.upperNav a.close {
	background: url("../images/button_lightbox_close.gif") no-repeat top left;
	height: 23px;
	width: 80px;
	float: right;
	margin: 4px 4px 0 0;
}

.upperNav a.close:hover {
	background-position: bottom left;
}

.upperNav a.close span {
	display: none;
}

.lowerNav {
	background: url("../images/bg_lightbox_lower_nav.gif") repeat-x 0 2px;
	height: 77px;
	position: relative;
	margin-top: -2px;
}

.tabHolder {
	width: 768px;
	background: url("../images/bg_lightbox_tabs.gif") no-repeat 400px 0;
	height: 37px;
}

.tabHolder a.things,
.tabHolder a.where,
.tabHolder a.search {
	float: left;
	height: 37px;
	background-repeat: no-repeat;
	background-position: top left;
}

.tabHolder a.things {
	background: url("../images/button_lightbox_things_to_do_tab.gif") no-repeat top left;
	width: 132px;
}

.tabHolder a.where {
	background: url("../images/button_lightbox_where_to_stay_tab.gif") no-repeat top left;
	width: 137px;
}

.tabHolder a.search {
	background: url("../images/button_lightbox_search_tab.gif") no-repeat top left;
	width: 131px;
}

.tabHolder a:hover {
	background-position: center left;
}

.tabHolder a.current {
	background-position: bottom left;
}

.tabHolder a span {
	display: none;
}

.content {
	padding-left: 15px;
        padding-bottom: 15px;
}

.content h1 {
	font-size: 1.4em;
	color: #0380d8;
	margin: 0;
	padding: 6px 0;
}

.content h2 {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

ul#resultsLB {
	margin: 0;
	padding: 0;
	width: 752px;
	list-style-type: none;
}

ul#resultsLB li {
	margin: 10px 21px 0 0;
	padding: 0;
	float: left;
	width: 167px;
        height: 120px;
}

ul#resultsLB li .imageHolder {
	position: relative;
}

ul#resultsLB li .imageHolder a.bannerLink {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 162px;
	font-weight: bold;
	font-size: 1em;
	padding: 0.3em 0 0.3em 5px;
	color: #fff;
	background: #2d3033;
	text-decoration: none;
}

ul#resultsLB li:hover .imageHolder a.bannerLink,
ul#resultsLB li .imageHolder a.bannerLink:hover {
	color: #000;
	background: url("../images/bg_lightbox_results.gif") no-repeat top left;
}

.outerForm {
	margin-left: 4px;
	margin-top: 30px;
}

.innerForm {
	width: 732px;
	background: #f1f4f7;
}

	.innerForm fieldset {
		border: 0;
		margin: 0;
		padding: 0;
	}
	
	.innerForm dl {
		margin: 0 65px;
		padding: 5px 0;
		padding-top: 10px;
	}
	
		.innerForm dt {
			margin: 0;
			padding: 0;
			float: left;
		}
		
		.innerForm dd {
			margin: 0;
			margin-left: 28px;
			padding: 0;
			padding-top: 4px;
			float: left;
		}
		
			.innerForm .txt {
				width: 310px;
				border: 2px solid #26316a;
				font-size: 1.4em;
				padding: 2px;
				padding-bottom: 3px;
			}
			
			.innerForm .go {
				display: block;
				width: 80px;
				height: 29px;
				background: url("../images/button_go.gif") no-repeat top left;
			}
			
			.innerForm .go:hover {
				background-position: bottom left;
			}
			
			.innerForm .go span {
				display: none;
			}