/* Style sheet for Garstang.org Hotel Pubs and Restuarant lists */

#hotel {
	float: left;
	width: 100%;
	padding:10px 0;
	border: 2px solid #c8dd2;
	}


#hotel ul li {
	display: inline;
	}

#hotel dl {
	float: left;
	width: 100%;
	margin: 10px 20px;
	padding: 0;
	display: inline; /* fixes IE/Win double margin bug */
	}

#hotel dt {
	float: right;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 130%;
	letter-spacing: 1px;
	color: #627081;
	}

#hotel dd {
	margin: 0;
	padding: 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
	}

#hotel strong {
	Font-family: verdana, arial, "sans serif";
	font-size: 12px;
	text-transform: none;
	font-weight: normal;
	color: #000000;
	background: #ffffff;
	}

#hotel dd.img img {
	float: left;
	margin: 0 8px 0 0;
	padding: 4px;
	border: 1px solid #d9e0e6;
	border-bottom-color: #c8cdd2;
	border-right-color: #c8cdd2;
	background: #ffffff;
	}

#hotel .alt dt {
	float: left;
	}

#hotel .alt dd.img img {
	float: right;
	margin: 0 0 0 8px;
	}

#hotel dl:after { /*for browsers that support :after */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

	* html #hotel dl {height: 1%} /* for IE 5+6 */
	*:first-child+html #hotel dl {min-height: 1px} /*for IE7 */