/*--------------------------------------------------*/
/* Featured restaurant                              */

	#featuredRestaurant {
		height: auto !important;
		height: 203px; /* IE5+6 Win: which implements height as min-height */
		min-height: 203px; /* (2+168+2+3+2+24+2) */
		position: relative;
		margin-bottom: 15px;
	}

	#featuredRestaurant div.images {
		float: left;
		width: 265px;
	}

	#featuredRestaurant div.images img {
		border: 2px solid #C7D74B;
		display: block;
	}

	#featuredRestaurant div.images ul {
		list-style: none;
		margin: 3px 0 0 0;
	}

	#featuredRestaurant div.images ul li {
		float: left;
		margin: 0 0 15px 3px;
	}

	#featuredRestaurant div.images ul li.image1 {
		margin-left: 0;
	}

	#featuredRestaurant div.images ul li a {
		outline: 0;
	}

	#featuredRestaurant div.details {
		overflow: auto;
		width: 390px; /* IE5+6: Trigger bug to contain floated elements (660 - 265) - 5px for IE6 tax */
		padding-bottom: 2em;
	}

	#featuredRestaurant div.details h2 {
		font-size: 1.6em;
	}

	#featuredRestaurant div.details div.address {
		width: 140px;
		margin-right: 10px;
		float: left;
		font-weight: bold;
	}

	#featuredRestaurant div.details div.body {
		width: 225px;
		float: left;
	}

	#featuredRestaurant p.link {
		position: absolute;
		bottom: 0;
		right: 0;
		margin: 0;
		width: 395px; /* 660 (pageContent) - 265 (image) */
		background: #FFF url("../../img/global/bannerLinkBg.gif") no-repeat center right;
		font-weight: bold;
	}

	#featuredRestaurant p.link a {
		display: block;
		padding: 5px 30px 5px 5px;
		text-align: right;
		text-decoration: none;
	}

	#featuredRestaurant p.link a span {
		position: absolute;
		left: -5000px;
	}

	#featuredRestaurant p.link a:hover,
	#featuredRestaurant p.link a:active,
	#featuredRestaurant p.link a:focus {
		text-decoration: underline;
	}

/*--------------------------------------------------*/
/* Form                                             */

	#restaurantSearch {
		clear: both;
	}

	#restaurantSearch fieldset {
		border: 0;
	}

	#restaurantSearch span.label {
		font-weight: bold;
		color: #000;
	}

	#restaurantSearch span.label,
	#restaurantSearch span.input {
		margin-right: 5px;
	}

	#restaurantSearch span.input input {
		width: 130px;
	}

	#restaurantSearch div.submit {
		padding-top: 10px;
	}

/*--------------------------------------------------*/
/* Map                                              */

	#gMapWrapper {
		margin-top: 10px;
		border: 2px solid #CADE4B;
		padding: 4px;
	}

	#gMapWrapper #gMap {
		width: 100%;
		height: 240px;
	}
