/* Website Elements - specific image, lists, forms etc. styles
-------------------------------------------------------*/

	/* Ale Trails Page - Individual pub position on trail map */

	.aleTrailPubPostions ol li {
		position: absolute;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	/* End */
	
	/* The Ale trail box created with javascript */
	
	#aleTrailPubBox {
		clear: both;
		margin: 0;
		padding: 0;
		white-space: nowrap;
		text-align: center;
		background: #fff;
		border: #933 solid 1px;
	}
	/* End */

	/* Pub Address - Unordered List */
	
	.pubDetails ul {
		list-style: none;
		margin: 0 0 10px 0;
	}
	
	.pubDetails li {
		font-size: 0.75em;
		line-height: 140%;
	}
	
	/* End */
	
	/* Guest Ales - Brewers Map */
	
	p#instructions {
		position: absolute;
		top: 485px;
		left: 42px;
		margin: 0;
		padding: 0;
		font-weight: bold;
		font-size: 0.75em;
		color: #510000;
	}
	
	ul#guestAlesMapLocation {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		padding: 0;
	}
	
	ul#guestAlesMapLocation  {
		list-style: none;
		margin: 0;
		padding: 0;
	}	
	
	/* End */

	/* hr hack */
		
	div.hr  {
		height: 1px;
		background-color: #e9d9b4;
		margin: 15px 0 0 0;
		padding: 0;
		border: none;  
	}
	
	/* End hr hack */
	
	/* Quick search select menus */
	
	form#quickSearchTrail, form#quickSearchPub {
		display: inline;
		padding-right: 15px;
		vertical-align: middle;
	}
	
	/* End Quick search select menus */
	
	/* Terms & Conditions page */
	
	.termsAndConditions ol {
		font-size: 0.75em;
		list-style: lower-alpha;
		margin: 0 0 10px 0;
	}
	
	.termsAndConditions ol p {
		font-size: 1.0em;
	}
	
	.termsAndConditions li {
		margin: 0 0 0 40px;
	}
	
	/* End */

/*-----------------------------------------------------*/